/* MENU_DEFINITIONS */

ul {
	list-style-type: none;
	padding-left: 0px;
	cursor:pointer;
}
.drawer-handle {
	height:30px;
	background-image: url(../fichiers_habillage/definition_theme.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 3px;
	list-style-type: none;
}

.drawer-content b{
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	list-style-type: none;
	cursor:default;
}

.drawer-content ul li{
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #0000FF;
	list-style-type: none;
	padding-left: 7px;
}



/* CONTENU_DEFINITIONS */

.intitule {
	font-family:Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 30px;
}


.data {
	font-family:Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#def_notes{
	position:absolute;
	left:10px;
	top:290px;
}
.notes {
	width: 580px;
	height: 210px;
	text-align: justify;
	font-family: "Lucida Grande", "Lucida sans", Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	vertical-align: top;
}
#list_def li:hover{
	background-color:#b4b4b4;
	color:#FFFFFF;
	cursor:pointer;
}