/* 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;
}

.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:130px;
}

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

.main_texte
{
text-align:justify;
margin-bottom:30px;
}

.main .main_liens a
{
color:red;
text-decoration:none;
}

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