/* CSS Document */

/***********************************************************************/
/*                                                                     */ 
/***********************************************************************/

#container {
	margin: -2px auto; /* outside the border, removed if small screen */
	margin-top:3px auto;
	width: 800px;
	padding: 4px 4px 0 4px; /* inside the border */
}

#header {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
}



/***********************************************************************/
/* Div pour l'affichage dans la page d'accueil les deux tableau du bas */ 
/***********************************************************************/


/***********************************************************************/
/*     Div pour avoir deux colonnes sur la même page                   */
/***********************************************************************/

#centretitre {
	position:relative;
	/* Les deux lignes ci-dessous permettent de positionner une zone au centre de la fenêtre */
	margin-left: auto;
	margin-right: auto;
	/* La ligne suivante donne la largeur total de le fenêtre qui sera centrée */
	width:344px;


	left:20px;
	top:235px;
	
	height:150px;
	font-size: 12px ;
	background-color:#ffffff;
	z-index:1;  
	visibility: visible;
}


#colleft {
	position:absolute;
	left:20px;
	top:135px;
	width:344px;
	height:150px;
	font-size: 12px ;
	background-color:#ffffff;
	z-index:1;
	visibility: visible;
}
#colright {
	position:absolute;
	left:391px;
	top:135px;
	width:345px;
	height:150px;
       font-size: 12px ;
	background-color:#ffffff;
	z-index:1;
	visibility: visible;
}

#Layer1 {
	position:absolute;
	left:25px;
/*	top:160px;   */
	top:110px;
	width:200px;
	height:102px;
	z-index:10;
	padding-left: 0px;
	border: 1px none #EBEBEB;
	padding-top: 0px;
}

#Layer2 {
	position:absolute;
	left:230px;
	top:160px;
	width:450px;
/*	height:102px;  */
	z-index:2;
	padding-left: 0px;
	font-size: 12px ;
	text-align:justify
	border: 1px none #EBEBEB; 
	border: 1px; 
	padding-top: 0px;
}

.style2 {
	font-size: 11px;
	color: #000000;
}

/***********************************************************************/
/*     Fin des Div pour avoir deux colonnes sur la même page           */ 
/***********************************************************************/



#navBas {
	position:fixed; 
/*     position:relatuve;  */
	left:10px;
	bottom:0px;
	width:730px;
	height:20px;
	z-index:3;
	background-color: #006699;
	text-align: right;
	padding-top:3px;
	padding-right: 10px;
	visibility: visible;
}

#foot {
    position: relative;
	bottom:0px;
    width: 730px;
    clear: both;
    margin-top: 100px;
    background-color: #99FFFF;
}

#rub1 {
	position:absolute; 
	left:285px;
	top:90px;
	width:150px;
	height:21px;
	z-index:4;
	visibility: visible;
}
#rub2 {
	position:absolute; 
	left:430px;
	top:90px;
	width:80px;
	height:21px;
	z-index:5;
	visibility: visible;
}
#rub3 {
	position:absolute; 
	left:500px;
	top:90px;
	width:80px;
	height:21px;
	z-index:6;
	visibility: visible;
}
#rub4 {
	position:absolute; 
	left:620px;
	top:90px;
	width:78px;
	height:21px;
	z-index:8;
	visibility: visible;
}
#rub5 {
 	position:absolute;  
	left:670px;
	top:90px;
	width:78px;
	height:21px;
	z-index:8;
	visibility: visible;
}

.style1 {font-size: 9px}

#flash1 {
	position:absolute;
	left:7px;
	top:-3px;
	width:205px;
	height:123px;
	z-index:3;
	visibility: visible;
}
#logo {
text-align:center;
	position:absolute;
	left:13px;
	top:2px;
	width:135px;
	height:104px;
	z-index:9;
	visibility: visible;
}

.lib_titre {
   font-family: Verdana , Arial, Helvetica, sans-serif;
   font-size: 14px ;
   font-weight: bold;
   text-align : left ;
   background-color: #006699 ;
   border:1px solid #7AAFCA;
   margin: 0px;
   padding: 0px;
   color : #FFFFFF ;
   position:relative;
   PADDING-LEFT: 10px ;   
   PADDING-RIGHT: 35px ; 
}


table.spip {
	margin-left: auto ;
	margin-right: auto;	
	border: 2px solid #999999;
	cellpadding:10pt;
	border-collapse:collapse;


}

table.spip tr.row_odd {
	background-color: #d0d0d0;
	border: 2px solid #999999;

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

}
