/* CSS Document */

#menu {
	height:100px;
	width:auto;
	margin:auto;
	padding:auto;
	background-image: url(../phototheque/bandeau-sup-menu.jpg);
	background-repeat: no-repeat;
	padding-bottom:10px;
	}

.item_menu {
	/*width:190px;*/
	margin-right:5px;
	/*background-color:#BFD229;*/
	float:left;
	text-align:center;
	/*padding-top:10px;*/
	margin-top:125px;
	/*padding-bottom:10px;*/
	background-image:url(fond.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
.item_menu IMG {
	vertical-align:bottom;
	} 
/*
.fond_menu {
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height:41px;
	float:left;
	}
*/
	
.lien_menu {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#006699;	
	text-decoration:none;
	margin-bottom:2px;
	}
A.lien_menu:hover {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#993300;	
	text-decoration:none;
	}

