@charset "utf-8";
/* CSS Document */

*
{
	margin : 0;
	padding : 0;
}


body
{
	background-color:#99CC00;
		
}


.ban
{
	width : 1100px ;
	height : 250px;
	
	background-color : #99CC00;
	background-image:url(../images/ban.jpg);
	
	position:relative;
	left : 50%;
	margin : 0px 0px 0px -550px !important;
	margin : 0px 0px 0px -551px;
	
	
	
}
.container
{
	width : 701px;
	height : 700px;
	background-color:#FFFFFF;
	
	position : absolute;
	left : 50%;
	margin : 0px 0px 0px -350px;

}

.menu
{
	width : 100%;
	height : 100px;
	margin : 30px 0px 0px 0px;
	background-color : #FFFFFF;
	font-family:Verdana;
	color:#990099;
	font-size:20px;
	text-align:center;
	

}
.contenu
{
	width : 100%;
	height : 250px;
	
	background-color : #FFFFFF;
	
}

.footer
{
	width : 1100px;
	height : 130px;
	
	background-color : #99CC00;
	background-image : url(../images/footer.jpg);
	
	position:relative;
	left : 50%;
	margin : 200px 0px 0px -550px !important;
	margin : 200px 0px 0px -551px;
}
.text
{
	font-family : arial;
	color : #999999;
	font-size : 14px;

	text-align : justify;
	padding : 40px;
}

.livre
{
	width : 450px;
	height : 500px;
	
}

.revue
{
	width : 431px;
	height : 537px;
	background-image:url(../images/revues.jpg);
	padding : 550px;
}
