
#general
{
margin-left:auto;
margin-right:auto;
}

#precedent
{
float:left;
width:20%;
}

#suivant
{
float:left;
width:20%;
}

#texte_img
{
float:left;
width:60%;
}

div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	top:0px; /* position will be on bottom or Top*/
	display:none; /* hide it */
	/* styling bellow */
	background-color:black;
	font-family: Arial;
	font-size:12px;
	color:white;
}

	div.description h1{
	font-family: Arial;
	font-size:15px;
	color:white;
	margin-bottom:10px;
	}

	div.description h2{
	font-family: Arial;
	font-size:12px;
	color:white;
	margin-bottom:10px;
	}
	
table.description_content
{
	margin-top:30px;
	margin-bottom:30px;
}