body {
	margin:0 0 0 0 ;
	font-size:12px;
	color:#113400;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url("img/degrade.jpg");
	background-repeat: repeat-x;
	background-color:#C2D837;
}

h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #113400;
	margin-top:0px;
}

a:link, a:visited, a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#2B7329;
	font-weight:bold;
}

li {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

li.niv1 {
	list-style-image:  url("img/puce_niv1.gif");
	margin-top: 5px;
}

li.niv2 {	list-style-image:  url("img/puce_niv2.gif");
	text-align:left;
	font-size:12px;
	line-height:14px;
	margin-left:-20px;
}

.petit {
font-size:10px;}

.gros {font-size:16px;}

.contact {
	text-align:center;
	margin-top:0px;
}

a.prix {
font-size:16px;
color:#5DA130;
text-align:right;
font-weight:bold;
}

.borduregauche {
 border-left:1px solid #C2D837;
}

.borduredroite {
 border-right:1px solid #C2D837;
}

.bordures {
 border:1px solid #C2D837;
}

.index {
	position: absolute; 
	display: block;
	height: 607px;
	width: 1075px;
	left: 50%;
	margin-left: -537px;
	background:  url("img/fond_accueil.jpg") no-repeat;
	z-index: 0;
}

.lienaccueil {
	position: absolute; 
	display: block;
	height: 244px;
	width: 500px;
		top: 355px;
		left: 381px;
	margin-left: -300px;
}

.boiteBandeau {
	position: relative; 
	height: 167px;
	width: 1006px;
	top: 0px;
	left: 50%;
  	margin-left: -503px;
	z-index: 3;
}

.boiteTextes {
	position: relative; 
	width: 1000px;
	top: 0px;
	left: 50%;
  	margin-left: -500px;
	background:  url("img/fond_page.jpg") no-repeat;		
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	z-index: 1;
}

.boitePiedpage {
	position: relative;
	width: 1006px;
	height: 32px;
	left: 50%;
  	margin-left: -503px;
	background:  url("img/pied_page.gif") no-repeat;	
	text-align:center;
	z-index: 2;
}


.mentions {
	position: relative;
	height: 70px;
	width: 1006px;
	text-align:center;
	left: 50%;
  	margin-left: -503px;
	z-index: 2;
}


a.bulle {
     position:relative;
     color:#000; 
     text-decoration:none; 
     font-family:arial, verdana, sans-serif; 
     text-align:center; 
     font-size:16px;
   }
   
a.bulle:hover {
      background: none; 
      z-index: 50; 
   }
   
a.bulle span { 
     display: none;
   }
   
a.bulle:hover span {
      display: block; 
      position: absolute;
      top: -10px; 
      left: 40px;
      font-family:arial, verdana, sans-serif; 
      text-align:justify; 
      font-size:16px;
      font-weight:normal;
      width:600px;
      background-color: #DFE8F9;
      padding: 5px;
      border: 1px solid #FF6300;
      border-left: 10px solid #FF6300;
   }

