/* CSS document */



/* general */
a {text-decoration: none;}
a:link {color: #FFFFFF;}
a:hover {color: #CCCCCC;}
a:hover.sousmenu {color: #FF0000; background-color: #000000;}
a:active {color: #CCCCCC;}
body, font, input, option, select {font-family: Verdana, Arial, Helvetica, sans-serif;}

html,
body {
	height: 100%; 
}	
	
/* curseurs */
body {
	cursor: default;
	}
a, a *, area, area * { 
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
input { 
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	_cursor: auto; /* for IE 6.x and 7.x bug */
}
input[type=password],
input[type=text],
textarea {
	cursor: text;
}
select, 
option {
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}



/*  */
.note {font-size: 9px;}

.fenetre {
height:543px; 
/*overflow:auto;*/
overflow-x: none;
overflow-y: auto;
}