/* CSS Document */

body{
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9B9C9E;
	font-size:11px;
	line-height: 18px;
}

a{color:#fff;text-decoration:underline;}
a:hover{color:#9B9C9E;text-decoration:none;}

.snav a{
color:#9B9C9E;
text-decoration:none;
line-height:18px;
padding-right:18px;}

.snav a:hover{
color:#fff;
text-decoration:none;
line-height:18px;
padding-right:18px;}


.ligne{
background:url(../img/ligne-repeat.gif) repeat-y;
width:19px;
}