body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	background: url('../Images/Point.gif');
	margin-top : 10px; margin-left:auto; margin-right:auto; margin-bottom:auto
}
h1{
	font-size: large;
	position: absolute;
	color : #DF5F2C;
	margin-left : 250px;
	margin-top: 25px;
	
}

h3 {
	color: #0873E4;
}

h5{
	margin-left : 5px;
	margin-right : 5px;
	
}

a:link {
	color: Black;
	font-size : smaller;
}

a:visited {
	color: Black;
	font-size : smaller;
}

a:hover {
	color: #DF5F2C;
	font-size : smaller;
}


#container{
	width: 900px;
	padding: 0;
	position: relative;
	text-align: left;
	margin : 5px auto 0px;
}

#haut_de_page {
	background : url('../Images/fond%20de%20page%20général_1x1.jpg') no-repeat;
	width : 750px;
	height: 80px;
	z-index : 101;
	position: absolute;
	background-repeat:no-repeat
}

#barre_menu{
	background : url('../Images/fond%20de%20page%20général_2x1.jpg');
	width : 750px;
	height: 30px;
	z-index : 102;
	position: absolute;
	margin-left : 0px;
	margin-top : 80px
}

#image_droite{
	background : url(../Images/Entreprise.jpg);
	width: 150px;
	height: 110px;
	z-index: 103;
	position: absolute;
	margin-left : 750px;
	margin-top :-80px
}

#image_centre{
	background : #F7F3E7;
	width: 750px;
	height: 500px;
	z-index: 104;
	position: absolute;
	margin-left : -750px;
	margin-top :110px
}

#image_centre_droite{
	width: 150px;
	height: 500px;
	z-index: 105;
	position: absolute;
	margin-left : 750px;
	margin-top :0px;
	background : url(../Images/degrade.jpg) no-repeat;
}
#image_fond{
	background : url(../Images/fond de page général_5x1.jpg);
	width : 900px;
	height: 20px;
	z-index: 106;
	position: absolute;
	margin-left : -750px;
	margin-top :500px
	
}

LI {
	list-style-type : square;
		
}