Files
2026_WEBSITE_blochouse/www/css/page_ateliers.css
2026-02-15 19:51:38 +01:00

64 lines
905 B
CSS

/* page ateliers */
#ateliers {
position: relative;
left: 100px;
top: 90px;
float: left;
width: 580px;
height: 600px;
}
#img_atelier {
background-color: #000000;
width: 480px;
/*height:336px;*/
height: 380px;
margin-top: 3px;
overflow: hidden;
}
#img_atelier img {
/*margin-top: 25px;*/
width: 100%;
height: 100%;
}
.legende {
width: 480px;
height: auto;
text-align: justify;
font-style: italic;
font-size: 11px;
color: #000000;
margin-top: 10px;
margin-left: 340px;
}
.artistes {
width: 480px;
height: auto;
text-align: justify;
font-size: 12px;
color: #000000;
margin-top: 30px;
}
#carton {
width: 480px;
height: 370px;
margin-top: 50px;
background-color: #000000;
}
.legende1 {
float: left;
width: 240px;
height: auto;
text-align: justify;
font-style: italic;
font-size: 11px;
color: #000000;
margin-top: 10px;
}