wip split style

This commit is contained in:
hugo LAMY
2026-02-15 19:51:38 +01:00
parent 32007e7ada
commit 7de0c392c1
13 changed files with 463 additions and 421 deletions

63
www/css/page_ateliers.css Normal file
View File

@@ -0,0 +1,63 @@
/* 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;
}