/* mise en page */

.haut {
	background-image: url(../IMG/bg1.gif);
	height: 10px;
	width: 100%;
}
enseigne {
	height: 150px;
	width: 100%;
}
#enseigne {
	text-align: center;
	background-color: #E9A505;
}

.menu_horiz {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../IMG/menu3.gif);
	height: 39px;
	text-align: center;
	font-weight: bold;
}
.conteneur {
	width: 100%;
	background-color: #FF9900;
}
.gauche {
	width: 150px;
	float: left;
	background-color: #FF9900;
}
.droite {
	float: right;
	width: 150px;
	background-color: #FF9900;
}
.centre {
	margin-right: 155px;
	margin-left: 155px;
	background-color: #CC6600;
	padding: 5px;
}
.menu_pied {
	clear: both;
	text-align: center;
	background-image: url(../IMG/menu_pied.gif);
}

.pied {
	clear: both;
	background-color: #660000;
	text-align: center;	
}

/* style general */

body {
	color: #FFFFFF;
	margin: 0px;
	background-color: #FF9900;
}


a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF0000;	
}

h1 {
	background-color: #996600;
	text-align: center;
	height: 100px;
	vertical-align: middle;
}
h2 {
	background-color: #CC3300;
	text-align: center;
}
h3 {
	background-color: #CC3300;
	text-align: left;
	color: #000000;
}
.sous_titre_droite {
	color: #000000;
	font-weight: bold;
	
	}

.navig {
	background-color: #FFCC66;
	font-size: small;
	color: #000000;
}
.navig a{
	background-color: #FFCC66;
	font-size: small;
	color: #000000;
}
.menu_horiz a{
	color : #660000;
}

/* style php */

.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
	padding: 3px;
	background-color: #990000;
	margin: 3px;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

.spip_documents_left{
	float: left;
	margin-right: 15px; 
	text-align: center;
}

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}
table.spip {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	border-collapse:collapse;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.spip caption{
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin-left: auto;                                                       
	margin-right: auto;
	padding: 3px;
	font-weight: bold;
	font-family: Verdana,Arial,Sans,sans-serif;
	font-size : 70%;
}

table.spip tr.row_first {
	background-color: #CC9966;
}

table.spip tr.row_odd {
	background-color: #990000;
}

table.spip tr.row_even {
	background-color: #CC0000;
}

table.spip td {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
.spip_surligne {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}

h3.spip {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin-top : 40px;
	margin-bottom : 40px;
	padding: 0em;
}

.spip_puce {
	list-style-position: inside;
	border-width: 0px;
}




p.spip_note {
	font-size:70%;
	background-color: #000000;
}

.spip_puce {
	border-width: 0px;
	background-image: url(../IMG/puce2.gif);
}

#album-vignettes {
	float: left;
	width: 200px;
	text-align: center;
}

#album-photo {
	float: right;
	width: 400px;
}

.album-pagination {
	margin: 10px 0px;
	font-size: 11pt;
	text-align: center;
}

.album-pagination a {
	color: #990000;
	font-weight: bold;
}
.separateur {
	clear: both;
}




