body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sommaire {
	width: 380px;
	text-align: left;
	padding: 10px;
	color: #888;
	bottom: 40px;
	position: absolute;
}

.video{
	position:absolute;
	bottom:0;
	right:5;}

.footer {
	background-color:#000;
	padding: 2px;
	color: #888;
	width: 500px;
	height: 20px;
	bottom: 10px;
	position: absolute;
}
/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 350px;
	list-style: none;
	overflow: hidden;}

#nav_list li {
	width: 250px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
	background-color:#000;
	margin-bottom:5px;}

#nav_list a {
	color:#fff;}

.li_nav_body a  {
	display: block;
	width: 350px;
	height: 20px;
	background: url(assets/nav_body.gif) no-repeat;
	padding-left: 3px;
	line-height:20px;}

.li_nav_footer a  {
	display: block;
	width: 350px;
	height: 21px;
	padding-left: 3px;
	line-height:21px;}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
	background-color:#82120C;}

.li_nav_footer a:hover {
	color:#016001;}

.li_active a:active  {
	color:#fff;}

a {
	text-decoration: none;
	color:#000;
	font-weight:bold;
	background-color:#fff;}

a:hover {
	text-decoration: none;
	background-color:#555;}
