/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0;
padding: 0;
background: #FFFFFF url(images/fond.gif) repeat top center;
color: #91204d;
}
#header {
height: 63px;
}
#haut {
height: 15px;
border-top: 1px #91204d solid;
border-bottom: 1px #91204d solid;
background-color:#fcc9e7;
}
#conteneur {
position: relative;
width: 500px;
margin: auto;
background-color:#ffffff;
border: 1px #91204d solid;
}
#centre {
background-color:#ffffff;
margin-left: 150px;
margin-right: 10px;
margin-top: 10px;
}
#gauche {
position: absolute;
left:0;
width: 130px;
}
#droite {
position: absolute;
right:0;
width: 150px;
}
#pied {
height: 12px;
background-color: #ffffff;
border-top: 1px #fcc9e7 solid;
text-align: center;
}

.menuhaut {
list-style-type: none;
text-align: center;
margin: 0;
padding:0;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
margin: 0 2px;
color: #91204d;
font-weight: bold;
text-decoration: none;
}
.menuhaut a:hover {
text-decoration: none;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #91204d;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}

p.milieu {
margin-top: 10px;
text-align: center;
}

h1 {
text-align: left;
font-size: 14px;
background: #FFFFFF url(images/ligne.gif) no-repeat bottom right;
}

a {
color: #91204d;
font-weight: bold;
text-decoration: none;
}

img {
border: none;
}

#centre p.pages {
text-align:center;
font-size:0.8em;
margin-top: 10px;
}

#centre p.pages a,#centre p.pages span {
padding: 3px 5px;
background:#fcc9e7;
border:1px solid #91204d;
margin-right: 3px;
color: #91204d;
}

#centre p.pages span,#centre p.pages a:hover {
background:#ffffff;
}

h4, h5 {
margin: 0px;
padding: 0px;
}

#gauche .box {
width:100%;
margin-left:10px;
margin-top: 20px;
background:#fcc9e7;
border:1px solid #91204d;
padding-top: 0px;
background: #FFFFFF url(images/fond.gif) repeat top center;
}

#gauche .box h4 {
padding: 1px 3px 3px;
background:#ffffff;
border-top:2px solid #fcc9e7;
border-bottom:1px solid #91204d;
text-align:center;
font-weight:bold;
text-transform:uppercase;

}

#gauche .box h5 {
padding: 1px 3px 3px;
font-size:10px;
border-top:1px solid #ffffff;
border-bottom:1px solid #91204d;
}

input {
border:1px solid #91204d;
font-size:10px;
margin-bottom: 5px;
}

textarea {
border:1px solid #91204d;
font-size:10px;
margin-bottom: 5px;
}