
html {
font-size: 100%;
}

body {
font-size: 1em;
}

.conteneur {
background: #ffffff url(images/background.png) repeat-x;
color:#555555;
width:700px;
border: 2px solid #f5f5f5;
border-bottom:0;
margin: 10px auto 0px auto;
padding-bottom:20px;
}

.header {
margin: 0px 0px 15px 0px;
}

h1 {
color:#333333;
background: #ffffff;
font-size:1.25em;
border-bottom:2px solid #b78f21;
margin: 0px 10px 10px 10px;
}

h2 {
color:#333333;
background: #ffffff;
font-size:1.15em;
border-bottom:2px solid #678713;
margin: 15px 10px 10px 10px;
}

p {
padding: 0px 5px 5px 15px;
margin:0;
}

p.petit {
font-size:0.75em;
}

p.centre {
text-align:center;
}

a:link,
a:visited {
background: #ffffff;
color: #5783AF;
}

a:hover,
a:active {
text-decoration:none;
}