*{margin:0;padding:0;list-style-type:none;}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#4A799C;
	/* background-image: url(images/commun/fond-bleu.jpg);
	background-repeat: repeat-x; */
	width: 100%;
	background-color:#E7EBF7;
}
a {
	text-decoration: none;
}

#conteneur {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	background-color: #9fb4d5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

#bandeau-flash {
	width: 980px;
	height: 87px;
	display: block;
	margin:0;
	padding:0;
}



.fin-float-left{
	clear:both;
	display:none;
}

h1 {
	text-align: center;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	color: #4A799C;
}

/* première lettre de couleur 
h1:first-letter {
	text-align: center;
	font-size: 18px;
	color: #FF0000;
}
*/

/* Gestion des menus */

#menu {
	width: 976px;
	height: 28px;
	background-color:#E7EBF7;
	border-left-width: 2px;
	border-left-color: #9FB4D5;
	border-left-style: solid;
	margin-bottom:10px; /* car FF ne prend pas de margin-top sur #principal. Ici, marche avec les 2 */
	float:left;
}

#principal {
	width: 980px;
	clear:both;
	/* padding-top:10px; */ /* fait un decalage avec croisiere.php sous IE | Mais pb avec FF sous autres pages */
	color:#000000;
	background-color: #9fb4d5;
}



/* applique que aux balises li contenu dans menu */
#menu ul li {
	float:left;
	/* pour centrer en vertical */
	line-height: 28px;
	height: 28px;
	font-size: 12px;
}
#menu ul .active a{
	background-color:#4A799C;
	color:#EFEFF7;
	font-weight:bold;	
}
#menu ul  li .active{

}
/* TEXTES DES MENUS */	
#menu ul a {
/* transforme la balise (enligne) a en block */
	display: block;
	/* maintenant que balise a en block on va mettre un espace entre les balises a plutôt que sur les listes*/
	padding-right: 6px;
	padding-left: 6px;

	color: #4A799C;
	
}
#menu ul a:hover {
	background:none; /* correction d'un bug sous IE */
	background-color:#4A799C;
	color:#EFEFF7;
}

#menu #plan-site {
	display: block;
	float:left;
	width:200px;
	height:auto;
	margin-top:10px;
	color: #4A799C;
	text-align:right;
}

.centrer {
	margin-right: auto;
	margin-left: auto;
	display:block;
}
/* pour centrer */
/* h3 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #437ACA;
	font-weight: bold;
	margin-bottom: 15px;
}
*/
/* FIN FORMULAIRE */


#bas-page {
	text-align: center;
}
#bas-page p#liens-bas-page {
	height: 45px;
	/* pour centrer en vertical */
	line-height: 45px;
}
/* tous les éléments a de la balise bas-page */

#bas-page a:hover {
	text-decoration: underline;
}

/* Pour fomulaire */


/* uniquement appliqué à la balise p avec comme identifiant : message-erreur */
p#message-erreur {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

html {
	margin:0;
	overflow:auto;
	border:none;
}

.separation-menu {
	width:2px;
	/* background-image: url(images/commun/separation.gif); */
	background-color:#9FB4D5;
}
.souligne {
	text-decoration:underline;
}
.gris {
	color:#CCCCCC;
}
#liens-bas-page a{
	color:#FFFFFF;
}
.indigo {
	font-size: 13px;
	font-weight: bold;
}
.bleu{
color:#4A799C;
}
.blanc{
color:#FFFFFF;
}

p.contact a:link {
color:#FFFFFF;
}
p.contact a:hover {
color:#FFFFFF;
}
#bas-page .contact a {
color:#FFFFFF;

}
#bas-page p {
font-size:11px;
}

