/* CSS Document */
/*Structure de la page*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #800000;
}
h1 {
	font-size: 18px;
	font-style: italic;
}
h2 {
	font-size: 16px;
	font-style: italic;
}
h3 {
	font-size:14px;
	font-style: italic;
}
a:link {
	color: #808080;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
	font-weight:bold;
}
a:hover {
	font-weight:bold;
	text-decoration: underline;
	color: #800000;
}
a:active {
	text-decoration: none;
}
#lune {
	position:absolute;
	display:none;
	visibility:hidden;
	left:0;
	top:0;
	width:0;
	height:0;
	overflow:hidden;
}
#entete {

}
#banniere {
	padding-bottom: 5px;
	padding-top: 5px;



}
#slogan {

}
#navigation {
	float: left;
	width: 25%;
	background-color: #FFFFFF;

}
#colonne {
	min-height: 300px;
	margin-top: 20px;
}

#texte {
	margin-left: 26%;
	text-align: justify;
	background-color: #FFFFFF;

}
#baspage {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	clear: both;
}
#annonce {
	text-align: center;
}

.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;
}
.image {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/*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;
}


/*Cadre entourant le contenu d'un élément*/
div.content {
	background: url(../images/coins/bordure-1.jpg) no-repeat top left;
}
div.header {
    background: url(../images/coins/bordure-3.jpg) no-repeat top right;
}
div.header h1 {
    background: url(../images/coins/bordure-2.jpg) repeat-x top;
    margin: 0 37px 0 20px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
div.header h1 span {
	position: relative;
	top: 5px;
}
div.outer-body {
    background: url(../images/coins/bordure-4.jpg) repeat-y left;
}
div.body {
    background: url(../images/coins/bordure-6.jpg) repeat-y right;
}
div.inner-body {
	margin: 0 37px 0 20px;
	padding: 1px;
}
div.inner-body p:first-child {
    margin-top: 0;
    padding-top: 10px;
}
div.inner-body p:last-child {
    margin-bottom: 0;
}
div.outer-footer {
    background: url(../images/coins/bordure-7.jpg) no-repeat bottom left;
}
div.footer {
    background: url(../images/coins/bordure-9.jpg) no-repeat bottom right;
}
div.inner-footer {
    background: url(../images/coins/bordure-8.jpg) repeat-x bottom;
    height: 29px;
    margin: 0 37px 0 20px;
}
/*Fin du cadre entourant le contenu d'un élément*/
