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

body {
	background: url(img/background.gif);
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

#page {
	width: 848px;
	margin: 0 auto;
	position: relative;
	background: white url(img/background-page.gif) repeat-y top center;
}

.centered {
	text-align: center;
}

/*
* HEADER
*/
#top {
	width: 848px;
	height: 272px;
	margin: 0 auto;
	background:	url(img/header.jpg) no-repeat;
	cursor: hand;
}

#top h1 {
	display: none;
	height: 250px;
	width: 848px;
}

#lang{
        position: absolute;
        top: 40px;
        right: -32px;
        width: 32px;
        height: 55px;
        background: transparent url(img/background-lang.gif) no-repeat;
}


/*
* Menu top
*/
#menu-top {
	position: absolute;
	top: 235px;
	width: 848px;
	height: 37px;
	background:	url(img/menu-top.gif) no-repeat;
}

#menu-top ul#menu{
	margin: 4px auto;
	padding: 0px;
	list-style: none;
	width: 100%;
	position: relative;
	text-align: center;
}

#menu-top ul#menu li{
	float: left;
	display: block;
	padding: 5px 10px;
	color: #ffcc00;
	border-right: 1px solid #8a0000;
	border-left: 1px solid #f02f2f;
}

#menu-top ul#menu li.first{
	border-left: 0px;
}

#menu-top ul#menu li.last{
	border-right: 0px;
}

#menu-top ul#menu li a{
	display: block;
	padding: 2px 6px;
	color: #ffcc00;
	text-decoration: none;
	font-weight: bold;
}

#menu-top ul#menu li a:hover{
	color: #bf0000;
	background-color: #e27878;
}

/*
* Affichage des sous menus
*/
#menu-top ul#menu li ul{
	display: none;
}

#menu-top ul#menu li:hover>ul{
	display: block;
}


#sponsors {
	text-align: center;
        margin-left:670px;
}
/*
* Sous menu
*/
#menu-top ul#menu ul{
	position: absolute;
	background: #c90000;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0px;
	width: 184px;
	z-index: 1;
}

#menu-top ul#menu ul li{
	position: relative;
	float: none;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #8a0000;
	border-top: 1px solid #f02f2f;
}

#menu-top ul#menu ul li a{
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
}

/*
* Content
*/
#content {
	float: left;
	width: 600px;
	margin: 0px 5px 5px 5px;
	color: #796483;
	font-size: 12px;
}

#content h1 {
	color: #ffcc00;
	border: 1px solid #ffcc00;
	border-width: 0 0 1px 0;
	font-weight:normal;
        padding:10px;
margin-bottom:10px;
}

#content h2 {
	color: #C90000;
	font-weight:normal;
        padding:10px;
margin-bottom:10px;
}

#content h1 a{
	color: #ffcc00;
	text-transform:underline;
}

#content p {
	text-align: left;
	margin: 0 0 20px 15px;
}

#content p a{
text-decoration:none;
color:#786142;
padding:2px;
background-color:#FEF8D8;
font-weight:bold;
}

#content p a:hover{
background-color:#FAE56A;
}

#content ul{
margin:5px 15px 0px 50px;

}


#content img {
margin:5px 15px 0px 0;
border-style:solid;
border-color:#B4B4B4;
}
h6{ /*PROMO*/
	text-align: justify;
	margin-bottom: 20px;
	font-weight:bold;
	padding:7px 0 5px 0 ;
	font-size:16px;
        color:#c90000;
	border: 1px solid #ffcc00;
	border-width: 0 0 1px 0;
}

/*
* Sidebar
*/
#sidebar {
	float: right;
	top: 30px;
	margin-right:10px;
	background: #e3f2b9;
	width: 170px;
}

#sidebar h2 {
	font-size: 1em;
	color: #62961f;
}

#sidebar h3 {
	font-size: 0.7em;
	color: #c90000;
	margin-bottom: 10px; 
}

#sidebar h3 a {
	padding: 2px 6px;
	color: #c90000;
	text-decoration: none;
	font-weight: bold;
}

#sidebar h3 a:hover {
	color: #bf0000;
	background-color: #e27878;
}

input {
background-color: #fcf4c9;
}

/*
* Footer
*/
#footer{
	clear: both;
	background: url(img/footer.gif);
	height: 25px;
}

#footer a, #footer a:hover{
        color:#efb3b3;
        text-decoration: none;
}
#footer p {
	margin: 10px auto 5px auto;
	padding: 15px auto;
	width: 820px;
	background: #c90000;
	color: #efb3b3;
	text-align: center;
	font-size: 0.6em;
}