/* TABLE DES MATIÈRES:
	- Générale (body, html, h1, h2, ...)
	- Conteneur
	- Menu
	- Pieds de page
	- Textes
	- Formulaires
----------------------------------------------------------------------------------------*/

/* GÉNÉRAL
--------------------------------------------------------------------------------------- */
body#main{
	background: #FFF url(gx/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align:center;
}
html{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img{border:0; margin:0; padding:0;}

h1{
	color: #000;
	line-height: 26px;
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: normal;
}
h2{
	line-height: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #862612;
}
a.retour { 
	float : left;
	text-decoration : none;
	text-indent : -999em;
	overflow : hidden;
	width : 199px;
	height : 216px;
	padding : 0;
	margin : 20px 0 0 18px;
	background : url(Gx/logo.gif) no-repeat left top;
}
img.vi{ display: none;}

/* TEXTES
--------------------------------------------------------------------------------------- */
p{font-size: 14px; line-height: 18px; color: #000;}
a, a:link, a:visited, p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #FF6309; text-decoration: underline;}
a:hover, a:visited:hover, p a:hover, p a:visited:hover, ul li a:hover, ul li a:visited:hover, ol li a:hover, ol li a:visited:hover{
	color:#000; text-decoration:underline;
}
ul li{font-size:14px; line-height:150%; list-style:square; margin-left:16px;}
ol li{font-size:11px; line-height:150%; color:#1F1F1F; margin-left:16px;}

.textePetit{font-size:10px; color:#1F1F1F;}
.textePetit a, .textePetit a:link, .textePetit a:visited{font-size:10px; color:#1F1F1F;}
.textePetit a:hover, .textePetit a:visited:hover{font-size:10px; color:#1F1F1F;}

/* CONTENEUR
--------------------------------------------------------------------------------------- */

#conteneurint{
	text-align: left;
	margin: 0 1px;
}
#conteneur{
	width: 961px;
	background: url(Gx/conteneur_bg.gif) no-repeat bottom left;
}
#conteneurext{
	background: url(Gx/conteneurext_bg.gif) repeat-y;
	width:961px;
	margin: 0 auto 0 auto;
	text-align:center;
}
#entete{
	margin: 0 auto;
	width: 959px;
	height: 280px;
	background: url(Gx/entete_bg.jpg) no-repeat right top;
}
#logo{
	width: 286px;
	height: 280px;
	background: url(Gx/logo_bg.gif) no-repeat left top;
	float: left;
}
#coldroit{
	width: 204px;
	float: left;
}
#contenu{
	float: left;
	width: 750px;
}
.photodroit{
	float: right;
	margin-left: 10px;
	padding-left: 20px;
	width: 300px;
	_width: 330px;
	border-left: 1px #000 dashed;
}
a.info, a.info:visited, a.info:link{
	text-decoration: none;
	font-size: 18px;
	color: #000;
	display: block;
	padding: 10px;
	background-color: #FFFBD6;
	width: 300px;
	border: 1px #C18F6A solid;
}
a.info:hover, a.info:visited:hover{
	text-decoration: underline;
}
#map{
	float: right;
	margin-top: 50px;
	width: 400px;
	height: 300px;
	border: 1px #862612 solid;
}
.bordure{
	border: 1px #862612 solid;
	float: left;
	padding: 3px 0;
}
.bordure img{
	float: left;
	margin: 0 3px;
}

/* MENU PRODUIT
--------------------------------------------------------------------------------------- */
#menup{height:81px; margin:0; padding:0;float: right;}
#menup ul{margin: 0;padding: 0;}
#menup ul li{
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
	text-align: center;
	list-style-type: none;
}
#menup ul li a, #menup ul li a:link, #menup ul li a:visited{
	float: left;
	background-color: #FFFBD6;
	color: #692D00;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	padding: 0;
}
#menup ul li a:hover, #menup ul li a:visited:hover, #menup ul li a.actif, #menup ul li a.actif:visited{font-weight: bold;}

/* MENU UTILITAIRE
--------------------------------------------------------------------------------------- */
#menuu{height:30px; margin:0; padding:0;float: right;}
#menuu ul{margin: 0;padding: 0;}
#menuu ul li{
	padding: 10px 0;
	margin: 0;
	float: left;
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	display: block;
	color: #000;
}
#menuu ul li a, #menuu ul li a:link, #menuu ul li a:visited{
	float: left;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	padding: 0 13px;
}
#menuu ul li a:hover, #menuu ul li a:visited:hover{text-decoration: underline;}
#menuu ul li a.actif, #menuu ul li a.actif:visited{text-decoration: underline;font-weight: bold;}


/* MENU
--------------------------------------------------------------------------------------- */
#menu{height:48px; margin:0; padding:0;width: 959px;float: left;background: url(Gx/menu_bg.gif) no-repeat left bottom;}
#menu ul{margin: 0;padding: 0;float: right;}
#menu ul li{
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
	padding: 10px 12px;
	color: #DFD7C6;
	line-height: 16px;
	font-size: 14px;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited{
	color: #692D00;
	float: left;
	display: block;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a:visited:hover, #menu ul li a.actif, #menu ul li a.actif:visited{color: #ED9D38;}


/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{color:#BFB9AE;font-size:11px; height:80px; padding:0;}
#piedPage a{color:#BFB9AE; text-decoration:underline;}
#piedPage a:hover{color:#BFB9AE;}
#piedPage #copyrights{float:left; margin:0; text-align:left;}
#piedPage #copyrights a{font-weight:bold;}
#piedPage #copyrights #lienCopyrights{font-weight:normal; text-decoration:none; color:#BFB9AE;}
#piedPage #copyrights #lienCopyrights:hover{font-weight:normal; text-decoration:underline; color: #BFB9AE;}

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
fieldset{margin-bottom:10px; padding: 5px; border:1px solid #000;font-size: 11px;}
fieldset legend{font-size: 14px; font-weight: bold; color:#000; padding:3px;border: 1px solid #999;}
fieldset label{font-size: 12px; color:#000;margin:2px 0 2px;}

.champTexte{	
	background: #EEF3F7;
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-size: 11px;
	margin:2px 0 2px;
}
.listeDeroulante{
	background: #EEF3F7;	
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-size: 11px;
	margin:2px 0 2px;
}
.boiteTexte{
	background: #EEF3F7;
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin:2px 0 2px;
}
.bouton{
	background-color: #EEF3F7;
	border: 1px solid #C9D0D6;
	color: #498ECB;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
}
.boutonRadio{
	background: #EEF3F7;
	color: #4E677A;
	font-size: 11px;
}
.caseaCocher{
	border: none;
}
.erreur{
	color: #FF0000;
}
