@CHARSET "ISO-8859-1";

#feuille_note {
	text-align: center;
	width: 745px;
	margin: 0 auto;	
	background: #efefef;	
}
.choixFeuilleNote {
	border: solid 1px #CCDDCC;	
	padding: 5px;
	float: left;
	width: 280px;
	height: 86px;
	margin: 10px 10px 0;
}
.choixFeuilleNoteOpaque {
	opacity: 0.5;
}
.choixFeuilleNote div {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;	
	background-color: #C6E5B7;
	padding: 15px;
	text-align: center;
	font-size: large;
	height: 55px;
}
.choixFeuilleNote a,.choixFeuilleNote .lienInactif {
	font-variant: small-caps;
	font-weight: bold;
}
.choixFeuilleNote a:hover{
	border: none;
	text-decoration: none;
}
.choixFeuilleNote .features {
	display: block;
	font-size: x-small;
	margin-top: 10px;
	font-variant: normal;
	font-weight: normal;
}
.choixFeuilleNote .petit {
	display: block;
	font-size: xx-small;
	margin-top: 10px;
}
#container .mondeshydrateur {
	float: left;
	margin: 15px 0 0 -5px;	
}
#container a.mondeshydrateur:hover {
	border: none;	
}
#feuille_note .feuille{
	padding: 15px;
	border: 1px black solid;
}
#feuille_note a,#feuille_note a:active {
	color: black;
}
#feuille_note h1 {
	color: black;
}
#feuille_note ul {
	width: 25%;
	float: left; 
	list-style: none; 
	margin: 0 0 10px 0; 
	padding: 0;
}
.feuille_note_no_print {
	padding: 10px;
}