@charset "utf-8";

body
{
	background-image:url(../Images/fondsOL.gif);
	margin:0 auto;
	width:1200px;
	height:960px;
	text-align:center;
	font-family:Times New Roman;

}

.haut
{
	background-image:url(../Images/HautOL.gif);
	background-repeat:no-repeat;
	width:1200px;
	height:140px;

}
	
.menuH
{
	background-color:black;
	width:1200px;
	height:30px;
	position:relative;
	top:90px;left:0px;	
	font-size:25px;
	text-align:center;	
	font-family:Times New Roman;
	font-weight:bold;
	
	float:left;
}

.menuH p
{
	float:left;
	text-decoration:none;
	color:yellow;
}

.menuH ul
{
	padding:0;
 	margin:0;
 	list-style-type:none;
	
}

.menuH ul li
{
	float:left;
	text-decoration:none;
	color:yellow;
}

.menuH ul li a 
{
	 display:block;
	 float:left;   
	 width:150px;

	 color:yellow;
	 text-decoration:none;
	 text-align:center;
 }
 
.menuH ul li a:hover 
{
 color:orange;
}


.menuV1
{
	background-image:url(../Images/menuV1.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:-20px;left:0px;
  	overflow:auto;
	width:350px;
	height:800px;
}

.menuV
{
	background-image:url(../Images/fondsmenuV.jpg);	
	position:relative;
	top:-20px;left:0px;
  	overflow:auto;
	width:250px;
	height:800px;
	font-size:25px;
	text-align:center;	
	font-family:Times New Roman;
	font-weight:bold;
	color:red;
}

.corps
{
	background-image: url(../Images/fondscontenu.jpg);
	position: relative;
	top: -820px;
	left: 250px;
	overflow: auto;
	width: 950px;
	height: 800px;
	font-size:11px;

}

.corps p
{
	font-size:19px;
	text-align:justify;
	color:#5A3909;
	font-family:Times New Roman;
	font-weight:bold;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
}

.bas
{
	background-color:black;
	color:green;
	position:relative;
	top:-810px;left:0px;
	width:1200px;
	height:30px;
	font-family:Times New Roman;
	font-size:20px;
	font-weight:bold;
}

.menuH1
{
	background-color:black;
	width:1200px;
	height:30px;
	position:relative;
	top:-10px;left:0px;	
	font-size:20px;	
	font-family:Times New Roman;
	font-weight:bold;
	
	float:left;
}

.menuH1 p
{
	float:left;
	text-decoration:none;
	color:green;
}

.menuH1 ul
{
	padding:0;
 	margin:0;
 	list-style-type:none;
	
}

.menuH1 ul li
{
	float:left;
	text-decoration:none;
	color:green;
}

.menuH1 ul li a 
{
	 display:block;
	 float:left;
	 width:150px;

	 color:green;
	 text-decoration:none;
	 text-align:center;
 }
 
.menuH1 ul li a:hover 
{
 	color:red;
}

*{
	margin:0;
	padding:0;
}
#menu{
	width:150px;
	margin:0px auto 0 auto;
}

.menu{
	text-align:left;
	height:25px;
	width:180px;
	padding:3px 0;
	background-color:black;
	color:#fff;
}
.sousmenu{
	text-align:left;
	height:17px;
	width:180px;
	padding:1px 0;
	background:#808080;
	color:#fff;
}

.ssmenu{
	text-align:left;
	height:15px;
	width:180px;
	padding:1px 0;
	background:#808080;
	color:yellow;
}

.menu a{
	display:block;
	width:100%;
	height:100%;
	color:orange;
	font-family:Alice;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	background:#404040;
}
.sousmenu a{
	display:block;
	width:90%;
	margin-left:10%;
	height:100%;
	color:#fff;
	font-family:Alice;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	background:#808080;
}

.ssmenu a{
	display:block;
	width:75%;
	margin-left:25%;
	height:100%;
	color:yellow;
	font-family:Alice;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background:#808080;
}

.menu a:hover, .sousmenu a:hover, .ssmenu a:hover,.menu a:active, .sousmenu a:active, .ssmenu a:active, .menu a:focus, .sousmenu a:focus, .ssmenu a:focus {
	background: #f0b7a1; /* Old browsers */
background: -moz-linear-gradient(top, #f0b7a1 0%, #8c3310 72%, #752201 96%, #bf6e4e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(72%,#8c3310), color-stop(96%,#752201), color-stop(100%,#bf6e4e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0b7a1 0%,#8c3310 72%,#752201 96%,#bf6e4e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0b7a1 0%,#8c3310 72%,#752201 96%,#bf6e4e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0b7a1 0%,#8c3310 72%,#752201 96%,#bf6e4e 100%); /* IE10+ */
background: linear-gradient(to bottom, #f0b7a1 0%,#8c3310 72%,#752201 96%,#bf6e4e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
}

