/* CSS Document */

*{
   margin:0;
   padding:0;
}

 

 
 body 
	{
	font-size:small;
	width: auto;
	height:768px;
	background-color:#2b5d8b ;
   	
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	}

#navigation { 
   
	width:860px;
	margin:0 auto;
	margin-top:3px;
	 
	



}
	

	
#conteneur { 
   
	width:720px;
	height:auto;
	margin:auto;
	margin-top:40px;
	padding:30px;	
	border:15px solid  #CCCCCC; 
	
		border-top:5px solid #FFFAFA ;
	background:	#FFFAFA ;
	font-size: 14px;
	font-style:normal;
	line-height: normal;
	background-image: url(../images/banniere.jpg)   ;
	background-position: center top;
	background-repeat:no-repeat;
	border-top:5px solid #FFFAFA ;
	text-align:justify;
	
	font-family:"Times New Roman", Times, serif;
	 
	}
	dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	z-index:100;
	margin-left:80px;
	margin-right:auto;
	 width:; 
	text-align: center;
	
}


#menu dl {
float: left;
width: 123px;
 


}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: 100;
background: #FFFFFF ;
border: 1px solid #e2e9f1  ;
margin: 1px;
background-image: url(../images/boutonaccueil.jpg);
background-repeat:no-repeat;
 background-image: url(../images/boutonadmin.jpg);
 background-repeat:no-repeat;
 background-image: url(../images/boutonterritoire.jpg);
 background-repeat:no-repeat;
 background-image: url(../images/boutoninfos.jpg);
  background-repeat:no-repeat;
  background-image: url(../images/boutonliens.jpg);
  background-repeat:no-repeat;
 
}
#menu dd {
display: none;
border: 1px solid  #FFFFFF;
}
#menu li {
text-align: center;
background :#918ec3;
}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
font-weight: 500 ;
display: block;
height: 100%;
border: 1px solid  #666666;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background:#4ca139 ;
}

 
#pied-de-page 
	{
	color: #000000  ;
	font-size: 12px;
	line-height: 16px;
	text-align:center;
	
	text-align: center;
	letter-spacing: 6px;
	height: 16px;
	clear: left


