/******* Fond de page ********/
/*****************************/
body{
	background-image:url(/images/pixel.gif);
	}

/******* Divisions ********/
/**************************/

#global{
	position:relative;
	width:820px;
	margin:0 auto;
	}

#entete{
	position:relative;
	width:820px;
	height:175px;
	background-image:url(/images/bandeau_haut.jpg);
	}
#menu{
	float:left;
	width:800px;
	height:25px;
	margin-top:145px;
	margin-left:10px;
	}
#content_top{
	position:relative;
	width:820px;
	height:50px;
	background-image:url(/images/content_top.jpg);
	}
#content{
	position:relative;
	width:820;
	height:316px;
	background-image:url(/images/page.jpg);
	background-repeat:repeat-y;
	}
#content_flash{
	float:left;
	width:800px;
	height:420px;
	margin-left:10px;
	}
#pied{
	position:relative;
	width:820px;
	height:22px;
	background-image:url(/images/pied.jpg);
	}
#container{
	position:relative;
	width:820px;
	height:420px;
	background-image:url(/images/page.jpg);
	background-repeat:repeat-y;
	}
/******* Textes ********/
/***********************/
.titre{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CC0000;
	background:url(/images/star.jpg) no-repeat;
	background-position:0px;
	padding-left:22px;
}
	
.contenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:justify;
	padding-right:10px;
	}

/******* Styles des Liens ********/
/**********************/
a:link{
	color:#CC0000; 
	text-decoration: none;
	}
a:visited{
	color:#993300;
	text-decoration: none;
	}
a:hover{
	color:#993300;
	text-decoration: none;
	}
a:active{
	color:#CC0000; 
	text-decoration: none;
	}