/* CSS Document du menu */

li.rouge  {
width: 142px;
height: 31px;
padding-bottom:0px;
margin-right:0px;
text-align:center;
background-image: url(../images_site/bout_rouge.jpg);
background-repeat: no-repeat;
}

li.brun  {
width: 142px;
text-align:center;
height: 33px;
margin-right:0px;
background-image: url(../images_site/bout_brun.jpg);
background-repeat: no-repeat;
}

li.bloc_bas_menu_rouge {
width: 142px;
height: 13px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-image:url(../images_site/menu_bas.jpg);
background-repeat: no-repeat;
}

img.image_menu{
padding-left:17px;
padding-bottom:10px;
margin-top:0px;
}

.centre_txt{
padding-top:10px;
}

.centre_txt2{
padding-top: 5px;
}

.centre_txt3{
padding-top: 15px;
}

.centre_txt4{
position:absolute;
margin-left:-120px;
margin-top: 160px;
width:188px;
}

#menu {
width: 142px;
background-color:#D1CEA2;
height:auto;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

.border{
width: 142px;
font-size: 1px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
margin: 0px;
padding: 0px;
}

.menu4 {
display: block;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

/***ROUGE***/

ul.rouge {
list-style-type: none;
margin: 0px;
padding:0px;
width: 142px;
margin-left:0px;
}

/***LIENS***/

a.menubrun {
display: block;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

a:hover.menubrun{
text-decoration: underline;
color: #D4C8A2;
}


a.menubrun_active {
font-style: italic;
color: #FFFFFF;
}