/* --------------------------------------------------------- */
/* Feuille de style des squelettes */
/* --------------------------------------------------------- */

html, body {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	background-color:#727272;
	
		/* Pour centrer le conteneur sur Firefox et i.e */	
	margin:0px;
	padding:0px; 
	text-align:center; 
}

#container{
	height:auto;
	width:800px;
	margin:auto;
}

#header{
	height:450px;
	width:800px;
	vertical-align:top;
	border-top: 8px solid white;
	border-left: 8px solid white;
	border-right: 8px solid white;
	background-color:white;
}

#flash{
	height:450px;
	width:800px;
}

#content{
	width:800px;
	height:auto;
	border: 8px solid white;
	overflow:hidden;
	background: url(design/fond_site.png) repeat-y;
}

#presentation{
	float:left;
	width:480px;
	height:auto;
	padding-left:20px;
}

#info{
	float:right;
	width:250px;
	height:auto;
	color:#484848;
	
}

#footer{
	width: 800px;
	height:40px;
	background-color:#727272;
	clear:both;
}

p{
	text-align:left;
}


.spip_documents_left {
	float: left; 
	margin-right: 20px; 
	margin-bottom: 5px;
}

img{
	border:0;
}

ul{
	padding-left:5px;
}
	
	
	
	
	
	
	
	
	
	
	
