/*---------------------------------------------------*/
/*----------- le style général de la page -----------*/
/*---------------------------------------------------*/
body {
    margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 95%;
	text-align:center;
	color: #fff;
	background-image: url("img/fond.jpg") ;
	}

/*---------------------------------------------------*/
/*------------ les divers style de bloc -------------*/
/*---------------------------------------------------*/

#global {
	width:768px;
	height:576px;
	border: 1px solid #ffcc33;
	position:absolute;
    left: 50%; 
    top: 50%;
    margin-left: -384px; /* moitié de la largeur */
    margin-top: -288px; /* moitié de la hauteur */
	}
#liens1 {
	width:768px;
	height:114px;
	background-image: url("img/liens1.jpg") ;
	}
#escorting {
	width:265px;
	height:42px;
	position:absolute;
	left: 0%;
	top: 70px;
	background-image: url("img/escorting.png") ;
	}
#liens2 {
	width:262px;
	height:354px;
	position:absolute;
	left: 0%; 
    top: 114px;
	}
#liens3 {
	width:506px;
	height:354px;
	position:absolute;
	right: 0%;
    top: 114px;
	background-image: url("img/liens3.jpg") ;
	}
#liens4 {
	width:768px;
	height:108px;
	position:absolute;
	left: 0%;
    bottom: 0%;
	background-image: url("img/liens4.jpg") ;
	}
#liens5 {
	width:262px;
	height:354px;
	position:absolute;
	left: 0%; 
    top: 114px;
    background-image: url("img/eiffel.jpg") ;
	}
#ban {
	width:483px;
	height:354px;
	overflow:auto;
	position:absolute;
	
	right: 0%;
	top: 114px;
	}

#texte {
	width:450px;
	height:354px;
	position:absolute;
	right: 20px;
    top: 20px;
    text-align:justify;
    color: #ffcc33;
    font-size: 95%;
	}
#texte2 {
	width:450px;
	height:354px;
	position:absolute;
	right: 20px;
    top: 60px;
    text-align:justify;
    color: #ffcc33;
    font-size: 95%;
	}
#texte3 {
	width:400px;
	height:300px;
	position:absolute;
	left: 50%;
    top: 50%;
    text-align:justify;
    color: #ffcc33;
    font-size: 95%;
    margin-left: -200px;
    margin-top: -150px;
	}
#menu {
	text-align:right;
	width:768px;
	height:15px;
	position:absolute;
	right: 20px;
    top: 7%;
	}
#gal {
	width:450px;
	height:354px;
	position:absolute;
	left: 50%;
    top: 30px;
    margin-left: -225px;
	}
#tel {
	width:200px;
	height:30px;
	position:absolute;
	right: 20px;
    top: 80px;
    color: #ffcc33;
	}
#photo {
	width:400px;
	height:541px;
	position:absolute;
    left: 50%; 
    top: 50%;
    margin-left: -200px; /* moitié de la largeur */
    margin-top: -270px; /* moitié de la hauteur */
	}
#photo2 {
	width:400px;
	height:296px;
	position:absolute;
    left: 50%; 
    top: 50%;
    margin-left: -200px; /* moitié de la largeur */
    margin-top: -148px; /* moitié de la hauteur */
	}

#footer_fr {
	width:600px;
	position:absolute;
	margin-left: -300px;
	left: 50%; 
	bottom:-140px;
	font-size:80%;
	text-align : center;
	border: 1 px solid white;
	}



.referencement {
position:absolute;
width:800px;
height:300px;
left:50%;

margin-left:-400px;
margin-top:1200px;
/*border: 1px solid yellow;*/
}

a {
	color: #ffcc33;
	text-decoration: none;
	}
a:hover {
	color: #fefefe;
	text-decoration: underline;
	}
	
a:active {
	color: #ffcc33;
	}	
p {
	color: #ffcc33;
}