85 lines
1.2 KiB
CSS
85 lines
1.2 KiB
CSS
/* page ateliers */
|
|
|
|
#ateliers {
|
|
position: relative;
|
|
left: 100px;
|
|
top: 90px;
|
|
float: left;
|
|
width: 580px;
|
|
height: 600px;
|
|
}
|
|
|
|
#Container {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 510px;
|
|
height: 530px;
|
|
background-color: #ffffff;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
#texte {
|
|
float: left;
|
|
width: 480px;
|
|
height: auto;
|
|
font-size: 11px;
|
|
padding-right: 10px;
|
|
text-align: justify;
|
|
}
|
|
|
|
#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;
|
|
}
|