/* CSS Document */

body {
background-image:url(images/fond.png);
background-repeat:repeat-x;
background-color:#ddeff8;
width:880px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#header {
background-image:url(images/header.jpg);
height:160px;
width:880px;
}

#conteneur {
float:left;
background-image:url(images/conteneur.jpg);
width:880px;
background-repeat:repeat-y;
margin-left:7px;
margin-top:0px;
}

#menu {
margin-left:11px;
float:left;
width:137px;
}

#droite {
float:left;
margin-left:10px;
width:650px;
}

#footer {
background-image:url(images/footer.jpg);
width:864px;
height:19px;
clear:both;
background-repeat:no-repeat;
}

.menu_haut {
background-image:url(images/menu_haut.jpg);
width:137px;
height:22px;
float:left;
}

.menu_haut2 {
background-image:url(images/menu_haut2.jpg);
width:137px;
height:22px;
float:left;
}

.menu_haut3 {
background-image:url(images/menu_haut3.jpg);
width:137px;
height:22px;
float:left;
}

.puce {
background-image:url(images/puce.jpg);
width:13px;
height:12px;
margin-left:5px;
float:left;
}

.vignette_haut {
background-image:url(images/v_haut.jpg);
background-repeat:no-repeat;
width:148px;
height:19px;
background-color:#e0e8eb;
}

.vignette_contenu {
background-image:url(images/v_contenu.jpg);
width:148px;
height:90px;
}

.vignette_bas {
background-image:url(images/v_bas.jpg);
width:148px;
height:12px;
}

.vignette {
padding-left:5px;
padding-top:10px;
float:left;
}

#ban {
padding-top:5px;
padding-left:0px;
}

#ban_droite {
	float:left;
	padding-left:10px;
	width:130px;
	padding-top: 20px;
}

.text_header {
padding-left:645px;
padding-top:18px;
color:#FFFFFF;
}

/* Style des liens */
a:link {
	color: #000000;
	text-decoration: none;
	}
a:visited {
	color: #000000; 
	text-decoration: none;
	}
	
a:active{
	color: #000000; 
	text-decoration: none;
	}
	
    a:hover {
	color: #999999;
	text-decoration:underline;
	}
a:visited:hover {
	color: #999999;
	text-decoration:underline;
	}
	
	
.text_header a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	.text_header a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	.text_header a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
		.text_header a:hover {
	color: #000000;
	text-decoration: none;
	}
	
			.text_header a:visited:hover {
	color: #000000;
	text-decoration: none;
	}