#sidebar {
	/*background-image: url('/images/sidebar/sidebar-2.png');
	background-repeat: no-repeat;*/
}

#sidebar hr{
	height: 2px; 
	color: #393939; 
	background-color: #393939; 
	width: 90%; 
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

#sidebar #sidebar_identification label{
	font-size: 10px;
}


#sidebar #utilisateur ul, #sidebar #sidebar_identification ul{
	list-style: none;
	margin: 0;
	padding:0;
}
#sidebar #utilisateur ul a, #sidebar #sidebar_identification ul a{
	font-size: 11px;
	display:block;
}
#sidebar #utilisateur ul a.deconnexion{
	padding-top: 0.5em;
}

#sidebar input.champ_login {
	width: 120px;
}

#sidebar #sidebar_identification .button  {
	height:58px;
	width:20px;
}

#sidebar select{
	margin-bottom: 5px;
}
#sidebar #sidebar_recherche .button, #sidebar #sidebar_depot .button{
	margin-top: 5px;
}
#sidebar #sidebar_recherche p{
	margin-top: 0px;
	margin-bottom: 5px;
	color: gray;
}

#sidebar .fb_iframe_widget {
	-moz-box-shadow: inset 1px 1px 3px #000000;
	-webkitbox-shadow: inset 1px 1px 3px #000000;
	box-shadow: inset 1px 1px 3px #000000;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	padding: 3px;
	padding-left: 5px;
	border: none;
	background-color: #f9f9f9;
}

#sidebar div.rss{
	text-align: center;
}


#sidebar #theme a.orange{
	color: #e46c10;
}
#sidebar #theme a.orange:hover{
	color: #e77d0d;
}
#sidebar #theme a.green{
	color: #537b1c;
}
#sidebar #theme a.green:hover{
	color: #6b9d28;
}
