body {SCROLLBAR-FACE-COLOR: ffffff; SCROLLBAR-HIGHLIGHT-COLOR: ffffff; SCROLLBAR-SHADOW-COLOR: 7EA3DD; SCROLLBAR-3DLIGHT-COLOR:7EA3DD; SCROLLBAR-ARROW-COLOR:  7878B8; SCROLLBAR-TRACK-COLOR: ffffff; SCROLLBAR-DARKSHADOW-COLOR: ffffff}


/* CSS pour le texte */
.texte {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* CSS pour les titres */
.gdtitre {
	font-family:  Verdana,  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
}
.pttitre {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF6600;
	font-weight: bold;
}

/* CSS pour les liens */
a {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: 7EA3DD;
}
a:hover {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: 2B559A;
}

a.historique {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: 000000;
}
a.historique:hover {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
text-decoration: underline;
}
a.credit {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: 7EA3DD;
}
a.credit:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 2B559A;
}

/* menu du back-office */
.menu {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC3300;
	font-weight: bold;
}

/* champs de formulaire */
.champs {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px double #333333;
	display: inline-table;
}
.bouton {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFCC66;
	border: 1px solid #000000;
	display: inline-table;
	font-weight: bold;
}

.tab_bas {
	background-repeat: repeat-x;
	background-position: bottom;
}
.tab_droite {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: Aucune;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: Aucune;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.pointille_cellule {
	border: 1px dotted #BBCCBB;
}
.tab_gauche {

	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: Aucune;
	border-bottom-style: Aucune;
	border-left-style: double;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
