/* Mise en page globale */
body{
width: 700px;
background: #000;
margin: 0 auto;
padding-top: 100px;
font-size: 80%;
line-height: 1.7em;
font-family: "Century Gothic", Arial, Verdana, Geneva, Helvetica, sans-serif;
}

/*Image fond de page */
#fond {
width: 700px;
height: 198px;
background: #000 url(/images/index/image_index_ccme.jpg) top left no-repeat;
}
/*Bouton entrée */
#entrer {
float: center;
margin: 0 auto;
padding-top: 200px;
}
#entrer a {
text-decoration: none;
color: #FF0000;
font-size: 200%;
}
#entrer a:hover {
color: #FFF;
text-decoration: none;
}
#entrer p {
text-decoration: none;
color: #FFF;
font-size: 200%;
}
/*Texte bas de page */
#renseignements {
margin: 0 auto;
padding-top: 50px;

}
#titre {
font-size: 3.7em;
margin: 0 auto;
color: #FFF;

}
#renseignements p {
font-size: 1.3em;
font-family: "Century Gothic", Arial, sans-serif
color: #FF0000;
}
#renseignements a {
text-decoration: none;
color: #FF0000;
font-size: 100%;
}
#renseignements a:hover {
color: #FFF;
text-decoration: none;
}