/* 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;
}


/* 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;

}

/* 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;
}

/* Utilisée pour le nom de celui qui a posté ds le livre d'or */
.titr_lv {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #b90000;
}

/* Caractère standard du body, couleur grise*/
.corps_std {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #330000;
	font-weight: normal;
}

/* Caractère standard du body, couleur grise*/
.corps_std_big {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #330000;
	font-weight: normal;
}

/* Caractère petite taille du body, couleur grise */
.corps_small {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color: #858585;
	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 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;
}