/* CSS  */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#header {
	height: 100px;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	padding: 4px;
	background: url(/images/visuel.jpg) no-repeat right;
}
#haut {
	height: 20px;
	background-color:#DDDDDD;
	border-top: 1px solid #000000;
}
#conteneur {
	position: absolute;
	width: 100%;
	background-color:#FFFFFF;
	padding: 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#centre {
	position: relative;
	background-color:#FFFFFF;
	margin-right: 200px;
	margin-top: 5px;
	margin-left: 65px;
	margin-bottom:0;
	padding: 4px;
	border: 1px dashed #000000;
}
#gauche{
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	width: 50px;
	background: url(/images/visuel_vertical.jpg) no-repeat top left;
	height: 350px;

}
#droite {
	float:right;
	margin-right:5px;
	margin-top: 5px;	
	padding: 0;
	width: 180px;
	padding: 2px;
}
.bloc_droit {
	border: 1px solid;
	border-color: #000000;
	padding: 2px;
}

#pied {
	clear:both;
	height: 15px;
	background-color: #CCCCCC;
	margin-top: 10px;
	border-top: 1px solid #000000;
	font-size: 0.8em;
}

ul.menuhaut
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	cursor: default;
	width: auto;
	background-color: #DDDDDD;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
ul.menuhaut li
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 8em;
	float: left;
}
ul.menuhaut a
{
	display: block;
	background-color: #DDDDDD;
	color: #000000;
	text-decoration: none;
}
ul.menuhaut a:hover, ul.menuhaut a:focus
{
	background-color: #999999;
	color: #FFFFFF;
}

.menudroit {
	list-style-type: none;
	margin: 0;
	padding:2;
	line-height: 1.6em ;

}
.menudroit a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
.menudroit a:hover {
	text-decoration: none;
}

.menupied {
	color: #000000;
	text-decoration: none;
}
.menupied:hover{
	text-decoration: underline;
}
p {margin: 0 0 10px 0;}

