/* Mise en page générale */
body {
	font-family: Baskerville, Georgia, Times, serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background: url(img/noir.jpg) repeat-y;
	}
#conteneur {
	width:994px;
	height: auto;
	
	}
#gauche {
	width: 250px;
	height: 500px;
	float: left;
	margin-left: -9px;
	}
#droite {
	position: absolute;
	width: 744px;
	height: auto;
	margin-right: 250px !important;
	//margin-left: -241px;
	}
#head {
	width: 744px;
	height: 70px;
	margin-left: 250px;
	background: #ACAC98 url(img/galerie-titre.jpg) no-repeat;
	}
#menu {
	width: 744px;
	height: 50px;
	margin-left: 250px;
	margin-top: 10px;
	//margin-top: 20px;
	}	
#contenu {
	width: 744px;
	height: auto;
	margin-left: 250px;
	margin-top: 30px;
	}
#centre {
	width: 744px;
	min-height: 400px;
	background: url(img/fond.jpg);
	border-bottom: 1px solid #74232D;
	}
#centre2 {
	width: 595px;
	height: 400px;
	}
#centre {
	width: 744px;
	height: auto;
	}
#id {
	width: 744px;
	height: auto;
	}
#footer {
	width: 744px;
	text-align: right;
	}
#footer a:hover{
	color: #ACAC98;
	}
.foot {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #2588B6;
	text-decoration: none;
	font-size: 90%;
	}
.separation {
	clear: both;
	visibility: hidden;
	}
	
/* Menu */	

ul{	
	list-style-type: none;
	float: right;
	}
li {
	display: inline;
	text-align: right;
	font-size: 110%;
	}
li :hover {
	background: url(img/fmenu.jpg) no-repeat;
	color: #2588B6;
	}
li a {
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	color: #74232D;
	}

/* Typo */	
p.spip { font-size: 90%; text-align: justify; padding-left: 5%; padding-right: 5%;}
h1 {
	font-family: Baskerville, Georgia, Times, serif;
	font-size: 130%;
	color: #2588B6;
	border-top: 1px solid #74232D;
	padding-left: 10px;
	background: url(img/fmenu.jpg) no-repeat;
	}
h2 {
	margin-top: 0px;
	font-family: Baskerville, Georgia, Times, serif;
	font-size: 180%;
	padding-left: 5%;
	color: #2588B6;
	}
.spip_in{
	font-size: 100%;
	color: #2588B6;
	text-decoration: none;
	}
.spip_in:hover{
	color: #ACAC98;
	}
.spip_out{
	font-size: 100%;
	color: #2588B6;
	text-decoration: none;
	}
.spip_out:hover{
	color: #ACAC98;
	}
	
/* Images */
.spip_logos {
	float: left;
	text-decoration: none;
	color: #C8C8C8;
	margin-left:9px;
	margin-bottom: 9px;
	margin-right: 9px;
	}
.spip_logos:hover{ color: #2588B6; }

.spip_logos { //border: 1; //border-color: #C8C8C8; }
.spip_logos:hover { //border: 1; //border-color: #2588B6; }

.spip_documents { padding: 10px 0 10px 10px;}
