@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-color: #d9c24e;
	overflow-x: hidden;	
}
#page{
	width: 875px;
	margin:0 auto;
	position: relative;
}
#titre{
	position: absolute;
	top: 50px;
	left: 150px;
	font-size: 1.6em;
}
#titre a{
color: #000;
}
#filDarianne{
margin-top:-30px;
text-align:right;
font-size: 0.8em;
background-color: #FFFFCC;
margin-left: -30px;
margin-right: -90px;
padding-right: 90px;

}

h1{
font-size:1.5em;
margin-bottom: 15px;
margin-top:50px;
}
h2{
	font-size: 1.2em;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: -90px;
}
h3{
	font-size: 1em;
	margin-top: 15px;
}
h4{
	font-size: 0.9em;
	margin-top: 5px;
	margin-left:15px;
}
p{
	margin-top: 8px;
}
a{
text-decoration: none;
}

#texte{
margin-left: 30px;
margin-right: 90px;
margin-top: 30px;

}


#divEntete {
	border: 3px solid #000000;
	height: 140px;
	background-image: url(../images/fondEntete.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
	margin-top:15px;
}
#logo{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenu {
	border: 3px solid #000000;
	padding-bottom: 15px;
	background-color: #fff7f0;
}

#imgVolley {
	background-image: url(../images/personne.png);
	left: 700px;
	top: 30px;
	height: 613px;
	width: 387px;
	position: absolute;	
	z-index: 1;
}

#menuPrinc{

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	list-style-type: none;
	background-image: url(../images/fondMenuPrinc.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
#menuPrinc li{
position: relative;
z-index: 10;
}
#menuPrinc li a, #menuPrincPied li a{
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000000;
	padding-left: 25px;
	padding-right: 25px;
}
#menuPrinc li a:hover, #menuPrincPied a:hover{
	color:#990000;
}

#menuPrincPied {
	position: absolute;
	top: 25px;
	list-style-type: none;
}


#menuPrinc li, #menuPrincPied li{
	display: inline;
	text-align: center;
}





#divPiedPage {
	margin-top: 10px;
	border: 3px solid #000000;
	background-image: url(../images/fondPiedPage.jpg);
	height: 140px;
	width: 875px;
	position: relative;
}
#copyright {
	text-align: center;
	position: absolute;
	top: 80px;
	left: 350px;
}



#menuPrinc li ul{
display:none;
}

#menuPrinc li:hover a {
	text-decoration:none;
	z-index: 150;
}
#menuPrinc li:hover ul {
	display:block;
	position:absolute;
	top:38px;
	left: -10px;
}

#menuPrinc li:hover ul li a {
	display:block;
	background:#fff;
	color:#000;
	width:90px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;	
}

#menuPrinc li:hover ul li a:hover {
	color:#990000;
	background-color:#FFFF99;
}

.noTel{
	font-weight: bold;	
}
table,td, th{
	border: 1px dotted #BBB;
}
th{background-color: #EEE;}
p,h3,form{
	margin-left: 15px;
	}
