#menu-gauche-v2
{
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	padding: 0px 15px;
	width: 200px;
	
	border:1px solid #D4D4D4;
	
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .8) inset;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .8) inset;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .8) inset;

	background: #EAE8DD; /* Old browsers */
	background: -moz-linear-gradient(center top , #EAE8DD 0pt, #EAE8DD 40%, #E5E3D7 60%, #DAD8CD 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(center top , #EAE8DD 0pt, #EAE8DD 40%, #E5E3D7 60%, #DAD8CD 100%); /* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAE8DD), color-stop(40%,#EAE8DD), color-stop(60%,#E5E3D7), color-stop(100%,#DAD8CD)); /* Chrome,Safari4+ */
	background: -o-linear-gradient(center top , #EAE8DD 0pt, #EAE8DD 40%, #E5E3D7 60%, #DAD8CD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(center top , #EAE8DD 0pt, #EAE8DD 40%, #E5E3D7 60%, #DAD8CD 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAE8DD', endColorstr='#E5E3D7',GradientType=0 ); /* IE6-9 */
}

#menu-gauche-title
{
	font-family: Hevetica, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #4F4F4D;
	border-bottom: 1px dotted #4F4F4D;
	padding-top: 20px;
	padding-bottom: 3px;
}

#menu-gauche-v2 label
{
	font-family: Arial, Hevetica, sans-serif;
	font-size: 11px;
	margin: 5px 0 0;
	padding: 0;
}

#menu-gauche-v2 ul
{
	font-family: Arial, Hevetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
}

#menu-gauche-v2 ul li
{
	/*cursor: pointer;*/
	cursor: default;
	display: list-item;
	list-style-type: none;
	margin-top: 0;
	padding: 5px;
	position: relative;
	width: 190px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}

#menu-gauche-v2 ul li:hover
{
	background-color: #F3F3F3;
	border: 1px solid #D3D3D1;
	padding: 4px;
}

#menu-gauche-v2 div
{
	margin-left: 0px;
	color: #7f552f;
	text-decoration: none;
}

#menu-gauche-v2 div:hover
{
	text-decoration: none;
}

#menu-gauche-v2 input
{
	position: relative;
	top: -15px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .3),inset 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .3),inset 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .3),inset 0 1px 2px rgba(0, 0, 0, .2);
	border: medium none !important;
	margin: 5px 0;
	padding: 5px;
	width: 190px;
	color: #AAAAAA;
}

#form-pro-connexion input
{
	position: relative;
	top: 0px;
}

#menu-gauche-v2 select
{
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .3),inset 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .3),inset 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .3),inset 0 1px 2px rgba(0, 0, 0, .2);
	border: medium none !important;
	margin: 5px 0;
	padding: 3px;
	width: 200px;
}

#menu-gauche-v2 button
{
	display: block;
	cursor: pointer;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font: 12px Arial, sans-serif;

	border:1px solid #07709B;
	
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;

	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25), 0 1px 0 rgba(255, 255, 255, .4) inset;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .25), 0 1px 0 rgba(255, 255, 255, .4) inset;
	box-shadow: 0 0 4px rgba(0, 0, 0, .25), 0 1px 0 rgba(255, 255, 255, .4) inset;

	background: #2790bb; /* Old browsers */
	background: -moz-linear-gradient(center top , #2790bb 0pt, #2790bb 50%, #1780AB 50%, #1780AB 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(center top , #2790bb 0pt, #2790bb 50%, #1780AB 50%, #1780AB 100%); /* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2790bb), color-stop(50%,#2790bb), color-stop(50%,#1780AB), color-stop(100%,#1780AB)); /* Chrome,Safari4+ */
	background: -o-linear-gradient(center top , #2790bb 0pt, #2790bb 50%, #1780AB 50%, #1780AB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(center top , #2790bb 0pt, #2790bb 50%, #1780AB 50%, #1780AB 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2790bb', endColorstr='#1780AB',GradientType=0 ); /* IE6-9 */
}

#menu-gauche-v2 button:hover
{
	background: #2387b1;
}

.help-menu-gauche
{
	/*display: none;*/
	opacity: 0;
	position: absolute;
	/*top: 185px;*/
	left: -170px;
	width: 150px;
	background-color: #ffffff;
	border: 1px solid #dedcd3;
	padding: 7px;
	text-align: right;
	font-family: arial;
	font-size: 10px;
	color: #9a9994;
	
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	
	-webkit-box-shadow: -3px 3px 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: -3px 3px 8px rgba(0, 0, 0, .2);
	box-shadow: -3px 3px 8px rgba(0, 0, 0, .2);
}

.help-menu-gauche p
{
	color: #FF0000;
}

.help-arrow
{
	position: absolute;
	display: block;
	top: 30px;
	right: -18px;
	width: 18px;
	height: 18px;
	background: url("../resources/annuaire/help-arrow.png") no-repeat scroll left top transparent;
}

.icon-plus
{
	z-index: 200;
	position: relative;
	display: block;
	cursor: pointer;
	top: 10px;
	left: 180px;
	width: 15px;
	height: 15px;
	background: url("../resources/annuaire/icon-plus.png") no-repeat scroll left top transparent;
}

.icon-cross
{
	z-index: 200;
	position: absolute;
	display: block;
	cursor: pointer;
	top: 7px;
	right: 6px;
	width: 10px;
	height: 10px;
	background: url("../resources/annuaire/icon-cross.png") no-repeat scroll left top transparent;
}

#citation, #citation-author, #citation-link
{
	z-index: 120;
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #4E4E4C;
	font-family: 'Delius Swash Caps', cursive,arial,sans-serif;
	font-size: 13px;
	text-align: justify;
}

#citation-author
{
	float: right;
	font-family: Helvetica,arial,sans-serif;
	font-size: 13px;
	text-align: right;
}

#citation-link
{
	float: left;
	font-family: Helvetica,arial,sans-serif;
}

#citation-link a
{
	color: #2790BB;
	text-decoration: none;
}

#citation-link a:hover
{
	color: #1D6786;
}

.begin, .end
{
	z-index: 110;
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background: url("../resources/annuaire/comment-begin.png") no-repeat scroll left top transparent;
}

.begin
{
	top: -8px;
	left: -8px;
}

.end
{
	bottom: -8px;
	right: -8px;
	background: url("../resources/annuaire/comment-end.png") no-repeat scroll left top transparent;
}
