@charset "utf-8";
/* CSS Document */
a {
	text-decoration:none;
}

Div#Home {
	   margin:2px;
}

img#Home {
	height:220px;
	width:220px;
}



 .texte_image {  /* texte sur l'image */ 
    background: #2d3570;
    color: #ffffff;
    font-size: 24pt;
    opacity: 0;
	height:220px;
	width:220px;
}
.texte_image:hover {    /* survol texte */
    opacity: 0.5;
}
 .conteneur_ext {
 	width:220px;
	height:220px;
	float:left;
	margin-left:10px; margin-bottom:10px;
	position: relative;
	border: 1px solid #dcb ;
}