fix styles
This commit is contained in:
@@ -9,6 +9,27 @@
|
|||||||
height: 600px;
|
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 {
|
#img_atelier {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
width: 480px;
|
width: 480px;
|
||||||
|
|||||||
@@ -9,6 +9,27 @@
|
|||||||
height: 600px;
|
height: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#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;
|
||||||
|
}
|
||||||
|
|
||||||
#News1 {
|
#News1 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
@@ -40,13 +61,6 @@
|
|||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*#contact_center{
|
|
||||||
height:442px;
|
|
||||||
width:280px;
|
|
||||||
margin-left:190px;
|
|
||||||
top:0px;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
#adresse1 {
|
#adresse1 {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
@@ -55,9 +69,6 @@ top:0px;
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
/*background-color:#d1d7d6;*/
|
|
||||||
/*border-top:1px solid #cccccc;
|
|
||||||
border-bottom:1px solid #cccccc;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo_p {
|
#logo_p {
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
/* page partenaires */
|
/* page partenaires */
|
||||||
|
|
||||||
|
#content {
|
||||||
|
float: left;
|
||||||
|
width: 480px;
|
||||||
|
height: 600px;
|
||||||
|
margin-left: 100px;
|
||||||
|
margin-top: 92px;
|
||||||
|
}
|
||||||
|
|
||||||
#lP {
|
#lP {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user