@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../imgs/fd-page.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.menu-blc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	background-color: #FFFFFF;
	height: 30px;
	width: 150px;
	margin-top: 15px;
	margin-bottom: 4px;
	margin-left: 17px;
	text-align: left;
	font-weight: bold;
	padding-left: 7px;
}
h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	color: #CC0000;
	margin-left: 60px;
}
h2 {
	background-color: #B6C688;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 2px 2px 20px;
}
li {
	list-style-type: square;
	list-style-position: outside;
}
.fdcontenu {
	background-image: url(../imgs/fd-page.gif);
	background-repeat: repeat-y;
}
.menu-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	width: 150px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 17px;
	padding-left: 7px;
	background-color: #e50001;
	text-align: left;
}
.ombreh {
	background-image: url(../imgs/c-haut.gif);
	background-repeat: repeat-x;
	height: 8px;
}
.ombreb {
	background-image: url(../imgs/c-bas.gif);
	background-repeat: repeat-x;
	height: 8px;
}
.ombreg {
	background-image: url(../imgs/c-gauche.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.ombred {
	background-image: url(../imgs/c-droite.gif);
	background-repeat: repeat-y;
	width: 8px;
}

.tablebord {
	border: 1px solid #CCCCCC;
}
a.red:link, a.red:visited, a.red:hover {
	color: #CC0000;
	text-decoration: none;
}
a.blc:link, a.blc:visited, a.blc:hover {
	color: #FFF;
	text-decoration: none;
}
.txtbig {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.txtbleu {
	color: #003399;
	font-size: 12px;
}
a:link, a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.txtbrun {
	color: #CC6600;
	font-size: 12px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FBFCF7;
	border: 1px solid #B6C688;
}
.bouton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E50001;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
.celblanc td {
background-color: #FFFFFF;
}

.celblanc th {
	color: #5B5E71;
	height: 12px;
	background-color: #D8DADC;
}
legend {
	font-weight: bold;
	color: #7A8844;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #EFF0F1;
}
label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

.divth {
	color: #5B5E71;
	background-color: #D8DADC;
	float:left;
	text-align:center;
	border-bottom:solid 1px #B6C688;
	border-top:solid 1px #B6C688;
	border-left:solid 1px #B6C688;
	font-weight:bold;
	padding:1px;
}

.divtd {
	min-height: 40px;
	float:left;
	padding:2px;
	padding-top:5px; 
	padding-bottom:5px
}

.enligne
{
	color:green;
	font-weight:bold;
}
.horsligne
{
	color:orange;
	font-weight:bold;
}

.rando
{
	color:#006600
}

.rando:hover
{
	text-decoration:underline;
}

.divrando {
	background-color: #B6C688;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	margin:5px;
}