/* ------------------------------------------------------------- SideBar menu*/
#sidebar {
	position:absolue;
	top:100px;
	display: block;
	left: 10px;
	width:220px;
	text-align: left;
	color: #404040;
	z-index:2;
	height: auto;
}

.menu1 {
	position: absolue;
	float:none;
	clear: both;
	width: 100%;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 25px;
	font-weight: none;
	text-transform: capitalize;
	cursor: pointer;
	margin: 20px 0px 0px 0px;
	display: block;
}

/*.menu1:hover  {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: none;
	background-color: #646464;
	border-left: solid #646464 10px;
	margin: 20px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
}*/

.menu2, menu2 a, menu2 visited, menu2 hover {
	position: relative;
	float:none;
	clear: both;
	width: 100%;
	font-size: 10px;
	line-height: 14px;
	vertical-align: middle;
	font-weight:none;
	margin: 0px 0px 0px 10px; /* Top left bottom Right*/
	padding: 3px 0px 1px 0px;
	cursor: pointer;
	font-size: 12px;
	COLOR : #7d1204;
}

.menu3 {
	position: relative;
	float:left;
	clear: both;
	width: 100%;
	font-size: 9px;
	line-height: 11px;
	vertical-align: middle;
	color: #646464;
	cursor: pointer;
	margin: 2px 5px 2px 0px;
	padding: 1px 5px 1px 0px;
	border-right: solid #646464 1px;
	text-decoration:none;
}
.adresse, .adresse a {
	position: relative;
	float:left;
	clear: both;
	width: 100%;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 14px;
	vertical-align: middle;
	color: #646464;
	float: left;
	cursor: pointer;
	margin: 2px 0px 2px 0px;
	padding: 1px 0px 1px 0px;
	text-decoration:none;
}
.adresse a:hover{
	text-decoration:underline;
}
/* ----------------------------------------- Mover Class, correspond au block qui sont animés */
.mover {position:relative;	width:100%;	float:none;	clear:both;	margin: 2px 0px 10px 0px;	text-align:left;	COLOR: #646464;}
.mover A:LINK {
	color: #646464;
	display:block;
	position:relative;
	float:right;
	clear:both;
	width:200px;
	font-size: 10px;
	line-height: 11px;
	font-weight: none;
	vertical-align: middle;
	color: #646464;
	float: left;
	cursor: pointer;
	margin: 1px 5px 1px 14px;
	padding: 2px 0px 2px 0px;
	/*border-left: solid #646464 2px;*/
	text-decoration:none;	
}
.mover a:hover  {
	color: #ffffff;
	/*border-left: solid #646464 2px;*/
	background-color: #646464;
	text-decoration:none;
}
.mover .mover { /*Espace entre le menu et le sous menu*/
	margin: 2px 0px 0px 0px; /* Top left bottom Right*/
	text-decoration:none;
}
.mover .mover a {display:block;}

/* ---------------------------------------------------------  Mover Class, END*/
.spacy {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	display: block;
	/* Spacy permet d'éviter les problème de margin et de padding en cross browser! Sa hauteur est directement définie en inline style */
}
