/* Header */
html
{
	margin:0px; 
}
body
{
	margin:0px;
	/*overflow-y : scroll; */
}
div.logo
{
	position:absolute;
	top:0px;
	left:0px;
}

/* Interieur */

div.int_index
{
	width:906px;
}
div.int
{
	width:906px;
	min-height:385px;
	background-image:url(../images/fnd_int_bnd.jpg);
	background-repeat:repeat-y;
	margin-bottom:4px;
}
div.menu_o
{
	height:49px;
	width:906px;
}
.gris
{
	font-family:Arial;
	font-size:14px;
	color:#949393;
}
.rouge
{
	font-family:Arial;
	font-size:14px;
	color:#a60000;
}
a
{
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
	color:#9e9e9e;
}
a:hover
{
	color:#a60000;
}
/* Bas */

div.bande_basse
{
	padding-top:20px;
	width:906px;
}

/* Menu */

.menu
{
	background-color:#3b3b3b;
	font-family:Arial;
	font-size:16px;
	color:#CCCCCC;
	width:123px;
	visibility:hidden;
}
.menu tr:hover
{
	background-color:#5e5e5e;
	cursor:pointer;
}
a.a_menu
{
	font-family:Arial;
	font-size:16px;
	color:#CCCCCC;
}
