744 lines
8.6 KiB
CSS
744 lines
8.6 KiB
CSS
@charset "UTF-8";
|
|
/* CSS Document */
|
|
|
|
*{
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
|
|
img {
|
|
border: none;
|
|
}
|
|
|
|
body {
|
|
background:url(../images/fond1.png);
|
|
background-repeat:repeat-x;
|
|
|
|
}
|
|
|
|
#global{
|
|
height:700px;
|
|
width:1024px;
|
|
background-color:#ffffff;
|
|
color:#000000;
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
font-size:11px;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
|
|
#left{
|
|
float:left;
|
|
width:290px;
|
|
height:600px;
|
|
}
|
|
|
|
#logo{
|
|
float:left;
|
|
width:230px;
|
|
height:60px;
|
|
margin-top:30px;
|
|
margin-left:38px;}
|
|
|
|
.trait{
|
|
float:left;
|
|
width:218px;
|
|
height:1px;
|
|
border-top:1px solid #000000;
|
|
margin-left:43px;
|
|
}
|
|
|
|
.trait1{
|
|
float:left;
|
|
width:180px;
|
|
height:1px;
|
|
border-top:1px solid #000000;
|
|
margin-left:43px;
|
|
}
|
|
|
|
.menu{
|
|
float:left;
|
|
height:41px;
|
|
width:180px;
|
|
font-family:"Arial Black", arial, verdana, serif;
|
|
color:#cc3300;
|
|
font-size:18px;
|
|
line-height:41px;
|
|
margin-left:43px;
|
|
}
|
|
.menu a{
|
|
text-decoration:none;
|
|
color:#000000;
|
|
}
|
|
|
|
.menu a:hover{
|
|
text-decoration:none;
|
|
color:#cc3300;
|
|
}
|
|
|
|
.left_bottom{
|
|
float:left;
|
|
width:213px;
|
|
height:auto;
|
|
font-size:11px;
|
|
margin-left:40px;
|
|
/*margin-top:7px;*/
|
|
}
|
|
|
|
.left_bottom1{
|
|
float:left;
|
|
width:222px;
|
|
height:auto;
|
|
font-size:11px;
|
|
margin-left:35px;
|
|
/*margin-top:7px;*/
|
|
}
|
|
|
|
.icone{
|
|
float:left;
|
|
width:auto;
|
|
height:auto;
|
|
}
|
|
|
|
|
|
.sousmenu{
|
|
float:left;
|
|
width:150px;
|
|
height:auto;
|
|
color:#cc3300;
|
|
margin-left:15px;
|
|
}
|
|
|
|
.sousmenu a{
|
|
text-decoration:none;
|
|
color:#000000;
|
|
}
|
|
|
|
.sousmenu a:hover{
|
|
text-decoration:none;
|
|
color:#cc3300;
|
|
}
|
|
|
|
#right{
|
|
float:left;
|
|
width:700px;
|
|
height:600px;
|
|
}
|
|
|
|
|
|
#trait_vertical{
|
|
float:left;
|
|
height:610px;
|
|
width:1px;
|
|
margin-top:48px;
|
|
margin-left:110px;
|
|
border-left:1px solid #000000;
|
|
}
|
|
|
|
#bottom{
|
|
float:left;
|
|
width:909px;
|
|
height:auto;
|
|
margin-left:45px;
|
|
margin-top:80px;
|
|
padding-top:10px;
|
|
font-size:10px;
|
|
color:#000000;
|
|
border-top:1px solid #666666;
|
|
}
|
|
|
|
|
|
.icone1{
|
|
float:left;
|
|
width:33px;
|
|
height:33px;
|
|
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_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: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 manifestations */
|
|
|
|
#middle{
|
|
float:left;
|
|
width:600px;
|
|
height:auto;}
|
|
|
|
#top{
|
|
float:left;
|
|
height:15px;
|
|
width:480px;
|
|
margin-left:98px;
|
|
font-family:Arial, sans-serif;
|
|
font-size:11px;
|
|
font-weight:normal;
|
|
margin-top:50px;
|
|
margin-bottom:25px;
|
|
}
|
|
|
|
.carre{
|
|
float:left;
|
|
width:10px;
|
|
height:12px;
|
|
margin-right:3px;
|
|
}
|
|
|
|
.nom{
|
|
float:left;
|
|
height:12px;
|
|
width:auto;
|
|
margin-right:7px;
|
|
}
|
|
|
|
|
|
#manifestations{
|
|
position:relative;
|
|
left:100px;
|
|
top:0px;
|
|
float:left;
|
|
width:580px;
|
|
height:600px;
|
|
}
|
|
|
|
|
|
#Container {
|
|
position: absolute;
|
|
top: 0px; left: 0px;
|
|
width: 510px;
|
|
height: 530px;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
#News {
|
|
|
|
position: absolute;
|
|
top: 0px;
|
|
overflow: hidden;
|
|
width: 480px;
|
|
height: 530px;
|
|
display: none;
|
|
}
|
|
|
|
#News {display: block;}
|
|
|
|
.Scroller-Container {
|
|
position: absolute;
|
|
top: 0px; left: 0px;
|
|
}
|
|
|
|
.title{
|
|
width:480px;
|
|
height:20px;
|
|
font-family:Arial, sans-serif;
|
|
font-size:19px;
|
|
color:#cc3300;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.video{
|
|
width:480px;
|
|
height:400px;
|
|
margin-top:3px;
|
|
}
|
|
|
|
.images{
|
|
wdith:480px;
|
|
height:80px;
|
|
margin-top:10px;
|
|
}
|
|
|
|
.vignette a{
|
|
float:left;
|
|
width:70px;
|
|
height:70px;
|
|
border:1px solid #ffffff;
|
|
}
|
|
|
|
.vignette a:hover{
|
|
float:left;
|
|
width:70px;
|
|
height:70px;
|
|
border:1px solid #cc3300;
|
|
}
|
|
|
|
.texte_manif{
|
|
width:480px;
|
|
height:auto;
|
|
margin-bottom:35px;
|
|
}
|
|
|
|
.texte_manif p{
|
|
text-align:justify;
|
|
font-size:11px;
|
|
font-weight:normal;
|
|
}
|
|
|
|
.images_grand{
|
|
wdith:480px;
|
|
height:380px;
|
|
}
|
|
|
|
.images_grand1{
|
|
wdith:480px;
|
|
height:357px;
|
|
}
|
|
|
|
.images_grand2{
|
|
wdith:480px;
|
|
height:384px;
|
|
}
|
|
|
|
.img_grand a{
|
|
float:left;
|
|
width:478px;
|
|
height:auto;
|
|
border:1px solid #ffffff;
|
|
}
|
|
.img_grand a:hover{
|
|
float:left;
|
|
width:478px;
|
|
height:auto;
|
|
border:1px solid #cc3300;
|
|
}
|
|
|
|
|
|
.Scrollbar-Up {
|
|
position: absolute;
|
|
width: 10px; height: 10px;
|
|
background-image:url(../images/up.png);
|
|
font-size: 0px;
|
|
}
|
|
.Scrollbar-Track {
|
|
width: 10px; height: 530px;
|
|
position: absolute;
|
|
top: 20px;
|
|
background-color: #EEE;
|
|
}
|
|
.Scrollbar-Handle {
|
|
position: absolute;
|
|
width: 10px;
|
|
height: 50px;
|
|
background-color:#CC3300;
|
|
left: -1px;
|
|
top: 17px;
|
|
}
|
|
.Scrollbar-Down {
|
|
position: absolute;
|
|
top: 560px;
|
|
width: 10px;
|
|
height: 10px;
|
|
font-size: 0px;
|
|
background-image:url(../images/down.png);
|
|
}
|
|
#Scrollbar-Container {
|
|
position: absolute;
|
|
top: -18px; left: 520px;
|
|
}
|
|
|
|
|
|
#trait_vertical1{
|
|
float:left;
|
|
height:610px;
|
|
width:1px;
|
|
margin-top:48px;
|
|
margin-left:90px;
|
|
border-left:1px solid #000000;
|
|
}
|
|
|
|
/* 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;
|
|
wdith:480px;
|
|
height:336px;
|
|
margin-top:3px;
|
|
}
|
|
|
|
.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:25px;
|
|
}
|
|
|
|
#adresse1 p a{
|
|
color:#000000;
|
|
text-decoration:none;
|
|
}
|
|
|
|
#adresse1 p a:hover{
|
|
color:#cc3300;
|
|
text-decoration:none;
|
|
}
|
|
|
|
|
|
#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;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|