/* TABLE DES MATIÈRES:
	- Éléments à cacher
	- Éléments de base à personnaliser
	- Pied de page
	- Textes
----------------------------------------------------------------------------------------*/

/* ELEMENTS A CACHER 
--------------------------------------------------------------------------------------- */
#menu, #menuSec, #menuBas, #socialBookmarker, #bookmarkHoverPopup,#header,#footer{
	position: absolute;
	visibility: hidden;
	display:none;
}

/* ELEMENTS DE BASE À PERSONNALISER 
--------------------------------------------------------------------------------------- */
html{font-family: Arial, Verdana, Tahoma;}

/* 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;}

h1{border-bottom:1px solid #000;}
h2{}
.both{clear:both;}

/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{color:#999;  font-size:11px; padding:0 6px 0 6px;}
#piedPage a{color:#999; text-decoration:none;}
#piedPage a:hover{color:#353535;text-decoration:none;}

/* TEXTES
--------------------------------------------------------------------------------------- */
p{font-size: 12px; line-height: 150%; color: #353535;}
p strong{font-size: 13px;}
p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #A69512; text-decoration: none;}
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:#C0AE2C; text-decoration:underline;}

ul li{font-size:12px; line-height:150%; list-style:square; margin-left:16px;}
ol li{font-size:12px; line-height:150%; color:#1F1F1F; margin-left:16px;}


/* FORMULAIRE
--------------------------------------------------------------------------------------- */

.champCache {display:none; visibility:hidden;} /* UtilisÃ© pour l'anti-spam */
#contact{width: 250px;float:right;margin-right:50px;}
fieldset{margin-bottom:10px; padding: 0; border: none;font-size: 11px;}
fieldset legend{color: #991F1F;font: 14px Helvetica;font-weight: bold;padding:3px;border: none;}
fieldset label{font-size: 11px; color:#000;margin:2px 0 0 0;line-height: 15px;}
#contact2 label{width: 200px;float: left;}
.champTexte{	
	background: #f5f4f0;
	border: 1px solid #c8c8c6;
	color: #333333;
	font-size: 11px;
	margin:0 0 2px 0;
	padding: 2px;
	width:240px;
	float:left;
}
.listeDeroulante{
	background: #f5f4f0;	
	border: 1px solid #c8c8c6;
	color: #333333;
	font-size: 11px;
	margin:0 0 2px 0;
	padding: 2px;
	width:240px;
	float:left;
}
.boiteTexte{
	background: #f5f4f0;
	border: 1px solid #c8c8c6;
	color: #333333;
	font-family: Helvetica;
	font-size: 11px;
	margin:0 0 2px 0;
	width:240px;
	height:100px;
}
.bouton{
	background-color: #991F1F;
	border: 1px solid #000;
	color: #fff;
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
}
.bouton:hover{background-color: #A69E85;}

.boutonsubmitfr, .boutonsubmiten{
	font-size: 0;
	width: 200px;
	height: 26px;
	display: block;
	border: none;
	float: left;
	margin-top: 8px;
}
.boutonsubmitfr{background: url(Gx/btn_envoyer_fr.gif) no-repeat left top;}
.boutonsubmitfr:hover{background: url(Gx/btn_envoyer_fr_over.gif) no-repeat left top;}
.boutonsubmiten{background: url(Gx/btn_envoyer_en.gif) no-repeat left top;}
.boutonsubmiten:hover{background: url(Gx/btn_envoyer_en_over.gif) no-repeat left top;}

.boutonRadio{
	background: #EEF3F7;
	color: #4E677A;
	font-size: 11px;
}
.caseaCocher{
	border: none;
}
.erreur{
	color: #991F1F;
}