/* CSS page listes annuelles */
/* Colonnes avec navigation et pub */
#listdebut {
padding-left:0px;
overflow: hidden;
}
/* colonne de gauche */
#listgauche {
float:left;
margin-bottom:15px;
}
#listchoix {
margin-bottom:0px;
}
/* colonne de droite */
#listdroite {
float:right;
margin-bottom:15px;
}
#listpub {
padding-top:0px;
margin-bottom:0px ;
font-size: xx-small;
line-height: 0em ;
}
/* Fin colonnes */
/* Suite de la page sans colonne */
#listsuite {
float:left;
margin-bottom:0px;
padding-left:0px;
overflow:hidden;
}
#listnom { /* pages d�tails */
width:778px;
/* height:30px; */
margin-bottom:0px;
color: #e4e4e4;
font-style:italic;
font-weight: bold;
font-size: 14pt;
text-align:center;
background-image: -moz-linear-gradient(top, #000000, #3f0071);
background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#3f0071));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#3f0071);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#3f0071)";
    -moz-border-radius: 10px 10px 0 0; 
    -webkit-border-radius: 10px 10px 0 0; 
    border-radius: 10px 10px 0 0;
}
/* Div suivants pour page d�tails */
#list01 {
width:779px;
margin-bottom:0px;
}
#list02 {
width:779px;
margin-bottom:0px;
}
#list03 {
width:779px;
margin-bottom:0px;
}
.listtpr {
width:765px;
padding:0px 4px 0px 10px;
background-color:#3f0071;
color:#e4e4e4;
font-style:italic;
    -moz-border-radius: 10px 10px 0 0; 
    -webkit-border-radius: 10px 10px 0 0; 
    border-radius: 10px 10px 0 0;
}

