/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 0.8em;
margin: 0px;
padding: 0px;
background-color: #cfcdcd;
}
#conteneur {
position: relative;
left:50%;
margin-left: -485px;
width: 970px;
background-image: url(./images/Homepage_05.jpg);
background-repeat: repeat;
}
#header {
position: fixe;
margin-top: 0px;
height: 239px;
background-image: url(./images/Homepage_03.jpg);
}
#centre {
position: fixe;
max-width: 970px;
padding-left: 70px;
background-image: url(./images/Homepage_06.jpg);
background-repeat: no-repeat;
}
#centreIndex {
max-width: 970px;
padding-left: 10px;
background-image: url(./images/Homepage_06.jpg);
background-repeat: no-repeat;
}
#menu{
padding-top: 30px;
margin-left: 430px;
height: 30px;
width: 530px;
}

#menu a{
text-decoration: none;
color: #abe4ff;
font-size: 1.8em;
font-style: bold;
}

#menu a:hover{
text-decoration: none;
color: red;
font-size: 1.8em;
font-style: bold;
}
#sousmenu{
padding-top: 30px;
margin-left: 700px;
height: 30px;
width: 200px;
}
#sousmenu a{
text-decoration: none;
color: #abe4ff;
font-size: 1.3em;
font-style: bold;
}
#sousmenu a:hover{
text-decoration: none;
color: red;
font-size: 1.3em;
font-style: bold;
}
#pied {
text-decoration: none;
height: 61px;
}
p {
margin: 0;
}
