@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(../images_design/back_and_head.png);
	background-repeat:repeat-x;
	font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
	font-size:0.8em;
}

a { color:#0033CC; }
a:hover { color:#0033FF; }

#header {
	position:relative;
	width:800px;
	height:96px;
	margin:auto;
	background-image:url(../images_design/header.png);
	background-repeat:no-repeat;
}

#block_principal {
	position:relative;
	width:800px;
	height:auto;
	margin:auto;
	margin-top:20px;
}

.menu {
	float:left;
	width:199px;
	height:auto;
}

.menu_head {
	width:199px;
	height:32px;
	background-image:url(../images_design/menu_head.png);
	background-repeat:no-repeat;
	color:#D1C4F4;
	text-align:center;
	line-height:32px;
	font-size:1.4em;
}

.menu_bottom {
	width:199px;
	height:8px;
	background-image:url(../images_design/menu_bottom.png);
	background-repeat:no-repeat;
}

.menu_reflect {
	width:199px;
	height:25px;
	background-image:url(../images_design/menu_reflect.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#speedbar {
	width:800px;
	height:25px;
	margin:auto;
	margin-top:2px;
	overflow:hidden;
}

ul#speednav
{
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}

#speednav li
{
display: inline;
list-style-type: none;
}

#speednav a { 
	width:100px;
	line-height:20px;
	height:20px;
	margin:2px;
	text-align:center;
	text-decoration:none;
	color:#FF9999;
	font-weight:bold;
	float:right;
	background-image:url(../images_design/back_speednav_a.png);
	background-repeat:no-repeat;
}

#speednav a:hover
{
	background-image:url(../images_design/back_speednav_a_hover.png);
	background-repeat:no-repeat;
}

#news {
	width:590px;
	height:60px;
	float:right;
	background-image:url(../images_design/back_news.png);
	overflow:hidden;
	margin-bottom:20px;
}

#news_marquee { height:100%;width:530px;padding:5px;overflow:hidden; }

/* Contenu */

#contenu {
	width:590px;
	float:right;
	background-color:#FFFFFF;
	padding:3px;
}

#footer {
	position:relative;
	clear:both;
	width:800px;
	height:auto;
	margin:auto;
	margin-top:20px;
	padding-top:5px;
	border-top:1px solid #CCCCCC;
}

/* NavList */

.nav {
	width:199px;
	height:auto;
	padding-top:7px;
	background-image:url(../images_design/menu_back.png);
	background-repeat:repeat-y;
}

.navlist {
	padding-left:0;
	margin-left:0;
	border-top:1px solid #E7E4FF;
	width:190px;
	margin:auto;
}

.navlist li {
	list-style:none;
	margin:0;
	padding-left:0.25em;
	padding-right:0.25em;
}

.navlist li a {
	text-decoration:none;
	width:190px;
	display:block;
	color:#0000CC;
	line-height:24px;
	border-bottom:1px solid #E7E4FF;
}
.navlist li a:hover { 
	color:#FF9900;
	background-image:url(../images_design/mini_runner.gif);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px solid #FF9900;
}
