body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	/*background-color: #336699;*/
	background-image: url(img/fond_degrade.jpg);
	/*background-color: #C9BEB2;*/
}
#global {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	background-color: #FFFFFF;
	border: 1px solid #656B78;
	margin-top: 20px;
	padding: 5px;
}
#header {
	height: 106px;
	background-image: url(img/panorama_900.jpg);
	border: 1px solid #656B78;
}
#menu_barre {
	/*background-color: #666666;*/
	background-color: #333399;
	width: 900px;
	z-index: 10;
	position: relative;
	height: 15px;
		
}
#centre {
	margin-left: 190px;
	border-top: Aucune;
	border-right: Aucune;
	border-bottom: Aucune;
	border-left: 1px solid #656B78;
	padding: 5px 5px 5px 10px;
	text-align: justify;
	height:auto;
}
#centreplan {
	margin-left: 150px;
}

#col_gauche {
	position: absolute;
	left:0;
	width: 180px;
	height: 500px;
	margin-left: 5px;
	margin-top: 20px;
	
}
#pied {
	height: 20px;
	/*background-color: #666666;*/
	background-color: #336699;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
	letter-spacing: 0.4em;
	text-align: center;
	
}
#pied a{
	color: #CCCCCC;
	
}
#pied_2 {
	height: 20px;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #333333;
	letter-spacing: 0.4em;
	text-align: center;
}
#pied_2 a{
	color: #333333;
}

p {margin: 0 0 10px 0;}

table.spip {
	/*margin-left: auto;
	margin-right: auto;*/
	border: 1px solid #999999;
	border-collapse:collapse;
}

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: #FCF4D0;
}

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

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

table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}



