* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana;
	font-size:0.9em;
	background: white url('../images/fond_body.gif') repeat-y top left;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color:#603515;
}

a:hover {
	color:red;
}

#header {
	height:48px;
	width:100%;
	background: url('../images/header.png') no-repeat top left;
}

#header span {
	text-align:center;
	font-weight:bold;
	position:absolute;
	background-color:black;
	border:1px solid white;
	right:30px;
	top:10px;
	padding:10px;
	color:white;
	width:200px;
}

#modernbricksmenu{
	width: 100%;
	height:24px;
	background: #794708;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu ul{
	font: bold 11px Arial;
	margin-left: 21px; /*margin between first menu item and left browser edge*/
	list-style: none;
}

#modernbricksmenu li{
	display: inline;
	margin: 0 2px 0 0;
	text-transform:uppercase;
}

#modernbricksmenu a{
	float: left;
	display: block;
	color: white;
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #794708;
}

#modernbricksmenu a img {
	border:none;
	height:16px;
	vertical-align:middle;
	margin-right:6px;
}

#modernbricksmenu a:hover{
	background-color: #613518; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: white; /*Brown color theme*/
	color:black;
}

#modernbricksmenuline{
	clear: both;
}

/* affichage ouvrage */

#menu_affiche {
	text-align:center;
	margin-left:8px;
	margin-top:10px;
	border-right:1px solid #D4D0C8;
	border-bottom:1px solid #D4D0C8;
}

#menu_affiche a {
	padding:3px;
	padding-right:0;
	padding-left:0;
	display:block;
	width:100%;
	text-align:center;
}

.st_menu {
	background-color:#D4D0C8;
	padding:3px;
	padding-right:0;
	padding-left:0;
	display:block;
	width:100%;
	text-align:center;
}

#affiche_ouvrage {
	border-left:20px solid #794708;
	padding-left:10px;
	position:relative;
	height:100%;
}

#affiche_ouvrage .flash{
	padding-left:0;
	margin-left:0;
}

.auteur tr td {
	font-size:0.8em;
}

.flash {

}

#image table tr td {
	vertical-align:top;
	text-align:center;
}

#image table caption {
	text-align:center;
	color:#603515;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
}

#image img {
	padding:3px;
	border:1px solid black;
	background-color:white;
}

#menu_affiche {
	width:340px;
	float:left;
	background-color:white;
}

#menu_affiche table tr td {
	font-size:0.8em;
	text-align:left;
}

#menu_affiche table tr td.gauche_td {
	vertical-align:top;
	text-align:right;
	font-size:0.9em;
	padding-right:3px;
}

#flash {
	float:left;
	width:700px;
	height:700px;
}

.menu_flash {
	float:left;
}
/* recherche_simple.php */

#recherche_simple {
	padding-left:61px;
	padding-top:30px;
}

#recherche_simple label {
	font-size:1.3em;
	text-transform:uppercase;
	letter-spacing:-2px;
}

#recherche_simple #titre {
	font-size:1.3em;
	color:#AAA;
}

#recherche_simple #submit {
	font-size:1.3em;
}

#resultat {
	margin-top:30px;
}

#resultat p.nb_res {
	font-size:0.9em;
	width:90%;
	margin:auto;
	padding-bottom:4px;
	margin-bottom:10px;
	text-align:right;
	font-style:italic;
	border-bottom:1px solid #603515;
}

#resultat .res_partie {
	margin:auto;
	margin-top:5px;
	width:90%;
}

#resultat .res_partie span {
	font-size:0.8em;
	font-style:italic;
}

/* recherche_avance.php */

#recherche_avance {
	padding-left:61px;
	padding-top:30px;
}

#recherche_avance label {
	font-size:1.1em;
	text-transform:uppercase;
	letter-spacing:-2px;
	display:block;
	float:left;
	width:200px;
	text-align:left;
}

#recherche_avance #submit {
	font-size:1em;
	letter-spacing:0px;
}

/* accueil */
#accueil {
	margin-left:30px;
	margin-top:30px;
}

.titre {
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.1em;
	text-decoration:underline;
	color:#804922;
}

.paragraphe {
	margin-top:10px;
	margin-bottom:10px;
}

#info_recherche {
	margin-top:15px;
	margin-bottom:15px;
	font-size:0.9em;
}

#info_recherche ul {
	padding-left:15px;
}