/*Corps document*/

body{
	margin: 0;
	padding: 0;
	font-family:Arial ;
	font-size:11pt; ;
	color:rgb(0,0,128);
	width: auto;
	height: 100%;
	background-image: url(image/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	z-index: -3;
}
html{
	margin: 0;
	padding: 0;
	/*background-image: url(image/bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: -1;*/
}
#conteneur{
	
	position: relative;
	width: 960px; 
	height:auto;
	margin: 0 auto; 
}

/*titre*/
h1{
	text-align: left;
	position: relative;
	left:100px;
	line-height: 100px;
}

h2{
	text-transform: uppercase;
	background-image:url(image/titre1.jpg);
	background-repeat:no-repeat; 
	line-height: 60px; 
	margin-left: 10px;
	color:white;
	width: 450px;
	padding-left: 30px; 
}

/*header*/
#header{
	background-image: url(image/header1.png);
	background-repeat: repeat-x;
	height:200px;
	margin-top: 0px;
}

.logo1{
	position: absolute;
	top:20px;
	left: 20px;
}

.logo2{
	position: absolute;
	top:50px;
	right: 40px;
}

/*menu*/
#menu {
	
	width: 300px;
	position: absolute;
	top:100px;
	background-image: url(image/menu.png);
	background-repeat: no-repeat;
	height: 800px;
	z-index: -1;
}
#menu ul{
	list-style:none;
	margin-top:100px;
	position: absolute;
	width: 300px; 
	left:-40px; 
}
#menu ul li{
	background-image:url(image/bouton.png);
	background-position: top; 
	width: auto; 
	height: 23px;
	line-height:24px;
	background-repeat: no-repeat;
	margin-bottom: 5px; 
}
#menu ul li:hover{
	background-image:url(image/bouton.png);
	background-position: bottom;
	margin-left: 15px;

}

#menu a{
	text-decoration: none;
	color:rgb(0,51,204);
	width: auto;
	cursor:pointer; 
	margin-left: 40px;
}
#menu a:visited{
	color:rgb(0,51,204);
	text-decoration: none;
}

/*contenu*/
#contenu{
	width:500px;
	position:absolute;
	left: 215px;
	top:180px;
	text-align: justify;
	
}
#contenu p{
	margin-left: 10px;
}

#contenu dl dt{
	margin-top: 20px;
	font-weight: bold;
	color: blue;
	margin-left: 25px;
}
#contenu ul li a{
	text-decoration: none;
	
	color:rgb(0,51,209);
}
span{
	font-weight:bold;
}
span.bold{
	font-weight:bold;
}
.red{
	color:red;
}
#contenu ul.listePersonnel li{
	margin-bottom: 20px;
}

input{
	position: relative; 
	left: 140px;
}

#photo{
	width: 200px;
	position: absolute;
	right: 0px;
}
#photo img{
	margin-bottom: 5px;
}

a img{
	border:none;
}


/*footer*/
#footer{
	background-image:url(image/footer.png); 
	height:100px; 
	width:inherit;
	top:800px; 
	background-repeat: no-repeat;
	position: absolute; 
}