@CHARSET "UTF-8";

.lien1 {
display:block;
font-family: sans-serif;
font-weight: bold;
font-size: 12px;
padding:6px;
padding-left:5px;
}

a.lien1:hover {
font-weight: bold;
color:white;
}

a.lien2:hover{
color:white;
}
	

.lien2 {
display:block;
font-family: sans-serif;
font-size: 10px;
padding:5px;
padding-left:8px;
}

.titremenu {
display:block;
font-family: sans-serif;
font-weight: bold;
font-size: 11px;
}

.blocmenu {
margin-bottom:2px;
background:-webkit-gradient(linear,
    left bottom,
    left top,
    color-stop(0.07, rgb(200,240,240)),
    color-stop(0.64, rgb(230,240,230)),
    color-stop(0.82, rgb(250,245,240))
);
background:-moz-linear-gradient(
    center bottom,
    rgb(200,240,240) 7%,
   rgb(230,240,230) 64%,
   	rgb(250,245,240) 82%
);
padding:3px;		
}

.blocmenu_orange {
margin-bottom:2px;
background:-webkit-gradient(linear,
    left bottom,
    left top,
    color-stop(0.07, rgb(255,235,180)),
    color-stop(0.64, rgb(255,235,200)),
    color-stop(0.82, rgb(255,235,220))
);
background:-moz-linear-gradient(
    center bottom,
    rgb(255,235,180) 7%,
   rgb(255,235,200) 64%,
   	rgb(255,235,220) 82%
);
padding:3px;		
}

.menu {
background:-webkit-gradient(linear,
    left bottom,
    left top,
    color-stop(0.07, rgb(200,240,240)),
    color-stop(0.64, rgb(230,240,230)),
    color-stop(0.82, rgb(250,245,240))
);
background:-moz-linear-gradient(
    center bottom,
    rgb(200,240,240) 7%,
   rgb(230,240,230) 64%,
   	rgb(250,245,240) 82%
);
float:left;
width:120px;
padding:3px;
margin:5px;
}

.contenu_page {
float:left;
width:860px;
}

.conteneur_page_menu {
float:none;
display:block;
width:1000px;
}

.corpsmenu_orange {
margin-bottom:2px;
padding:3px;
padding-left:10px;
font-size:9pt;
text-align:left;
color: rgb(0,68,85);
}
	