@charset "UTF-8";
/* ********************* */
/*          menu         */
/* ********************* */
#menu_gauche{
	float:left;
	position:relative;
	width: 170px;
	margin-left:5px;
	margin-top:30px;
	padding-right:3px;
    font:small bolder #380099;
    font-family:Arial, Verdana, serif;
	background: url('../design/fond1.jpg') top center no-repeat;
 }
#menu {
    margin-top:20px;
    text-align: center;
}
#menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#menu li a{
	height: 30px;
    width:150px;
    text-decoration: none;
	background:url('../design/on1.gif') top center no-repeat;
	margin-top: 10px;
	margin-left:10px;
	padding-top:5px;
	text-align: center;
    color:purple;
    font-weight:bold;
    display: block;
}
#menu li a:hover {
	color:#184D8F;
	font-weight:bold;
    background:url('../design/off.gif') top center no-repeat;
	padding-top:5px;
} 

#contact{
    font-size:x-small;
    color: purple;
    font-weight:bolder;
	font-size:small;
    width: 150px;
    margin-left: 10px;
    text-align: center;
}
