
body {
	font-size: 12px;
	margin: 0;
	padding: 0;
        background: url(/images/ombre.gif) center repeat-y #CCC;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

h1 {
	/*font-family: Georgia, serif;*/
	font-weight: normal;
	font-size: 24px;
	padding: 0;
	margin: 0;
}

h2 {
	/*font-family: Georgia, serif;*/
	font-weight: normal;
	font-size: 24px;
	padding: 0;
	margin: 0;
}

#footer {
width: 950px;
height: 27px;
/*background: url(/images/fd-footer.jpg);
background-repeat: no-repeat;*/
margin: 0;
margin-left: 10px;
margin-bottom: 20px;
padding: 0;
color:#999;
font-size:10px;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #333;
}

/* Default */
#nav {
width: 780px;
height: 45px;
/*
position: relative;
left:70px;
background: url(/images/menu.gif);*/
margin: 0;
padding: 0;
list-style-type: none;
}

#nav li { float: left; }

#nav li a {
position: absolute;
top: 0;
margin: 0;
padding: 0;
display: block;
height: 45px;
/*background: url(/images/menu.gif) no-repeat;*/
text-indent: -9999px;
overflow: hidden;
}

/*up state*/
li#nav_accueil a { left: 0; width: 96px; background-position: 0 0; }
li#nav_terrain a { left: 96px; width: 115px; background-position: -96px 0; }
li#nav_membres a { left: 211px; width: 134px; background-position: -211px 0; }
li#nav_club a { left: 345px; width: 93px; background-position: -345px 0; }
li#nav_medias a { left: 438px; width: 151px; background-position: -438px 0; }
li#nav_forum a { left: 589px; width: 89px; background-position: -589px 0; }
li#nav_contact a { left: 678px; width: 102px; background-position: -678px 0; }

/*hover state*/
li#nav_accueil a:hover { background-position: 0 -45px; }
li#nav_terrain a:hover { background-position: -96px -45px; }
li#nav_membres a:hover { background-position: -211px -45px; }
li#nav_club a:hover { background-position: -345px -45px; }
li#nav_medias a:hover { background-position: -438px -45px; }
li#nav_forum a:hover { background-position: -589px -45px; }
li#nav_contact a:hover { background-position: -678px -45px; }

/*current state*/
#body_0 li#nav_accueil a { background-position: 0 -90px; }
#body_1 li#nav_terrain a { background-position: -96px -90px; }
#body_2 li#nav_membres a { background-position: -211px -90px; }
#body_3 li#nav_club a { background-position: -345px -90px; }
#body_4 li#nav_medias a { background-position: -438px -90px; }
#body_5 li#nav_forum a { background-position: -589px -90px; }
#body_6 li#nav_contact a { background-position: -678px -90px; }




#devis input[type=text], #devis textarea, #leformulairedecontact input[type=text], #leformulairedecontact textarea {
    background-color: #ECD;
    border: 1px solid #AAA;
}

#devis table {
    border-spacing: 5px;
}

#leformulairedecontact td {
    color: #000;
}

textarea {
    font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
    font-size: 12px;
}
