
	
/*  Eléments principaux de la page */

body
	{
	background: #ffffff;
	color: #000000;
	font-family: "Helvetica"; "Arial";
	}
	
a 
{
text-decoration: none; 
color: black;
font-weight: 500;
}

a:visited 
{
  color: #464b59;
  
}

a:hover, a:focus, a:active 
{
  text-decoration: none;
  color: black;
  font-weight: bolder;
}	
	
#bloc_page
	{
	width : 800px;
	margin: auto;
	margin-left: 10%;
	}
	
#entete
	{
	text-align: left;
	font-size: 12px;
	margin-top: 10%;
	
	}
	

#presentation
	{
	width: 800px;
	
	}
	
#presentation2
	{
	width: 800px;
	
	}
	
#menu
	{
	float: left;
	width: 230px;
	
	}	

#menu2
	{
	width: 700px;
	}	
	
#actualites	
	{
	margin-top : 7%;
	margin-left : 40%;
	width : 750px;
	text-align : center; 
	}

.placard
	{
	display: inline-block;
	vertical-align : middle;
	margin-right : 20px;
	margin-top : 20px;
	}	
	
.copyright
	{
	font-size : 10px;
	margin-top: 50px;
	}

.contact
	{
	font-size : 12px;
	margin-top: 10px;
	}
	
#dessins
	{
	margin-top : 5%;
	width : 1000px; 
	}
	
.espace
	{
	margin-bottom : 100px;
	}
	
.expositions
	{
	display: inline-block;
	vertical-align : middle;
	margin-right : 30px;
	margin-top : 20px;
	margin-bottom :60px;
	}
	
.presse
	{
	margin-bottom :70px;
	margin-right : 30px;
	margin-top : 20px;
	}	
	
.liste
	{
	display: inline-block;
	margin-top : 2px;
	}
	



