BODY  {
	color:#000000;
	font-family:Verdana,sans-serif;
	font-size: 0.8em;
	background-color: Cornsilk;
}


#header{
	border-top: 1px solid #8B4513;
}

#header, #footer, #content {
	width:760px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-left: 1px solid #8B4513;
	border-right: 1px solid #8B4513;
}


#footer{
	padding-top: 30px;
}

#texte{
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	padding-right:10px;
}




/* TEXTES */

#nbConsultation {
	font-size:0.7em;
}

.formLabel{
	font-weight:bold;
}


.errorMsg{
	font-weight:bold;
	font-style:italic;
	color: red;
}


#menuGenre ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding-left:20px;
}
#menuGenre li {
height:18px;
margin-bottom:3px;
}

A {
	color: #8B4513;
}

#menuGenre A{
	font-size: 1.4em;
	padding-left: 45px;
	background-image:url(../../img/livre_rouge.gif);
	background-position:8px 6px;
	background-repeat:no-repeat;
}


/* TABLEAU DE RESULTATS */

#tableau, #contactTable {
	font-size: 1em;
	width: 100%;
	padding-left:10px;
	padding-right:10px;
}

#tableau .header{
	background-color: #C3B692;
	font-weight:bold;
}

#tableau .accesLivre{
	text-align: center;
}
