﻿body {
	font-family: Tahoma;
	font-size: 14px;
	background-image: url('images/degrade2.JPG');
	background-repeat: repeat-x;
}
h1 {
	color: #EECB28;
	font-size: 40px;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	font-family: "Pump Demi Bold LET", Tahoma;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	color: #000000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#global {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 945px;
	height:853px;
	margin-top: 2px;
}

div#menu {width: 175px;
margin-left:16px;
}

/* fond blanc pour le menu */ 
div#menu a {color:#000000}
div#menu ul {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	width: 175px;
	margin: 0px;
	text-align: center;
}
div#menu li:hover {background: url('images/bouton-blanc.png') no-repeat 95% 50%;
}
div#menu ul li {
	background: url('images/bouton-bleu.png') no-repeat 95% 50%;
	position: relative;
	list-style: none;
	left: 0px;
	height: 30px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
	border-bottom-width: 0px;
	padding-top: 8px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
/* on rajoute une bordure a gauche et des padding, on doit donc réajuster la taille 100-(8 de bordure + 8 de padding) =84 */ 
/* div#menu li a {text-decoration: none; padding: 4px 0 4px 8px; display:block; border-left: 8px solid #BBB; width:84px} */
div#menu li a {
	text-decoration: none;
	display: block;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	bottom: 3px;
}
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {display:block;}

/* la bordure de chaque hauteur a une couleure de survol*/ 
/* div#menu li a:hover {border-left-color: red;}
/* div#menu ul ul li a:hover {border-left-color: #00FF00;}
/* div#menu ul ul ul li a:hover {border-left-color: #0000FF;}*/

.bouton a {
	display:block;
	width:350px;
	line-height:40px;
	text-align:center;
	vertical-align:middle;
	background:url('images/bouton-bleu-big.png') no-repeat;
	color:white;
	text-decoration:none;
	font-size:20px; 
}
	
.bouton a:hover {
	background:url('images/bouton-blanc-big.png') no-repeat;
	color:black;
}
	
	

