html, body {
	height: 100%;
	margin: 0;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(images/fond2.png);
	background-attachment: fixed;
	background-color: #090e14;
}
img { 
-ms-interpolation-mode: bicubic;
}
/*Organisation de la page */
#page{
	width: 750px;
	float: left;
	margin: 0;
}
#bg_copyright {
	position:absolute;
	top:0;
	right:10px;
	font-size:9px;
	background-image: url(_img/background_transparent_whit.png);
	background-repeat: repeat;
	padding:2px;
}
#bg_copyright a {
color:#999999;
text-decoration:none;
}
#bg_copyright:hover {
	background-color: #333333;
}
#bg_copyright a:hover {
color:#FFFFFF;
}
#header{
	float: left;
	width: 685px;
	height: 238px;
	background: url("images/header.png");
}

#menu, #menu ul /* Liste */{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
		position: absolute;
		top: 240px;
		left: 10px;
		z-index: 1;
}
#corps{
	float: left;
	width: 740px;
	margin-right: 10px;
	margin-bottom: 50px;
	position:absolute;
	top: 270px;
	left: 0;
}

.haut_corps{
	background: url("images/corps_haut.png") no-repeat;
	width: 740px;
	height: 13px;
	margin-left: 0px;
}
.corps_texte{
	background: url("images/corps.png") repeat-y;
	width: 740px;
	margin-left:0px;
	margin-top: -12px;
	margin-bottom: 0;
	padding-left: 15px;
	
}	
.fin_corps{
	background: url("images/corps_bas.png") no-repeat;
	width: 740px;
	height: 17px;
	margin-left:0px;
	margin-top: -12px;
	margin-bottom: 50px;
}
#partenaires{
	position: absolute;
	right: 0;
	bottom: 0;
}
/*Organisation du menu */
#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
		width: 740px;
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
		color: white;
		font-family: Verdana;
		font-size: 14px;
        width : 90px; /* largeur */
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 90px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 0px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}
#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: white; /* On passe le texte en noir... */
		text-decoration: underline;
		left: auto;
}
#menu li:hover ul, #menu li.sfhover ul {
	margin-top: -209px;
	left: auto;
	width: 90px;
	background-color: #e74b7e;
	font-size: 14px;
}
#menu #accueil{
	background-color: #0cbe03;
}
#menu #media{
	background-color: #0361d5;
}
.accueil{
	background: url("images/bouton_accueil.png") no-repeat;
	width: 90px;
	height: 31px;
	padding-top: 4px;
	text-align:center;
	margin-left: 5px;
}
.riders{
	background: url("images/bouton_riders.png") no-repeat;
	width: 90px;
	height: 31px;
	padding-top: 4px;
	text-align:center;
	margin-left: 5px;
}
.votes{
	background: url("images/bouton_vote.png") no-repeat;
	width: 90px;
	height: 31px;
	padding-top: 4px;
	text-align:center;
	margin-left: 5px;
}
.partenaires{
	background: url("images/bouton_partenaires.png") no-repeat;
	width: 90px;
	height: 31px;
	padding-top: 4px;
	text-align:center;
	margin-left: 5px;
}
.news{
	background: url("images/bouton_news.png") no-repeat;
	width: 90px;
	height: 31px;
	padding-top: 4px;
	text-align:center;
	margin-left: 5px;
}
.contact{
	background: url("images/bouton_contact.png") no-repeat;
	width: 90px;
	height: 31px;
	padding-top: 4px;
	text-align:center;
	margin-left: 5px;
}
.media{
	background: url("images/bouton_media.png") no-repeat;
	width: 90px;
	height: 31px;
	padding-top: 4px;
	text-align:center;
	margin-left: 2px;
}

/*coin partenaire */
#partenaires img, #partenaires a,#partenaires img a{
	border: none;
	text-decoration: none;
}
.altigliss2{
	position: fixed;
	top: 80px;
	right: 0px;
}
.dragon_alliance{
	position: fixed;
	bottom: 0;
	right: 0px;
}
.ho5{
	position: fixed;
	bottom: 34px;
	right: 0px;
}

/*****************************************/
/**Gestion des erreurs et valids *********/
/*****************************************/
.valid{
	border: solid 2px;
	padding: 2px;
	padding-left: 20px;
	margin-bottom: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#DFFFDF url("images/valid.png") no-repeat left;
	border-color:#9FCF9F;
	color:#005F00;
}
.error{
	border: solid 2px;
	padding: 2px;
	padding-left: 20px;
	margin-bottom: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#FFF0DE url("images/error") no-repeat left;
	border-color:#cfb99f;
	color:#5f3300;
}
/* Gestion de la mise en page et des titre */
p{
	text-align: justify;
	font-size: 12px;
	color: black;
	font-family: Verdana;
	width: 600px;
}
h1{
	font-size: 18px;
	color: #00a7e3;
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 15px;
}
h2{
	font-size: 15px;
	color:#e74b7e;
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 15px;
}
h3{
	font-size: 15px;
	color:#e74b7e;
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 15px;
	border-bottom: 1px solid #e74b7e;
	width: 540px;
}
/* Formulaire de contact */
fieldset{
	width: 500px;
	border: 1px solid #ff6c00;
	font-size: 12px;
	color: black;
	font-family: Tahoma;
}
legend{
	font-size: 14px;
	color: #ff6c00;
}
#email,#sujet,#robot{
	height: 15px;
	background: #ff6c00;
	border: 1px solid #ffed00;
	font-size: 13px;
	color: white;
	padding: auto;
	margin-left: 40px;
}
#sujet{
	margin-left: 46px;
}
#robot{
	margin-left: 47px;
}
#submit{
	margin: auto;
	background: #ff6c00;
	border: 1px solid #ffed00;
	font-size: 13px;
	color: white;
	padding: auto;
	text-align: center;
}
#email:hover,#sujet:hover,#robot:hover,#submit:hover,#email:active,#sujet:active,#robot:active,#submit:active{
	border: 1px solid #ff6c00;
	background: #ffed00;
	color: white;
}
#message{
	margin-left: 90px;
	background: #ff6c00;
	border: 1px solid #ffed00;
	font-size: 13px;
	color: white;
	padding: auto;
	height: 100px;
	width: 350px;
}
label{
	height: 45px;
	font-size: 13px;
	color: black;
	padding: auto;
}

#corps img, #corps img a{
	text-decoration: none;
	border: 0;
}

#corps #news{
	margin: auto;
	padding: auto;
	width: 600px;
}

#corps #news .titre{
	border-bottom: 1px solid #4a9df9;
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	color: #3172bb;
	padding-top: 20px;
}
#corps #news .corps_news{
	text-align: justify;
}

.photo{
	border: none; 
	border-color: #EEEEEE;
	background-color:#CCCCCC;
	width: 200px;
	height: 100px;
	padding: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
#corps #first_liste{
	margin-left: 130px;
}
#corps #second_liste{
	margin-left: 130px;
}