/* CSS Document */
html,body{
	height:100%;
}
body{
	margin:0;
}
a img{
	border:0;
	display:block;
}
#header{
	background:url(../images/bdo_fn.gif) no-repeat;
	height:64px;
	background-position:center;
}
#all{
	background:url(../images/bg_all.jpg) repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#container{
	width:925px;
	margin:auto;
	text-align:left;
	overflow:hidden;
}
#ombre-gauche{
	float:left;
	width:15px;
	background:url(../images/ombre-gauche.png) repeat-y;
	height:887px;
}
#ombre-droite{
	float:left;
	width:15px;
	background:url(../images/ombre-droite.png) repeat-y;
	height:887px;
}
#corps{
	width:895px;
	float:left;
	text-align:left;
}
#versions{
	height:22px;
	color:#9C9C9C;
	text-align:right;
	margin-right:25px;
	margin-top:8px;
}
#versions .on{
	color:#FFFFFF;
}
#versions a{
	color:#9C9C9C;
}
#tetiere{
	background:url(../images/bdo_site.jpg) no-repeat;	
	height:82px;
}
#menu_haut{
	height:32px;
}
#menu_haut a{
	display:block;
	float:left;
}
#menu_haut img{
	display:block;
}
#content{
	background:#FFFFFF;
	padding:8px;
	overflow:auto;
}

#content .details{
	color:#373737;
	font-weight:bold;
	font-size:12px;
	height:38px;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
}
#mag{
	width:288px;
	float:left;
}
#virt{
	width:287px;
	float:left;
}
#crea{
	width:288px;
	float:left;
}
#date-mag{
	padding:10px 10px 8px 10px;
	background:#000000;
	color:#FFFFFF;
	font-size:12px;
	border-bottom:10px solid #E3001A;
}
#date-virt{
	padding:10px 10px 8px 10px;
	background:#000000;
	color:#FFFFFF;
	font-size:12px;
	border-bottom:10px solid #ec7404;
}
#date-crea{
	padding:10px 10px 8px 10px;
	background:#000000;
	color:#FFFFFF;
	font-size:12px;
	border-bottom:10px solid #007aa5;
}
#titres{
	font-size:12px;
}
#titres h1{
	display:block;
	color:#FFFFFF;
	font-weight:normal;
	margin:0;
	padding:0;
}
#titres span{
	background:#E3001A;
	padding:3px;
}
.texte {
	font-size:11px;
	text-align:justify;
	padding:8px;
	color:#6d6d6d;
	height:120px;
}
.spacer{
	clear:left;	
}
.space{
	width:8px;
	float:left;
}
#footer{
	margin-top:8px;
	height:45px;
	background:url(../images/bg_footer_home.gif) no-repeat;
	color:#8D8D8D;
}
#footer span{
	display:block;
	margin-left:180px;
	padding-top:16px;
}
#footer a{
	color:#8D8D8D;
}

#versions a,#footer a{
	text-decoration:none;
}