html, body, div, ul {
    font: normal 17px/23px Helvetica, bold;
}

img{
  cursor: cell;
}
a:link{
  cursor:  cell;
}

a:link { 
 text-decoration:none; 
} 

#content {
	width: 600px;
	margin: 0 auto;
	padding: 0 60px 60px 60px;
	
	text-align:center; 
}

img {
    border:2px 
    solid #808080; 
    margin:8px
}


div#global {
  
    width: 50%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;

}





#conteneur {
        width:960px;
        min-height:200px;
        display: block;
       
        position: relative; /* erf... c'était pourtant pas bien compliqué*/
        margin:0 auto;
      }

.background_clic{
    background: url(images/clique.PNG) no-repeat center top;
        width: 100%;
        height: 100%;
        display: block;
    position:absolute;

      }

