body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
div#bg {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}
div#bg img {
	margin: 0;
	padding: 0;
}

div#bande {
	z-index: 5;
	position: absolute;
	top: 50%;
	margin-top: -180px;
	height: 360px;
	width: 100%;
	background-color: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

div.logo {
	position: relative;
	top: 90px;
	width: 180px!important;
	height: 180px!important;
	z-index: 10;
	left: 0px;
}

div#contenu {
	position: absolute;
	z-index: 2000;
	top: 50%;
	margin-top: -180px;
	max-width: 940px;
	height: 360px;
	display: table;

	line-height: 16px;
	color: #fff;
	font-family: Myriad, Helvetica, Verdana, Arial;
	font-size: 12px;


	width: 940px;
/*	overflow: hidden;*/
}

div#contenu div.texte {
	margin-left: 240px;
	max-width: 960px;
	width: 100%;
}

div.texte table tr td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #fff;
}
/********************************* SCROLL *********************************/
div#contenu .items {
	width: 20000em;
	position: relative;
	float: both;
}

div#contenu div.items > div {
	height: 360px;
	width: 5000px;
	float: left;
}

/********************************* CONTACT *********************************/
div#contact div.texte {
	text-align: right;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

/********************************* GENERAL *********************************/
div#viewport {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

div#barretop {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	background-color: #000;
	z-index: 2000;
	width: 100%;
}

div#barretop div, div#barrebottom div {
	max-width: 1200px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #f00;
	line-height: 30px;
	margin-right: 20px;
}

div#barretop div a {
	text-decoration: none;
	color: #fff;
}

div#barrebottom {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 45px;
	background-color: #000;
	z-index: 2500;
	width: 100%;
}

div#barrebottom div.social {
	position: absolute;
	margin-left: 20px;
	margin-top: 5px;
}

div#barrebottom div table tr td input, div#carrieres div table tr td input {
	font-family: Verdana, Arial, Helvetica;
	width: 149px;
	height: 17px;
	background-color: #666666;
	color: #fff;
	font-size: 10px;
	border: none;
	padding: 0;
	z-index: 2500;
	position: relative;
	background-image: url(images/fond_field.jpg);
	background-repeat: repeat-x;
}
div#carrieres div table tr td input[type=checkbox] {
	width: 10px;
	height:10px;
}
div#carrieres div table tr td input.error {
	background-color: #ff0000;
	background-image: none;
}
div#carrieres div table tr td textarea {
	font-family: Verdana, Arial, Helvetica;
	width: 149px;
	height: 150px;
	background-color: #666666;
	color: #fff;
	font-size: 10px;
	border: none;
	padding: 0;
	z-index: 2500;
	position: relative;
	background-image: url(images/fond_field.jpg);
	background-repeat: repeat-x;
}
div#barrebottom div table tr td input.submit, div#carrieres div table tr td input.submit {
	font-family: Verdana, Arial, Helvetica;
	width: 17px;
	height: 17px;
	background-color: #f00;
	color: #fff;
	font-size: 9px;
	border: none;
	padding: 0;
}

span.nom {
	color: #fff;
	background-color: #f00;
	padding: 2px;
}

span.quotidien {
	font-family: Verdana; 
	font-size: 13px; 
	color: #fff; 
	text-transform:uppercase; 
	position: absolute; 
	margin-top:-12px;
}
span.title {
	font-family: Helvetica; 
	font-size: 72px; 
	font-weight: bold; 
	color: #676767; 
	text-transform:uppercase; 
	line-height: 65px;
}

div#audio {
	position: absolute;
	margin-left: 30px;
	margin-top: 5px;
}

div#newsticker {
	position: absolute;
	margin-left: 100px;
	margin-top: -2px;
}

div#newsticker ul.newsticker {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}