#global {
   position:absolute;
     left: 50%; 
     
     width: 1000px;
     
     margin-left: -500px; /* moitié de la largeur */
     
     }

body {
background:#E6E8E6;
margin: 10px;
padding: 0;
font: 1em Verdana, sans-serif;
color:#3F6369;
}

a{
color:#3F6369;
text-decoration:underline;

}

a:hover{
color:#3F6369;
text-decoration:none;
}

#header {
z-index:0;
position:absolute;
left:0px;
top:0px;
background-image: url('images/header.png');
width:1000px;
height: 138px;
}

#surtete {
z-index:6;
position:absolute;
left:962px;
top:0px;
background-image: url('images/surtete_capt.png');
width:38px;
height: 138px;
}

#bandeau {
z-index:1;
position:absolute;
left:491px;
top:0px;
background-image: url('images/bandeau.gif');
width:476px;
height: 80px;
}

#surbandeau {
z-index:6;
position:absolute;
left:491px;
top:0px;
background-image: url('images/surbandeau.png');
width:476px;
height: 80px;
}

#cadre {
z-index:0;
position:absolute;
left:0px;
top:138px;
background-image: url('images/cadre_capt.png');
width:1000px;
height: 512px;
}

#images {	
z-index:2;
position:absolute;	
left: 60px;	
top: 195px;
width: 360px;
height: 400px;
}

#textes {	
z-index:2;
position:absolute;	
left: 460px;	
top: 195px;
width: 480px;
height: 400px;
}

#tableau{
border: solid #3F6369 1px;
width: 850px;
margin-left: auto;
margin-right: auto;    
font-size: 11px;
}
#tableau td {

border: solid #3F6369 1px;
}

#mariage {	
z-index:2;
position:absolute;	
left: 60px;	
top: 195px;
width: 880px;
height: 400px;
}

#captation {	/* "lien" sera notre conteneur, ici la balise div */
z-index:2;
position:absolute;	/* placement de l'image-lien, à vous d'adapter */
left: 491px;	/* dimensions selon l'image, à vous d'adapter */
top: 79px;
width: 144px;
height: 59px;
background: url('images/boutoncaptationpush.png') top left no-repeat;	/* placement de l'image 2 au second plan */
}

#captation a {	/* définition du lien qui occupera toute la place du conteneur */
display: block;
width: 100%;
height: 100%;
background: white url('images/boutoncaptation.png') top left no-repeat;	/* placement de l'image 1 au premier plan */
color: #000;
}

#captation a:hover {	/* masquage de l'image1 au survol */
background: transparent none;
}

#numerisation {	/* "lien" sera notre conteneur, ici la balise div */
z-index:2;
position:absolute;	/* placement de l'image-lien, à vous d'adapter */
left: 635px;	/* dimensions selon l'image, à vous d'adapter */
top: 79px;
width: 195px;
height: 59px;
background: url('images/boutonnumerisationpush.png') top left no-repeat;	/* placement de l'image 2 au second plan */
}

#numerisation a {	/* définition du lien qui occupera toute la place du conteneur */
display: block;
width: 100%;
height: 100%;
background: white url('images/boutonnumerisation.png') top left no-repeat;	/* placement de l'image 1 au premier plan */
color: #000;
}

#numerisation a:hover {	/* masquage de l'image1 au survol */
background: transparent none;
}

#diffusion {	/* "lien" sera notre conteneur, ici la balise div */
z-index:2;
position:absolute;	/* placement de l'image-lien, à vous d'adapter */
left: 830px;	/* dimensions selon l'image, à vous d'adapter */
top: 79px;
width: 137px;
height: 59px;
background: url('images/boutondiffusionpush.png') top left no-repeat;	/* placement de l'image 2 au second plan */
}

#diffusion a {	/* définition du lien qui occupera toute la place du conteneur */
display: block;
width: 100%;
height: 100%;
background: white url('images/boutondiffusion.png') top left no-repeat;	/* placement de l'image 1 au premier plan */
color: #000;
}

#diffusion a:hover {	/* masquage de l'image1 au survol */
background: transparent none;
}



#adresse {
font-size:10px;
text-align:center;
position : absolute;
left: 33px;
top:625px;
width:900px;
}

#footer{
font-size:10px;
text-align:left;
position : absolute;
left: 33px;
top:625px;

}

#copy {
font-size:10px;
text-align:right;
position : absolute;
left: 850px;
top:625px;

}
