104 lines
1.2 KiB
CSS
104 lines
1.2 KiB
CSS
html {
|
|
font-family: Georgia, Verdana, sans-serif;
|
|
}
|
|
|
|
header {
|
|
align-items: center;
|
|
background-color: #3897d1;
|
|
padding: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
body{
|
|
margin-top: 0%;
|
|
background-color: #fde47d;
|
|
}
|
|
|
|
img{
|
|
margin:2%;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
position:relative;
|
|
}
|
|
|
|
li {
|
|
display: inline;
|
|
}
|
|
|
|
li a {
|
|
color:rgb(250, 250, 200);
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
font-size: large;
|
|
}
|
|
|
|
p{
|
|
color:rgb(29, 92, 117);
|
|
font-size: large;
|
|
}
|
|
|
|
.centrer{
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.encadre{
|
|
color:rgb(29,92,117);
|
|
padding:5%;
|
|
font-size: 1.7em;
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
.corps{
|
|
margin-top: 6%;
|
|
margin-left: 22%;
|
|
margin-right: 22%;
|
|
text-align: center;
|
|
}
|
|
|
|
.images{
|
|
max-width:28%;
|
|
}
|
|
|
|
#citi{
|
|
position:absolute;
|
|
left: 80%;
|
|
max-width: 3%;
|
|
}
|
|
|
|
#logo{
|
|
position:absolute;
|
|
left: 5%;
|
|
max-width:10%;
|
|
}
|
|
|
|
#collectif_karafon{
|
|
color: rgb(248, 248, 218);
|
|
}
|
|
|
|
#festival_itinerant{
|
|
color:rgb(248,248,218);
|
|
}
|
|
|
|
#equipe{
|
|
position:absolute;
|
|
right:7%;
|
|
top:30%;
|
|
max-height:40%;
|
|
}
|
|
|
|
#intro-prochain{
|
|
margin-top: 8%;
|
|
margin-left: 4%;
|
|
margin-right: 50%;
|
|
margin-bottom: -10%;
|
|
}
|
|
|
|
|