@charset "UTF-8";
/* CSS Document */

html, body {
	background-color:#000;
}

html, body, th, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.texte_general a {
	background-color:#eb6d08;
	color:#000;
	text-decoration:underline;
}
.texte_general a:hover {
	background-color:#eb6d08;
	color:#000;
	text-decoration:none;
}


.tableau_general {
	width:920px;
	border:18px solid #FFF;
	margin:3px auto;
}

.fond_jaune {
	background-color:#fddb54;
}

.fond_orange {
	background-color:#e69838;
}

.surligne {
	background-color:#eb6d08;
}

#menu_general {
	font-size:12px;
}
#menu_general a {
	text-decoration:none;
	color:#000;
}
#menu_general a:hover {
	color:#c03131;
}

#menu_general .actif {
	color:#c03131;
}

.tableau_general #credits a {
	font-weight:bold;
	color:#eb6d08;
	background-color:#000;
	padding-right:20px;
	text-decoration:none;
}

.tableau_general  #credits a:hover {
	text-decoration:underline;
	background-color:000;
}

.paragraphe {
	margin:15px 0;
	clear:both;
	text-align:justify;
}
.paragraphe .imgleft {
	margin:15px;
	margin-left:0;
	margin-top:0;
}
.paragraphe .imgright {
	margin:15px;
	margin-right:0;
	margin-top:0;
}
