 
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; 
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #333;
}
#animation{
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left:0;
	padding:0;
	display:block;
	position:relative;
	}

#container {
	width: 74.8em;
	background: #FFFFFF url(images/accueil-fd2.jpg) no-repeat center top;
	height:100%;
	padding-top:0px; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	padding-right:0px;
	padding-left:0px;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#entete {
	width: 74.8em;
	padding-top:4px;
	background: #FFFFFF url(images/fd-header.jpg) no-repeat center top;
	height:100px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin:0;
}
#logos {
	background:#FFF url(images/fd-logos.gif) repeat-x bottom;
	height:52px;
	margin-bottom:0;
	margin-top:40px;
	margin-left:8px;
	margin-right:2px;
	padding:0px;
	text-align:right;

}

/*----------------------------------------------------------------MENU DEROULANT ------------------------------------------------------------------------------------------*/
  
  #menu, #menu ul /* Liste */     
  {
		  padding : 0; /* pas de marge intérieure */
		  margin : 0; /* ni extérieure */
		  list-style : none; /* on supprime le style par défaut de la liste */
		  line-height : 35px; /* on définit une hauteur pour chaque élément */
		  text-align : center; /* on centre le texte qui se trouve dans la liste */
  }
  
  #menu /* Ensemble du menu */
  {
  	      margin-left:8px;
		  font-weight : bold; /* on met le texte en gras */
		  font-family : Arial; 
		  font-size : 14px; /* hauteur du texte : 14 pixels */
		  padding-top:0px;
  }
  
  /*_____________________________________________________*/
  #menu a /* Contenu des listes */
  {
		  display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
		  padding : 0; /* aucune marge intérieure */
		  background : #99cc33; /* couleur de fond */        
		  color :#FFF; /* couleur du texte */
		  text-decoration : none; 
		  width : 107px; /* largeur */
  }

  #menu #menu-on a /* Contenu des listes */
  {
		  display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
		  padding : 0; /* aucune marge intérieure */
		  background : #FFF; /* couleur de fond */        
		  color :#000; /* couleur du texte */
		  text-decoration : none; 
		  width : 107px; /* largeur */
  }
  
  /*_____________________________________________________*/
 
#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #333333; /* On passe le texte en gris... */
        background: #FA8200; /* ... et au contraire, le fond en couleur */
}

/*___________________________________________________________________*/
  
  #menu li /* Éléments des listes */      
  { 
		  float : left; 
		  /* pour IE qui ne reconnaît pas "transparent" */
		 /* border-right:1px solid #99cc33 /* on met une bordure blanche à droite de chaque élément */
		  
 }
  
  /* IE ne reconnaissant pas le sélecteur ">" */
  html>body #menu li
  {
		 /* border-right: 1px solid #99cc33 ; /* on met une bordure transparente à droite de chaque élément */
  }
  
  #menu li ul /* Sous-listes */
  { 
		  position: absolute; /* Position absolue */
		  width: 107px; /* Largeur des sous-listes */
		  left: -559em; /* Hop, on envoie loin du champ de vision */
  }
  
  
  #menu li ul li /* Eléments de sous-listes */
  {
		  /* pour ie qui ne reconnaît pas "transparent" (comme précédemment) */
		  border-top : 1px solid #FFF; /* on met une bordure blanche en haut de chaque élément d'une sous-liste */

  }
  
  /* IE ne reconnaissant pas le sélecteur ">" */
  html>body #menu li ul li                
  {
		  border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
  }
  
  #menu li ul ul 
  {
		  margin    : -22px 0 0 107px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
		  /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
		 /* border-left     : 1px solid #FFF ; /* Petite bordure à gauche pour ne pas coller ... */      
  }
  
  /* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
  html>body #menu li ul ul                
  {
		 /* border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
  }
/*___________________________________________________________________*/


#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -559em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}


/*---------------------------------FIN MENU DEROULANT----------------------------------------------------------------------------*/
#logo{
padding-left : 20px;
margin-bottom: 6px;

}

#haut {
	background:#99cc33;
	width: 74.8em;
	position:absolute;
	display:block;
	margin:0px;
	padding:0px;
	visibility: visible;
	z-index:400;
	float:left;
	top: 82px;
}
	
#contenu {
	background:#FFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom:0px;
	margin-left:0;
	padding:0;
	display:block;
	position:relative;
}

#marge {
padding:0px;
margin-left:8px;
margin-bottom:0;
margin-right:0;
margin-top:0;
position:relative;
display:block;
}
.bloc {
text-align:left;
padding-right:10px;
display:block;
width:150px;
float:left;
}
.bloc1 {
text-align:left;
padding-right:10px;
padding-left:35px;
display:block;
width:150px;
float:left;
}
.bloc2 {
text-align:left;
padding-right:10px;
display:block;
width:160px;
float:left;
}

.img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.puce {
	background-image: url(images/rond_gris.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left;
	text-indent: 18px;
}
.pucered {
	background-image: url(images/carrerouge.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left 3px;
	float:left;
}
.titrecontenu {	
	font:18px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.titrecontenu-orange {	
	font:18px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#f47b39;
}
.titrecontenu-mauve {	
	font:18px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#c54d9c;
}
.titrecontenu-vert {	
	font:18px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#93aa62;
}
.titrecontenu-bleu {	
	font:18px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#6082ab;
}

.titrecontenu-bleu a {	
	text-decoration:none;
}
.titrecontenu-orange a {	
	text-decoration:none;
}
.titrecontenu-mauve a {	
	text-decoration:none;
}
.titrecontenu-vert a {	
	text-decoration:none;
}

.titrecontenu-bleu a {	
	text-decoration:none;
}
.titrecontenu-bleu a {	
	text-decoration:none;
}
.titrecontenu-orange a:hover {	
	text-decoration:none;
}
.titrecontenu-mauve a:hover {	
	text-decoration:none;
}
.titrecontenu-vert a:hover {	
	text-decoration:none;
}

.titrecontenu-bleu a:hover {
	text-decoration:none;
}
.txtcontenu {
font:12px Verdana, Arial, Helvetica, sans-serif;
line-height:16px;
text-align:left;
padding-right:10px;
}
.txtcontenu a{
	text-decoration: none;
	color:#333333;
	
}
.txtcontenu a:hover{
	text-decoration: none;
	color:#663300;
}

#lienrouge a {
	text-decoration: none;
	color:#E71517;

}
#lienrouge a2:hover {
	text-decoration: underline;
	color:#663300;
}
.a2 {
	text-decoration: none;
	color:#E71517;

}
.a2:hover {
	text-decoration: underline;
	color:#663300;
}




#bloclogos
{
 padding-top:5px;
  padding-right:10px;
  padding-left:80px;
  display:block;
  width:540px;
  float:left;
}

#bloclogos2 {
 padding-top:0px;
  padding-right:0px;
  display:block;
  width:540px;
  float:right;
}
#Text1Depliant{
display:none;
}
#bloctexte-HP {
  padding-top:5px;
  padding-right:10px;
  padding-left:10px;
  display:block;
  width:600px;
  float:left;
}
#bloctexte-mentions {
  padding-top:5px;
  padding-right:10px;
  padding-left:10px;
  display:block;
  width:682px;
  float:left;
}
#bloctexte {
  padding-top:25px;
  padding-right:10px;
  padding-left:10px;
  display:block;
  width:600px;
  float:left;
}

.bloctexte {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  text-align:justify;
  line-height:12px;
  text-decoration:none;
}

.bloctextegris {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  text-align:left;
  color:#666666;
  text-decoration:none;
}
.bloctextegris a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  text-align:left;
  color:#666666;
  font-weight:bold;
  text-decoration:underline;
}
.bloctextegris a:hover{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  text-align:left;
  color:#666666;
  text-decoration:none;
}

.bloctexte a{
	text-decoration: none;
	color:#E71517;
	
}
.bloctexte a:hover{
	text-decoration: none;
	color:#663300;	
}

#ref{

	float:left;
	padding-left:0px;
	padding-right:0;
	padding-top:6px;
	padding-bottom:0;
	margin-right:10px;
	margin-left:0px;
	margin-bottom:0px;
}
#ref2{
	float:right;
	padding-left:0px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:0;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
}
.txtref {
	float:left;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#333333;
}
.titref {
	text-align:left;
	font-size:18px;
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#333333;
	border-bottom:#333333 solid 1px;
	border-top:#333333 solid 1px;
}
.txtref ul{
	margin:0;
	padding:8px;
	list-style:none;
	width:200px;
}
.txtref ul li{
	height:50px;
	display:inline;
	vertical-align:middle;
	list-style:none;
	margin:0;
	padding:0;
}
.gauche{

	vertical-align:middle;
	text-align:center;
	list-style:none;
	width:100px;
	float:left;
}
.droite{

	float:right;
	vertical-align:middle;
	text-align:center;
	list-style:none;
	width:100px;
}
.centre{
	float:left;

	vertical-align:middle;
	text-align:center;
	list-style:none;
	width:200px;
}

.center-evenementiel{
	float:left;
	vertical-align:middle;
	text-align:center;
	list-style:none;
	width:290px;
}
.left-evenementiel{
	float:left;
	vertical-align:middle;
	text-align:left;
	list-style:none;
	width:290px;
}

#footer {
	clear:both;
	background:#FFF url(images/fd-footer.gif) repeat-x top;
	height:126px;
	width: 98.2%;
	margin-left:8px;
	margin-right:8px;
	padding:0px;
	position:relative;
}
#footer ul{
	padding-left:0px;
	margin-left:0px;
	list-style : none; /* on supprime le style par défaut de la liste */
} 
#footer li{

	float:left;
	list-style : none; /* on supprime le style par défaut de la liste */
}
.footer-li-1{
	margin-top :13px; /* pas de marge intérieure */
	margin-left:20px;
	width:149px;
	text-align : left; /* on centre le texte qui se trouve dans la liste */
	float:left;
	height:112px;
	background-image: url(images/up.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer-li-2 {
		margin-top : 34px; /* pas de marge intérieure */
		text-align : left; /* on centre le texte qui se trouve dans la liste */
		font-size:10px;
		width:68%;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		float:left;
		color:#010101;
}
.footer-li-2 a{
	text-decoration: none;
	color:#fa8200;
	
}
.footer-li-2 a:hover{
	text-decoration: none;
	color:#663300;	
}
.footer-li-3{
	margin-top : 30px; /* pas de marge intérieure */
	margin-left:10px;
	width:10%;
	text-align : right; /* on centre le texte qui se trouve dans la liste */
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #fa8200;
}


	.col-1{	
		text-align:right;
	  	list-style:none;
		color:#666666;
		visibility:visible;
		float:left;
		width:85px;
		margin:0px;
		padding-right:10px;
		height:17px;
	}
		.col-2{
		height:17px;
	  	list-style:none;
		width:170px;
		padding:0px;
		margin:0px;
		float:left;
	}
		.col-3{	
		text-align:left;
	  	list-style:none;
		color:#666666;
		visibility:visible;
		float:left;
		width:300px;
		margin:0px;
		padding-right:10px;
	}
	.fdinput {
	color: #000;
	font-size:11px;
	font-weight:bold;
	margin:0;
	width:155px;
	height:17px;
	line-height:17px;
	background-color: #CCCCCC;
}
.fdinput2 {
	color: #000;
	font-size:11px;
	font-weight:bold;
	margin:0;
	width:250px;
	height:57px;
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #CCCCCC;
}
