BODY{
scrollbar-base-color: #EDC7A0;
font-family : Arial, Helvetica, sans-serif;
}
#bloc_central {
width: 505px;
height: 400px; 
padding-right : 5px;
overflow: scroll;

}
.fond_bloc_central
{
	background-image : url(images/template_7.jpg);
	background-repeat : no-repeat;
}
.fond_page {
	background-image : url(images/FondPage.jpg);
	background-repeat : no-repeat;
}
A {
	color : #AE0000;
}
H1, H2, H3 {
	color : #675F33;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.copyright
{
font-size : 0.8em;
font-weight : bold;
letter-spacing : 4px;
}
.fontBrune
{
	color : #843622;
}
.titre
{
	color : #675F33;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.4em;
}

.exposant
{
	vertical-align: 4px; font-size: 70%
}

.floatleft
{
	float: left;
	margin: 10px;
}

.floatright

{
	float: right;
	margin: 10px;
}
.petit_texte
{
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/*Ajouts pour le menu vertical

Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ 
menuvertical2010


*/

#menuvertical2010{
/*border: 1px solid black;
border-bottom-width: 0;*/
width: 185px;
margin-left: 20px;
}

#menuvertical2010 ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
text-align: left;
}

#menuvertical2010 li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #A75A24;
border-bottom: 1px solid #f5bc8d;
border-left: 7px solid #ED8732;
}

* html #menuvertical2010 li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#menuvertical2010 li a:hover {
background-color: #ED8732;
border-left-color: #A75A24;
}

#menuvertical2010 div.menutitle{
color: black;
/*border-bottom: 1px solid black;*/
padding: 1px 0;
padding-left: 5px;
background-color: #eac39c;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
