@charset "utf-8";

.cellBorder {
	height: 20px;
	border: 1px solid #000000;
	margin: 0;
	padding: 0;
}
.loginBox {
	padding: 5px;
	border: thin solid #000000;
}


.ColorCell {
	background-image: url(/images/bleugch.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border : solid 1px black;
}

.affichageDate {
	color: #666666;
	text-align: center;
	width: 100%;
}
#mainCell {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.textFields {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
	width: 150px;
	border: thin solid #CCCCCC;
	margin: 5px;
}
.btnSubmit {
	background-color: #593D27;
	border: thin solid #0066FF;
	margin: 5px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}




.FontCell {
	border-color: #2A3F00;
}
.pagePrincipale {
	/* background-color: #B6A660; */
    background-color: #3CBFF3;
	background-image: url(/images/degrade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Arial;
	font-size: 0.9em;
	color: #000000;
	text-align: justify;
}
.pageIncluse {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.9em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.pageIncluse img {
	border: thin solid #000000;
	margin: 5px;
}
