body {
	background: url('img/fond.jpg') repeat-x;
	margin:0;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#102546;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#336600;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
	text-decoration:none;
}
hr {
	clear:both;
	visibility:hidden;
	margin:0;padding:0;
}
div#conteneur {
	position:relative;
	margin:0 auto;
	border:1px solid white;
	width:765px;
	height:1%;
	text-align:center;
	background: url('img/coulisse.jpg') repeat-y;
}
h1#entete {
	background: url('img/entete.jpg') no-repeat;
	height:92px;
	margin:0;
}
h1#entete a{
	
}

h1#entete a span{
	display:block;
	width:765px;
	height:92px;
	text-decoration:none;
	visibility:hidden;
}
h2#titre {
	margin:0;
	padding:0;
	background: url('img/titre.jpg') no-repeat;
	height:57px;
	text-align:left;
}
h2#titre span {
	display:block;
	padding:32px 0 0 250px;
	color:#6699cc;
	font-size:20px;
	font-weight:normal;
}
ul#menu {
	position:absolute;
	top:95px;
	left:5px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
	width:166px;
}
ul#menu li {
	margin:0 0 1px 0;
	padding:0;
}
ul#menu li a {
	display:block;
	background:url(img/menu.jpg) no-repeat;
	margin:0;
	width:166px;
	line-height:24px;
	height:24px;
	color:white;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
ul#menu li a:hover, ul#menu li a.active {
	background:url(img/menu_hover.jpg) no-repeat;
	text-decoration:none;
}
div#corps {
	background: url('img/corps_bas.jpg') no-repeat bottom;
	width:765px;
}
div#contenu {
	background:url('img/corps_haut.jpg') no-repeat;
	margin:0;
	padding:10px 20px 0 180px;
	text-align:left;
	/*border:2px solid blue;*/
	min-height:305px;
}
div#contenu div#premier {
	width:450px;
	color:#336600;
	font-weight:bold;
	margin-bottom:5px;
}
div#contenu div#premier p{
	padding:5px 0 5px 0;
}
div#contenu p {
	margin:0;
	padding:10px 0 5px 0;
}
div#contenu ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
}
div#contenu ul li {
	background:url(img/puce.gif) no-repeat left 0px;
	padding:0 0 8px 20px;
}
div#contenu img {
	border:1px solid white;
}
div#contenu .gauche {
	float:left;
	margin:5px 5px 5px 0;
}
div#contenu .droite {
	float:right;
	margin:5px 0 5px 5px;
}
div#pied {
	clear:both;
	background: url('img/pied.jpg') no-repeat;
	height:146px;
}
div#pied p {
	margin:0 20px 0 20px;
	padding-top:120px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
div#pied p span{
	font-size:9px;
}
div.bloc_image {
	float:right;
	width:240px;
	margin:0 0 0 5px;
	text-align:center;
}
div.bloc_image img {
}

div.bloc_image p {
	margin:0 auto;
}
div#signature {
	margin:10px auto;
	width:765px;
	text-align:center;
}
div#signature a {
}
.petit {
	font-size:10px;
}