html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/fond-header.png);
	background-repeat: repeat-x;
	background-position: right top;
	overflow: hidden;
}
img {
	border: 0px;
	border-color: red;
}
ul {
	list-style-type:none;
	border:0px;
	margin:0px;
	padding:0px;
	background-color:white;
}

.aide {
	background-color: white;
	border: none;
	color: black;
	font-size: 13px;
	left: 0px;
	padding: 5px;
	position: absolute;
	text-align: justify;
	vertical-align: top;
	width: 270px;
	z-index: 10;
}
.titreAide {
	color: darkorange;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
.angleRond {
	border: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 201;
}

.formInput {
	text-align:left;
}
.formItem {
	text-align:right;
	width:110px;
	vertical-align: top;
}
.formConditions {
	color: white;
	font-size: 11px;
	text-align: left;
	width: 20px;
}

#amelioration, #RaisonResiliation {
	width: 100%;
}
.tabsMonCompte {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
	color: #17475E;
}

a {
	text-decoration: none;
	color: #149CD4;
}
a:hover {
	color: #E9982A;
}

#divSablier {
	position: absolute;
	border: none;
	z-index: 300;
	background-color: white;
}
#imgSablier {
	position: absolute;
	border: none;
}
#divLangues {
	background-color: white;
	border: none;
	color: #17475E;
	height: 0px;
	left: 230px;
	position: absolute;
	text-align: left;
	top: 0px;
	width: 190px;
	z-index: 202;
}
#LanguesBordDroit {
	background-color: white;
	border-top: none;
	border-right: solid 1px lightGrey;
	border-bottom: none;
	border-left: none;
	height: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	width: 2px;
	z-index: 201;
}
#LanguesBordBas {
	background-color: white;
	border-top: none;
	border-right: none;
	border-bottom: solid 1px lightGrey;
	border-left: none;
	height: 2px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	width: 0px;
	z-index: 201;
}
#LanguesBordGauche {
	background-color: white;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: solid 1px lightGrey;
	height: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	width: 2px;
	z-index: 201;
}

#divHeader {
	background-repeat: no-repeat;
	height: 111px;
	margin-bottom: 0px;
	min-width: 1000px;
	width: 100%;
}
#divMenu {
	background-position: bottom;
	background-repeat: no-repeat;
	float: right;
	height: 111px;
	margin-left: 372px;
	width: 638px;
}
#divInviteConnexion, #divInviteDeconnexion {
	color: white;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 4px;
	position: absolute;
	right: 0px;
	top: 0px;
	vertical-align: top;
}
#divIdentification {
	background-color: #0D698D;
	color: white;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 0px;
	z-index: 300;
}
#fermeIdentification {
	cursor: pointer;
	position: absolute;
	right: 2px;
	top: 2px;
}
#identificationBordBas {
	border:none;
	bottom: -5px;
	margin: 0px;
	height: 5px;
	overflow: hidden;
	position: absolute;
	padding: 0px;
	background-color: #0D698D;
	right: 0px;
	width: 0px;
	z-index: 201;
}
#identificationSW {
	bottom: -4px;
	left: 1px;
	position: absolute;
}

#divBandeau {
	background-image: url(../images/fond-container-gauche.gif);
	background-repeat: repeat-y;
	left: 0px;
	position: absolute;
	width: 372px;
}
#colonnegauche {
	margin-left: 15px;
	margin-top:0px;
	background-image: url(../images/fond-gauche-haut.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EDEDED;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	width: 357px;
}
#colonnegauche div {
	font-size: 13px;
}
#colonnegauche div .aide {
	font-size: 13px;
}
div#colonnegauche h1 {
	color: #149CD4;
	font-size: 21px;
}
div#colonnegauche h1, div#colonnegauche p {
	margin: 0;
	padding: 10px 20px 10px;
	text-align: left;
}
#ville {
	left: 0px;
	bottom: 11px;
	position: absolute;
}

#containerdroite {
	margin-left: 372px;
	position: absolute;
}
#colonnedroite {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
div#colonnedroite h1 {
	color: #73AB3E;
	font-size: 21px;
}
div#colonnedroite h1, div#colonnedroite p {
	margin: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
}
div#colonnegauche p, div#colonnedroite p {
	color: #17475E;
	font-size: 13px;
	text-align: justify;
}

#divFooter {
	bottom: 0;
	position: absolute;
	width: 100%;
}
#foot-copyright {
	background-color: #18485E;
	height: 16px;
	margin-top: 15px;
	width: 100%;
}
div#foot-copyright p {
	color: #FFF;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
	text-align: center;
}
#divChampsMasques{
	display: none;
}

/**********************CALENDRIER***************************/
.divCal {position:absolute;border:1px solid;border-color:lightGrey gray gray lightGrey;background:white;}
.divCal a{text-decoration:none; width:100%;   }
.divCal table {font-size:12px;font-family:Tahoma;text-align:center;margin:0px;}
.divCal td {margin:0px;border:1px solid white;}
.divCal .zoneTitre {color:black;font-size:12px;font-family:Tahoma;text-align:center;margin:0px;background:darkorange;}
.divCal .zoneNav {border-color:darkorange;background:darkorange;font-size:10px;font-family:Tahoma;text-align:center;margin:0px;cursor:pointer;}
.divCal .zoneMois {border-color:darkorange;background:darkorange;font-family:Tahoma;width:100px;margin:0px;}
.divCal .zoneAnnee {background:darkorange;font-size:10px;font-weight:bold;text-align:right;margin:0px;width:100%;}
.divCal .nSemaine {font-family:Tahoma;width:30px;margin:0px;color:darkorange;}
.divCal div{ margin : 0px;}

.divCal .tdx {color:white;}
.divCal .tdx .enWeekend {background:white;}
.divCal .tdx .enFeriee {background:white;}
.divCal .tdx .enMois {color:black;font-weight:bold;}
.divCal .tdx .aujourdhui {border:2px solid red;}

.divCal .tdxNow {color:black;font-weight:bold;} 
.divCal .tdxNow:hover {background:darkorange;} 

.divCal .tdx:hover {background:darkorange;}
.divCal .tdx:hover .enWeekend {background:darkorange;}
.divCal .tdx:hover .enMois {color:black;font-weight:bold;background:darkorange;} /*pour firefox */
/***********************************************************/
