/* CSS issu des tutoriels css.alsacreations.com */
body {
background-image:url(bg.jpg);
background-repeat:repeat-x;
background-color:#69B515;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}

img{border: 0px;}

#header {
height: 100px;
background-image:url(maisonhaut.gif);
background-position:right top;
background-repeat:no-repeat;
font-family: Verdana, sans-serif;
font-size: 1.5em;
color: #ffffff;
margin: 0;
padding: 0;
text-align:left;
}
#header a:link {font-family: Verdana, sans-serif; font-size: 1em; color: #ffffff;text-decoration: none}
#header a:hover {font-family: Verdana, sans-serif; font-size: 1em; color: #ffffff;text-decoration: none}
#header a:active {font-family: Verdana, sans-serif; font-size: 1em; color: #ffffff;text-decoration: none}
#header a:visited {font-family: Verdana, sans-serif; font-size: 1em; color: #ffffff;text-decoration: none}
#haut {
height: 30px;
background-image:url(maisonbas.gif);
background-position:right top;
background-repeat:no-repeat;
text-align:left;
}
haut.a:link {font-family: Verdana, sans-serif; font-size: 1em; color: #ffffff;}

#conteneur {
position: relative;
width: 750px;
margin: 0 auto; 
}
#centre {
background-image:url(coins-s.png);
background-position:top;
background-repeat:no-repeat;
margin-left: 150px;
margin-right: 165px;
padding: 5px;
background-color:#FFFBE9;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align : justify;
}
#centre a:link {color: #477A0E;text-decoration: none;}
#centre a:hover {color: #477A0E;text-decoration: underline;}
#centre a:active {color: #477A0E;text-decoration: underline;}
#centre a:visited {color: #477A0E;text-decoration: underline;}

#centre h1{
color: #EB7300;
text-align:center;
font-size: 1.5em;
}
#gauche {
position: absolute;
left:0;
width: 150px;
}
#droite {
position: absolute;
right:0;
width: 160px;
}
#pied {
background-image:url(coins-i.png);
background-position:top;
background-repeat:no-repeat;
padding-top: 25px;
padding-right: 10px;
height: 55px;
}
#pied a:link {color: #477A0E;text-decoration: none;}
#pied a:hover {color: #477A0E;text-decoration: underline;}
#pied a:active {color: #477A0E;text-decoration: none;}
#pied a:visited {color: #477A0E;text-decoration: none}


.menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menuhaut a:hover {
text-decoration: none;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
background-image:url(fond-menu.png);
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}