* {
	margin: 0px;
	padding: 0px;
}
body {
font-family:Arial, Helvetica, sans-serif;
}



/********************************************************/
/************************* HEADER  **********************/
/********************************************************/
#header{
	padding-top: 1px;
	text-align: center;
	background-color:#2f2f2e;
}

#top{
	width:990px; margin:0 auto;
}

/********************************************************/
/*************************** NAV  ***********************/
/********************************************************/
#navigation {
	background:#CFCFCF url(images/bg_nav.png) repeat-x scroll 0 0;
}
#nav {
	width:990px; margin:0 auto;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	height:27px;
	position:relative;
	z-index:4;
	margin-right: auto;
	margin-left: auto;

}
#nav ul {
	position:relative;
}
#nav ul li {
	border-left:1px solid #CACBCB;
	list-style-type:none;
	
	float:left;
}
#nav ul li a {
	border-left:1px solid #FFFFFF;
	display:block;
	line-height:27px;
	padding:0 15px;
	text-decoration:none;
	color:#2f2f2e;
	font-weight:bold;
	font-size:12px;

}
#nav > ul > li > a:hover, #nav > ul > li > a:focus, #nav > ul > li:hover > a, #nav ul li a.selected {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/bg_navHover.png) repeat-x scroll 0 0;
}
#nav ul li a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/bg_navHover.png) repeat-x scroll 0 0;
	color:#FFFFFF;

}
#nav ul li:first-child, #nav ul li:first-child a {
	border-left:medium none;
}

/********************************************************/
/********************************************************/
/********************************************************/


#section{
	background:url(images/bg_section.png) repeat-x scroll center top;
	height:3px;
}


#main {
	background-color: #cdcdcd;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}



#contenu {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
}

/*
#section {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E9E9E9 url(../img/bg_section.png) repeat-x scroll center top;
padding-top:17px;
}
*/




h1{
	font-family:"Times New Roman", Times, serif;
	color:#cb0000;
}



/********************************************************/
/******************* WINDOWS MEDIA PLAYER  **************/
/********************************************************/

.player {
	background-image: url(images/player-windows.jpg);
	background-repeat: no-repeat;
	height: 292px;
	width: 304px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	float: left;
	margin-bottom: 34px;
}

.player a.stop {
	background-image: url(images/stop.gif);
	background-repeat: no-repeat;
	opacity:0.4;filter:alpha(opacity=40);
	display: block;
	height: 260px;
	width: 300px;
	cursor: pointer;
}

.player h2 {
	padding: 0px;
	font-weight: bold;
	text-align: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-size: 12px;
}

/********************************************************/
/*******************       THUMB           **************/
/********************************************************/
.thumb {
	position: absolute;
	height: 180px;
	width: 290px;
	top: 52px;
	left: 8px;
}

.thumb a:hover {
	background-image: url(images/play.gif);
}

.center {
	margin-right: 34px;
	margin-left: 34px;
}

.clear {
	clear: both;
}
.pub {
	color:#cb0000;
	margin-bottom: 34px;
}
.pub a {
	color:#cb0000;
	text-decoration: none;
}
#footer {
	color:#cb0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a,a:hover,a:active{
	color:#FFFFFF;
}

