@charset "utf-8";
/* CSS Document */

body
{
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	background-image:url(images_01/bg_entete.jpg);
	background-repeat:repeat-x;
	float: none;
}

#entete {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 90px;
	top: 25px;
}

#titre {
	position:absolute;
	width:732px;
	height:49px;
	z-index:2;
	left: 453px;
	top: 47px;
	color: #FFF;
	font-size: xx-large;
	font-weight: normal;
	font-style: italic;
}

#menu {
	margin-top:250px;
	color: #000;
	font-style: italic;
}
#menu table tr td p {
	font-weight: bold;
	color: #03F;
}
#menu table tr td p {
	color: #000;
	text-align: center;
}
#menu table tr th div p {
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #000;
}

#formulaire
{
	align: center;
	text-align: center;
	position: relative;
}

#accueil
{
	align: center;
	text-align: center;
	position: relative;
}