* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #BFC4C7;
	font-family: Arial, Sans-serif;
	font-size: 12px;
}

#contenant {
	padding: 20px 0px;
}

#contenu {
	margin: 0px auto;
	width: 760px;
	background: url(bg2.png) repeat-y;
}

#corps {

}

h1 {
	text-align: center ;
	background: #00F ;
	border-top: #BFC4C7 solid 10px;
	border-bottom: #BFC4C7 solid 5px;
	color: #FFF ;
}
h2 {
	text-align: center ;
	background: #0AF ;
	border-top: #BFC4C7 solid 10px;
	border-bottom: #BFC4C7 solid 3px;
	color: #FFF ;
}
hr {
    text-align: center;
    height: 2px;
    background: #BFC4C7;
    border: #BFC4C7;
} 

td {
	padding-left: 5px;
	padding-right: 5px;
}
#entete {
	height: 155px;
	margin: 0px 0px 10px 0px ;
}

#dlcv {
	float:right;
}

#nom {
	background: url(nom.png) ;
	text-align: center;
	font-size: 14pt ;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
}

#situation {
	text-align: center;	
	font-size: 12pt ;
	margin: 0px 0px 5px 0px ;
	font-style: italic ;
}

.gauche {
	text-align: right;
	width: 135px;
}

.libelle {
	float: left;
	padding: 5px;
	width: 18%;
	background: #EEE;
	text-align: right;
	font-weight: bold ;
	line-height: 20px;
}
.valeur {
	float :right;
	padding: 5px;
	width: 78%;
	text-align: left;
	background: #e4e4e4;
	line-height: 20px;
}
.valeur h3, p {
	margin-bottom: 5px;
}
.valeur h4 {
	margin-bottom: 2px;
}
.clear {
	clear: both;
}

#pied {
	background: url(pied.png) ;
	border-top: #BFC4C7 solid 10px;
	text-align: left ;
	height: 40px ;
	padding: 5px ;
}
#pied table {
	float: left;
}
#pied img {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}
