
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 padding: 0; margin: 0;
 background: #eef1ed;
}
#wrapper {
 width: 1000px;
 margin: 0 auto;
 border: 1px solid #eef1ed;
 background: url(images/ballon_du_bas.jpg) repeat-x bottom;
  background-attachment:fixed;
}
/* Debut Parent colonne de gauche --------------------------------------------------------------------- */
#leftcolumn { 
 padding: 10px;
 display: inline; /* IE Fix */
 float: left;
 border-left: 1px dashed #ccc;
 border-right: 1px dashed #ccc;
 border-bottom: 1px dashed #ccc;
 border-right: 1px dashed #ccc;
 background-color: #fff;
}
#leftcolumn .logo {
 margin: 0px 0px 10px 0px;
 width: 257px;
 border: 1px dashed #ccc;
 background-color: #EEF1ED;
}
#leftcolumn .logo img { display: block; }
#leftcolumn .leftbox2 { /* Boite général */
 margin: 0px 0px 10px 0px;
 border-top: 1px dashed #ccc;
}
/* Debut menu de gauche */

#mainnav {
padding: 0;
left: 0;
}
#leftcolumn ul#mainnav { 
 margin: 0px;
 padding: 0;
 list-style: none;
}
#leftcolumn ul#mainnav .heading {
 background-color: #9FAF9A;
 padding: 5px;
 color: #fff;
 font-size: 16px;
 /* background-image: url(images/bgentete.png) repeat-x bottom;*/
}
#leftcolumn ul#mainnav li { 
 border-bottom: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-left: 1px solid #ccc;

}
#leftcolumn ul#mainnav li a:link, #leftcolumn ul#mainnav li a:visited{ 
 color: #333;
 background-color: #FAEECD;
 text-decoration: none;
 padding: 5px;
 display: block;
  background: url(images/radianVert.png) repeat-x bottom; 
cursor: cursor;
}
#leftcolumn ul#mainnav li a:hover{ 
 display: block;
 background-color: #EEF1ED;
 text-decoration: none;
 padding: 5px;
 background: url(images/bouton.png) repeat-x bottom;

}
 #leftcolumn ul#mainnav li.active { 
 color: #7F7F7F;
 background-color: #FAEECD;
 text-decoration: none;
 padding: 1px;
 display: block;
  background: url(images/bordure_bouton.png) repeat-x bottom; 
}

/* Fin de menu de gauche */
/* Fin collone gauche Parent ----------------------------------------------------------------------- */


/* Debut de colane droite Parent ----------------------------------------------------------------------- */
#rightcolumn {
 border-left: 1px dashed #ccc;
 border-right: 1px dashed #ccc;
 margin: 0 0 0 10px;
 display: inline; /* IE Fix */
 width: 514px;
 float: left;
 background-color: #fff;
}
#rightcolumn p {
border: 1px solid #fff;
 margin: 10px;
}

#rightcolumn p img {
 float: left;
 margin: 0px 10px 10px 0px;
}
#rightcolumn h1 {
 margin: 10px;
 padding: 3px 10px;
 border: 1px dashed #ccc;
 font-size: 24px;
 background: #EEF1ED;
/* background: url(images/bgentete.png) repeat-x bottom; */
  background: url(images/radianVert.png) repeat-x bottom;


}

#rightcolumn h3 {
 margin: 10px;
 padding: 3px 10px;
 font-size: 16px;
 text-transform:none;
}
#rightcolumn .banner {
 height: 168px;
 margin: 10px;
 border: 1px dashed #ccc;
 background-color: #EEF1ED;
/* background: url(images/bgentete.png) repeat-x bottom;*/
 background: url(images/fond_entete.png) repeat-x bottom;


}
.vol{
	position :relative;
	top : 0px;
	left: 0px;
	}
/* Fin de collone droite Parent ----------------------------------------------------------------------- */
.clear {
 clear: left;
}
#footer {
 background: #fff;
 border: 1px dashed #ccc;

}
#footer .text {
padding: 10px;
 margin: 0 auto;
 width: 710px;
 border: 1px solid #fff;
}
#footer .text a:link, #footer .text a:visited { color: #333; text-decoration: none; }
#footer .text a:hover {  color: #333; text-decoration: underline; }
#footer .text img { border: none ; }

a:link {
color: #0D8E0F;
font-weight:bold;
text-decoration:none;
}     /* unvisited link */
a:visited {
color: #C7A92D;
font-weight:bold;
text-decoration:none;
}  /* visited link */
a:hover {
color: #155614;
font-weight:bold;
text-decoration:none;;
}   /* mouse over link */
a:active {
color: #C7A92D;
font-weight:bold;
text-decoration:none;
}   /* selected link */
