/* Generalites */
body {
	background-color:#ffffff;
}

img {
	border:0;
}

hr {
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	border: 0;
}

.bordeaux {
	color: #993300;
}

.bleu {
	color: #003366;
}

.blanc {
	color: #ffffff;
}

.vert {
	color: #006600;
}

.orange {
	color: #ffcc00;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
}

td.sep {
	background:url('/img/sep.gif') center repeat-y;
}

.droite {
	text-align:right;
}

.lien {
	cursor:pointer;
	color:#0000ff;
	text-decoration:underline;
}

/* Message d'information */
#info {
	font: bold 11px Verdana;
	padding:12px;
	background-color:#efefff;
}

#info a:link {
	color:#0000ff;
}

#info a:active {
	color:#0000ff;
}

#info a:visited {
	color:#0000ff;
}

#info a:hover {
	color:#333333;
}



/* Message d'alerte */
#alerte {
	font: bold 12px Verdana;
	padding:12px;
	background-color:#ffffcc;
	border:2px solid #ff6633;
}

#alerte a:link {
	color:#0000ff;
}

#alerte a:active {
	color:#0000ff;
}

#alerte a:visited {
	color:#0000ff;
}

#alerte a:hover {
	color:#333333;
}


/* Menu de Gauche */
#menu_gauche {
	border-top:1px solid #1D4C1C;
	border-right:1px solid #1D4C1C;
}

#menu_gauche th {
	background-color:#88A9BA;
	color: #FFFFFF;
	text-align:left;
	font: bold 14px Verdana;
	padding:6px 0px 10px 6px;
	border-top:1px solid #5C8B5B;
	border-bottom:1px solid #1D4C1C;
}

#menu_gauche th a {
	background:inherit;
	font: bold 14px Verdana;
	color:#ffffff;
	padding:0;
	border:0;
}

#menu_gauche th a:link {
	color:#ffffff;
}

#menu_gauche th a:active {
	color:#ffffff;
}

#menu_gauche th a:visited {
	color:#ffffff;
}

#menu_gauche th a:hover {
	color:#ffffff;
}

#menu_gauche a {
	background-color:#175770;
	font: bold 11px Verdana;
	color: #ffffff;
	text-decoration: none;
	display:block;
	padding:6px 0px 10px 25px;
	border-top:1px solid #5C8B5B;
	border-bottom:1px solid #1D4C1C;
}

#menu_gauche a:link {
	color:#ffcc00;
	text-decoration: none;
}

#menu_gauche a:active {
	color:#ffcc00;
	text-decoration: none;
}

#menu_gauche a:visited {
	color:#ffcc00;
	text-decoration: none;
}

#menu_gauche a:hover {
	background-color:#88A9BA;
	color:#ffffff;
	text-decoration: none;
}



/* Corps du texte */
#corps {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#corps th {
	text-align: left;
}

#corps h1 {
	color:993300;
	font-size: 14pt;
	line-height: 30px;
	border-bottom:1px solid #dddddd;
}

#corps h2 {
	font-size: 12pt;
	color: #175770;
}

#corps a:link {
	color:#0000ff;
}

#corps a:active {
	color:#0000ff;
}

#corps a:visited {
	color:#0000ff;
}

#corps a:hover {
	color:#333333;
}



/* Telechargement */
#telecharger {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}

#telecharger td.vert {
	background:url('/img/download_vert.png') center no-repeat;
	text-align:center;
	height:60px;
	color:#ffffff;
}

#telecharger td.vert a:link {
	color:#ffcc00;
}

#telecharger td.vert a:active {
	color:#ffcc00;
}

#telecharger td.vert a:visited {
	color:#ffcc00;
}

#telecharger td.vert a:hover {
	color:#ffffff;
}

#telecharger td.jaune {
	background:url('/img/download_jaune.png') center no-repeat;
	text-align:center;
	height:60px;
}



/* Pied de page */
#pied {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#14586F;
}

#pied a:link {
	color:#14586F;
}

#pied a:active {
	color:#14586F;
}

#pied a:visited {
	color:#14586F;
}

#pied a:hover {
	color:#000000;
}

