body {
background:url("img/fond.gif") repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e719b;
	text-align:center;
	margin:0;padding:0;
}

img {
border:none;
margin:0;padding:0;
}
img.bordure_bleue {
	border:1px solid #4e719b;
}
#conteneur {
	position:relative;
	background:url('img/fond_conteneur.jpg') repeat-x 0 153px #ffde28;
	margin:auto;
	width:765px;
	border:1px solid black;
	text-align:left;
}
#entete {
	background-image:url('img/entete.jpg');
	width:765px;
	height:130px;
	padding:0;
	margin:0;
}

#menu {
	/*background-image:url('img/fond_menu.jpg');*/
	margin:0;padding:0;
	text-align:center;
	width:765px;
	height:23px;
	font-size:10px;
}

#menu ul {
	background:url('img/fond_menu.jpg') no-repeat 0 0;
	background-color:#cccccc;
	list-style: none;
	margin:0 0 0 0;
	padding:0;
	width:765px;
	height:23px;
	text-align:center;
}
#menu li {
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu li a {
	margin:0 -2px 0 -1px;
	padding:4px 0.9% 5px 0.9%;
	line-height:23px;
	text-decoration:none;
	color:#bb071b;
	font-weight:bold;
	border-right: solid 1px #bb071b;

}
#menu a.dernier_lien {
	border:none;
}
#menu a.active, #menu a:hover {
	color:white;
	background-image:url('img/fond_survol.jpg');
}
#menu li.active, #menu li:hover {

}
#corps {
	text-align:left;
	border:1px solid black;
	border-top:none;
	margin-left:7px;
	padding-left:15px;
	background-color:white;
	width:575px;
}
#titre {
	height:58px;
	text-align:left;
	background:url('img/titre.jpg') no-repeat;
}
#titre h2 {
	line-height:58px;
	font-size:18px;
	font-weight:bold;
	margin:0 0 0 0;
	padding-left:5px;
	color:#003366;
}
#contenu {
	text-align:left;
	width:500px;
}
#contenu ul {
	list-style-type:none;
}
#contenu ul li {
	padding-left:12px;
	background:url('img/puce.gif') no-repeat 0 5px;
}

#pied {
	text-align:center;
}
#pied p {
	margin:0;
	color:#bb071b;
	font-size:12px;
}
table#tarifs {
	width:100%;
}
table#tarifs th {
	color:#bb071b;
	background-color:#cccccc;
}
.txtformulaire{
	text-align:right;
	font-size: 12px;
}
form{ padding:0; margin:0}
a{color:#003366; text-decoration:underline}
a:hover{color:#ff6600; text-decoration:none}
