/* CSS Document */
body{
	padding:0; 
	margin:0;  
	color:#A5A5A4;
	background-repeat:repeat-x;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	}
		
div, ul, h1, h2, h3, h4, p, img, form{
	padding:0; 
	margin:0;

	}
ul{
	list-style-type:none;
	}
.blank{
	font-size:0px; 
	clear:both; 
	line-height:0px;
	}
	
/*--------------------------------menu---------------------------*/
#menu{
	width:1024px;
	background-image:url(images/menu.jpg);
	height:64px;
	margin-right: auto;
	margin-left: auto;
}

#menu ul{
	width:1024px;
	margin-left:100px;
}

#menu ul li{
	float:left; 
	height:35px;
	margin-right:75px;
	margin-top:17px;
}

#menu ul li a{
	font-family:Verdana, Geneva, sans-serif;
	padding:0 5px 0 5px;
	font-size:24px;
	color:#bea0a0;
	text-decoration:none; 
	height:21px;
	}
#menu ul li a:hover{
	color:#FFF; 
	}

#menu ul li a:active{
	color:#FFF;	
	
}
	
#logo{
	margin-left:230px;
	margin-top:70px;
	border:none;
}

/*-------------------------------contenu-------*/
#contenu{
	width:876px;
	height:auto;
	background-color:#FFF;
	margin:auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	}
#contenu p{
margin-left:40px;
margin-right:40px;
margin-bottom:60px;
color:#000;
}


/***********************************************Galerie image******************************************/

#gallery {
	width: 860px;
	height: 850px;
	margin-left:40px;
	margin-right:40px;
}
#gallery ul {

	list-style:none;
	float:left;
}

#gallery ul li {
	width:213px;
	height:140px;
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	border: thin solid #F00;
}

#gallery ul li a {
	display:block;
	width:213px;
	height:140px;
	text-decoration:none;
}

#gallery ul li a img {
	display:block;
	width:213px;
	height:140px;
	border:0;
}

/*************************************************Fin galerie image*********************************************/

#piedDePage{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:63px;
	width:880px;
	margin:auto;
}

#piedDePage p{
	padding-top:20px;
	color:#FFF;