/* CSS Document */

/* STYLE DU BODY */
Body {margin:0px; font-family: Verdana;background-color:#222222;}

/* STYLE DE TEXTBOX */
.box {font-size: x-small; color: #000000; width:150px;}

/* STYLE DE COMBOBOX */
.lstbox {font-size: x-small; color: #000000; width:155px;}

/* STYLE DE TEXTAREA */
.txtarea {font-size: x-small; color: #000000; width:270px; height:80px;}

/* STYLES DE BOUTON */
.btn {font-size: small; color: #000000;}

/* STYLES DE TEXTE */
.largeColor1 {font-size: 35px; color: #000000;} /* NOIR */
.smallColor1 {font-size: small; color: #000000;} /* NOIR */
.xsmallColor1 {font-size: x-small; color: #000000;} /* NOIR */
.xxsmallColor1 {font-size: xx-small; color: #000000;} /* NOIR */

.largeColor2 {font-size: 35px; color: #F29200;} /* ORANGE */
.smallColor2 {font-size: small; color: #F29200;} /* ORANGE */
.xsmallColor2 {font-size: x-small; color: #F29200;} /* ORANGE */
.xxsmallColor2 {font-size: xx-small; color: #F29200;} /* ORANGE */

.largeColor3 {font-size: 35px; color: #CCCCCC;} /* GRIS */
.smallColor3 {font-size: small; color: #CCCCCC;} /* GRIS */
.xsmallColor3 {font-size: x-small; color: #CCCCCC;} /* GRIS */
.xxsmallColor3 {font-size: xx-small; color: #CCCCCC;} /* GRIS */

.largeColor4 {font-size: 35px; color: red;} /* ROUGE */
.smallColor4 {font-size: small; color: red;} /* ROUGE */
.xsmallColor4 {font-size: x-small; color: red;} /* ROUGE */
.xxsmallColor4 {font-size: xx-small; color: red;} /* ROUGE */

/* STYLES DE LIEN HYPERTEXTE */
a:link {font-size: small; color: #CCCCCC; text-decoration: none;}
a:visited {font-size: small; color: #CCCCCC; text-decoration: none;}
a:hover {font-size: small; font-weight:bold; color: #F29200; text-decoration: none;}

/* STYLES DE FOND */
.fondColor1 {background-color:#FFFFFF;} /* BLANC */
.fondColor2 {background-color:#F29200;} /* ORANGE */
.fondColor3 {background-color:#CCCCCC;} /* GRIS */

/* STYLES DE CADRE */
.cadreColor1 {border-color:#FFFFFF;border-style:solid;border-width:1px;} /* BLANC */
.cadreColor2 {border-color:#F29200;border-style:solid;border-width:1px;} /* ORANGE */
.cadreColor3 {border-color:#CCCCCC;border-style:solid;border-width:2px;} /* GRIS */
.cadreColor4 {border-color:#000000;border-style:solid;border-width:1px;} /* NOIR */

/* STYLES POUR CALENDRIER */
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #FF9900;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */


