﻿/* COMMUN */
td,th {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
body {background-color: #ffffff;margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}

/* MENU */
.menu {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FFFFFF;	font-weight: normal; text-decoration:none;}
.menu:hover {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FFFFFF;	font-weight: normal; text-decoration:underline;}
.menuOn {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #d6e0ee;	font-weight: normal; text-decoration:none;}
.menuOn:hover {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #d6e0ee;	font-weight: normal; text-decoration:none;}
.blanc {color:#FFFFFF;}

/* FONDS */
.fond-clair {background-image:url(images/bout-clair.gif); background-repeat:repeat-x;}
.fond-bleu {background-image: url(images/bout-bleu.gif); background-repeat:repeat-x;}
.fond-jaune {background-image: url(images/bout-jaune.gif); background-repeat:repeat-x;}

.tablo-orange { background-color:#FF6600;}
.tablo-orange_f { background-color:#FF6600; border-left:solid 1px #f2f4f7; }
.tablo-gris { background-color:#999999;}
.tablo-jaune { background-color:#FFCC00;}
.tablo-gris_f { background-color:#999999; border-left:solid 1px #f2f4f7; }
.tablo-grisclair { background-color:#CCCCCC;}
.tablo-grisclair_f { background-color:#CCCCCC; border-left:solid 1px #f2f4f7; }
.tablo-blanc { background-color:#ffffff;}
.tablo-blanc_f { background-color:#ffffff; border-left:solid 1px #f2f4f7; }

/* TITRES */
.titre_blanc {	font-family: Arial, Helvetica, sans-serif;	font-size: 17px;	font-weight: bold;	color: #FFFFFF;}
.titre_blanc2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: bold;	color: #FFFFFF;}
.titre_noir {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: bold;	color: #000000;}
.titre_gris {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: bold;	color: #666666;}

/* BOUTONS */
.bouton_blanc
{
	background: url(../../Images/Global/bg_bouton_blanc.jpg);
	background-repeat: no-repeat;
	height: 15px;
	text-align: left;
	padding-left: 25px;
	padding-right: 15px;
	white-space: nowrap;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}
.bouton_blanc_lien
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	white-space: nowrap;
}
.bouton_blanc_lien:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	white-space: nowrap;
}

.bouton_gris
{
	background: url(../../Images/Global/bg_bouton_gris.jpg);
	background-repeat: no-repeat;
	height: 15px;
	text-align: left;
	padding-left: 25px;
	padding-right: 15px;
	white-space: nowrap;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-color: #ffffff;
}
.bouton_gris_lien
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	white-space: nowrap;
}
.bouton_gris_lien:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	white-space: nowrap;
}

.bouton_noir
{
	background: url(../../Images/Global/bg_bouton_noir.jpg);
	background-repeat: no-repeat;
	height: 15px;
	text-align: left;
	padding-left: 25px;
	padding-right: 15px;
	white-space: nowrap;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-color: #ffffff;
}
.bouton_noir_lien
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	white-space: nowrap;
}
.bouton_noir_lien:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	white-space: nowrap;
}
