/*
On met # pour des ID
On met . pour des Class
*/

body
{
	width: 950px;
	height: 750px;
	position:absolute;
   	background-image: url("trame2.png");
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

h5
{
	font-size: 12px;
	font-family: Arial;
	background-color: white;

}

#en_tete
{


	font-family: Arial;
	font-size: 12px;
	width: 150px;
	height:80px;
	background-image: url("trame3.png");

}
#en_tetebis
{
		margin-top: 5px;
	font-family: Arial;
	font-size: 30px;
	width: 350px;
	height:40px;
	background-color: black;

}

#en_tete2
{
	margin-top: 10px;
	font-family: Arial;
	font-size: 12px;
	width: 350px;
	height:300px;
	overflow:auto;
	background-image: url("jaune.png");
}
#en_tete2bis
{
	margin-top:10px;
	font-family: Arial;
	font-size: 12px;
	width: 350px;
	height:80px;
	background-image: url("trame3bis2.png");
}

#en_tete3
{

	float:right;
	margin-top:-520px;
	margin-right:-10px;
	font-family: Arial;
	font-size: 40px;
	width: 600px;


}


#menu
{
	margin-top: 10px;
	float: left;
	font-family: Arial;
	font-size: 11px;
	width: 210px;
    background-color: white;

	
}

.element_menu
{
	margin-bottom: 20px;
	font-size: 11px;
   	font-family: Arial;
}

.element_menu a
{
   text-decoration: none;
   color: red;
}

#corps
{ 

	margin-left: 230px;
	font-family: Arial;
	font-size: 11px;
	font-color:white;



}

#corps2
{ 
	margin-top:-1px;
	margin-left: 260px;
	font-family: Arial;
	font-size: 11px;
	width: 400px;
	height: 800px;
    background-color: white;
	background-image: url("trame2.png");
}

