/*  --------------------- Définition standard ----------------------------- */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #080000;
	color: #FFFFFF;
}
h1 {
	color: #A51800;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-align: center;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #A51800;
	margin-left: 10px;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	margin-left: 10px;
}
em {
	font-weight: bold;
	color: #A51800;
	font-style: normal;
}
img {
	border-width: 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
/*  --------------------- BLOC ----------------------------- */
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 823px;
	border: 1px solid #FFFFFF;
}
#header {
	background: #000000;
}
/*  ---------- Menu Haut ------------ */
#menu {
	width: 625px;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	text-align: right;
	float: right;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: block;
	float: left;
	height: 20px;
	width: 120px;
	margin: 0px;
	padding: 0px;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	background: #FFFFFF;
	color: #A51800;
	font-weight: bold;
	border-left: 5px solid #A3A3A3;
	text-align: center;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}
#menu a:hover {
	background: #A3A3A3;
	color: #D5051A;
	border-left: 5px solid #D5051A;
}

/*  --------------------- Menu Bas ----------------------------- */
#menubas {
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	height: 20px;
	float: right;
	width: 500px;
}
#menubas ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menubas li {
	display: block;
	float: left;
	height: 20px;
	width: 120px;
	margin: 0px;
	padding: 0px;
}
#menubas a {
	display: block;
	float: left;
	width: 120px;
	background: #EEEEEE;
	color: #EB1300;
	font-weight: bold;
	border-left: 5px solid #A3A3A3;
	text-align: center;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}
#menubas a:hover {
	background: #A3A3A3;
	color: #D5051A;
	border-left: 5px solid #D5051A;
}
#date {
	float: left;
	width: 168px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	border-top: 1px solid #FFFFFF;
	padding-top: 3px;
}
#visuel {
	clear: both;
	text-align: center;
}
#ticker {
	float: left;
	width: 320px;
	height: 18px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
}
#flag {
	float: left;
	width: 30px;
	border-top: 1px solid #FFFFFF;
	text-align: center;
}
#contenu {
	clear: both;
	background: #FFFFFF;
	color: #727272;
}

#contenu p {
	line-height: 20px;
	margin-left: 10px;
}

#contenu a {
	color: #A51800;
}
#contenu ul {
	list-style: square;
}
#contenu li {
	line-height: 20px;
}
#footer_g {
	height: 70px;
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer_g a, #footer_d a {
	color: #FFFFFF;
}
#footer_g p, #footer_d p {
	font-size: 10px;
	padding: 0px;
	margin: 5px 0px 0px;
	line-height: 12px;
}
#footer_d {
	float: right;
	width: 223px;
	margin: 0px;
	padding: 0px;
	height: 70px;
	border-top: 1px solid #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#ftp {
	background: #FDEA16;
	border: 1px dotted #DF1800;
	text-align: center;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
#resultats {
	background: #C0E1E7;
	border: 1px dashed #080000;
}


/* ------------------------------ JQUERY SCROLLER --------------------------------------- */
.mask {
position: relative;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 448px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left;
margin: 0;
padding: 0;
}
 ul.newsticker span {
margin: 0 10px 0 0;
} 
