/* Les onglets la home page */

#header {
width:100%;
float:left;
background:#ffffff url("images-css/bg2.gif") repeat-x bottom;
font-size:93%;
line-height:normal;
}
#header ul {
margin:0;
padding:10px 10px 0;
list-style:none;
}
#header li {
float:left;
background:url("images-css/left.gif") no-repeat left top;
margin:0;
padding:0 0 0 9px;
}
#header a {
display:block;
background:url("images-css/right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
}
#header .current {
background-image:url("images-css/left_on.gif");
}
#header .current a {
background-image:url("images-css/right_on.gif");
padding-bottom:5px;
}

/* Pour l'affichage du menu sur la home page */
#onglet1{height:auto;width:415px;z-index:-100;}
#onglet2{height:auto;width:415px;z-index:150;}

#onglet1 .col_vide {width:20px}
#onglet2 .col_vide {width:40px;}

/* Largeur des onglets */
#lo1 {
	width:160px;
}
#lo2 {width:175px;}
#lo3 {width:160px;}

.select_diaporama td{width:100px;padding:2px;border:1px solid #cccccc;height:100px;text-align:center;}
