/* --- from rubrique --- */

* {margin:0; padding:0;}

html {
	padding:0;
	margin:0;
	height:100%; /* pour avoir une hauteur de 100% quelquesoit le contenu */
	max-height:100%; /* a priori, cette regle doit s'appliquer au conteneur le plus élevé */
	font-size:76%; 
	font-family: arial, verdana, sans serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}
* html {
	font-size:72%;
	}
		
body {
	padding:0;
	margin:0;
	height:100%; /* cf. "les pieds dans le plat" de pompeur */
	max-height:100%;
	overflow: hidden; 
	}
	
#left {
	display: block;
	overflow: hidden; 
	z-index:10;
	text-align:left;
	position:absolute; 
	top:133px;
	left:50%;
	bottom:0; 
	width:186px; 
	margin-left:-398px;
	background:url("abstract.jpg") bottom left no-repeat;
	background-color: #bdcad7;
	}
	
#right {
	display: block;
	overflow: hidden; 
	z-index:11;
	position:absolute; 
	top:133px;
	left:50%;
	bottom:0; 
	width:130px; 
	margin-left:270px;
	background-color:#f0f3f6;
	}
	
#entete{
	position:absolute; 
	left:50%; 
	top:0px;
	width:796px;
	min-width:796px; 
	margin-left: -398px;
	z-index: 20;
	height:133px; 
	border-bottom: 1px solid #bdcad7;
	}
	
#conteneur{
	display: block;
	overflow: auto; /* l'astuce est là : comme ça on a la scrollbar sous IE */
	z-index:3;
	position:absolute; 
	top:133px;
	left:50%;
	bottom:0px; /* Super important ! Sinon pas de scrollbar ! */
	width:670px; /* Ca je l'avais fait tt seul */
	text-align:left;
	margin-left:-400px;
	margin-bottom:26px;
	}
	
* html #conteneur {
	width:666px; /* Ca je l'avais fait tt seul */
	}
	
#contenu {
	margin: 0 10px 30px 200px;
	}
	
#footer{
	position:absolute; 
	left:50%; 
	bottom:0px;	
	width:796px;
	min-width:796px; /* pourquoi ? */
	margin-left: -398px;	
	z-index: 30;
	height:26px;  
	background:white url("logo_europe.gif") 3px 5px no-repeat;
	}
	
* html #footer {
	bottom:-1px;
	}
/* ************************ Pour IE ************************************************ */

* html #conteneur {
	top:0; 
	bottom:0; 
	height:100%;
	width:670px;
	border-top:133px solid #fff;
	}
	
* html #right, * html #left {
	top:0;
	bottom:0;
	height:100%;
	border-top:133px solid #fff;
	}
	
/* *************** En vrac ************* */
/* Tableaux */

table.spip {
 clear: both;
 border-bottom: 1px solid #d7d7d7;
 border-collapse: collapse;
 border-spacing: 0;
 margin-top: 1em;
}

table.spip thead, table.spip tfoot { background: #f7f7f0 }

table.spip thead th, table.spip tfoot th{
 border: 1px solid #d7d7d7;
 border-bottom-color: #999;
 border-right-color: #999;
 font-size: 1em;
 font-weight: bold;
 padding: 0.33em .5em;
 vertical-align: bottom;
}
	
table.spip tbody td { border-top: 1px solid #ddd }

table.spip tbody tr.row_even { background-color: #fcfcfc }

table.spip tbody tr.row_odd { background-color: #f7f7f7 }

table.spip tbody tr:hover { background: #eed !important }
	
* html table.spip td, * html table.spip th {font-size:.7em}
* html table.spip {}

/* En vrac (à trier) */

#menu_sous_rub ul {
margin:0;
}

#menu_sous_rub ul h2 a {
color:#FFF
}

#contenu h1 {
font-size:1.4em;
}

#contenu {
padding-top:1em;
}
.spip_logos {
margin:2px 0;
}


