@charset "iso-8859-1";

/* CSS issu des tutoriels http://css.alsacreations.com */

body {
	width: 966px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
} 

dl, dt, dd, ul, li {
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin: 0;
}

#menu {
	z-index:100;
	width: 966px;
	float: left;
	position: absolute;
	top: 127px; /* Hauteur deréférence du menu */

}
#menu dl {
	float: left; /* pour avoir la liste en ligne */
	width: 160px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF66; /* couleur fond Menus */
	color: #CC0000;
	border-color: #666666;
	font-size: 11px; /* Police Menu principal */
/*	height: 15px; /* Hauteur de la cellule */ 
	background-image: url(bg3/barre1.png);
	background-repeat: repeat;
}
#menu dd {
	border: 1px solid gray;
}
#menu li {
	text-align: center; /* Dans les sous-menus */
	background-color: #66CCFF; /* Couleur fond sous-menus */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px; /* espacement du bord gauche */
	padding: 0px; /* espacement vertical entre lignes du sous-menu */

}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: inline;
	height: 100%;
	border: 0 none;

}
#menu li a:hover, #menu dt a:hover {
	background-color: #F9F9F9; /* couleur fon survolé */
	color: #FF0000; /* couleur texte survolé */
	width: 100%; /* zone survolée */
}


a:link {
	color: #66CCCC;
	text-decoration: none;
	background-attachment: fixed;
}
a:visited {
	color: #66CCCC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}

