
/* Mise en page */

body {background-color:#e5e5d0; font-family:Arial;}
#monBody {background-color:white; margin:20px 30px 20px 30px; padding:10px 0 10px 0;
		  border-radius:12px; -moz-border-radius:12px; -webkit-border-radius:12px;
}
h1 {color:#000077; font-size:20px; font-weight:bold;}
li {color:#008800; font-size:16px; font-weight:bold;}
p {color:#000000; font-size:14px; font-weight:normal;}

/* Menu */

#menu_barre {
	text-align:center;
	width:100%; height:42px;
	margin:0 auto; padding:0px;
	background-image:url(images/menu-fond.gif);
}

#menu_barre a {color:#fff; font-size:17px; text-decoration:none; font-weight:bold;}
#menu_barre a:link {color:#fff;}
#menu_barre a:visited {color:#fff;}
#menu_barre a:hover {color:#006600; background:none;}
#menu_barre a:active {color:#fff;}

#menu_barre a {display:inline-block;height:31px;margin:2px 4px 0 4px;cursor:hand;}
#menu_barre .menu_case_1 {display:inline-block;padding:6px 0 0 10px;vertical-align:top;}
#menu_barre .menu_case_2 {display:inline-block;width:10px;height:31px;}

#menu_barre a:hover {background-image:url(images/menu-sur-g.gif); background-repeat:no-repeat;}
#menu_barre a:hover .menu_case_2 {background-image:url(images/menu-sur-d.gif); background-repeat:no-repeat;}

#menu_barre a#ici {color:#006600; background-image:url(images/menu-sele-g.gif); background-repeat:no-repeat;}
#menu_barre a#ici .menu_case_2 {background-image:url(images/menu-sele-d.gif); background-repeat:no-repeat;}








