@charset "utf-8";
/* CSS Document */
#body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#000;
}

.contenu_header { 
	width:1000px; 
	height:25px; 
	background-image:url(../images/fond_haut.jpg); 
	background-repeat:repeat-y; 
	font-size:14px; 
	text-align:right;
}

.nodeco {
	text-decoration:none;
	color:#000;
}

.right75 {
	padding-right:75px;
}