/* CSS Document */
body {
	background-color: #0e151b;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
}


#logo  
{
    position: absolute;
    width: 740px;        /* selon la largeur voulue */
    margin-left: -370px; /* moitie de width */
    left: 50%;           /* constant, toujours 50% */
    height: 90px;       /* selon la quantite de texte */ 

}
html>body #logo {

	background: url('images/header_logo.png') no-repeat
}
#page  
{
	position: absolute;
	width: 733px;        /* selon la largeur voulue */
	margin-left: -366px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	height: 502px;       /* selon la quantite de texte */
	margin-top: -161px;   /* moitie de height */
	top: 40%;
	background-image:url(font_html.jpg);
	background-repeat:no-repeat;

}


#page #contenu_bas .one {
	margin-left: 10px;
	width: 280px;
}
#page #contenu_bas .two {
	margin-left: 10px;
	width: 340px;
	height: 190px;
}
#footer {
	width: 100%;
	margin: auto;
	margin-top: 0px;
	height:30px;
	 
}
p {
	display:block;
	margin:auto;
	margin-top:40px;
	width:280px;
	height:30px;
	}

.pdf {
	float:left;
	text-align:left;
}
.retour{
	float:right;	
	text-align:right;
}

a {
	color: #bf9f66;
text-decoration:none;
}
#contenu{
	width:680px;
	margin:auto;
	margin-top:28px;
	}
#contenu_bas{
	width:700px;
	margin:auto;
	margin-top:45px;
	height: 190px;
	color: #999999;
	}
