html {
font-size: 100%;
}

body {
font-size : 1em;
}

h2 {
font : 1em verdana, helvetica, sans-serif;
font-weight : bold;
margin : 2em 0 0 0;
color : #145d7b; /* bleu fond site */
}

p {
font : .7em verdana, helvetica, sans-serif;
margin : 1.5em 0 0 0;
line-height:1.4em;
color : #000000; /* noir */
}

a {
text-decoration : none;
color:#0099CC; /* bleu + clair */
}

#contenu {
width:510px;
margin:0 auto;
margin-top: 3em;
}

#texte {
width: 500px;
margin: 0 0 0 3px;
text-align:center;
}
