/* @group menu principal */

#menuprincipal li {
	float: left ;
}


#menuprincipal a {
	text-decoration: none;
	color: #878889;
	font-size: 1.2em;
	float: left;
	margin-right: 25px;

}
/* color: #464646; */
#menuprincipal a:hover, #menuprincipal a:focus {
	text-decoration: none;
	color: #464646;

}

#menuprincipal #menu_actif a {
	color: #bb0937;

}



/* @end */

/* @group sous menu */

#sousmenu li {
	float: left ;
}


#sousmenu a {
	text-decoration: none;
	color: #878889;
	font-size: 1.1em;
	float: left;
	margin-right: 25px;

}

#sousmenu a:hover, #sousmenu a:focus {
	text-decoration: none;
	color: #464646;

}

#sousmenu #sousmenu_actif a {
	color: #bb0937;
}

.titre {
	font-size: 1.6em;
	text-align: justify;
	color: #464646;
}



/* @end */


#fb {
list-style-type: none;
width: 45px;
	float: left;
}
#fb a {
text-decoration: none;
display: block;
text-indent: -5000px;
width: 45px;
}


#menufb{
background-image: url(../images/fb/fb_off.jpg);
height: 46px;
}
#menufb a{
height: 46px;
}
#menufb:hover{
background-image: url(../images/fb/fb_on.jpg); 
}
#menufbactif{
background-image: url(../images/fb/fb_on.jpg); 
height: 46px;
}




.gras {
	font-weight: bold;
	color: #464646;
}
.grasitalic {
	font-style: italic;
	font-weight: bold;
	color: #464646;
}

.liste ul, .liste li {
	margin-left: 20px;
	list-style-type: disc;
}




html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
}

body { 
  margin: 0; 
  padding: 0; 
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: .8em; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  color: #878889; 
  background: white; 
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.75em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  	margin: 0; 
  	padding: 0;
	list-style-type: none;

} 
 
/* Paragraphes */ 
p { 
  margin: 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: underline;
	color: #878889;
} 
a:hover, a:focus, a:active { 
  color: #596266; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}
