/* CSS Document */


/* :link permet de définir les propriétés des liens */
a:link
{
    color : #FFFFFF ;
    text-decoration : none ;
	font-size:12px;
}


/* :visited permet de définir les propriétés des liens déjà visités */
a:visited
{
    color : #FFFFFF ;
    text-decoration : none ;
	font-size:12px;	
}


/* :active permet de définir les propriétés d'un lien actif - qui vient d'être cliqué */
a:active
{
    color : #FFFFFF ;
    text-decoration : none ;
	font-size:12px;	
}


/* :hover permet de définir les propriétés du lien quand le curseur le survole */
a:hover
{
    color : #FFFFFF ;
    text-decoration : underline ;
	font-size:12px;	
}




.mini {
	font-size:10px;
		color:#FFFFFF;
}


p {
	font-size:12px;
	color:#FFFFFF;
}


h1 {
	font-size:20px;
	color:#FFFFFF;
}


h2 {
	font-size:17px;
	color:#FFFFFF;	
}


h3 {
	font-size:16px;
	color:#FFFFFF;	
}


h4 {
	font-size:15px;
	color:#FFFFFF;	
}


h5 {
	font-size:14px;
	color:#FFFFFF;	
}


h6 {
	font-size:13px;
	color:#FFFFFF;	
}




body {
	background-color : #000000;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;


}




div#wrapper {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	top: 5px; 
	width:750px;  
	background-color : #464646;
}


div#info {
	position:absolute;
	left:0px;
	width:150px;
	top: 0px;
		border: none;
	border-color:#464646;


}
div#content {
	width: 598px;
	position: static;
	margin-top: 0px;
	margin-left: 150px;
	border: 2px solid;
	border-color:#333333;
		background-color : #000000;
			padding: 0px;
}


div#entier {
	position:static;
	left:0px;
	width:750px;
	top: 0px;
		border: 2px solid;
		border-color:#333333;
	background-color:#000000;
}


div#bdp {
position:absolute; 
bottom:3px; 
} 

