html 
{
	overflow-y: scroll;
	overflow-x: hidden;
}
body
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
}
#menu
{
	background-image: url('images/fond_menu.png');
	height: 30px;
	padding: 0;
	margin-left: -8px;
	top: 0px;
	overflow: hidden;
	z-index: 500;
	position: fixed;
}
/*POUR LE MENU PRINCIPALE*/
#menu_list, a
{
	display: block;
	width: 100%;
	height: 30px;
	list-style: none;
	padding: 0;
	margin: 2px 0 0px 0;
	text-decoration: none;
	color: #C3C3C3;
	cursor: default;
}
#menu_list li
{
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	width: 100px;
}
#menu_list li:hover
{
	-webkit-animation: fond_light_btn 0.2s ease-out;
	background-color: #5A5A5A;
}
.menu_clic
{
	padding: 0 30px;
	height: 30px;
}
/*POUR LE SOUS-MENU CLIENTS*/
#smnu_clients
{
	background: rgba(5, 5, 5, .90);
	text-decoration: none;
	list-style: none;
	color: #C3C3C3;
	position: fixed;
}
#smnu_documents
{
	background: rgba(5, 5, 5, .90);
	text-decoration: none;
	list-style: none;
	color: #C3C3C3;
	position: fixed;
}
#smnu_produits
{
	background: rgba(5, 5, 5, .90);
	text-decoration: none;
	list-style: none;
	color: #C3C3C3;
	position: fixed;
}
#smnu_fournisseurs
{
	background: rgba(5, 5, 5, .90);
	text-decoration: none;
	list-style: none;
	color: #C3C3C3;
	position: fixed;
}
.btn_smnu
{
	width: 100%;
	height: 30px;
	text-align: center;
	color: #C3C3C3;
	cursor: default;
	border: 1px solid #C6C6C6;
}
.btn_smnu:hover
{
	background: rgba(180, 180, 180, .85);
	color: #000000;
	-webkit-animation: fond_light_btn 0.2s ease-out;
}
/*PARTIE DROITE DE LA BARRE*/
#user
{
	display: inline-block; 
	position: absolute; 
	right: 140px; 
	margin-top: 2px;
}
#user a
{
	display: block;
	width: 100%;
	height: 26px;
	padding-left: 5px;
	padding-right: 5px;
}
#user a:hover
{
	background-color: #5A5A5A;
}
#options
{
	display: inline-block;
	position: absolute;
	right: 90px;
	margin-top: 2px;
}
#options a
{
	display: block;
	width: 100%;
	height: 26px;
	padding-left: 5px;
	padding-right: 5px;
}
#btn_options
{
	display: inline-block;
	height: 32px;
	width : 32px;
	background: url(images/icones/options.png) no-repeat center center, #c6c6c6;
	margin-top: -4px;
	opacity: 0.5;
}
#btn_options:hover
{
	opacity: 1;
}
#exit
{
	display: inline-block;
	position: absolute;
	right: 20px;
	margin-top: 2px;
}
#exit a
{
	display: block;
	width: 100%;
	height: 26px;
	padding-left: 5px;
	padding-right: 5px;
}
#exit a:hover
{
	background-color: #5A5A5A;
}
/*SOUS MENU CADRE*/
#menu_cadre
{
	display: block;
	width: 100%;
	height: 30px;
	list-style: none;
	padding: 0;
	margin: auto;
	text-decoration: none;
	cursor: default;
	text-align: center;
}
#menu_cadre li
{
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	width: 180px;
	height: 20px;
	border: 1px solid #006064;
	border-radius: 5px;
	background: rgba(52, 198, 205, .80);
	color: #012D2D;
}
#menu_cadre li:hover
{
	/*-webkit-animation: fond_light_btn_cadre 0.3s ease-out;*/
	background: rgba(29, 112, 116, 1);
	color: #91D7D7;
}
/*MENU OPTIONS*/
.titre_section
{
	background-color: #c3c3c3;
	font-weight: bold;
}
/*Documents*/
#menu_option_document
{
	display: block;
	width: 310px;
	padding: 0;
	text-decoration: none;
	cursor: default;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border: 2px solid #C3C3C3;
	border-radius: 5px;
}
#menu_option_document li
{
	/*display: inline-block;*/
	text-align: center;
	padding: 0 15px;
	width: 200px;
	height: 20px;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	background: rgba(5, 5, 5, .80);
	color: #ffffff;
	list-style: none;
	margin-bottom: 10px;
}
#menu_option_document li:hover
{
	-webkit-animation: fond_light_btn_cadre 0.3s ease-out;
	background: rgba(220, 220, 220, 1);
	color: #000000;
}
/*Produits*/
#menu_option_produits
{
	display: block;
	width: 310px;
	padding: 0;
	text-decoration: none;
	cursor: default;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 2px solid #C3C3C3;
	border-radius: 5px;
}
#menu_option_produits li
{
	/*display: inline-block;*/
	text-align: center;
	padding: 0 15px;
	width: 200px;
	height: 20px;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	background: rgba(5, 5, 5, .80);
	color: #ffffff;
	list-style: none;
	margin-bottom: 10px;
}
#menu_option_produits li:hover
{
	-webkit-animation: fond_light_btn_cadre 0.3s ease-out;
	background: rgba(220, 220, 220, 1);
	color: #000000;
}
/*Options générale*/
#menu_option_generale
{
	display: block;
	width: 310px;
	padding: 0;
	text-decoration: none;
	cursor: default;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 2px solid #C3C3C3;
	border-radius: 5px;
}
#menu_option_generale li
{
	/*display: inline-block;*/
	text-align: center;
	padding: 0 15px;
	width: 200px;
	height: 20px;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	background: rgba(5, 5, 5, .80);
	color: #ffffff;
	list-style: none;
	margin-bottom: 10px;
}
#menu_option_generale li:hover
{
	-webkit-animation: fond_light_btn_cadre 0.3s ease-out;
	background: rgba(220, 220, 220, 1);
	color: #000000;
}
/*Menu Webshop*/
#menu_webshop
{
	display: block;
	width: 310px;
	padding: 0;
	text-decoration: none;
	cursor: default;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border: 2px solid #C3C3C3;
	border-radius: 5px;
}
#menu_webshop li
{
	text-align: center;
	padding: 5px;
	width: 200px;
	height: 40px;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	background: rgba(5, 5, 5, .80);
	color: #ffffff;
	list-style: none;
	margin-bottom: 10px;
}
#menu_webshop li:hover
{
	-webkit-animation: fond_light_btn_cadre 0.3s ease-out;
	background: rgba(220, 220, 220, 1);
	color: #000000;
}
#menu_webshop li img
{
	max-height: 40px;
	vertical-align: middle;
}
/*ANIMATION*/
@-webkit-keyframes fond_light_btn
{
	0%{background: rgba(90, 90, 90, 0);}
	100% {background: rgba(90, 90, 90, 1);}
}
@-webkit-keyframes fond_light_btn_cadre
{
	0%{background: rgba(5, 5, 5, 0.90);}
	100% {background: rgba(220, 220, 220, 0.90);}
}
/*Position dans le menu*/
