
/* CSS Document */

body{
background-color:#660000;
background-image:url(../interface/fond.jpg);
background-repeat:repeat-x;
color:#ffffff;
}
table{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
}

.menu-vertical-niveau2{
font-weight:normal;
background-color:#121212;
text-align:center;
color:#FFFFFF;
padding-top:5px;
padding-bottom:5px;
width:220px;
font-size:11px;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#333333;
text-decoration:none;
}
.menu-vertical-niveau2:hover{
background-color:#333333;
}
.menu-vertical-niveau1{
text-transform:uppercase;
font-weight:normal;
background-color:#222222;
text-align:center;
color:#FFFFFF;
padding-top:5px;
padding-bottom:5px;
width:220px;
font-size:11px;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#333333;
}


a{
color:#ffffff;
text-decoration:underline;
}
a:hover{
color:#CCCCCC;
}
.tdalbum{
border-style:solid;
border-color:#000000;
border-width:1px;
background-color:#121212;
}
.titre_galerie{
border-top-color:#666666;
border-top-style:solid;
border-top-width:1px;
border-bottom-color:#666666;
border-bottom-style:solid;
border-bottom-width:1px;
background-color:#212121;
font-size:16px;
font-weight:bold;
padding:10px;
}
.bas{
font-size:9px;
}