body {
margin: 0; /* pour éviter les marges */
text-align: center; /* pour corriger le bug de centrage IE */
}
#centre {
position: relative; /* on positionne le conteneur */
margin:0 auto 0 auto;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color:#000000;
width:980px;
height:930px;
}	
#photographe_normandie_rouen {
position: absolute;
width:740px;
height:449px;
background-color:#000000;
left:29px;
top:100px;
border: 1px solid #808080;
}
#logo {
position: absolute;
left:29px;
top: 365px;
}

#photographe_76 {
position: absolute;
z-index: 6; 
left:150px; 
top: 40px;
}
#photographe_rouen {
position: absolute;
z-index: 6; 
left:450px; 
top: 40px;
}

#portrait {
position: absolute;
z-index: 6; 
left:500px; 
top: 220px;
}

#paysage {
position: absolute;
z-index: 6; 
left:300px; 
top: 240px;
}

#prestation {
position: absolute;
background-color:#a6a9a1;
width:440px;
height:280px;
z-index: 6; 
left:150px; 
top: 56px;
border: 1px solid orange; 
padding: 10px;
text-align: center;
letter-spacing: 2px;
font-family:Verdana;
color:#1e1f1e; 
}

#name {
position: absolute;
top:8px;
left:99px;
z-index:7;
letter-spacing: 6px;
font-family:Verdana;
}

font.titre {
letter-spacing: 3px;
color:#708090;
}

#txtprestation {
position: absolute; 
top:0px;
width: 105px;
height: 30px; 
z-index: 1;
left: 26px; 		
}

#haut {
position: absolute;
left:29px;
}

#droit{
position: absolute;
top:100px;
left:769px;
}

#footer{
position: absolute;
top:550px;
left:29px;
}
#txtnom{
position: absolute;
top:555px;
left:50px;
letter-spacing: 3px;
color:#708090;
font-family:Verdana;
font-size:10px;
}
#lien{
letter-spacing: 3px;
font-family:Verdana;
font-size:10px;
color:white;

}
a { /* Les liens qui ne sont pas sous le curseur. */
	color: #FFFFFF; 
}


