body {
	font: 16px "Tahoma", cursive;
	color : #FFFFFF;
	margin-left : 20px;
}
 
p.accueil {
	font:14px "Tahoma";
	font-weight:bold;
	margin-left:200px;
	margin-right:200px;
	text-align:center;
	color:black} 
	
a.accueilgalerie {font:16px "Tahoma";font-weight:bold;text-decoration:none;color:black;}
a.accueilgalerie:hover {font-weight:normal;}
	
a img {border: none;}

#global {
     margin-left: 75px;
     margin-right: 150px;
     font : 12px "Verdana";
	 color : black;
	 text-align:justify;
     }


#accueil {
position:absolute;	/* placement de l'image-lien,  vous d'adapter */
left: 10px;	/* dimensions selon l'image,  vous d'adapter */
top: 50px;
width: 190px;
height: 60px;
background: url(images/boutons/Accueil2.gif) top left no-repeat;	/* placement de l'image 2 au second plan */
}
#accueil a {	/* dfinition du lien qui occupera toute la place du conteneur */
display: block;
width: 100%;
height: 100%;
background: url(images/boutons/Accueil1.gif) top left no-repeat;	/* placement de l'image 1 au premier plan */
color:#000;
}
#accueil a:hover {	/* masquage de l'image1 au survol */
background: transparent none;
} 


#bio {
position:absolute;	/* placement de l'image-lien,  vous d'adapter */
left: 10px;	/* dimensions selon l'image,  vous d'adapter */
top: 140px;
width: 190px;
height: 60px;
background: url(images/boutons/Biographie2.gif) top left no-repeat;	/* placement de l'image 2 au second plan */
}
#bio a {	/* dfinition du lien qui occupera toute la place du conteneur */
display: block;
width: 100%;
height: 100%;
background: url(images/boutons/Biographie1.gif) top left no-repeat;	/* placement de l'image 1 au premier plan */
color:#000;
}
#bio a:hover {	/* masquage de l'image1 au survol */
background: transparent none;
} 


#galerie {
position:absolute;	/* placement de l'image-lien,  vous d'adapter */
left: 10px;	/* dimensions selon l'image,  vous d'adapter */
top: 230px;
width: 190px;
height: 60px;
background: url(images/boutons/Galerie2.gif) top left no-repeat;	/* placement de l'image 2 au second plan */
}
#galerie a {	/* dfinition du lien qui occupera toute la place du conteneur */
display: block;
width: 100%;
height: 100%;
background: url(images/boutons/Galerie1.gif) top left no-repeat;	/* placement de l'image 1 au premier plan */
color:#000;
}
#galerie a:hover {	/* masquage de l'image1 au survol */
background: transparent none;
} 
#galerie a:link {
text-decoration: none;
color:#000000;
}

#contact {
position:absolute;	/* placement de l'image-lien,  vous d'adapter */
left: 10px;	/* dimensions selon l'image,  vous d'adapter */
top: 320px;
width: 190px;
height: 60px;
background: url(images/boutons/Contact2.gif) top left no-repeat;	/* placement de l'image 2 au second plan */
}
#contact a {	/* dfinition du lien qui occupera toute la place du conteneur */
display: block;
width: 100%;
height: 100%;
background: url(images/boutons/Contact1.gif) top left no-repeat;	/* placement de l'image 1 au premier plan */
color:#000;
}
#contact a:hover {	/* masquage de l'image1 au survol */
background: transparent none;
}