@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
body {
	
    
    background: url(../images/fond.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#nav li {
    margin: 0; 
    padding: 0;
    display: inline;
}

#nav li a:link, #nav li a:visited {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    background: url(../images/nav.gif) repeat-x;
    padding: 0 20px;
}

#nav li a:hover, #nav li a:active {
    background: url(../images/nav.gif) 0 -32px;
    padding: 0 20px;
} 
.footer {
	font-size: 10px;
	text-align: center;
	background:no-repeat;
	background-image:url(../images/footer.png);
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
.titres {
	color: #963;
}
.s_titres {
	font-weight: bold;
	color: #963;
}
.style_blanc {
	color: #FFF;
}
