#intro {    /* div contenant l'image en arrière plan */
width : 1070px;
height: 760px;
background: url(intro/background_intro.png) top center no-repeat;
border : none;
border : 0px;
}

#zone1 {    /* la zone de lien */
float: center;
width : 150px;
height: 100px;
margin-left: 20px;
margin-top: 30px;
} 

a:link, a:visited, a:hover, a:active { outline:none }