/* RÉINITIALISATION DES ÉLÉMENTS
--------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr,acronym{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
/*h1,h2,h3,h4,h5,h6{font-size:100%;}*/
q:before,q:after{content:'';}
a:active,object,embed{outline:none;}

/* BODY ET HTML
--------------------------------------------------------------------------------------- */
body#main{
	background: #1f1f1f url(gx/bg_main.gif) repeat-x 0px 0px;
	text-align:center;
}
html{
	color: #b0b0b0;
	
	
	font-size: 12px;
	line-height: 18px;
	font-family:  Arial, Verdana, Tahoma,  Helvetica;
}

/* TEXTES ET HYPERLIENS GLOBAUX
--------------------------------------------------------------------------------------- */
h1{
	color: #ef3d33;
	display: block;
	font-weight: normal;
	font-size: 32px;
	padding: 0 0 17px 0;
	line-height: normal;
	border-bottom: 5px solid #808080;
	position: relative;}
h1 span{
	display: block;
	color: #b0b0b0;
	font-size: 20px;
	padding: 0px;
	width: 700px;
	background: none;
	font-weight: bold;}
#imglogo{
	position: absolute;
	display: block;
	top: -13px;
	right: 83px;
	width: 117px;
	height: 82px;
	background: Fuchsia;
}

a, a:link, a:visited{
	color: #b0b0b0;
	text-decoration: underline;
	font-weight: normal;
	outline: none;		}
a:hover{	
	text-decoration: none;
}

a.link2, a.link2:link, a.link2:visited{
	color: #a82b24;
	text-decoration: underline;
	font-weight: normal;}
a.link2:hover{
	text-decoration: none;
	color: #FFF;
	}

a.link3, a.link3:link, a.link3:visited{
	color: #822b26;
	text-decoration: none;
	font-weight: normal;}
a.link3:hover{
	text-decoration: none;
	color: #FFF;
	}	
	
a.link4, a.link4:link, a.link4:visited{
	color: #b0b0b0;
	text-decoration: none;
	font-weight: normal;}
a.link4:hover{
	text-decoration: underline;
	}	
	
	
a.btn_pdf, a.btn_pdf:link, a.btn_pdf:visited{
	background: transparent url(Gx/icone_pdf.gif) no-repeat 0px 0px;	
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	padding: 0 0 0 20px;
}
a.btn_pdf:hover{
	text-decoration: none;
}

 
h1 a.retour, h1 a.retour:link, h1 a.retour:visited{
	background: transparent url(Gx/bg_retour.gif) no-repeat 0px 0px;	
	display: block;
	width: 55px;
	text-align: right;	
	height: 17px;
	line-height: 17px;
	color: #b0b0b0;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
		filter:alpha(opacity=70);   
	-moz-opacity:0.7;
	opacity: 0.7;	
	position: absolute;
	top: 20px;
	right: 0px;
	}
h1 a.retour:hover{
	filter:alpha(opacity=100);   
	-moz-opacity:1.0;
	opacity: 1.0;		} 
 
 
h2{
	color: #FFF; 
	font-size: 15px; 
	display: block;
	font-weight: bold;
}





/* 
p:first-letter{color:green; font-size:200%; text-transform:uppercase;}
sup{position:relative; bottom:0.3em; vertical-align:baseline;}
sub{position:relative; bottom:-0.2em; vertical-align:baseline;}
*/

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
fieldset{border:1px solid #000; font-size: 11px; margin-bottom:10px; padding:5px;}
fieldset legend{border: 1px solid #999; color:#B0B0B0; font-size:14px; font-weight:bold; padding:3px;}
fieldset label{font-size:12px; color:#B0B0B0; margin:2px 0 2px 0;}
fieldset label.erreur{color:#cc0000;}


#contact .champTexte{
	background: #fff;
	border: 1px solid #C9D0D6;
	color: #000;
	height: 15px;
	width: 220px;
	font-size: 12px;
	margin:2px 0 8px 0;
}
#contact .listeDeroulante{
	background: #fff;	
	border: 1px solid #C9D0D6;
	color: #000;
	font-size: 12px;
	margin:2px 0 2px 0;
}
#contact .boiteTexte{
	background: #fff;
	border: 1px solid #C9D0D6;
	color: #000;
	font-family:  Arial, Verdana, Tahoma,  Helvetica;
	font-size: 12px;
	margin:2px 0 2px 0;
}

#contact .bouton{
	background: #ef3d33;
	border: none;
	cursor: pointer;
	color: #fefefe;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
}
#contact .bouton:hover{	
	background: #b92017;
	}
	
#contact .inputType{
	background: #FFF;
	border: 1px solid #FFF;
	color: #ef3d33;
	font-size: 12px;
}
	
.champCache{display:none; visibility:hidden;} /* Utilisé pour l'anti-spam */
	
	
p.erreur{text-align:center; color:#CC0000; background-color:#FFDDDD; border:1px #CC0000 solid; padding:15px; border-radius:4em; -moz-border-radius:4px; -webkit-border-radius:4px;}
p.succes{text-align:center; color:#4F8A10; background-color:#DFF2BF; border:1px #4F8A10 solid; padding:15px; border-radius:4em; -moz-border-radius:4px; -webkit-border-radius:4px;}
p.conseil{font-size:11px;display:none;}

.textePetit{
	font-size: 11px;
}
.texteCenter{
	text-align: center;
}
.erreur{color:#cc0000;}


/* Icones générales
--------------------------------------------------------------------------------------- */
.lienRSS{background: url(Gx/icone_RSS.gif) no-repeat left;padding:5px 0 5px 20px;}
/* .lienPDF{background: url(Gx/icone_PDF.gif) no-repeat left;padding:5px 0 5px 20px;} */


/* CONTENEURS ET CLASSES GÉNÉRALES
--------------------------------------------------------------------------------------- */
#conteneur{
	margin:0 auto 0 auto;
	text-align:left;
	width:1000px;
}
#header{
	width: 1000px;
	height: 121px;
	position: relative;
}
#logo{
	position: absolute;
	top: 24px;
	left: 18px;
}
#prix1{
	position: absolute;
	top: 24px;
	left: 260px;
}
#prix2{
	position: absolute;
	top: 24px;
	left: 349px;
}
#txt_telephone{
	color: #8e8e8e;
	font-size: 12px;
	width: 178px;
	height: 20px;
	line-height: 20px;
	background: none;
	text-align: right;
	position: absolute;
	top: 36px;
	left: 463px;
}

#telephone{
	position: absolute;
	top: 56px;
	left: 456px;
	
	background: none;
	width: 185px;
	height: 32px;
	line-height: 30px;
	text-align: right;
	color: #1d1d1d;
	font-family: Georgia, Arial, Verdana;
	font-weight: normal;
	font-size: 28px;
}

#outerbanner{
	background: #7a7a7a;
	width: 1000px;
	height: 321px;
	overflow: hidden;
}

#banner{
	width: 1000px;
	height: 321px;
	position: relative;
}
#innerbanner{
	position: absolute;
	top: 3px;
	left: 3px;
	width: 994px;
	height: 315px;
}
#innerbanner img{
	display: block;
	margin: 0px;
}

#Fil_Arrianne{
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 0px;
	color: #8f8f8f;
	background: none;}
#Fil_Arrianne a, 	#Fil_Arrianne a:link, #Fil_Arrianne a:visited{
	font-weight: normal;
	color: #8f8f8f;
	text-decoration: none;
}
#Fil_Arrianne a:hover{
	color: #FFF;	
}


#contenu{
	/*min-height:500px;
	height:auto !important;
	height:500px;*/
	background: #000;	
	text-align: center;
}
#content{
	width: 944px;
	margin: 0 auto 0 auto;	
	text-align: left;
}

.both{clear:both;}


/* MENUS
--------------------------------------------------------------------------------------- */
#menu{
	background: transparent url(Gx/M/bg_menu.gif) no-repeat 0px 0px; 
	width: 1000px;
	height: 63px;
	position: relative;
	z-index: 10;
}
#menu ul{
	list-style-type: none; 
}

#menu li{
	background: transparent url(Gx/M/bg_menu_li.gif) repeat-x bottom left;
	list-style-type:none;
	float: left;	
	display: block;	
	height: 57px;
	position: relative;
	/*z-index: 10;*/
}
	
#menu li.actif{
	background: none;
}	
	
#menu li a, #menu li a:link, #menu li a:visited{
	display: block;
	float: left;
	height: 49px;
	line-height: 46px;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;	
	overflow: hidden;
	font-weight: normal;
	cursor: pointer;
	text-align: center;}
#menu li a:hover, #menu li a:visited:hover, #menu a.actif, #menu a.actif:link, #menu a.actif:visited{
	color: #ee4031;}
	
#menu li:hover > a{
	color: #ee4031;
}	
	
a#menu1{	width: 124px;}
a#menu2{ width: 149px;}
a#menu3{	width: 122px;}
a#menu4{	width: 154px;}
a#menu5{	width: 177px;}
a#menu6{	width: 101px;}
a#menu7{	width: 173px;}
	
#menu div{
	display: none;
	position: absolute;
	top: 49px;
	left: 0px;
	
	background: #292929 url(Gx/M/bg_menu_menu.gif) repeat-x 0px 0px;

	z-index: 10;
}
#menu div#sousmenu1{
	width: 200px;
}
#menu div#sousmenu2{
	width: 270px;
}
#menu div#sousmenu3{
	width: 275px;
}
#menu div#sousmenu9{
	width: 173px;
}

#menu li:hover div{
	display: block;	
}
#menu ul ul{
	margin: 0 0 0 30px;	
}


#menu li li{
	background: none;
	list-style-type:none;
	float: left;	
	display: block;	
	position: relative;
	height: auto;
	padding: 0 0 6px 0;
	width: 100%;
	}
#menu li li a, #menu li li a:link, #menu li li a:visited{
	display: block;
	float: left;
	height: auto;
	line-height: normal;
	color: #828282;
	font-size: 13px;
	text-decoration: none;
	overflow: hidden;
	font-weight: normal;
	text-align: left;}
#menu li li a:hover, #menu li li a:visited:hover{
	color: #FFF;	
}

/* Navigation secondaire */
#menuSec{
	position: absolute;
	width: 410px;
	height: 34px;
	top: 56px;
	/*left: 700px;*/
	right: 0px;
	background: none;
}
#menuSec ul{
	list-style-type: none; 
}

#menuSec li{
	display: block;
	float: right;
	height: 34px;}
	
#menuSec li.sep{
	background: transparent url(Gx/M/menuSec_sep.gif) no-repeat 0px 0px;
	width: 1px;
}	


#menuSec a, #menuSec a:link, #menuSec a:visited{
	float:left;
	display: block;
	background: transparent url(Gx/M/menuSec_a.gif) no-repeat 0px -34px;
	height: 34px;		
	padding: 0 8px;
	text-decoration: none;
	font-weight: normal;
	color: #4f4f4f;
	line-height: 28px;
	font-size: 12px;}
#menuSec a:hover{
	color: #ee4031;
	/*background: transparent url(Gx/M/menuSec_a_on.gif) no-repeat top center;*/
	background: transparent url(Gx/M/menuSec_a.gif) no-repeat top center;
}
#menuSec a.actif, #menuSec a.actif:link, #menuSec a.actif:visited{
	color: #ee4031;
	background: transparent url(Gx/M/menuSec_a.gif) no-repeat top center;
}

	
#menuSec a.first{
	/*background: transparent url(Gx/M/menuSec_a_off_first.gif) no-repeat 0px 0px;*/
	background: transparent url(Gx/M/menuSec_a.gif) no-repeat 0px -68px;
	padding: 0 8px 0 13px;	
}	
#menuSec a.first:hover{
	
}
#menuSec a#menufirst.actif{
	background: transparent url(Gx/M/menuSec_a.gif) no-repeat 0px -136px;
}


#menuSec a.last{
	/*background: transparent url(Gx/M/menuSec_a.gif) no-repeat -70px -102px;*/
	background: transparent url(Gx/M/menuSec_a_off_last.gif) no-repeat top right;
	
	padding: 0 13px 0 8px;	
}	
#menuSec a.last:hover{
	/*background: transparent url(Gx/M/menuSec_a.gif) no-repeat 0px -170px;*/
	/*background: transparent url(Gx/M/menuSec_a_on_last.gif) no-repeat top right;*/
}
	

/* 01_100 : PAGE ACCUEIL
--------------------------------------------------------------------------------------- */



/* 09_100 : PAGE CONTACT
--------------------------------------------------------------------------------------- */
#outercarteContact{
	float: right;
	width: 422px;
	background: none;
}

#carteContact{border:1px solid #999;height:300px;width:420px;float:right;}
#boiteFormQuestion{float:left;width:480px;
 background: none;}

#formQuestion{float:right;width:370px;}
#formQuestion label{float:left;width:80px;}
#formQuestion .champTexte{float:left;width:200px;}
#formQuestion .listeDeroulante{float:left;width:200px;}
#formQuestion .boiteTexte{float:left;height:70px;width:230px;}


#form-itineraire{
	background: #1f1f1f;
	display: block;
	height: 60px;
	line-height: 20px;
	padding: 0 0 0 9px;
}

#form-itineraire label{
	display: block;
	float: left;
	padding: 0 15px 0 0;
}

#form-itineraire .champ{
	border: none;
	background: #FFF;
	width: 70px;
	height: 20px;
	float: left;
	margin: 9px 6px 0 0;
}
#form-itineraire .bouton{
	background: #ef3d33;
	border: none;
	cursor: pointer;
	color: #fefefe;
	padding: 0px 5px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 9px 0 0 0;
}
#form-itineraire .bouton:hover{	
	background: #b92017;
	}
/* COPYRIGHTS
--------------------------------------------------------------------------------------- */
#copyrights{
	height:31px;
	background: #161616; 
}
#copyrights a, #copyrights a:link, #copyrights a:visited{
	color: #5c5c5c;
	font-weight: normal;
	text-decoration: none;	
}
#copyrights a:hover{
	color: #9d9d9d;	
}
#innercopyrights{
	width: 1000px;
	margin: 0 auto 0 auto;
}
#coprights_left{
	float: left;
	width: 660px;
	background: none;
	text-align: left;
	line-height: 31px;
}
#coprights_right{
	float: right;
	width: 340px;
	background: none;
	color: #5c5c5c;
}

/* Partager cette page (bookmarker) */
#socialBookmarker{
	background: transparent url(Gx/logo_vortex.gif) no-repeat 0px 10px;
	padding: 8px 0px 0 22px;
	/*width: 165px;*/
	float:right;
}
#socialBookmarkerPrefix{float:left;cursor:default;}
.bookmarkIconesVisibles {float:left;margin-left:2px;}
#bookmarkHoverPopup{border:solid 1px; background-color:#FFF; display:none; padding:4px; position:absolute; text-align:left; width:315px;}
#bookmarkHoverPopup .bookmarkHoverPopupItems{float:left; height:25px; margin-right:4px; width:150px;}
#bookmarkHoverPopup .bookmarkHoverPopupItems a{height:25px; line-height:25px;}
#bookmarkHoverPopup .bookmarkHoverPopupItems a:link, #bookmarkHoverPopup .bookmarkHoverPopupItems a:visited{border:none; color:#000; display:block; padding-left:2px; text-decoration:none; width:150px;}
#bookmarkHoverPopup .bookmarkHoverPopupItems a:active, #bookmarkHoverPopup .bookmarkHoverPopupItems a:hover{background-color:#eee; border:1px solid #666; color:#333; display:block; height:25px; padding-left:2px; text-decoration:none; width:150px;}


/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{
	background: #000;
}
#innerpiedPage{
	width: 1000px;
	margin: 0 auto 0 auto;	
	text-align: left;
}

.piedPageMenu{
	float: left;
	width: 187px;
	
	background: none;
}
.piedPageMenu ul{
	list-style-type: none; 
	margin: 12px 0 0 0;
}
.piedPageMenu li{
	list-style-type: none; 
	padding: 0 0 6px 0;
}

.piedPageMenu a, .piedPageMenu a:link, .piedPageMenu a:visited{
	color:#838383; 
	text-decoration: none;}
	
.piedPageMenu a:hover{
	color:#838383; 
	text-decoration: underline;}

.piedPageMenu h2 a, .piedPageMenu h2 a:link, .piedPageMenu h2 a:visited{
	color:#FFF;
	font-weight: bold;
	font-size: 15px; }
.piedPageMenu h2 a:hover{
	color: #FFF;
	text-decoration: underline;
}	
.piedPageMenu a.actif, .piedPageMenu a.actif:link, .piedPageMenu a.actif:visited{
	/*text-decoration: underline;*/
	color: #FFF;
}

	
.piedPageLast{
	float: right;	
	width: 202px;
	height: 168px;
	padding: 10px 0 0 0;
	background: none;
	
}
.piedPageLast .inner{
	background: transparent url(Gx/piedPageLast.gif) no-repeat 0px 0px;	
	padding: 15px 20px;
	color: #959595; 	
	line-height: 21px;
	
}

.projetlist{
	float: left;
	width: 320px;
}

.projetlist_last{
	width: 287px;
}

.projetlist .inner{
	width: 287px;
	/*height: 300px;*/
	padding: 10px 0 10px 0;
	overflow: hidden;
	background: #FFF;
	text-align: center;
	cursor: pointer;
}
.projetlist .inner:hover img{
	filter:alpha(opacity=70);   
	-moz-opacity:0.7;
	opacity: 0.7;	
}

.projetlist .img{
	height: 220px;	
	width: 287px;
	background: none;
}

.projetlist img{
	margin: 0px auto 0 auto;
	display: block;
}

.projetlist .txt{
	width: 263px;
	height: 34px;
	margin: 0px auto 0 auto;
	background: none;
	cursor: pointer;	
	overflow: hidden;
	color: #000;
	font-size: 13px;
}
.projetlist .inner:hover .txt, .projetlist .inner:hover .txt a{
	color: #ef3d33;
}

.projetlist a, .projetlist a:link, .projetlist a:visited{	color: #000; text-decoration: none;	}
.projetlist a:hover{	text-decoration: none;color: #ef3d33;	}

#projet{ text-align: justify;}
#projet_left{
	float: left;
	width: 303px;
}
#projet_left .img{
	display: block;
	margin: 0px;
	border: 3px solid #7a7a7a;
}
#projet_left h4{
	display: block;
	color: #FFF;
	font-size: 22px;	
	font-weight: normal;
}

#projet_right{
	float: right;
	width: 623px;
}
#outercarteProjet{
	border: 3px solid #7a7a7a;
}

#carteProjet{
	width: 297px;
	height: 175px;
}

#tabmodele{
	border-collapse: collapse;
	border: none;
	width: 623px;
	color: #b0b0b0;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma, Helvetica;	
}
#tabmodele th{
	background: #3e3d3d;
	color: #FFF;	
	font-weight: normal;
	font-size: 20px;
	height: 44px;
	line-height: 44px;
	padding: 0 0 0 6px;
}
#tabmodele th.spacer{
	line-height: 0px;
	font-size: 0px;
	height: 6px;
	background: #000;

}

#tabmodele img{
	display: block;
	margin: 0px;
}

#tabmodele td{
	border: 1px solid #3e3d3d;
}
#tabmodele td.img{
	width: 190px;
	background: #000;
}

#tabmodele td.txt1{
	padding: 13px;	
	vertical-align: top;
	line-height: 18px;
}
#tabmodele td.txt2{
	vertical-align: middle;	
	padding: 0 13px;	
}

#tabmodele ul{
	list-style-type: disc;
	margin: 3px 0 6px 15px; 
}
#tabmodele li{
	list-style-type: disc;
	padding: 0 0 2px 0;
}

#tabmodele a, #tabmodele a:link, #tabmodele a:visited{
	color: #8fb5cb;
	font-weight: normal;
	text-decoration: none;	
}
#tabmodele a:hover{
	text-decoration: underline;
	color: #FFF;	
}
#tabmodele a span{
	text-decoration: underline;
}






.tabalouer{
	border-collapse: collapse;
	border: none;
	width: 623px;
	color: #b0b0b0;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma, Helvetica;	
}

.tabalouer th{
	background: #3e3d3d;
	color: #FFF;	
	font-weight: normal;
	font-size: 20px;
	height: 44px;
	line-height: 44px;
	padding: 0 0 0 6px;
}
.tabalouer th.spacer{
	line-height: 0px;
	font-size: 0px;
	height: 6px;
	background: #000;
}
.tabalouer th.spacer2{
	line-height: 0px;
	font-size: 0px;
	height: 30px;
	background: #000;
}
.tabalouer .tr{
	cursor: pointer;
}


.tabalouer td{
	border: 1px solid #3e3d3d;
	padding: 8px 5px;
}
.tabalouer a, .tabalouer a:link, .tabalouer a:visited{
	color: #a82b24;
	
	text-decoration: underline;
	font-weight: normal;	
	
}
.tabalouer a:hover{
	color: #FFF;
	text-decoration: none;
}



#alouer{}

#alouer_full{	
	float: left;
	width: 944px;
}

#alouer_liste_left{
	float: left;
	width: 303px;
}
#alouer_liste_right{
	float: right;
	width: 623px;
}

#alouer_left{
	float: left;
	width: 623px;
}
#alouer_right{
	float: right;
	width: 303px;
}
#alouer_right .img{
	display: block;
	margin: 0px;
	border: 3px solid #7a7a7a;
}	
	
#alouer h4{
	display: block;
	font-size: 22px;	
	font-weight: normal;
}

#alouer ul{
	margin: 0 0 0 20px;
	list-style-type: disc; 
}
#alouer li{
	padding: 0 0 5px 0;
}


.realisationlist{}

.realisationlist .img{
	float: left;	
	width: 321px;
}
.realisationlist .img img{
	display: block;
	margin: 0px;
	border: 3px solid #7a7a7a;
}

.realisationlist .txt{
	float: right;
	width: 623px;
	padding: 8px 0 0 0;
}

.realisationlist h4{
	display: block;
	font-size: 22px;	
	font-weight: normal;
	color: #FFF;
}

.realisationlist h4 a, .realisationlist h4 a:link, .realisationlist h4 a:visited{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;}
.realisationlist h4 a:hover{}

#accueil_btn{
	position: relative;
	width: 944px;
	height: 181px;
	background: none;
}

/*		btn 1		*/
#btn1{
	background: transparent url(Gx/01/btn1.jpg) no-repeat 0px 0px;
	
	width: 303px;
	height: 181px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#btn1:hover{
	background: transparent url(Gx/01/btn1.jpg) no-repeat 0px -181px;
	
}
#btn1 .inner{
	width: 303px;
	height: 181px;
	position: relative;
	cursor: pointer;
}
#btn1 .inner .txt1{
	position: absolute;
	top: 20px;
	left: 23px;
	font-size: 20px;
	color: #FFF;
}
#btn1 .inner .txt2{
	position: absolute;
	top: 48px;
	left: 23px;
	color: #FFF;
}
#btn1 .inner .txt3{
	background: transparent url(Gx/01/btn_bg_gris.gif) no-repeat 0px 0px;
	width: 69px;
	height: 17px;
	line-height: 17px;
	position: absolute;
	top: 161px;
	left: 212px;
	color: #FFF;
	text-align: center;
}
#btn1 a, #btn1 a:link, #btn1 a:visited{
	text-decoration: none;
}
#btn1 a:hover{
	text-decoration: none;
}

/*		btn 2		*/
#btn2{
	background: transparent url(Gx/01/btn2.jpg) no-repeat 0px 0px;
	width: 303px;
	height: 181px;
	position: absolute;
	top: 0px;
	left: 320px;
}
#btn2:hover{
	background: transparent url(Gx/01/btn2.jpg) no-repeat 0px -181px;
}
#btn2 .inner{
	width: 303px;
	height: 181px;
	position: relative;
	cursor: pointer;
}
#btn2 .inner .txt1{
	position: absolute;
	top: 20px;
	left: 23px;
	font-size: 20px;
	color: #FFF;
}
#btn2 .inner .txt2{
	position: absolute;
	top: 48px;
	left: 23px;
	color: #FFF;
}
#btn2 .inner .txt3{
	background: transparent url(Gx/01/btn_bg_gris.gif) no-repeat 0px 0px;
	width: 69px;
	height: 17px;
	line-height: 17px;
	position: absolute;
	top: 161px;
	left: 212px;
	color: #FFF;
	text-align: center;
}
#btn2 a, #btn2 a:link, #btn2 a:visited, #btn2 a:hover{
	text-decoration: none;
}

/*		btn 3		*/
#btn3{
	background: transparent url(Gx/01/btn3.jpg) no-repeat 0px 0px;
	width: 303px;
	height: 181px;
	position: absolute;
	top: 0px;
	left: 640px;
}
#btn3:hover{
	background: transparent url(Gx/01/btn3.jpg) no-repeat 0px -181px;
}
#btn3 .inner{
	width: 303px;
	height: 181px;
	position: relative;
	cursor: pointer;
}
#btn3 .inner .txt1{
	position: absolute;
	top: 20px;
	left: 23px;
	font-size: 20px;
	color: #FFF;
}
#btn3 .inner .txt2{
	position: absolute;
	top: 48px;
	left: 23px;
	color: #FFF;
}
#btn3 .inner .txt3{
	background: transparent url(Gx/01/btn_bg_gris.gif) no-repeat 0px 0px;
	width: 69px;
	height: 17px;
	line-height: 17px;
	position: absolute;
	top: 161px;
	left: 212px;
	color: #FFF;
	text-align: center;
}
#btn3 a, #btn3 a:link, #btn3 a:visited, #btn3 a:hover{
	text-decoration: none;
}

#accueil_left{
	float: left;
	width: 623px;
	text-align: justify;		
}
#accueil_right{
	float: right;
	width: 303px;	
}
#accueil_right ul{
	list-style-type: none;
	margin: 0px;
}
#accueil_right li{
	background: transparent url(Gx/01/bg_nouvelle_li.gif) no-repeat 5px 6px;
	padding: 0 0 15px 22px;
}


div.triangle{
	background: transparent url(Gx/01/bg_triangle.gif) no-repeat 0px 0px; 
	border-bottom: 1px solid #262626;
	padding: 0 0 12px 46px;
	color: #ef3d33;
	font-size: 20px;
	font-weight: normal;
}

#nextback{
	text-align: center;
	font-size: 11px;
	background: none;
}

#nextback a, #nextback a:link, #nextback a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #ef3d33;	
}
#nextback a:hover{
	text-decoration: underline;	
}
#nextback a.actif, #nextback a.actif:link, #nextback a.actif:visited, #nextback a.actif:hover{
	color: #F00;
}

.nouvelles{
	
	height: 100%;
}
.nouvelles .img{
	float: left;
	width: 321px;	
}	

.nouvelles .img img{
	display: block;
	margin: 0 0 5px 0;
	border: 3px solid #7a7a7a;
}

.nouvelles .txt{
	float: left;
	width: 623px;
	padding: 5px 0 0 0;
}		
.nouvelles .txtfull{
	float: left;
	width: 944px;
}

.nouvelles .intro{
	padding: 5px 0;
}

.plansite ul{
	list-style-type: disc; 
	margin: 0 0 0 20px;
}
.plansite ul ul{
	margin: 5px 0 0 20px;
}

.plansite li{
	padding: 0 0 4px 0;
}

.texte_full{
	width: 944px;
}

.texte_left{
	float: left;
	width: 623px;
}

.texte_right{
	float: right;
	width: 303px;
	background: none;
}
.texte_right img{
	border: 3px solid #7a7a7a;
	display: block;
	margin: 0px;
}

.thumbs{
	float: left;
	width: 111px;
	height: 69px;
}
.thumbs a, .thumbs a:link, .thumbs a:visited{
	display: block;
	height: 58px;
	overflow: hidden;	
	
	float: left;
	border: 1px solid #acaaad;
}
.thumbs a:hover{
	border: 1px solid #ea1b23;
}
.thumbs img{
	display: block;
}

.thumbsmedium{
	float: left;
	width: 188px;
	height: 122px;
}
.thumbsmedium a, .thumbsmedium a:link, .thumbsmedium a:visited{
	display: block;
	height: 110px;
	overflow: hidden;	
	
	float: left;
	border: 1px solid #acaaad;
}
.thumbsmedium a:hover{
	border: 1px solid #ea1b23;
}
.thumbsmedium img{
	display: block;
}

.faq_liste ul{
	list-style-type: disc; 
	margin: 0 0 0 20px;
}
.faq_liste li{
	padding: 0 0 10px 0;
}


.faq_reponse li.question{
	border-bottom: 1px solid #CCC;	
	height: 100%;}
	
.faq_reponse .q_left{
	float: left;
	width: 899px;
	padding: 0 0 5px 0;}
.faq_reponse .q_right{
	float: right;
	width: 45px;
	text-align: right;}
	
.faq_reponse li.reponse{
	padding: 5px 0 0 0;}
	
	
.colleft{
	float: left;
	width: 300px;
}	
	
.prix{
	width: 462px;
	background: none;
}	
	
.prix .img{
	float: left;
	width: 165px;
	background: none;
}
.prix .img img{
	border: 2px solid #7a7a7a;
}

.prix .titre{
	font-size: 14px;
}
.prix .txt{
	float: right;
	width: 297px;
	background: none;
}
	
/* 10_100 - Calculatrice
--------------------------------------------------------------------------------------- */
#calculatrice{width:520px; padding-top:20px;}
#formulaireCalcu .viCalcu {float:left;}
#formulaireCalcu .tiCalcu {float:right; font-size:15px; color:#FFFFFF; font-weight:bold; margin-top:10px;}
#formulaireCalcu label {float:left; width:170px; color:#bebebe; font-weight:normal; padding:5px 6px 0px 0px; text-align:left;}
#formulaireCalcu label.infoField {float:left; width:auto; font-size:11px; color:#bebebe; padding:5px 0px 0px 3px;}
#formulaireCalcu .champTexte {float:left; width:250px; height:14px; margin:2px 0 7px 0;}
#formulaireCalcu .listeDeroulante {float:left; width:256px; height:20px; margin:2px 0 7px 0;}
#formulaireCalcu .bouton {width:117px; height:16px; margin:0px auto; padding:3px 0px; text-align:center; background-color:#ef3d33; text-decoration:none; margin-left:176px;}
#formulaireCalcu .bouton:hover {width:117px; height:16px; background-color:#ccc; margin-left:176px;}
#formulaireCalcu .bouton a {font-size:12px; font-weight:bold; color:#fefefe; text-decoration:none; margin:0px;}
	
		background: #ef3d33;
	border: none;
	cursor: pointer;
	color: #fefefe;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	