/* general*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

.clear{
	clear: both;
}

h1{
	float: left;
	margin: 0;
	padding: 0;
}

#global {
	background: #fff;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.orange{
	color: #F35F00;
}

h2, h3{
	color: #F35F00;
	font-size: 140%;
	font-weight: bold;
}

h3{
	font-size: 120%;
}

a img{
	border: 0;
}

a:hover img{
	filter : alpha(opacity=80);
	-moz-opacity : 0.8;
	opacity : 0.8; 
}

.centre{
	padding: 0;
	text-align: center;
}

.vert{
	color: #A0BA37;
}

.blanc{
	color: #fff;
}

.rouge, #gauche a.erreur{
	color: #F75744 !important;
}

.fl-left{
	float: left;
}

.fl-right{
	float: right;
}

#machine_etat.fl-left, #machine_root_p2.fl-left{
	padding-top: 3px;
}

#machine_root_p2.fl-left{
	color: #fff;
	font-weight: bold;
}
/* general*/

/* entete */
#haut {
	height: 62px;
	margin: 0 auto;
	position: relative;
	width: 1200px;
}

#haut_conteneur, #pied_conteneur{
	background: #565656;
}

#haut h1{
	margin: 10px 0 0 10px;
}

#haut #menu{
	float: right;
	list-style: none;
	margin:20px 0 0 0;
	padding:0;
}

#haut #menu li{
	color:#fff;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

#haut #menu a{
	font-size:11px !important;
	margin: 0 !important;
	text-decoration: none;
}
/* entete */

/* pied */
#pied {
	padding: 10px 0;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 995px;
}

#pied a{
	color: #fff;
}
/* pied */

/* partie gauche */
#gauche{
	/*position: fixed;
	top: 50px;
	width: 135px;*/

	float: left;
	width: 135px;
}

#rechercher_gauche, #rechercher_inter{
	background: url(../images/voir.png) no-repeat 82px 50%;
	display: block;
	float: none;
	margin: 20px auto 0 auto;
	width: 100px;
}

#rechercher_inter{
	display: inline-block;
	margin: 0;
}

#gauche ul{
	list-style: none;
	margin: 20px 0 20px 10px;
	overflow: auto;
	padding: 0;
}

#gauche a{
	/*background: url(../images/machine.png) no-repeat top left;*/
	color: #4d5b6e;
	display: block;
	margin-bottom: 10px;
	padding: 2px 5px;
	text-decoration: none;
	/*width: 140px;*/
}

#gauche .inactif a, #liste_inter li.inactif{
	color: #dedede;
}

#gauche a.erreur{
	/*background: url(../images/machine-erreur.png) no-repeat top left;*/
}

#gauche a:hover{
	background-color: #dedede;
	color: #4d5b6e;
	text-decoration: none;

	border-radius: 4px;
}
/* partie gauche */

/* contenu */
#contenu{
	float: left;
	/*min-height: 750px;
	margin-left: 145px;*/
	width: 1050px;
}
/* contenu */

/* machines */
#machines, table.machines{
	border: 1px solid #4d5b6e;
	border-collapse: collapse;
	margin: 20px auto;
	/*width: 1000px;*/
	width: 100%;
}

#machines th, table.machines th{
	background: #565656;
	color: #fff;
}

td{
	border: 1px solid #4d5b6e;
	padding: 4px 2px;
}

td.petit, th.petit{
	width: 80px;
}

tr:hover td{
	background: #c7cfd9;
}

#machines .ligne1, table.machines .ligne1{
	background-color:#e6e9ee;
}
/* machines */

/* les formulaires */
form{
	background: #565656;
	border-radius: 4px;
	padding: 20px 10px;
}

form .clear{
	height: 7px;
}

#ajoutMachine, #ajoutService, .toggleForm{
	display: none;
	position: relative;
}

input, textarea, select{
	border: 1px solid #4d5b6e;
	border-radius: 4px;
	float: left;
	padding: 2px;
	width: 150px;
}

textarea.grand{
	float: none;
	width: 100%;
}

input.petit{
	width: 45px;
}

input.petit2{
	display: inline;
	float: none;
	text-align: center;
}

input.valider{
	border: none;
	float: right;
	margin: 5px 25px 0 0;
	width: 16px;
}

label{
	color: #fff;
	display: block;
	float: left;
	padding: 4px 10px 0 0;
	text-align: right;
	width: 170px;
}

label.grand{
	float: none;
	text-align: left;
	width: 100%;
}
/* les formulaires */

.mon_graphique{
	height: 400px;
	margin-bottom: 50px;
	width: 100%;
}

#connexion_form{
	margin: 150px auto;
	width: 500px;

	-moz-box-shadow: 0 4px 25px #C8C8C8;
	box-shadow: 0 4px 25px #C8C8C8;
}

.choix_periode{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.choix_periode li{
	display: inline-block;
	margin: 5px 10px;
}

.btn_lien{
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
	color: #4D5B6E;
	padding: 2px 5px;
	text-decoration: none;
}

.btn_lien:hover{
	background: #eee;
}

.btn_orange, #haut #menu a{
	background: #F35F00;
	color: #fff;
	display: block;
	border-radius: 6px;
	float: none;
	font-size: 14px;
	font-weight: bold;
	margin: 20px auto 10px auto;
	padding: 4px 12px;
	text-decoration: none;
}

.btn_orange:hover, #haut #menu a:hover{
	-moz-box-shadow: 0 0 10px #C8C8C8;
	box-shadow: 0 0 10px #C8C8C8;
	cursor:pointer;
}

#msg_info{
	background: #fff;
	border: 1px solid #F35F00;
	bottom: 5px;
	left: 500px;
	padding: 5px;
	position: absolute;
}

#voir_resultat, #recherche_requete{
	right: 10px;
	position: absolute;
	top: 0;
}

#recherche_requete{
	top: 40px;
}

.fondRouge{
	display: inline-block;
	padding: 3px 6px;
	background-color: red;
	color: white;
	font-weight: bold;
}

.fondVert{
	display: inline-block;
	padding: 3px 6px;
	background-color: #41ad49;
	color: white;
	font-weight: bold;	
}