body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2F5A;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
}
.titre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0066CC;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}
.titre2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	padding : 5px ;
	font-size: 12px;
	background-color: #FFFFFF;
	border: thin solid #B7B7B7;
	
}
select {
	font-family: Arial, Helvetica, sans-serif;
	padding : 5px ;
	font-size: 12px;
	background-color: #FFFFFF;
	border: thin solid #B7B7B7;
	
}
.cadre {
	background-color: #FCFCFC;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDCDCD;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	border-left-color: #CDCDCD;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
}
.cadre2 {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	border: 1px solid #E8E8E8;
}
.dernierreleve{
	background-color: #E5E5E5;
	color: #000000 ;
}

.notifreleve{
	background-color: #E5E5E5;
	
	border: 1px solid #888888;
}
.notifrelevevue{
	
	border: 1px solid #888888;
}
.menu {
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BDC0CA;*/
padding-top: 10px;
padding-bottom: 15px ;
height: 10px ;

	
	background-color: #F9F9F9;	
}
#menu a {
	color : #000099 ;
	padding : 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/coinmenu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;


	}
#menu a:hover {
	color:#FFFFFF;
	background-color: #0066FF;
background-image: url(../images/coinmenu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#menu a:visited {
padding : 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/coinmenu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

}



.erreur{
	padding : 5px ;
	background-color: #FF0000;
	color: #FFFFFF ;
}
.valide{
	padding : 5px ;
	background-color: #00FF00;
	color: #000000 ;
}