html
{
	background:url("../images/layout_00.jpg") repeat;
}
body
{
	padding:0px;
	margin:0px;
	text-align:center;
	font: Arial;
}
#main
{
	width:1030px;
	margin:0 auto;
}
#header
{
	width: 1030px;
	height: 18px;
	position:relative;
	text-align:left;
	background: url("../images/layout_02.jpg") center bottom repeat-x;
}
#menubar
{
	position:absolute;
	font:small-caps 12px Verdana, "Trebuchet MS", Arial, serif;
	bottom:3px;
	color:grey;
}
#flag
{
	margin-left:8em;
	margin-right:4em;
	visibility:hidden;
}
#flag a img
{
	border:none;
}
span.menu_actual
{
	color:black;
	margin-right:1em;
	margin-left:1em;
	font-weight:bold;
}
span.menu a 
{
    text-decoration: none;
    color:white;
	margin-left:1em;
    margin-right:1em;
}
span.menu_unactive
{
	color:white;
	margin-left:1em;
    margin-right:1em;
}
#change_bloc
{
	background-color:#331112;
	height:24px;
	width:1030px;
	color:white;
	font-weight:lighter;
	font: 12px Verdana, "Trebuchet MS", Arial, serif;
	margin:0;
	padding:4px 0 4px 0;
	line-height:24px;
}
.clear /* generic container (i.e. div) for floating buttons */
{ 
    overflow: hidden;
    width: 100%;
}
div.change_page
{
	margin:4px auto;
	height:24px;
	width:700px;
}
a.bprec
{
	background:transparent url("../images/button_prec.jpg") bottom scroll no-repeat;
	text-decoration:none;
	margin-left:290px;
	margin-right:2px;
	width:73px;
	color:white;
	font-weight:lighter;
	display:block;
	float:left;
	font: 12px Verdana, "Trebuchet MS", Arial, serif;
	line-height:14px;
	padding:5px 0 5px 0;
}
a.bprec span
{
	margin-left:9px;
}
a.nobprec
{
	background:transparent url("../images/button_prec.jpg") bottom scroll no-repeat;
	text-decoration:none;
	margin-left:290px;
	margin-right:2px;
	width:73px;
	color:white;
	font-weight:lighter;
	display:block;
	float:left;
	font: 12px Verdana, "Trebuchet MS", Arial, serif;
	line-height:14px;
	padding:5px 0 5px 0;
	visibility:hidden;
}
a.bsuiv
{
	background:transparent url("../images/button_suiv.jpg") bottom scroll no-repeat;
	text-decoration:none;
	margin-right:20px;
	margin-left:2px;
	width:73px;
	color:white;
	font-weight:lighter;
	display:block;
	float:right;
	font: 12px Verdana, "Trebuchet MS", Arial, serif;
	line-height:14px;
	padding:5px 0 5px 0;
}
a.bsuiv span
{
	margin-right:9px;
}
a.nobsuiv
{
	background:transparent url("../images/button_suiv.jpg") bottom scroll no-repeat;
	text-decoration:none;
	margin-right:20px;
	margin-left:2px;
	width:73px;
	color:white;
	font-weight:lighter;
	display:block;
	float:right;
	font: 12px Verdana, "Trebuchet MS", Arial, serif;
	line-height:14px;
	padding:5px 0 5px 0;
	visibility:hidden;
}
a.bprec:hover, a.bprec:active
{
	background:transparent url("../images/button_prec2.jpg") bottom scroll no-repeat;
	color:#FFF0E2;
	font-weight:lighter;
}
a.bsuiv:hover, a.bsuiv:active
{
	background:transparent url("../images/button_suiv2.jpg") bottom scroll no-repeat;
	color:#FFF0E2;
	font-weight:lighter;
}
select.pages
{
	margin: 0 5px;
}
select.chapter
{
	width:120px;
	float:right;
	margin-right:290px;
	margin-top:3px;
}
div.clear
{
	clear:both;
}
#planche
{
	background-color:#B7B7B7;
	width:1030px;
	padding:15px 0 9px 0;
}
#rights
{
	color:black;
	font: x-small Arial, sans-serif;
	margin-top:1.2em;
}