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

html, body {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	background-color:#7a1606;
	
		/* 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:476px;
	width:800px;
	vertical-align:top;
	border-top: 4px solid white;
	border-left: 4px solid white;
	border-right: 4px solid white;
	background-color:white;
}

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

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

#menu{
	width:800px;
	height:25px;
}

#menu_l{
	width:13px;
	height:34px;
	background: url(design/menu_l.png) no-repeat;
}

#menu_m{
	width:1px;
	height:34px;
	background: url(design/menu_l.png) repeat-x;
}

#menu_r{
	width:10px;
	height:34px;
	background: url(design/menu_r.png) no-repeat;
}

#presentation{
	float:left;
	width:500px;
	height:auto;
	padding-left:20px;
	padding-top:30px;
	padding-bottom:30px;
}

#info{
	float:right;
	width:230px;
	height:auto;
	color:#7a1606;
	padding-right:5px;
	padding-top:30px;
	padding-bottom:30px;
	
}

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

#google_map{
	width:425px;
	height:350px;
	margin-left:40px;
	margin-top:20px;
}

p{
	text-align:left;
	text-align:justify;
}

h3{
	font-size:16px;
}

h4{
	font-size:14px;
	padding-top:2px;
}


.spip_documents_left {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px;
	margin-top: 10px;
}

.spip_documents_right {
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px;
	margin-top: 10px;
}

.menu_text{
	font-size:18px;
	color:white;
	text-align:center;
}

.center{
	text-align:center;
}

.erreur{
	color:red;
}

img{
	border:0;
}

ul{
	padding-left:5px;
}

a{
	text-decoration:none;
	color:blue;
}
	

	
	
	
	
	
	
	
