/* CSS Document */

body{
margin:0;
padding:0;
background-color:#FFFFFF;
}
#Layer1 {
	position:relative;
	left:0px;
	top:0px;
	width:1px;
	height:1px;
	z-index:1;
}
/* Bannière pour index 2*/
#bann
{
	background-image:url(images/milieu3.jpg);
	background-repeat:repeat-y;
	z-index:1;
}
/*----------------------*/
/* Menu pour index 2*/
#menu2
{
	width:900px;
	position:relative;
	background-repeat:repeat-y;	
	height:26px;
	z-index:12;
}
/*----------------------*/
/* Div pour menu pour index 2*/
#menu_place
{
	position:relative;
	float:left;
	width: 900px;
	 height:25px;
	background-image:url(menu/menu_test.jpg);
	 vertical-align:middle;
	 background-repeat:repeat-x;
	 z-index:12;
	 border-bottom:1px solid #CCCCCC;
}
/*----------------------*/
/* Contenu pour index 2*/
#milieu
{
	position:relative;
	color:#000000;
	background-repeat:repeat-y;
	height:auto;
	width:900px;
	z-index:9;
}
/*----------------------*/
/* Contenu pour index 2*/
#bas_
{
	background-image:url(images/bas_.jpg);
	width:900px;
	height:34px;
	
}
/*----------------------*/
#diap
{
	width:200px;
	height:100%;
	padding:10px;
}
/* Menu_gauche */
#menu_gauche
{
	list-style-type:none;
	width:180px;
	height:auto;
}
#menu_gauche ul
{
	float:left;
	margin: 0;
	padding: 0;
	border: 0;
}
#menu_gauche li
{
	list-style-type:none;
	float:left;
	width: 180px;
	height:auto;
	margin: 0;
	padding: 0;
	border: 0;
}
#menu_gauche li a:link, #menu_gauche li a:visited
{
	display: block;	
	background-color:#FFFFFF;
	color: #000000;
	margin: 0;
	padding: 4px 8px;
	border-top:1px solid #CCCCCC;
	border-right:2px dashed #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-decoration: none;
}

#menu_gauche li a:hover
{
 background-image: none;
 color:#FF6600; 
}
/*-------------*/



/* Gestion du menu a faire attention */
#menuDeroulant
{
 width: 896px;
 height:20px;
 list-style-type: none;
 margin: 0;
 border: 0;
 padding: 0;
}
#menuDeroulant ul
{
	float:left;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li
{
 float: left;
 width: 149px;
 height:20px;
 margin: 0;
 padding: 0;
 border: 0;
}
#menuDeroulant .sousMenu
{
 list-style-type: none;
 display:none;
}
#menuDeroulant .sousMenu li
{
 float: left;
 width: 149px;
 height:auto;
 text-align:left;
/* border-bottom:1px solid #FFFFFF;*/
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
 display: block;
 height: auto;
 color: #000000;
 background-image:url(menu/menu_test.jpg);
 background-repeat:repeat-x;
 margin: 0;
 padding: 4px 8px;
 border-right: 1px solid #fff;
 text-decoration: none;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	 border-left:4px solid #CCCCCC;
	 border-bottom:1px dashed #CCCCCC;
	background:#FFFFFF;
}
#menuDeroulant li a:hover { background-image:url(menu/menu_test_.jpg); }
#menuDeroulant li a:active { background-color: #F2462E; }
#menuDeroulant .sousMenu li a:hover
{
 background-image: none;
  color:#FF6600; 
}	
/*----------------------*/


/* Pour al fin de page mentions légales + autres */
#end
{
	color:#000000;
	font-size:10px;
}
#end a:link {
	color: #000000;
}
#end a:hover {
	color: #FF6600;
}
/*--------------------- */

.Style1 {font-family: Geneva, Arial, Helvetica, sans-serif; color:#FFFFFF}
.Style2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
 color:#FFFFFF
}
.style5{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
 color:#FFFFFF
}
.Style4 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:10px
}
.Style3 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
}
.Style6 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
.Style6 a:hover
{
	color: #FF6600;
}
.Style7 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
color:#FFFFFF; 
}
.Style8 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FF0000;
}
.infobulle{
	position: absolute;	
	visibility : hidden;
	border: 2px solid #CCCCCC;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #FFFFFF;
	z-index:30;
	color:#000000;
	margin-top:170px;
	width:auto;
	height:auto;	
}
h1
{
	font-size:16px;
	text-transform:uppercase;
}
h2
{
	font-size:12px;
	font-weight:normal;
}
h3
{
	font-size:14px;
	font-weight:normal;
	font-weight:bold;
}