html { 
    margin:0px; 
    padding:0px;
    height:100%;
}
body{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

TD{
color:#333333;
font-weight:normal;
font-family:arial;
font-size:11px;
}

A{
color:#5F8BD6;
font-weight:normal;
text-decoration:underline;
font-family:arial;
font-size:11px;
}

A:hover{
color:#333333;
font-weight:normal;
text-decoration:underline;
font-family:arial;
font-size:11px;
}

BIG{
color:#6A93D9;
font-weight:normal;
font-family:arial;
font-size:30px;
}

b{
color:#5F8BD6;
font-weight:bold;
font-family:arial;
font-size:14px;
}

ul{
position:relative;
left:-25px;

}
/* --------------- MENU ---------------- */
.menu A{
color:#5F8BD6;
text-decoration:none;
font-weight:bold;
font-family:arial;
font-size:14px;
}

.menu A:hover{
color:#4071C3;
font-weight:bold;
text-decoration:none;
font-family:arial;
font-size:14px;
}

/* --------------- BOTTOM ---------------- */
.bottom{
background-color:#FFB300;
color:#B94E00;
font-weight:normal;
text-decoration:none;
font-family:arial;
font-size:11px;
}
.bottom A{
color:#ffffff;
font-weight:normal;
text-decoration:undelline;
font-family:arial;
font-size:11px;
}
.bottom A:hover{
color:black;
font-weight:normal;
text-decoration:underline;
font-family:arial;
font-size:11px;
}

/* --------------- CADRE ---------------- */
.cadre {
background-color:white;
border-top: 1px solid #9EBDCA;
border-left: 1px solid #9EBDCA;
border-right: 1px solid #4987A1;
border-bottom: 1px solid #4987A1;
}
/* --------------- FORM ------------------- */

input,textarea {	
	background-color:white;
	color:#33333;	
	font-family: arial;  
	font-size: 11px; 
	font-weight: regular; 
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}	

.btn {	
	background-color:#B2C7EB;
	color:#000000;	
	font-family: arial;  
	font-size: 11px; 
	font-weight: regular; 
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}	


/* Pour éviter les bords sur les checkbox */
.NoBorder{border-width:0;background-color: transparent}
span.NoBorder input {border-width:0;background-color: transparent}