/* CSS */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0;
	padding: 0;
}
#conteneur {
	position: absolute;
	width: 760px;
}
#header {
	height: 130px;
	width: 760px;
}
#fondcentre {
	top: 130px;
	background-image: url(images/fonddroite.jpg);
}
#scroll {
	top: 130px;
	height: 350px;
	overflow: auto;
	scrollbar-arrow-color:FF0000;
scrollbar-track-color:FFFFFF;
scrollbar-shadow-color:990000;
scrollbar-face-color:00CC00;
scrollbar-highlight-color:CCCCCC;
scrollbar-darkshadow-color:666666;
scrollbar-3dlight-color:FF0000;
}
#contenu {
	top: 130px;
	margin-left: 106px;
	margin-right: 180px;
	padding-right: 5px;
	padding-left: 5px;
}
#gauche {
	position: absolute;
	left:0px;
	width: 106px;
	top: 130px;
	bottom: 0px;
}
#droite {
	position: absolute;
	right:0;
	width: 150px;
	top: 130px;
	text-align: center;
	padding-right: 5px;
	padding-left: 10px;
	margin-right: 20px;
}

#pied {
	height: 100px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #333300;
	font-weight: bold;
	text-align: center;
}
#credit {
	height: 30px;
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
}




.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: Georgia, "Times New Roman", Times, serif;
color: #990000;
border: 1px solid #990000; 
margin: 10px;
padding: 0px;
}
.majuscule {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #942C18;
}
.titrecontenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #942C18;
	background-position: center;
	text-align: center;
}
.accentuation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #942C18;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.minuscule {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 13px;
}
.credit {
	color: #FFFFFF;
}
.credit a {
	color: #FFFFFF;
}
.credit a:hover {
	color: #FFFFFF;
}
.menudroite a {
	color: #90291A;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(images/rond.gif);
}
.menudroite a:hover {
	color: #90291A;
	text-decoration: underline;
	list-style-position: outside;
	list-style-image: url(images/rond.gif);
}
.menudroite {
	color: #90291A;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
	list-style-image: url(images/rond.gif);
}
p {
	font-size: 12px;
	line-height: 18px;
}
.vignette {
	float: left;
	font-size: 2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	border: 1px solid #990000;
	margin: 6px;
	padding: 0px;
	text-align: center;
	background-position: center center;
}

