@charset "utf-8";
/* CSS Document */
body{margin:0px;
/*background-color:#665500;*/}

#top{ width:790px;
background-image:url(/squelettes/images/top.jpg);
background-repeat:no-repeat;
height:134px;}

#bottom{ width:790px;
background-image:url(/squelettes/images/bottom.jpg);
background-repeat:no-repeat;
height:80px;}

#titre{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color: #0B2D75;
text-align:left;
margin-bottom:10px;
margin-top:10px;
margin-left:10px;}

#texte{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align:justify;
margin-left:10px;}



table.spip {
	margin: auto;
	margin-bottom: 1em;
	border-collapse: collapse; 	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;}
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold;
}
table.spip tr.row_first { background: #0D2C6F; font-weight:bold; color:#FFFFFF; padding:4px;}
table.spip tr.row_odd { background: #D7D7FF; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

img, .spip_logos { margin: 0; padding: 0; border: none; }
