/* CSS Document */
/*Structure de la page*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #700000;
}
h1 {
	font-size: 18px;
	font-style: italic;
}
h2 {
	font-size: 16px;
	font-style: italic;
}
h3 {
	font-size:14px;
	font-style: italic;
}
#lune {
	position:absolute;
	display:none;
	visibility:hidden;
	left:0;
	top:0;
	width:0;
	height:0;
	overflow:hidden;
}
#annonce {
	text-align: center;
	background-color: #800000;
	padding: 10px;
}
#banniere {
	text-align: center;


}
#slogan {
	text-align: center;
	background-color: #FFF;


}
#navigation {
	background: #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 200px;
	margin: 10px;
	float: left;
	border: solid black 1px;
	color: #800000;
	padding: 5px;
        }

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
        }

#navigation li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font-weight: bold;
        }

#navigation li a:link, #navigation li a:visited {
	color: #fff;
	display: block;
	background: url(menu2.gif);
	padding: 8px 0 0 10px;
	font-weight: bold;
        }

#navigation li a:hover, #navigation li #current {
	color: #000;
	background: url(menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	font-weight: bold;
        }

#navigation li a:active {
	color: #000;
	background: url(menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
	font-weight: bold;
        }
#texte {
	background-color: #c0c0c0;
	margin-left: 230px;
	margin-top: 10px;
	border: solid black 1px;
	color: #800000;
	padding: 5px;
	margin-right: 10px;

}
#baspage {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	clear: both;
	background-color: #FFFFFF;
}
.droite {
	float: right;
}
.gauche {
	float: left;
}
.centre {
	text-align: center;
}
.noir {
	color: #000000;
}
.rouge {
	color: #FF0000;
}
.lettrine {
	float: left; /* positionnement de la lettrine dans le conteneur*/
	font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid; /* définition d'une bordure autour de la lettrine*/
	background-color: #800000;
	margin: 2px;
	padding: 2px;
	line-height: 1em;
}
/*Classes utilisées pour la page référencement*/
.referencement {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
.margedroite {
	margin-right: 20px;
	text-align: right;
}

