button{
	cursor:pointer;
	padding:4px;
	background-color:#3498db;
	color:#ffffff;
	border-style:none; 
	font-weight:bold
	
}

input[type="number"]
{
	
	padding:3px;
	color: #4179a0;
	background-color: rgba(247, 248, 249, 1);
	border-style: solid;
	border-width: 1px;
	border-color: #becfdc;
	padding: 5px;
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
	font-family: "Alegreya Sans", Arial, Tahoma, sans-serif;
}
input[type="text"]
{
	
	padding:3px;
}
select
{
	
	padding:3px;
}
input[type="email"]
{
	
	padding:5px;
}
span.message_ok{
	color:green;
}
span.message_error{
	color:red;
}

body{
	margin:0px; padding:0px;
	font-family:calibri;
	font-size:13px;
	background-color:#efefef;
}

div.bouton_menu{
	
	padding:15px;
	color:#ffffff;
	cursor:pointer;
	font-size:14px;
	background-color:#0f1619;
}



div.bouton_menu:hover{

background-color:#0f85a5;
}

div.titre_zone_edition{
	font-weight:bold; 
	text-transform:uppercase; 
	border-style:solid; 
	border-color:#000000; 
	border-width:0px; 
	border-bottom-width:1px
}

tr.tr_ligne:hover{
background-color:#999999!important;	
}






div.popup_information_important{
	width:600px; 
				
				display:none;
				background-color: #efefef;
				padding:10px; 
				border-style:solid; 
				border-color:#b3b3b3;
				border-width:5px;
				border-radius:5px;
				position: absolute;
					z-index:1000;
				top:0;
				bottom: 0;
				left: 0;
				right: 0;
  box-shadow: 1px 1px 12px #555;
				margin: auto; text-align:center; font-size:18px;
}
div.popup_information_important_opacity{
	 position:absolute;width:100%; 
					z-index:0;
					left:0px;
					top:-100px; height:2000px; background-color:#666666; 
					  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}


