* {
margin: 0;
padding: 0;
}
body {
color: black;
background: gray;
font-family: verdana, serif;
text-align: center;
}
#conteneur {
width: 750px;
background: url("fond.png");
}
#header {
background: #2A5BFF;
}
#navigation {
background: #FFB42E;
font-size: 14px;
}
#principale {
text-align: center;
}
#div_news {
width: 180px;
float: left;
background: #CC3333;
color: white;
margin: 10px;
text-align: left;
}
#contenu {
margin-left: 200px;
text-align: center;
border-left: 2px solid #FFB42E;
}
#footer {
line-height: 25px;
color: white;
font-weight: normal;
font-size: 11px;
background: #2A5BFF;
}
.nav li {
display: inline;
line-height: 25px;
}
.nav li a {
text-decoration: none;
color: black;
}
.nav li a:hover {
color: white;
}
#footer a {
color: white;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
h1 {
color: gray;
font-family: "trebuchet ms", verdana;
font-size: 25px;
font-weight: bold;
padding-top: 10px;
margin-bottom: 10px;
}
h2 {
font-size: 15px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 5px;
}
h3 {
color: #CC3333;
font-size: 20px;
margin-top: 15px;
margin-bottom: 15px;
}
h4 {
font-size: 12px;
margin: 5px;
}
.news {
font-size: 11px;
margin: 5px;
}
.news li {
margin-bottom: 5px;
}
.news a {
color: white;
font-weight: bold;
}
.normal {
text-align: left;
font-size: 12px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 10px;
margin-right: 10px;
}
.normal li {
margin-left: 30px;
margin-bottom: 5px;
}
.dates {
text-align: left;
font-size: 12px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 50px;
}
.dates li {
line-height: 25px;
}
a img {
border: none;
}
.partenaires img {
margin: 10px;
}
.photo {
margin: 5px;
padding: 1px;
border: 1px solid gray;
}
.separation {
border-bottom: 2px solid #FFB42E;
}
.souligne {
text-decoration: underline;
}
.navigation {
text-align: center;
font-size: 12px;
margin-top: 15px;
margin-bottom: 15px;
}
.navigation a {
text-decoration: none;
color: black;
}
.navigation a:hover {
text-decoration: underline;
}
.rouge {
color: #CC3333;
}

