/* Tout ce qui concerne les liens mouseout, mouseover & visited */

body
{
background-color: #000000;
background-image: url(http://darkorbit.mavideotek.fr/images/fond-anecdotes.gif);
background-repeat:repeat;
margin : 0 0 0 0;
} 

A:link {
       font-family: Arial, Verdana, Helvetica, sans-serif;
       font-size: 9pt;
       color: #b90000;
       text-decoration: underline;
   	font-weight: bold;
}
A:visited { 
       	font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 9pt;
	   	color: #9f0000; 
  	  	text-decoration: underline;
		font-weight: bold;
}
A:hover {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 9pt;        
	    color: #d70000; 
		text-decoration: underline;
 		font-weight: bold;
}


.FondRougeFonce
{
	background: #6e1919;
/*background: #27282c;*/
}

.FondGrisMid
{
background: #999999;
}
.FondGrisMidPlusFonce
{
background: #575757;
}

.FondOrangeMid
{
	background: #bd6f30;
/*background: #27282c;*/
}

.FondGrisFonce
{
background: #353434;
}

.FondNoir
{
background: #000000;
}

/* Utilisée en titre de chaque page, couleur Bleu pastel*/
.titr_page {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #ffffff;
}
.sous_titr_page {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
}




/* Utilisée comme titre de palette pour les tables news, left_link, accès sécurisé ; couleur bleu ciel */
.titr_pallett {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #480000;

}

.big_titr_pallett {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #480000;

}


/* Utilisée dans la palette "news" en corps couleur de txt gris */
.defil_txt_corp {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #4D4E4E;

}
/* Utilisée en titre dans la palette "news", couleur de txt bleu ciel */
.defil_txt_titr {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #b90000;
}

.titr_lv {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #b90000;
}

/* Utilisée pour le nom de celui qui a posté ds le livre d'or */
.titr_body_rouge {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #b90000;
}

/* Caractère standard du body, couleur fond grise clair*/
.corps_std {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #330000;
	font-weight: normal;
}

/* Caractère Alt du body, couleur fond grise fonce*/
.corps_std_clair {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #919090;
	font-weight: normal;
}
/* Caractère standard du body, couleur fond grise clair*/
.corps_std_big {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #330000;
	font-weight: normal;
}
/* Caractère du body, couleur fond grise fonce*/
.corps_std_big_clair {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #919090;
	font-weight: normal;
}

.corps_std_tres_clair {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight: normal;
}

/* Caractère petite taille du body, couleur fond grise clair*/
.corps_small {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color: #c1c1c1;
	font-weight: bold;
}

/* Titre du body, couleur bleu ciel */
.titr_body {
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;
	color: #324c94;
	font-weight: bold;
}
.sous_titr_body_fonce {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #324c94;
	font-weight: bold;
}
/* Sous titre du body, bleu ciel */
.sous_titr_body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #54b3e9;
}

/* Inter-titre du body, couleur grise */
.inter_titr_body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #858585;
}

/*
DEBUT STYLES MENU DEROULANTS
*/
		#navigation {
			margin: 0;
			padding: 0;
			list-style: none;
						}
						
		#navigation a, #navigation span {
			display: block;
			padding: 4px 10px;
		
			text-decoration: none;
			}


		#navigation a:hover, #navigation a:focus, #navigation a:active {
			text-decoration: underline;
			}
		#navigation .subMenu {
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #666;
			}
		#navigation ul.subMenu a {
			padding: 3px 20px;
			}
			ul{
    list-style-type: none;
}

			li{
    list-style-type: none;
	margin-left:auto;

}

			/*
FIN STYLES MENU DEROULANTS
*/
