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

* {
	margin:0px;
	padding:0px;
	border:none;
}

body {
	background-color:#000;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}

h1 {
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:80%;
	margin-bottom:8px;
	}
	
h3  {
	font-size:11px;
	letter-spacing:80%;
	margin-bottom:4px;
	}

p {
	font-size:11px;
	line-height:1.6em;
	color:#FFF;
	padding:5px 0px 8px 0px;
	}


div#wrapper {
	width:1280px;
	margin:auto;
	background-image:url(../images/contentbg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	}
	
div#header {
	width:100%;
	height:95px;
	margin:auto;
	background-image:url(../images/header.gif);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
div#content {
	width:930px;
	margin:auto;
	height:530px;
	padding:0px 25px 50px 25px;
	background-image:url(../images/contentbg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	}

div#footer {
	width:980px;
	height:75px;
	margin:0px auto;
	background-image:url(../images/footernetm.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:right;
	color:#FFFFFF;
	font-size:9px;
	line-height:1.3em;
	clear:both;
	}

div#left {
	width:210px;
	}

div#left ol.ca_marche {
	color:#FFE800;
	font-size:12px;
	padding-left:20px;
	width:90%;
	font-weight:bold;
	}

div#left ol.ca_marche li {
	font-weight:normal;
	font-size:11px;
	padding-bottom:6px;
	}
div#left ol.ca_marche li span {
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	}
ul.ca_marche  {
	list-style-type: disc;
	color:#FFFFFF;
	padding-left:20px;
	font-weight:normal;
	font-size:12px;
	}

div#right {
	width:710px;
	float:right;
	}

div#right div#topflash {
	width:690px;
	height:280px;
	margin-left:10px;
	overflow:hidden;
}


div#right div#news {
	width:365px;
	margin:10px 0px 0px 0px;
	background-image:url(../images/news_bg.gif);
	float:left;
}

div#news div#news_top {
	background-image:url(../images/news_top.gif);
	background-repeat:no-repeat;
	height:75px;
}

div#news #news_list {
	margin:10px 25px 0px 45px;
	height:225px;
	overflow:auto;
}

div#news_list h2 {
	font-size:12px;
	padding-top:8px;
	}

div#news_list h2 span.date {
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	color:#FFE800;
	}

div#news_list hr {
	color:#656396;
	border:none;
	border-top:1px dotted #656396;
	}

div#vidbox {
	margin:20px 0px 0px 375px;
	}
	

