/* CSS Document */

body
{
width:782px;
margin:auto;
padding-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:5px;
}


.bandeau
{
height:75px;
width:782px;
background-image:url(images/baniere.jpg);
background-repeat:no-repeat;
margin-bottom:15px;
}

.titre_page
{
text-align:center;
margin-bottom:15px;
padding-left:125px;
}

.menu
{
width:125px;
float:left;
font-weight: bold;
text-align:left;
}


.annexe
{
width:125px;
float:right;
font-weight: bold;
text-align:center;
}

.menu a
{
text-decoration: none;
color:black;
}

.menu a:hover
{
text-decoration:underline;
color:#336600;
}

.main
{
margin-left:130px;
margin-right:0px;
}

.main_cadre
{
border:1px solid gray;
padding:10px;
}

.main_texte
{
text-align:left;
margin-bottom:20px;
}

.tableau_main 
{
width:550px;
}

caption
{
caption-side:top;
text-align:center;
font-size:14px;
font-weight:bold;
border:gray 2px double;
}

table tr td
{
font-weight:bold;
border-collapse:collapse;
text-align:center;
border:solid 1px;
}

.libre
{
background-color:#dbffca;
}

.Non_dispo
{
background-color:#ffdfe4;
color: #666666;
text-decoration:line-through;
}

.zoneA
{
color:white;
background-color:#333333;
}

.zoneB
{background-color:#999999;
}

.zoneC
{
background-color:#cccccc;
}

.txt_rouge
{
color:red;
}
