h3 {
	background:-moz-linear-gradient(90deg, #8FB4DA, #8FB4DA); /* Firefox */
	background:-o-linear-gradient(90deg, #8FB4DA, #8FB4DA); /* Opéra */
	background:-webkit-gradient(linear, left top, left bottom, from(#8FB4DA), to(#8FB4DA)); /* Webkit */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#8FB4DA', EndColorStr='#8FB4DA'); /* IE */
	
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 1px 0 #fff;
	-ms-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
	color:#FFFFFF;
	
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	text-align:left !important;
	/*text-shadow:0 1px 1px #333;*/
	text-transform:uppercase;
	width:100%;
}

.tabLogin{
	border:solid 1px #0031a6;
	background-color:#cae2fc;
	width:500px;
}

input[type=submit],[type=button] {
	background-color:#8fb4da;
}
input[type=submit]:hover,[type=button]:hover {
	color:#cae2fc;
}
/*Pour modifier la couleur de inputs text et area*/
input[type=text],textarea, select {
	color:#0032A8;
	font-weight:bold;
}
textarea{
	height:150px !important;
	width:280px ;
}
#entete {
	background-image:url(../images/bg-entete.png);
	background-repeat:repeat-x;
	/*background-color:#0031a6;	*/
}
#menu {
	background-color:#cae2fc;
}
.bouton_menu {
	/*background-color:#0031a6;*/
	/*background-image:url(../images/repeat-menu.png);
	background-repeat:repeat-x;*/
	background-color:#8fb4da;
}
.bouton_sous_menu {
	background-color:#8fb4da;
}

.bouton_sous_menu a {
	color:white;
	font-size:14px;
}
.text_adr{
	width:300px;
	height:120px ;
}
.text_com{
	width:500px;
	height:50px;
}

.listing th{
	background-color:#8fb4da;
}
.listing td{
	white-space:nowrap;
}

H3{
	text-align: center;
}
.bouton_upload{
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;
  
  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/		
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/
	
  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:40px !important;
	border:solid 2px #cfcfcf !important;
	height:51px !important;
	line-height:51px;
	vertical-align:middle;
	
	min-width:300px;
	text-align:left !important;
	text-indent:25px;
	background:#8fb4da url('../images/icone_upload.png') no-repeat 2px 3px !important;
	color:white;
}


.grille{
	width:100%;
}
.grille th{
	border:solid 1px #333333;
	border-left:none;
	text-align:center;
}
.grille td{
	border:solid 1px #333333;
	border-left:none;
	border-top:none;
	text-align:center;
	padding:2px;
}

.grille a{
	color:black;
}
.grille a:hover{
	font-weight:bold;
	text-decoration:none;
	color:#FF6623;
}


.contenu_statistique{
	overflow-y:auto;
	position: fixed; 
	height:800px;
	width:85%;	
}

