
#contien {
height : 140px;
width : 350px;
background-color : rgb(245, 245, 245);
border : 1px solid black;
display : inline-block;
}
.diapo {
text-align : center;
height : 170px;
width : 120px;
background : url('../images/woodtexture.jpg') no-repeat;
border : 1px solid rgb(245, 245, 245);
border-bottom : 1px solid rgb(230, 230, 230);
border-right : 1px solid rgb(230, 230, 230);
display : block;
font-size : small;
margin-top : 15px;
margin-left : 15px;
float : left;
color : black;
}
.diapo a {
text-decoration : none;
color : black;
}
.diapo:hover {
border : 1px solid silver;
}
.diapo a:hover {
color : silver;
}
.diapo img {
margin-top : 10px;
}
.diapo2 {
text-align : center;
height : 100px;
width : 100px;
background : url('../images/woodtexture.jpg') no-repeat;
border : 1px solid rgb(245, 245, 245);
border-bottom : 1px solid rgb(230, 230, 230);
border-right : 1px solid rgb(230, 230, 230);
display : block;
margin-top : 7px;
margin-left : 7px;
float : left;
}
.diapo2 a img {
margin-top : 10px;
}
.diapo2 a {
text-decoration : none;
color : black;
}
.diapo2:hover {
border : 1px solid silver;
}
.diapo2 a:hover {
color : silver;
}

.mess {
color : grey;
font-size : 12px;
font-weight : 100;
}

