body#index{
	background: #000000 url(Gx/bg_main.gif) repeat-y center top;
	/* 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;
}

html{
	font-family: arial, monospace, Tahoma, Trebuchet MS, Arial, Verdana, sans-serif;
}
h1{
	margin: 0 0 0 20px;
	font-size: 14px;
	color: #818181;
	text-align: left;
	font-family: arial;
	font-weight: bolder;
}
h2{
	margin: 0 0 0 20px;
	font-size: 14px;
	color: #b5af99;
	text-align: left;
	font-family: arial;
	font-weight: bolder;
}

h4:link{
	margin: 0 5 0 5px;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	font-family: monospace;
	font-weight: bolder;
	text-decoration: none;
}


table{
	font-size: 100%;
	margin: 0 auto 0 auto;
}

/* MENU */


/* PIED DE PAGE */
#piedPage{
	color: #818181;
	height: 7px;
	font-family: arial;
	font-size: 11px;
	padding: 0 0 0 20px;
}
#piedPage a{ color: #BFBDBD; border-bottom: none;text-decoration: none;}
#piedPage a:hover{ color: #fff; }
#piedPage div.copyrights{ float: left; margin: 0 0 0 0; text-align: left;}
#piedPage div.copyrights a{ font-weight: bold; }


/* TEXTE*/
.texte1{
	margin: 10px 35px 10px 20px;
	font-size: 11px;
	line-height: 140%;
	color: #8c8c8c;
	text-align: justify;
	font-family: arial;
}
.texte1 a, .texte1 a:link, .texte1 a:visited{
	color: #818181;
	font-family: arial;
	text-decoration: underline;
}
.texte1 a:hover, .texte1 a:visited:hover{
	color: #FFF;
	font-family: arial;
	text-decoration: underline;
}





.texte3{
	margin: 10px 35px 10px 20px;
	font-size: 11px;
	line-height: 120%;
	color: #dad6c7;
	text-align: justify;
	font-family: arial;

}
.texte2{
	margin: 10px 35px 10px 20px;
	font-size: 11px;
	line-height: 120%;
	color: #938c73;
	text-align: justify;
	font-family: arial;
}

.texte strong{
	color: #23248B;
}

.texte b{
	font-weight: bold;
	font-family: arial;
	color: #818181;
}


.texte a, .texte a:link, .texte a:visited{
	color: #818181;
	font-family: arial;
	text-decoration: none;
	
}
.texte a:hover, .texte a:visited:hover{
	color: Black;
	font-family: arial;
	text-decoration: underline;
}


.texte ul li{
   font-family: arial;
	list-style: square;
}

.textePetit{
	color: #818181;
	font-family: arial;
	font-size: 9px;
}


