body#index{
	background: #E3E3E3 url(gx/s/bg.gif) repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body#main{
	background: #E3E3E3 url(gx/bg.gif) repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
html{
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
}
h1{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #2069A4;
	margin: 18px 0 18px 0;
	padding: 0 0 2px 0;
	border-bottom: #D3D3D3 1px solid;
}
h2{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #6C7378;
}

/* PIED DE PAGE */
body#index #piedPage{
	color: #A0A0A0;
	height: 40px;
	font-family: Tahoma;
	font-size: 10px;
	padding: 0 0 0 0;
}
body#index #piedPage a{ color: #A0A0A0; text-decoration: none;}
body#index #piedPage a:hover{ color: #000; text-decoration: underline;}
body#index #piedPage div.copyrights{ float: left; margin: 0 0 0 0; text-align: left;}
body#index #piedPage div.copyrights a{ font-weight: bold; }

#piedPage{
	color: #A0A0A0;
	font-family: Tahoma;
	font-size: 10px;
	padding: 0 0 0 0;
}
#piedPage a{ color: #A0A0A0; text-decoration: none;}
#piedPage a:hover{ color: #000; text-decoration: underline;}
#piedPage div.copyrights{ float: left; margin: 0 0 0 0; text-align: left;}
#piedPage div.copyrights a{ font-weight: bold; }

/* TEXTE*/
.texteIndex{
	color: #9E9E9E;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
}
.texteIndex a, .texteIndex a:link, .texteIndex a:visited{
	color: #003357;
	text-decoration: none;
}
.texteIndex a:hover, .texteIndex a:visited:hover{
	color: #0067B1;
	text-decoration: underline;
}

.texte{
	margin: 0 0 0 0;
	font-size: 11px;
	line-height: 160%;
	color: #6C7378;
}
.texte strong{
	color: #0067B1;
}
.texte a, .texte a:link, .texte a:visited{
	color: #000;
	text-decoration: none;
}
.texte a:hover, .texte a:visited:hover{
	color: #000;
	text-decoration: underline;
}
.texte ul li{
	margin: 0 0 0 -20px;
	list-style: square;
}
.textePetit{
	color: #333333;
	font-size: 9px;
	text-decoration: none;
}


/* formulaires */
form{
	margin: 0;
	line-height: 150%;
	/* bug avec Internet Explorer des font size relative au parent */
	font-size: 12px;
}
fieldset{padding:0;margin:0;border:0;}
.champTexte{	
	color: #1D75B8;
	border: 1px solid #C9D0D6;
	background: #FAFAFA;
	margin: 2px 0 2px 0;
	padding: 1px;
	font-size: 11px;
}
select{	
	color: #1D75B8;
	border: 1px solid #C9D0D6;
	background: #FAFAFA;
	margin: 2px 0 2px 0;
	padding: 1px;
	font-size: 11px;
}
textarea{
	font-family: "Trebuchet MS";
	color: #1D75B8;
	border: 1px solid #C9D0D6;
	background: #FAFAFA;
	margin: 2px 0 2px 0;
	padding: 1px;
	font-size: 11px;
}
form .inputBouton{
	background-color: #ECF1F5;
	color: #1D75B8;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #C9D0D6;
}
.boutonImage{
	border:0px;
}
.caseaCocher{
	border: 0px;
	background-color: #FFF;
}
.erreur{
	color: #B81D1D;
	font-size: 11px;
}
