body
{
background-image:url("img/fondCorps.png");
background-repeat:repeat-all;
}
#header
{
border-bottom:3px inset green;
width:99%;
height:10%;
text-align:center;
}
#menu
{
width:15%;
height:100%;
text-align:center;
border-right:3px inset green;
padding-bottom:100%;
}
#corps
{
border:1px solid black;
margin:10px;
background-color:white;
-moz-border-radius:15px;
width:80%;
text-align:left;
position:absolute;
left:16%;
right:15%;
top:30%;
}
#corps img
{
	padding-left:5px;
}
#footer
{
width:99%;
border-top:3px outset green;
}
a
{
color:white;
text-decoration:none;
}
a:hover
{
color:green;
}
.center
{
text-align:center;
}
.tarifstable
{
border-collapse:collapse;
}
.tarifs
{
border:1px solid black;
}
.lien
{
background-image:url("img/fondMenu.png");
background-repeat:repeat-x;
}
.lien:hover
{
background-color:white;
}
.flottant_droit
{
float:right;
}
.flottant_gauche
{
float:left;
}
.formulaire
{
border:1px solid black;
margin:10px;
background-color:green;
color:white;
-moz-border-radius:15px;
width:60%;
text-align:center;
}
