body#index{
	background: #F4F4F4;
	/* voir le bg.gif pour comprendre le principle
		le bg fait la bordure du site et aussi le fond de la marge 
		permet d'avoir un site 100% en hauteur sans de trick html */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body#main{
	background: #FFF url(gx/m/bg.gif) repeat-x;
	/* voir le bg.gif pour comprendre le principle
		le bg fait la bordure du site et aussi le fond de la marge 
		permet d'avoir un site 100% en hauteur sans de trick html */
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
html{
	font-family: Tahoma, Trebuchet MS, Arial, Verdana, sans-serif;
}
h1{
	margin: 0 0 5px 0;
	font-size: 19px;
	color: #020912;
	font-family: Helvetica;
}

h2{
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #020912;
	font-family: Helvetica;
}

/* PIED DE PAGE */
body#index #piedPage{
	color: #555;
	height: 40px;
	font-family: Tahoma;
	font-size: 10px;
	padding: 0 0 0 20px;
}
body#index #piedPage a{ color: #666; border-bottom: none;}
body#index #piedPage a:hover{ color: #000; }
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: #555;
	height: 50px;
	font-size: 90%;
	font-family: Tahoma;
	font-size: 10px;
	padding: 0 0 0 36px;
}
#piedPage a{ color: #666; border-bottom: none;}
#piedPage a:hover{ color: #000; }
#piedPage div.copyrights{ float: left; margin: 0 0 0 0; text-align: left;}
#piedPage div.copyrights a{ font-weight: bold; }

#haut{
	width:724px;
	height:96px;
	background: url(gx/m/haut_fr.jpg) no-repeat ;
}

/* TEXTE*/
.texte{
	margin: 0 0 0 0;
	font-size: 11px;
	line-height: 140%;
	color: #88888A;
	
}

.texte strong{
	color: #4476AE;
}

.texte b{
	font-weight: bold;
	color: #000;
}

a, a:link, a:visited{
	color: #0F3D78;
	text-decoration: none;
}

a.gris, a.gris:link, a.gris:visited{
	color: #88888A;
	text-decoration: none;
}

a:hover, a:visited:hover, a.gris:hover, a.gris:visited:hover{
	text-decoration: underline;
}

ul{
	margin: 0 0 0 16px;
}
li{
	list-style: square;
}

.textePetit{
	color: #102652;
	font-size: 10px;
	line-height: 140%;
}


/* ********** formulaires ***********/
form{
	margin: 0;
	line-height: 150%;
	/* bug avec Internet Explorer des font size relative au parent */
	font-size: 0.7em;
	<!-- font-size: 100%; -->
}
input, textarea, select{	
	color: #000;

	background: #fff;
	margin: 0 0 4px 0;
	padding: 1px;
	font-family: Tahoma;
	font-size: 11px;
}
form .inputBouton{
	background-color: #F3DFB5;
	color: #000;
	font-size: 100%;
	border: 1px solid #020912;
}
