/* CSS Document */

body{
	margin:0;
	padding:0;
	color:#000;
	font: normal 80%/1em Verdana, Arial, sans-serif;
	background: url("files/bgBody.png");
}

#structure{
	position: relative;
	margin: 0 auto;
	width:984px;
	background: url("files/bgFondContenu.png") repeat-y;
}

#contenu{
	margin:0;
	background: url("files/fondHeader.jpg") 10px 0 no-repeat;
	height:410px;
	border-top:1px solid transparent;
}

html>body #contenu {
	height: auto;
	min-height: 410px;
} 

#index{
	display:block;
	position:absolute;
	left: 10px;
	width:600px;
	height:120px;
	text-decoration:none;
}

#menu{
	position:absolute;
	left:30px;
	top:135px;
	width:135px;
}

#menu dl, dt, dd{
	margin: 0;
	padding: 0;
}

#menu dl {
	background:  url("files/bgBasMenu.png") bottom left no-repeat;
	padding-bottom: 2px;
}

#menu dt {
	background: url("files/bgHautMenu.png") top left no-repeat;
	height:65px;
}

#menu dd {
	background:  url("files/bgMenu.png") top left repeat-y;
	text-align:center;
}

#menu a{
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:.9em;
	padding:10px 0;
}

#menu a:hover{
	color:#F59A2A;
	background:  url("files/bgMenuHover.png");
}

#textes{
	margin:150px 20px 10px 200px;
	color:#ab263b;
}

#textes h1{
	font-size:1.6em;
	font-weight:bold;
	background:  url("files/bgH1.png") 0 30px no-repeat;
	margin:0 0 5px 0;
	padding:10px 0;
}

#textes h2{
	clear:both;
	font-size:1.2em;
	padding:8px 0 8px 30px;
	margin:5px 0;
	background:  url("files/puceH2.png") 5px 5px no-repeat;
}

#textes p{
	line-height:1.2em;
	text-align:justify;
	margin:10px 2px;
}

#textes .imgGauche{
	float:left;
	margin:0 5px 0 0;
}

#textes .imgDroite{
	float:right;
	margin:0 0 0 5px;
}

#textes img{
	border: 1px solid #CCC;
	padding: 2px;
	background-color:#FFFFFF;
}

#textes p img{
	margin-right:10px;
}

#textes a{
	color:#EE8722;
	font-weight:bold;
}

#textes a:hover{
	font-weight:normal;
}

#textes ul{
	margin-left:15px;
}

#textes li{
	padding:3px;
}

#textes input, textarea, select{
	font: normal 80%/1em Verdana, Arial, sans-serif;
}

#textes .grise{
	color:#CCCCCC;
	font-size:0.9em;
}

#textes .link{
	background: url("files/link.png") no-repeat;
	padding-left:20px;
}

#footer{
	clear:both;
	margin:0;
	padding:10px;
	font-size:0.9em;
	color:#FFFFFF;
	text-align:center;
	background: url("files/bgFooter.png") no-repeat;
}

#footer a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
