/* vert foncé : rgb(103,161,38);
 * vert clair : rgb(194,209,49);
 * gris foncé : rgb(52,52,52);
 * gris moyen : rgb(91,91,91);
 * gris clair : rgb(170,170,170)
 * gris texte : rgb(26,26,26);
 * 
 * rouge ( liens ) : rgb(215,75,23);
 */

/*
 * #header h1 {
 height: 80px;
 line-height: 80px;
 margin: 0;
 padding-left: 10px;
 }
 */
* {
	margin:0;
	padding:0;
}

ul, li { 
	list-style:none;
	list-style-position:inside;
	line-height: 100%;
}


img { 
	border:0;
	padding:1px;
}

p {
	margin:5px 0;
	line-height:100%;
	text-align:justify;
	text-justify:auto;
}

p img {
}

body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
     text-align: center;
	word-spacing:2px;
	color:#444;
}

a {
	color: rgb(215,75,23);
}
a:hover {
	text-decoration:none;
}
h1 { 
	font-size: 140%;
	}
h2 { 
	font-size: 130%; 
	}

h3 { 
	font-size:120%;

	}
h4 { 
	font-size: 120%; 
	}
h5 { 
	font-size: 115%; 
	}
h6 { 
	font-size: 110%; 
}
h7 { 
	font-size: 105%; 
	}

h1, h2, h3 { 
	color: rgb(194,209,49); 
	color:rgb(215,75,23);
}
h4, h5, h6 { 
	font-family: "Trebuchet MS";
	color: rgb(91,91,91);
	line-height:110%;
}


body { 	background: transparent url(../images/body-bg.gif) 0 0 repeat-x; }

#wrapper {
    text-align: left;   
	width:990px;	
    margin: 0 auto;
}

#innerwrapper {
    float: left;
    width: 100%;
}
#central {
    margin: 0 200px 0 200px;
}

#sidebar1 {
    width: 200px;
    float: left;
    margin-left: -100%;
    position: relative;
    z-index: 20;	
}
#sidebar2 {
    float: left;
    width: 200px;
    margin-left: -202px;
    position: relative;
	position:static;
    z-index: 20;
	padding:0;	
}
#sidebar2 div {
	margin-bottom:10px;	
}
#customerLogin {
	height:30px;
}
#customerSubscribe {
	height:30px;
}
#content {
    padding: 10px 20px;		
}
#navigation {
    height: 40px;
    margin-top: 5px;
    z-index: 20;
}
#breadcrumb {
    clear: both;
}
#footer {
    clear: left;
    width: 100%;
}
#content h1 {
	font-family: "Trebuchet MS";
	text-align:right;	
	border-bottom: 1px solid rgb(194,209,49);
	margin:10px 0;
}
#wrapper { 

}
#innerwrapper { 

}


/* LOGO */
#logo {
	margin:0;
	z-index:99;
	border:0;
	position:relative;
}

#logo img { 
	border:0;
	padding:0;
}

#logo h1 a { 
	color:#333;
	text-decoration:none;
}

#logo a:hover {

}

/* JQUERY CSSMENU */

.jquerycssmenu {
	position:relative;
	z-index:100;
}


/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: block;

	float: left;
		
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;

	color:#fff;
	font-size:12px;
	text-decoration:none;
    padding: 10px;
	height:20px;
}

.jquerycssmenu ul li.active a,
.jquerycssmenu ul li a:hover{
	background-color: rgb(255,153,0);
	border-bottom:5px solid rgb(52,52,52);
}

	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float:left;
	padding:0;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a,
.jquerycssmenu ul li.active ul li a {

	width: 160px; /*width of sub menus*/
	background-color: rgb(52,52,52);
	border-top:1px solid rgb(191,207,46);
	padding: 6px 2px 6px 20px;
	margin: 0;
}

.jquerycssmenu ul li.active ul li a {	
		margin-top:-5px;
}
.jquerycssmenu ul li ul li:hover{
	}
.jquerycssmenu ul li.active ul li.active {
	background-color: rgb(52,52,52);
	}
.jquerycssmenu ul li.active ul li.active a {
	color: #fff;
	background-color: rgb(191,207,46);
	}	
.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background-color: rgb(191,207,46);
	border-bottom-color: rgb(191,207,46);
	color: black;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}
.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}


/* SIDEBARS */ 
.sidebar { 	
font-size:90%;
/*	border-top:10px solid red; */
}
.sidebar h2 a { 	
text-decoration:none;
color:white;
padding:0;
}
#sidebar1, #sidebar2 { 	
}
.sidebar .block { 
	margin:10px 0;
	padding:0;
}
.sidebar div.block h1,
.sidebar div.block h2,
.sidebar div.block h3 {
	min-height:28px;	
	font:120% Arial;
	color: #fff;	
	padding: 10px 0 0 0;
	line-height:100%;
	margin:0;		
}	
.sidebar img { 	
background:none;
border:0;
}
/* SIDEBAR 1 */
#sidebar1 {
}
#sidebar1 div.block h1,
#sidebar1 div.block h2,
#sidebar1 div.block h3 {
	background: white url("../images/box-header.png") 0 0 no-repeat; 
	padding-left:15px ;
}
#sidebar1 div.block {
	background: white url("../images/box-body-white.png") 0 0 repeat-y;  
	padding:0 0 0 0;
}
#sidebar1 div.block div.innerblock {
	padding:0 0 10px 0; 
	margin:0;
	background: transparent url("../images/box-footer-white.png") 0 100% no-repeat; 
}
#sidebar1 div.blockSf div.innerblockSf {
	padding:0 0 10px 0; 
	margin:0;
	/*background: transparent url("../images/box-footer-large.png") 0 100% no-repeat;*/ 
}
#sidebar1 .innerblockSf li{
	/*background-color:#F5F8E0;*/
	padding:15px;
	color:#444444;
	height:20px;
}
#sidebar1 .innerblockSf li:hover{
	background-color:#F5F8E0;
	padding:15px;
	color:#444444;
	height:20px;
}
.innerblockSf a{
	width:200px;
	height:15px;
}
#sidebar1 div.block  div.innerblock p,
#sidebar1 div.block  div.innerblock ul,
#sidebar1 div.block  div.innerblock ol,
#sidebar1 div.block  div.innerblock div {
	margin:0 10px;
}	

#sidebar1 #summary {
	background: white url("../images/box-body.png") 0 0 repeat-y;  
}
#sidebar1 #summary div.innerblock {
	padding:0 0 10px 0; 
	margin:0;
	background: transparent url("../images/box-footer.png") 0 100% no-repeat; 
}


#sidebar1 ul, #sidebar1 ol  {
	padding:0 5px;

}

#sidebar1 ol  li {
	list-style:decimal;
}

#sidebar1 li {
	border-top:1px solid #efefef;
	padding:5px;
	list-style-position:outside;
}

#sidebar1 .block {

}

/* reference gallery */
#references-gallery .innerblock {
	min-height:120px;
}

#sidebar2 #mycarousel { 
	margin:0 18px;
}



/* SIDEBAR 2 */
#sidebar2 .innerblock p,
#sidebar2 .innerblock div {
	color: #333;
	margin:0 20px 0 15px;
}

#sidebar2 div.block  {

}

#sidebar2 div.block h1,
#sidebar2 div.block h2,
#sidebar2 div.block h3 {
	background: white url("../images/box-header.png") 0 0 no-repeat;
	padding-right:20px ;
}	

#sidebar2 div.block {
	background: white url("../images/box-body.png") 0 0 repeat-y;  
	padding:0 0 0 0;
	}

#sidebar2 div.block div.innerblock {
	padding:0 0 5px 0; 
	margin:0;
	background: transparent url("../images/box-footer.png") 0 100% no-repeat; 
}	



#sidebar2 div.block div.innerblock > div {

	}

/*	
#sidebar2 p.error { color: red; }
*/
#sidebar2 p.footer  a{
	display:block;
	margin-top:5px;
	margin-bottom:-45px;
	padding: 0 0 60px 0;

/*
	height:45px;
	line-height:20px;
	background: transparent url("../images/picto-arrow-green-reflection.gif") 0 50% no-repeat; 
 */	
	font-size:100%;
	color: rgb(0,0,0);
	text-decoration:underline;

	text-align:center;
	background: transparent url("../images/picto-arrow-green-reflection.gif") 50% 100% no-repeat; 
}

#sidebar2 p.footer  a:hover {
	color:black;
	}


#sidebar2 p {
	font:90% Verdana;
	color:#fff;
	line-height:100%;
	margin:0 0 10px 0;
}


#sidebar2 h2 {
	padding:10px 25px 0 0;
	text-align:right;

}


#sidebar2 ul {
	margin:10px 0 10px 15px; 
	font:90% Verdana;
}

#sidebar2 ul li {
	margin:5px 0;
}

#sidebar2 a {
/*	border-bottom:1px dotted #eee;
	color:white;
*/	
	text-decoration:none;
}

#sidebar2 a:hover {
/*	border-bottom:1px solid #ccc; */
}
/* call us */
#callus 
{ 
	width:200px;
	height:85px;
	position:relative;
	background: url(../images/callus.png) 0 0 no-repeat;
	padding:0;
}
#callus h1 { 
	position:absolute;
	top:20px;
	right:0;
	color:#ffffff;
	font-size:140%;
	text-align:right;
	margin:0;
	padding-right:15px;
}
#callus h2 { 
	position:absolute;
	right:0;
	bottom:15px;

	color:#000000;
	font-size:130%;
	text-align:right;
	margin:0;
	padding-right:15px;
}


#customerLogin{
	background: url(../images/login.png) 0 0 no-repeat;
	text-align:center;
	color:#fff;
}

#customerSubscribe{
	background: url(../images/subscribe.png) 0 0 no-repeat;
	text-align:center;
	}

#customerLogin a,
#customerSubscribe a {
	line-height:30px;
	font-weight:bold;
	font-size:1.2em;
	color:#fff;
	}

/* newsletter */
#newsletter {}

#sidebar2 #inputFields
{
	background: transparent url(../images/newsletter-fields.png) no-repeat scroll 3px 0px;
	width: 174px;
	height: 26px;
	margin-left: 10px;
}

#cfEmail {
	border: 0pt none; 
	margin: 5px 0 0 10px; 
	color: #c3c3c3; 
	width: 135px; 
	float: left;	
}

#cfNewsletter 
{
	background:transparent none repeat scroll 0 0;
	margin: 4px 0 0 0; 
	border:0;
	border-left:1px solid #dedede;
	cursor:pointer;
}

/* NAVIGATION SECONDAIRE */
#navigation2 {}

#navigation2 ul {
		
}

#navigation2 li {
	display:inline;	
}

#navigation2 li a {
	color: #555;
	}

/* LISTINGS des docs enfants */
ul.childrenListing li {
	padding: 5px;
}

ul.childrenListing li a {
	font-weight:bold;
	}	

/* Gallery PARTNERS */
#partners-gallery {}
#partners-gallery .innerblock {
	min-height:110px;
}
#partners-gallery ul
{
	background-color:#fff;
	
}
#partners-gallery li
{
	text-align:center;
	display:block;
	width:160px;
	
}


 /* CONTENT */
#content {
    background: white;

}
/*
#content b, #content strong { color:#ff9900;  }
*/
#content p {
 	line-height: 120%;
}
#breadcrumb {
	font-size:90%;
	color:#333;
	display:none;	
}
#content ul {
	line-height:110%;
	padding:5px 0 10px 15px;
}
#annonce ul li,
#content > ul li {
	list-style-type:none; 
	list-style-position:inside;
}
#content ul span {
/*	color:#444; */
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:110%;
	padding:15px 0;
/*	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	*/
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}
#content li {
	line-height: 100%;
	padding:5px 0; 
	text-align:justify;
}


/* ACCORDION */
#accordion {
	width:540px;

}

#accordion h2 
{
	background: #fff url( ../images/accordion_header.png ) 0 0 no-repeat;
	height:30px;
	line-height:30px;
	color:#ffffff;
	padding:0 10px 0 30px;
	margin:2px 0 0 0 ;
	cursor:pointer;		
}

#accordion h2 img 
{
	float:right;
	margin:0;		
}

#accordion h2:hover, 
#accordion h2.current
{
	background-position: 0 -40px ;	
	
}

#accordion .pane 
{	
	padding:5px 10px;
	border:1px solid #dedede;
	margin:0 0 5px 0;
	color:#000;
}



/* FOOTER */
#footer {
	clear:both;
}


/* page CONTACTS */
#phone { 
	text-align:center;
	font-family: Arial black;
	color:black;
	padding:10px 0 30px 0;
}

#phone .number {
	text-align:center;
	font-size:180%;
	color: rgb(215,75,23); 
}


#contactForm { 
	
}

#contactTabs { 

}

#contactTabs ul { 
	border:0;
	margin:0;
	padding:0;
	width: 540px;
	margin:0 auto;
	
}


#contactTabs ul li {
	list-style-type:none;
	}


.ui-tabs-hide { display: none; }


#mtp { 	
	padding: 0; 

	}

#content h1,
#paris { 
	clear:both;

}

#internet { }
#internet ul { 
	border:0;
	margin:0;
	padding:0 0;

	}

#internet ul li { 

}	
	
#internet ul li a{ 

	padding-left:0;
	margin:0;
}	
	
#internet a{	
	font-size:140%;
	line-height:140%;
	 }

/* 
.adresse { 
	width:47%; 
	padding:10px 0 0 2%;
	float:left;
	margin:0 0 10px 0;
}
*/

.adresse { 

}

.adresse .lightbox a { 
	float:left;
	text-decoration:none;
}

.adresse address {
	padding:10px 0 0 150px;

	}
 
.adresse a {

	
}


#conditions ul {
	list-style:none;
	
}

hr.invisible {
	clear:both;
	visibility:hidden;
	border:0;
}

blockquote {
	clear:both;
}

blockquote img { 
	float:left;
	margin:0 10px 10px 0;
}

blockquote p {
	font-size:120%;
	color:#777;
	padding:0 10px;
	line-height:100%;

}

blockquote h4 {
	
}

.error { 
	width:100%;
	margin:0 auto;
	text-align:center;
	color:#f00;
	
	}

pre { text-align:left; }

/* galeries LIGHTBOX */
#content #map-gallery {
	text-align:center;
	border:0;
	width:100%;
	}

	
.lightbox li {
	display:block;
	float:left;
/*	width:100px;
	margin:10px 5px;
*/
	margin:10px 0;		
}


#map-gallery li {
	width:45%;
}

.lightbox li a{	
	text-decoration:none;
	color:#11485C;
	text-align:center;
}

.lightbox a img{
	border :1px solid  silver;
	padding:1px;

}

.lightbox a span{
	padding:5px 0;
}

.lightbox a:hover {
	color:rgb(215,75,23);
}

.lightbox a:hover img{
	border :2px solid rgb(215,75,23);

	padding:0;
}



/* page languagechoice */
#language-choice {
	background-color:silver;
	width:50%;
	margin:100px auto;
}

#language-choice div {
	width:40%;
	margin:10% 10%;
	}		

#footer { 
	border-top:1px solid #efefef;
	padding:5px 0;
	color:#bfbaba;
	text-align:center;
	}


/* Email Obfuscator */ 
span.emo_address, a.emo_address {
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #888888;
}

span.emo_address:hover, a.emo_address:hover {
  color: #81A021;
  border-bottom-color: #006600;
}


span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

#div_bloc_newsletter
{
	width:173px;
	height:26px;
	margin-left:-5px;
	background:url(../images/champ_newsletter.gif) no-repeat scroll 0 0;
}
.txt_temoignage{
	font-size: 120%;
	color: #5B5B5B;
	line-height:110%;
	font-family:"Trebuchet MS";
}
#content_map img
{
	background:transparent;
}
.gmnoprint{
	background:transparent;
}


/* JQUERYCSSMENU */
.jquerycssmenu {
	position:relative;
	z-index:100;
}


/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: block;

	float: left;
		
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;

	color:#fff;
	font-size:12px;
	text-decoration:none;
    padding: 10px;
	height:20px;
}

.jquerycssmenu ul li.active a,
.jquerycssmenu ul li a:hover{
	background-color: rgb(255,153,0);
	border-bottom:5px solid rgb(52,52,52);
}

	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float:left;
	padding:0;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a,
.jquerycssmenu ul li.active ul li a {

	width: 160px; /*width of sub menus*/
	background-color: rgb(52,52,52);
	border-top:1px solid rgb(191,207,46);
	padding: 6px 2px 6px 20px;
	margin: 0;
}

.jquerycssmenu ul li.active ul li a {	
		margin-top:-5px;
}

.jquerycssmenu ul li ul li:hover{

	}
.jquerycssmenu ul li.active ul li.active {
	background-color: rgb(52,52,52);
	}
	
.jquerycssmenu ul li.active ul li.active a {
	color: #fff;
	background-color: rgb(191,207,46);
	}	

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background-color: rgb(191,207,46);
	border-bottom-color: rgb(191,207,46);

	color: black;

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

#logos_available {
	margin:10px 0;
	}
	
#logos_available li{	
	padding:2px 0;
}

#press_review li
{
		
}

/* page PARTENAIRES 
 ---------------------------------*/
 
#partners li {
	float:left;
	
}


/* OVERLAY
 * --------------------------------------------*/

/* the overlayed element */
img.thumbs_overlay {

}
 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    min-width:800px;     
    min-height:400px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     

} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(/assets/js/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.simple_overlay .details {
	text-align:center;
	color:#fff;
}
/* TEMPLATE Minimal */
#content.minimal {
	margin-top:60px;
}

/* the overlayed element */
	/* use a semi-transparent image for the overlay */ 
#overlay { 
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:990px;     
    height:80%; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
	
	/* some padding to layout nested elements nicely  */
	padding:15px;
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
	height:100%;
	overflow-y:auto; 
}


/* default close button positioned on upper right corner */
#overlay div.close {
	background-image:url(/assets/js/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
#overlay.black {
	background:url(/assets/js/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
#overlay.petrol {
	background:url(/assets/js/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

#black h2, div.petrol h2 {
	color:#ddd;		
}
 