/*---

Arteca.com // CSS Global
Auteur : Eric Chenail - Arteca Design Inc.
Derniere revision : 31 aout 2009 - 16:22

Notes additionelles : 

---*/

/* ---------------------------------------- */
/* Style 'Basics'				 	  		*/
/* ---------------------------------------- */

body {
	background: url("../img/bg_main_centered.gif") no-repeat 50% 30% fixed #151515;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #959595;
	text-align: center;
    /* -moz-opacity: 0.9999; */
}

a { color: #FFF; }

.imgLeft 	{ float: left; }
.imgRight 	{ float: right; }

div.wrapper {
	width: 959px;
	margin: 0 auto;
	text-align: left;
	background-color: #4e451a;
	background: url("../img/bg_content_top.gif") repeat-x 0 398px #4e451a;
}

#header {
	border-bottom: 1px solid #13110a;
	height: 397px;
	background: url("../img/bg_header_004.jpg") no-repeat #181818;
	position: relative;
}

body.profil #header 	{ background-image: url("../img/bg_header_001.jpg"); }
body.expertise #header 	{ background-image: url("../img/bg_header_003.jpg"); }
body.services #header	{ background-image: url("../img/bg_header_014.jpg"); }
body.projets #header 	{ background-image: url("../img/bg_header_016.jpg"); }
body.contact #header 	{ background-image: url("../img/bg_header_009.jpg"); }

#header h1 a {
	text-indent: -5000px;
	width: 200px;
	height: 86px;
	background: url("../img/logo_arteca_new.png") no-repeat;
	position: absolute;
	left: 20px;
	bottom: 10px;
}

#header h1 a:hover { background-position: 0 -86px; }

/*

#header h2 {
	text-indent: -5000px;
	width: 504px;
	height: 82px;
	background: url("../img/create_it_fr.png") no-repeat;
	position: absolute;
	right: 25px;
	top: 230px;
}

*/

#header h2 {
	text-indent: -5000px;
	width: 508px;
	height: 91px;
	background: url("../img/create_it_fr_v2.png") no-repeat;
	position: absolute;
	right: 25px;
	top: 230px;
}

body.en #header h2 {
	text-indent: -5000px;
	width: 502px;
	height: 85px;
	background: url("../img/create_it_en.png") no-repeat;
	position: absolute;
	right: 25px;
	top: 230px;
}

#mainNav {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#mainNav ul li { float: left; }

#mainNav ul li a,
body.services #content div.section div.servicesNav ul li a {
	text-transform: uppercase;
	color: #a9aaab;
	text-decoration: none;
	margin-left: 5px;
	/* text-shadow: #000 0px 1px 5px; */
	display: block;
	padding: 0 0 0 5px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainNav ul li a span,
body.services #content div.section div.servicesNav ul li a span {
	padding: 0 15px 0 10px;
	display: block;
}

body.home #mainNav ul li.home a,
body.profil #mainNav ul li.profil a,
body.expertise #mainNav ul li.expertise a,
body.services #mainNav ul li.services a,
body.projets #mainNav ul li.projets a,
body.contact #mainNav ul li.contact a { 
	background: url("../img/bg_mainNav_left.png") no-repeat;
}

body.home #mainNav ul li.home a span,
body.profil #mainNav ul li.profil a span,
body.expertise #mainNav ul li.expertise a span,
body.services #mainNav ul li.services a span,
body.projets #mainNav ul li.projets a span,
body.contact #mainNav ul li.contact a span { 
	background: url("../img/bg_mainNav_right.png") no-repeat 100% 0;
}

#mainNav ul li a:hover { color: #e4e1df; }
#mainNav ul li a:active { color: #bca94a; }

#content {
	background: url("../img/bg_content_bottom.gif") no-repeat 50% 100%;
	border-left: 1px solid #605832;
	border-right: 1px solid #605832;
	padding: 22px 0 18px;
	position: relative;
}

#content div.sectionContainer {
	background: url("../img/bg_section_306010_top.gif") no-repeat 50% 0;
	background-color: #363012;
}

#content div.section {
	padding: 40px 87px 25px 372px;
	background: url("../img/bg_section_306010_bottom.gif") no-repeat 50% 100%;
	border-left: 1px solid #423C21;
	border-right: 1px solid #423C21;
	margin-left: -1px;
	margin-right: -1px;
	/* margin-bottom: -1px; */
	/* position: relative; */
}

body.home #content div.section { height: 162px; }
/* body.contact #content div.section { height: 162px; } */


#sidebar {
	position: absolute;
	left: 0;
	top: 22px;
	width: 315px;
	height: 116px;
	/* background: url("../img/bg_sidebar.gif") no-repeat 100% 0; */
	/* border: 1px solid red; */
}

#content div.section h3 {
	display: block;
	width: 286px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	text-indent: -5000px;
	margin-top: 30px;
}

body.profil div.section h3 		 { background-image: url("../img/title_profil.gif"); }
body.profil.en div.section h3 	 { background-image: url("../img/title_about_us.gif"); }
body.expertise div.section h3 	 { background-image: url("../img/title_expertise.gif"); }
body.services div.section h3 	 { background-image: url("../img/title_services.gif"); }
body.projets div.section h3 	 { background-image: url("../img/title_projets.gif"); }
body.projets.en div.section h3 	 { background-image: url("../img/title_projects.gif"); }
body.contact div.section h3 	 { background-image: url("../img/title_contact.gif"); }
body.nouvelles div.section h3 	 { background-image: url("../img/title_nouvelles.gif"); }
body.nouvelles.en div.section h3 { background-image: url("../img/title_news.gif"); }
body.carrieres div.section h3 	 { background-image: url("../img/title_carrieres.gif"); }

#content div.section p,
#content div.section h4,
#content div.section h5,
#content div.section address {
	color: #9a9788;
	font-style: normal;
	margin-bottom: 20px;
}

#content div.section p.last { margin-bottom: 0; }

#content div.section ul {
	color: #9a9788;
	list-style-type: none;
	margin: 0 30px 20px;
	line-height: 16px;
}

#content div.section ul li {
	background: url("../img/bullets_01.gif") no-repeat 0 2px;
	padding-left: 18px;
	color: #5b5845;
}

#content div.section ul.pageNav {
	color: #9a9788;
	list-style-type: none;
	margin: 0 0 10px;
	line-height: 16px;
	overflow: auto;
}

#content div.section ul.pageNav li {
	background-image: none;
	padding-left: 0;
	font-size: 11px;
}

#content div.section ul.pageNav li.previous {
	float: left;
}

#content div.section ul.pageNav li.next {
	float: right;
}


/* ///////////////////// */

#content div.section div#steps {
	color: #9a9788;
	line-height: 16px;
	margin-bottom: 20px;
	background-color: #141107;
	position: relative;
	padding-bottom: 1px; 
	background: url("../img/bg_steps_bottom.gif") no-repeat 0 100% #1a170d;
	width: 498px;
}

#content div.section div#steps div { 
	padding: 0 20px; 
	background: url("../img/bg_steps_gradient.gif") no-repeat 1px 0;
}

#content div.section div#steps ul,
#content div.section div#steps ul li {
	padding: 0;
	margin: 0;
	background-image: none;
}

#content div.section div#steps ul {
	background: url("../img/bg_steps_top.gif") no-repeat;
	height: 35px;
	padding: 0 5px;
}

#content div.section div#steps ul li {
	margin-right: 0;
    float: left;
    line-height: 35px;
    text-align: center;
    font-size: 11px;
    display: block;
    /* text-transform: uppercase; */
}

#content div.section div#steps ul.five li,
#content div.section div#steps ul.six li,
#content div.section div#steps ul.seven li 	{ width: 14.28% }
#content div.section div#steps ul.eight li 	{ width: 12.5%; }

#content div.section div#steps ul li a { border: none; }

#content div.section div#steps .ui-tabs-selected a { 
	color: #FFF;
	background: url("../img/bg_steps_selected.gif") no-repeat 50% 50%;
	margin: -1px;
	border-top: 1px solid #1d190a;
	position: relative;
	display: block;
}

#content div.section div#steps h6 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-top: 15px;
}

#content div.section div#steps p {
	margin-bottom: 0;
	padding-bottom: 15px;
}

.ui-tabs-hide { display: none; }

.ui-tabs-nav:after { 
    clear: both;
    content: " ";
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 0;
}

.ui-tabs-panel { border-top: none; }

/* ///////////////////// */

#content div.section h4,
#clientList h4 {
	color: #FFF;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 25px;
}

#content div.section h5 {
	color: #FFF;
	font-weight: normal;
	font-size: 13px;
	color: #918031;
	text-transform: uppercase;
}

#content div.section h4.mission,
#content div.section h4.approche,
#content div.section h4.branding,
#content div.section h4.imprime,
#content div.section h4.web,
#content div.section h4.coordonnees,
#content div.section h4.jobTitle,
body.nouvelles #content div.section h4 { padding-top: 0; }

body.home #content div.section h4 {
	display: block;
	padding: 0;
	width: 419px;
	height: 50px;
	background: url("../img/title_gestion_globale_accueil.gif") no-repeat 0 100%;
	text-indent: -5000px;
	height: 78px;
	background-position: 0 100%;
}

body.home.en #content div.section h4 {
	background: url("../img/title_total_management_home.gif") no-repeat 0 100%;
}

body.home #content div.section h5 { display: none; }

#content div.section p { line-height: 16px; }

#content div.section p a,
#content div.section ul li a,
#content div.section address a,
#clientList a {	
	color: #9a892f;
	border-bottom: 1px dotted #4f471d;
	text-decoration: none;
}

#clientList li a {
	text-decoration: none;
	color: #999;
	border: none;
	cursor: default;
}

#clientList li a:hover {
	color: #999;
	border: none;
}

#content div.section p a:hover,
#content div.section ul li a:hover,
#content div.section address a:hover,
#clientList a:hover {
	color: #c4b149;
	border-bottom: 1px solid #605623;
}

/* ///////////////////// */

dl.apellation,
dl.boomerang,
dl.chaboillez {
	font-size: 11px;
	line-height: 13px;
	color: #9a9788;
	padding: 30px;
	border-top: 7px solid #53491c;
	position: absolute;
	border-bottom: none;
	border-right: none;
	left: 0;
	bottom: 18px;
	width: 256px;
}

dl.boomerang {
	width: 156px;
	left: -1px;
	padding-left: 130px;
	background: url("../img/boomerang_sidebar_color.jpg") no-repeat -40px 100%;
	
	/*
	padding-left: 30px;
	padding-right: 130px;
	background: url("../img/boomerang_sidebar_right.jpg") no-repeat 100% 100%; 
	*/
}

dl.chaboillez {
	/*background: url("../img/maison_chaboillez.gif") no-repeat 0 0;*/
                background: url("../img/contact_avenueduparc.gif") no-repeat 0 0;
	padding-top: 350px;
	border-top: none;
}

dl.apellation dt,
dl.boomerang dt,
dl.chaboillez dt {
	font-size: 12px;
	margin-bottom: 15px;
	color: #FFF;
	text-transform: uppercase;
}

dl.apellation dd,
dl.boomerang dd,
dl.chaboillez  dd { color: #868371; }


/* ///////////////////// */


body.expertise #content div.section {
	padding-bottom: 40px;
}

body.expertise #content div.section p em {
	color: #4f4b3c;
	font-style: normal;
}

#content div.section div.team h4 {
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px;
}

div.team {
	/* background: url("../img/separator_team.gif") no-repeat 50% 100%; */
	border-top: 20px solid #1d190a;
}

div.team div.first,
div.team div.second {
	/* float: left; */
	/* width: 230px; */
	/* padding-left: 18px; */
	background: url("../img/icn_member_eric_0808.jpg") no-repeat 18px 0;
}

div.team div.first {
	padding-right: 19px;
	padding-left: 0;
	background: url("../img/icn_member_steve_0808.jpg") no-repeat 0 0;
}

div.team div.memberName { padding-left: 70px; }

#content div.section div.team p {
	font-size: 11px;
	line-height: 13px;
}

/* ///////////////////// */


body.projets #content div.sectionContainer {
	/* background: url("../img/bg_projets_306010_top.gif") no-repeat 50% 0 #373012; */
}

body.projets #content div.section {
	padding: 15px 47px 15px 328px;
	overflow: auto; 
	/* background: url("../img/bg_projets_306010_bottom.gif") no-repeat 50% 100%; */
	/* background-color: red; */
	width: 582px;
}

body.projets #content div.section h4 {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
	margin-bottom: 15px;
}


body.projets #content div.section div.projectsContainer {
	padding-left: 13px;
	/* overflow: auto; */
} 

body.projets #content div.section div.category {
	float: left;
	width: 143px;
}

body.projets #content div.section div.category.last {
	width: 130px;
}

body.projets #content div.section ul {
	color: #9a9788;
	list-style-type: none;
	margin: 0;
	line-height: 16px;
}

body.projets #content div.section ul li {
	background: none;
	padding-left: 0;
	color: #5b5845;
	width: 130px; 
}

body.projets #content div.section ul li a {
	background-color: #1f1c0b;
	background-color: #141107;
	display: block;
	text-transform: uppercase;
	font-size: 9px;
	padding: 3px 2px 3px 6px;
	margin-bottom: 3px;
	border: none;
	line-height: 11px;
	width: 122px;
}

body.projets #content div.section ul li a:hover {
	color: #FFF;
	text-decoration: none;
	border: none;
}

/* ///////////////////// */

body.contact #content div.section address span.phone {
	display: block;
	margin-top: 20px;
	background: url("../img/icn_phone.gif") no-repeat 0 2px;
	padding-left: 15px;
	margin-bottom: 3px;
	position: relative;
}

body.contact #content div.section address a {
	background: url("../img/icn_mail.gif") no-repeat 0 4px;
	padding-left: 15px;
	border: none;
	display: block;
	line-height: 15px;
	/* border-right: 1px solid red; */
	width: 140px;
}

body.contact #content div.section address span.maps a {
	/* border-top: 1px solid #1d190a; */
	margin-top: 1px;
	width: 40px;
	background: url("../img/icn_maps.gif") no-repeat 0 4px;
}

body.contact #content div.section address a:hover,
body.contact #content div.section address span.maps a:hover{
	background-position: 0 -18px;
	border: none;
}

/* ///////////////////// */

#clientList {
	width: 959px;
	background-color: #090909;
	position: relative;
	background: url("../img/bg_clientList.gif") no-repeat 50% 0 #090909;
	padding: 0 0 30px;
	border-top: none;
	display: none;
	overflow: auto;
}

#clientList ul {
	width: 250px;
	margin-left: 42px;
	float: left;
}

#clientList ul.firstCol { margin-left: 80px; }

#clientList ul li {
	color: #999;
	font-size: 11px;
	line-height: 13px;
}

#clientList h4 {
	margin: 35px 0 5px 80px;
	text-indent: -5000px;
	background: url("../img/subtitle_nos_clients.gif") no-repeat;
	width: 139px;
	height: 19px;
}

body.en #clientList h4 {
	background: url("../img/subtitle_our_clients.gif") no-repeat;
}

#clientList .close {
	position: absolute; 
	right: 80px;
	/* right: 195px; */
	top: 38px;
}

#clientList .close a {
	border: none;
	background: url("../img/icn_close_clientList.gif") no-repeat 0 0;
	padding-left: 16px;
	display: block;
	float: right;
	border: none;
	text-decoration: none;
}

#clientList .close a:hover {
	background-position: 0 -22px;
	text-decoration: none;

}

body.projets #content div.section p.toggleContainer {
	position: absolute;
	width: 315px;
	left: 0;
	bottom: 20px;
	text-decoration: none;
	text-align: right;
}

body.projets #content div.section p.toggleContainer a {
	margin-right: 28px;
	background: url("../img/icn_clientList.gif") no-repeat 0 2px;
	padding-left: 15px;
	display: block;
	float: right;
	border: none;
}

body.projets #content div.section p.toggleContainer a:hover {
	background-position: 0 -20px;
}

/* ///////////////////// */

body.services #content div.section div.servicesNav {
	margin-right: 14px;
	margin-top: 25px;
	/* margin-left: 102px; */
}

body.services #content div.section div.servicesNav ul,
body.services #content div.section div.servicesNav ul li {
	padding: 0;
	margin: 0;
	background-image: none;
	text-align: right;
}

body.services #content div.section div.servicesNav ul li {
	clear: both;
}

body.services #content div.section div.servicesNav ul li a {
	color: #a4a294;
	float: right;
	border: none;
}

body.approche #content div.section div.servicesNav ul li.approche a,
body.branding #content div.section div.servicesNav ul li.branding a,
body.imprime #content div.section div.servicesNav ul li.imprime a,
body.web #content div.section div.servicesNav ul li.web a {
	background: url("../img/bg_servicesNav_left.gif") no-repeat;
}

body.approche #content div.section div.servicesNav ul li.approche a span,
body.branding #content div.section div.servicesNav ul li.branding a span,
body.imprime #content div.section div.servicesNav ul li.imprime a span,
body.web #content div.section div.servicesNav ul li.web a span {
	background: url("../img/bg_servicesNav_right.gif") no-repeat 100% 0;
}

body.services #content div.section div.servicesNav ul li a:hover { color: #e4e1df; }
body.services #content div.section div.servicesNav ul li a:active { color: #bca94a; }

/* ///////////////////// */

body.nouvelles #content div.section div.newsContainer {
	border-bottom: 1px solid #3F3B2F;
	margin-bottom: 25px;
	position: relative;
	overflow: auto;
}

body.nouvelles #content div.section div.newsContainer.last {
	border-bottom: none;
	margin-bottom: 0;
}

body.nouvelles #content div.section div.newsContent {
	margin-left: 80px;
}

body.nouvelles #content div.section .imgLeft {
	margin-right: 12px;
	margin-bottom: 25px;
}

body.nouvelles #content div.section p.date {

	color: #554b1c;
	color: #5b5849;
	
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 23px;
	margin-left: 0;
	
	text-shadow: #1d1a0a 0px 1px 1px;
	text-align: center;
	/* letter-spacing: -1px; */
}

body.nouvelles #content div.section p.date span {
	display: block;
	font-size: 45px;
	line-height: 35px;
	font-weight: normal;
	letter-spacing: -1px;

}

/* ///////////////////// */

#panels {
	background: url("../img/bg_footer.gif") no-repeat 50% 0 #151515;
	padding: 25px 0;
	overflow: auto;
}

#panels div.firstPanel,
#panels div.secondPanel,
#panels div.thirdPanel {
	width: 270px;
	padding: 0 25px 0;
	height: 180px;
	background: url("../img/separator_panels.gif") no-repeat 100% 0;
	float: left;
	overflow: hidden;
}

/* News Panel */

#panels div.news {
	padding-top: 15px;
	height: 165px;
}

#panels div.news h3,
#panels div.news p { margin-left: 55px; }

#panels div.news h3 {
	color: #9a8934;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 13px;
}

#panels div.news h3 a {
	color: #9a892f;
	/* border-bottom: 1px dotted #4f471d; */
	text-decoration: none;
}

#panels div.news h3 a:hover {
	color: #c4b149;
	/* border-bottom: 1px solid #605623; */
}


#panels div.news p {
	font-size: 11px;
	line-height: 12px;
	color: #757575;
}

#panels div.news span.imgLeft {
	margin-top: 2px;
	margin-right: 8px;
}

#panels div.news a.more { 
	background-color: #837634;
	display: inline-block;
	vertical-align: middle;
}

#panels div.news a.more:hover {
	background-color: #a4943f;
}

/*
#panels div.news a.more { position: relative; }

#content div.section a.more span,
#panels div.news a.more span {
	display: block;
	text-decoration: none;
	text-indent: -5000px;
	background: url("../img/icn_read_more.gif") no-repeat 3px -20px;
	position: absolute;
	top: 0;
	left: -2px;
	left: 0;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

*/

#content div.section a.more span {	
	top: 2px;
	left: -4px;
}

#content div.section a.more:hover span,
#panels div.news a.more:hover span { background-position: 3px 4px; }

#panels div.news p.date {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-left: 0;
	text-shadow: #151515 0px 1px 1px;
	text-align: center;
}

#panels div.news p.date span {
	display: block;
	font-size: 29px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: -1px;
}

/* Quotes Panel */

#panels div.quotes {
	background-image: none;	
	width: 269px;
}

/* #panels div.quotes ul { display: none; } */

#panels div.quotes ul li {
	background: url("../img/doublequote_bottom.gif") no-repeat 100% 90%;
}

#panels div.quotes ul li.twoLines 	{ margin-top: 37px; }
#panels div.quotes ul li.threeLines { margin-top: 30px; }
#panels div.quotes ul li.fourLines { margin-top: 24px; }
#panels div.quotes ul li.fiveLines 	{ margin-top: 18px; }

#panels div.quotes p.quote {
	background: url("../img/doublequote_top.gif") no-repeat;
	padding: 15px 26px 0 34px;
	font-size: 16px;
	text-shadow: #151515 0px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	width: 209px;
}

#panels div.quotes p.author {
	padding-left: 34px;
	padding-top: 10px;
	color: #4c4c4c;
	font-size: 11px;
}

/* Work Panel */

#panels div.work {
	padding-top: 15px;
	height: 165px;	
	/* display: none; */
}

#panels div.work h3 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 15px;
	text-indent: -5000px;
	width: 160px;
	height: 19px;
	
	background: url("../img/subtitle_projets_recents.gif") no-repeat 28px 0;
}

body.en #panels div.work h3 {
	width: 182px;
	background: url("../img/subtitle_featured_projects.gif") no-repeat 28px 0;
}

#panels div.work ul { 
	padding-left: 28px;
	width: 232px;
}

#panels div.work ul li { float: left; }

#panels div.work ul li a { 
	display: block;
	width: 37px;
	height: 37px;
	text-indent: -5000px;
	background-color: transparent;
	margin-right: 7px;
	margin-bottom: 7px;
	background-image: url("../img/bg_featured_work_temp.gif");
	background-position: 0 0px;
}

#panels div.work ul li.eloda a 		{ background-image: url("../img/web/icn_featured_eloda.gif"); }
#panels div.work ul li.mplv a 		{ background-image: url("../img/web/icn_featured_mplv.gif"); }
#panels div.work ul li.anfibio a 	{ background-image: url("../img/web/icn_featured_anfibio.gif"); }
#panels div.work ul li.sante a 		{ background-image: url("../img/web/icn_featured_sante.gif"); }
#panels div.work ul li.tlt a 		{ background-image: url("../img/web/icn_featured_tlt.gif"); }
#panels div.work ul li.fge a 		{ background-image: url("../img/web/icn_featured_fge.gif"); }
#panels div.work ul li.sophia a 	{ background-image: url("../img/web/icn_featured_sophia_alt.gif"); }
#panels div.work ul li.protocol a 	{ background-image: url("../img/web/icn_featured_protocol.gif"); }
#panels div.work ul li.impact a 	{ background-image: url("../img/web/icn_featured_impact.gif"); }
#panels div.work ul li.orbi a 		{ background-image: url("../img/web/icn_featured_orbi.gif"); }
#panels div.work ul li.flextor a 	{ background-image: url("../img/web/icn_featured_flextor.gif"); }
#panels div.work ul li.renee a 		{ background-image: url("../img/web/icn_featured_reneedegagne.gif"); }
#panels div.work ul li.kenyon a 	{ background-image: url("../img/branding/icn_featured_kenyonwells.gif"); }


#panels div.work ul li a:hover { background-position: 0 -37px; }
#panels div.work ul li a:active { background-position: 0 0; }

/* ///////////// */

#footer {
	background-color: #151515;
	padding: 0 24px 20px 26px;
	border-top: 1px solid #2d2d2d;
	line-height: 32px;
}

#footer ul li { float: left; }

#footer ul li a {
	display: block;
	text-decoration: none;
	color: #6b6b6b;
	text-transform: uppercase;
	font-size: 9px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #2d2d2d;
}

#footer ul li.language a { border-right: none; }

#footer ul li.login a {
	background: url("../img/icn_lock.gif") no-repeat 0 11px;
	padding-left: 11px;
}

#footer ul li a:hover { 
	color: #999;
	background-position: 0 -29px;
}

#footer p {
	text-align : right;
	color: #444;
	font-size: 9px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background: url("../img/bg_tooltip_left.png") no-repeat 0 0;
	padding-left: 5px;
	color: #999;
}

#tooltip h3 { 
	padding: 6px 6px 6px 3px;
	font-weight: normal;
	font-size: 10px;
	background: url("../img/bg_tooltip_right.png") no-repeat 100% 0;
}

/* ///////////// */

form#contactForm {
	padding-top: 20px;
	padding-bottom: 6px;
	border-top: 1px solid #3f3b2f;
	position: relative;
}

form#contactForm * {
	padding: 0;
	margin: 0;
}

form#contactForm dt {
	font-size: 11px;
	padding: 0 0 3px;
	margin: 0;
	color: #5b5849;
}

form#contactForm dd { padding-bottom: 10px; }

form#contactForm input.textfield {
	width: 200px;
	border: 1px solid #181408;
	padding: 5px;
	font-size: 13px;
	background: url("../img/bg_input.gif") repeat-x #3c371e;
	font: normal 13px lucida, arial, helvetica, sans-serif;
	color: #88836a;
}

/*

form#contactForm a.btnEnvoyer {
	display: block;
	background: url("../img/btn_submit_right") no-repeat 100% 0;
	text-decoration: none;
	float: left;
	margin-top: 5px;
}

form#contactForm a.btnEnvoyer span {
	display: block;
	height: 28px;
	line-height: 28px;
	color: #c1c0ba;
	
	color: #FFF;
	background: url("../img/btn_submit_left") no-repeat;
	padding: 0 18px;
	font-size: 11px;
	text-transform: uppercase;
}

form#contactForm a.btnEnvoyer:hover span { color: #FFF; }

form#contactForm a.btnEnvoyer:active { background-position: 100% -28px; }
form#contactForm a.btnEnvoyer:active span { background-position: 0 -28px;  color: #bca94a; color: #c1c0ba; }

form#contactForm #submitButton {
	margin-top: 5px;
	background-color: red;
	text-indent: -5000px;
	width: 86px;
	height: 28px;
	background: url("../img/btn_envoyer.gif") no-repeat;
	border: 1px solid red;
	position: relative;
}

form#contactForm #submitButton.push {
	background-position: 0 -28px;
}

*/

form#contactForm #submitButton { /* preload hover */
	background: url("../img/btn_envoyer_hover.gif") no-repeat;
}

body.en form#contactForm #submitButton { /* preload hover */
	background: url("../img/btn_send_hover.gif") no-repeat;
}

form#contactForm textarea {
	width: 486px;
	height: 180px;
	font: normal 13px lucida, arial, helvetica, sans-serif;
	border: 1px solid #181408;
	padding: 5px;
	margin-top: 2px;
	color: #88836a;	
	background: url("../img/bg_input.gif") repeat-x #3c371e;
	overflow: hidden;
}

form#contactForm #confirmation {
	border-top: 1px solid #1d190a;
	font-size: 15px;
	text-align: left;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 20px;
	display: none;
	background: url("../img/bg_confirmation.gif") no-repeat;
	height: 72px;
	width: 498px;
}

form#contactForm #confirmation p {
	margin: 18px 20px 0;
	color: #FFF;
	line-height: 18px;
}

form#contactForm .error {
	padding-left: 5px;
	font-size: 10px;
	color: #867729;
}

/* //////////////// */

#lightbox-close-button, 
#lightbox-close-button:hover {
	display: block;
	text-decoration: none;
	text-indent: -5000px;
	width: 28px; 
	height: 28px;
	background: url("../img/btn_close.png") no-repeat;
	cursor: pointer;
}

#lightbox-close-button:active {
	margin-top: 1px;
	margin-left: 1px;
}
