body {
	color: black; /*couleur de la police*/
	background-image:url(images/background.jpg);
	/*background-color: #ffff;*//*#8c8c8c; couleur d'arrière plan*/
	}

#nom_site{
	position:absolute;
	left:0%;/*38%;*/
	width:50%;
	height:50%;
	/*top:2%;*/
	font-size:400%;
	font-weight: bold ;
}

#menu_gauche{
	position: absolute;
	font-size:90%;
	left: 2px;
	top: 250px;
	width: 18%;/*275px;*/
	border: 2px solid #000000;
	background-color:#CCCCCC;
	height:750px;/*389px;*/
}

#menu_haut{
	position: absolute;
	left: 1%;
	width: 98%;
	top:240px;/*266px;96px;*/
	border:2px solid #330099;
	height: 25px;
	background-color: #333333;
	color:#FFFFFF;
}
#mh1{
	position: absolute;
	left:2%;
	
}

#mh2{
	position: absolute;
	left:30%;
	
}

#mh3{
	position: absolute;
	right: 30%;
}

#mh4{
	position: absolute;
	right:2%;
	}

#texte{
	position:absolute;
	left:2%;
	top:10px;
	width:96%;
	/*right: 2%;*/
	bottom: 10px;
	background-color: #cccccc;
	color:#000000;

}
#texte2{
	position:absolute;
	left:5%;
	top:5%;
	right: 5%;
	bottom: 5%;
	background-color: #cccccc;
	color:#FFFFFF;
}
#texte3{
	position:absolute;
	left:5%;
	top:300px;/*197px;*/
	/*right: 5%;*/
	width:90%;
	bottom:5%;
	/*height:500px;*//*250px;*/
	background-color: #999999;
	color:#FFFFFF;
}

#bordure{
	border: 2px solid #000000;
	position: absolute;
	left: 19%;
	/*right: 19%;*/
	width:800px;
	top: 0px;
	/*bottom: 0px;*/height: 1000px;
	background-color: #cccccc;
}
a.blanc:link {
	text-decoration: none;
	color:white;
}
a.blanc:visited {
	text-decoration: none;
	color:white;
}
a.blanc:hover {
	text-decoration: none;
	color:white;
}
a.vert:link {
	text-decoration: none;
	color:green;
}
a.vert:visited {
	text-decoration: none;
	color:green;
}
a.vert:hover {
	text-decoration: none;
	color:green;
}
