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

View File

@@ -171,405 +171,6 @@ body {
margin-left: 240px;
}
/* page accueil */
#content {
float: left;
width: 480px;
height: 600px;
margin-left: 100px;
margin-top: 92px;
}
.diaporama {
position: relative;
width: 480px; /* Largeur d'une photo */
height: 360px; /* Hauteur d'une photo */
/*margin-top:30px;
margin-left:262px;*/
}
.diaporama li {
list-style-type: none;
overflow: hidden;
position: absolute; /* Les images seront positionnées toutes au même endroit */
}
.diaporama li a img {
width: 100%;
height: 100%;
}
.diaporama_controls {
width: 512px;
margin: 3px 0;
/* padding:5px;*/
clear: both;
overflow: hidden;
}
.diaporama_controls .btns {
float: right;
}
.diaporama_controls a {
font-weight: normal;
width: 10px;
/*height:13px;*/
text-indent: -9999px;
display: inline-block;
margin: 0 3px;
}
.diaporama_controls .prev {
background: url(img/fleches_diapo.png) no-repeat top right;
}
.diaporama_controls .next {
background: url(img/fleches_diapo.png) no-repeat top left;
}
.diaporama_controls .pause {
background: url(img/fleches_diapo.png) no-repeat bottom right;
}
.diaporama_controls .play {
background: url(img/fleches_diapo.png) no-repeat bottom left;
}
#texte {
float: left;
width: 480px;
height: auto;
font-size: 11px;
/*margin-top:15px;*/
padding-right: 10px;
text-align: justify;
}
/* page artistes */
#content_artistes {
float: left;
width: 552px;
height: 552px;
margin-left: 70px;
margin-top: 92px;
}
.portrait a {
float: left;
width: 80px;
height: 80px;
margin-top: 5px;
margin-left: 5px;
border: 1px solid #000000;
}
.portrait a img {
width: 100%;
height: 100%;
}
.portrait a:hover {
border: 1px solid #cc3300;
}
.vide {
float: left;
width: 80px;
height: 80px;
margin-top: 5px;
margin-left: 5px;
border: 1px solid #000000;
}
.boite {
float: left;
width: 174px;
height: 174px;
}
#affichage {
float: left;
width: 167px;
height: 105px;
border: 1px solid #000000;
margin-left: 5px;
margin-top: 5px;
font-size: 12px;
text-align: center;
padding-top: 62px;
}
/* page interstices */
#content_inter {
float: left;
height: 600px;
width: 570px;
margin-left: 70px;
margin-top: 92px;
}
#interstice {
float: left;
height: 520px;
width: 500px;
}
#survol {
float: left;
height: 520px;
width: 500px;
}
#chiffres {
float: left;
width: 30px;
height: 520px;
margin-left: 40px;
}
#chiffres p {
font-size: 18px;
font-weight: normal;
margin-bottom: 60px;
}
#chiffres p a {
color: #000000;
font-size: 18px;
font-weight: normal;
margin-bottom: 60px;
text-decoration: none;
}
#chiffres p a:hover {
color: #cc3300;
text-decoration: none;
}
/* 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;
}
/* page de contact */
#contact {
position: relative;
left: 100px;
top: 90px;
float: left;
width: 580px;
height: 600px;
}
#News1 {
position: absolute;
top: 0px;
overflow: hidden;
width: 480px;
height: 530px;
display: none;
}
#News1 {
display: block;
}
#noir {
width: 480px;
height: 480px;
background-color: #000000;
}
#fauteuil {
background-image: url(../images/contact5.jpg);
background-repeat: no-repeat;
height: auto;
width: 480px;
margin-top: 3px;
}
#fauteuil p {
text-align: justify;
}
/*#contact_center{
height:442px;
width:280px;
margin-left:190px;
top:0px;
}*/
#adresse1 {
position: relative;
width: 250px;
height: 444px;
left: 205px;
top: 0px;
font-size: 11px;
line-height: 16px;
/*background-color:#d1d7d6;*/
/*border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;*/
}
#logo_p {
position: relative;
width: 200px;
left: 13px;
top: 30px;
}
#adresse1 p a {
color: #000000;
text-decoration: none;
}
#adresse1 p a:hover {
color: #cc3300;
text-decoration: none;
}
adresse1 td {
height: 11px;
width: auto;
}
.link a {
color: #000000;
text-decoration: none;
font-weight: bold;
}
.link a:hover {
color: #cc3300;
text-decoration: none;
font-weight: bold;
}
#marlei {
margin-left: 17px;
padding-top: 15px;
width: 480px;
height: 55px;
text-decoration: none;
line-height: normal;
}
#marlei a {
text-decoration: none;
color: #000000;
font-weight: bold;
}
#marlei a:hover {
text-decoration: none;
color: #cc3300;
font-weight: bold;
}
#mentions_legales {
width: 450px;
height: auto;
}
/* page partenaires */
#lP {
float: left;
margin-top: -5px;
}
#haut {
float: left;
width: 480px;
height: 220px;
}
#bas {
float: left;
width: 480px;
height: 220px;
}
.partner {
float: left;
width: 200px;
height: 200px;
margin: 10px;
border: 1px solid #000000;
}
.partner1 {
float: left;
width: 200px;
height: 200px;
margin: 10px;
visibility: hidden;
}
/**
* SCROLL BAR
*/