@charset "utf-8";
/* CSS Document */

body{
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	/* [disabled]color: #002664; */
	background-color: #739abc;
	text-align: center;
}
body#fond {
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	/* [disabled]color: #002664; */
	background: url(images/design/mllog_fond_page.jpg) no-repeat;
	text-align: center;
}
#conteneur {
	position:relative;
	background:url(images/design/entete2.jpg) no-repeat #fff;
	width: 1100px;
	margin: 0 auto;
	padding: 425px 0 50px 0;
	text-align:center;
	color: #002664;
	/* [disabled]border: solid 1px red; */
}
#conteneur_sans {
	position:relative;
	background:url(images/design/logo_entete.png)  no-repeat #fff;
	width: 1100px;
	margin: 0 auto;
	padding: 425px 0 50px 0;
	text-align:center;
	color: #002664;
	/* [disabled]border: solid 1px red; */
}
#login {
	width: 50%;
	/* [disabled]border: solid 1px red; */
	margin: 25px auto 0 auto;
}
#login p input {
	text-align: left;
}

.ok, input[type=submit]{
	border: solid 0 #FFFFFF;
	color:#fff;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	width: 25px;
	padding-left: 4px;
	cursor: pointer;
	background-color: #002664;
	margin-top: 10px;
}
#login label{
	width: 200px;
	text-align: right;
	/* [disabled]border: solid 1px red; */
	display: inline-block;
	padding-right: 10px;
}
#login fieldset p {
	clear: both;
	border: solid 1px red;
}

#tableaux {
	background:url(images/design/mllog_tab.png) no-repeat #fff;
	padding: 100px 0;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	border: solid 1px #002664;
	position: relative;
	/*min-width: 50%;
	max-width: 70%;*/
}

p {
	margin: 0;
	padding: 0;
}
.titre {
	font-size: 1.5em;
}
h1 {
	position:absolute;
	right:50px;
	top:85px;
	font-size: 1.2em;
	/*color: #739abc;*/
	color: #002664;
}
h1#tableau {
	position:absolute;
	right:25px;
	top:50px;
	font-size: 1.2em;
	/*color: #739abc;*/
	color: #002664;
}
h2 {
	font-size: 1.2em;
	text-align: center;
	/* [disabled]margin: 2.5em 0 0 0.5em; */
	margin-bottom: 0.5em;
	color: #002664;
}
h2 span {
	font-size: 0.8em;
}
fieldset {
	width: 60%;
	margin: 0 auto;
	*margin:0;
	border: none;
	clear: both;
	display: block;
}

fieldset.radio {
	height: 15px;
}

fieldset.filet {
	border-bottom: solid 1px #002665;
	padding-bottom:2.5em;
}

select#article {
	width: 60%;
}

p.element_form label {
	display: inline-block;
	width: 140px;
	text-align: right;
}

p.element_form {
	margin-bottom: 15px;
	text-align: left;
}

p.element_form select {
	max-width: 78%;
}

#btn_date_debut, #btn_date_fin {
	display:inline-block;
	width:22px;
	height:20px;
	background:url(images/calendar.gif) no-repeat;
	zoom:0;
	*display:inline;
	cursor:pointer;
}
#pied {
	background: #666;
	/* [disabled]padding: 2.5em 0; */
	/* [disabled]margin-top:3em; */
	color:white;
	background-color: #739abc;
	/* [disabled]border: solid 1px red; */
	padding-top: 2em;
	width: 100%;
	margin: 0 auto;
}
hr {
	background: #002664;
	width: 75%;
}
.donnees {
	/* [disabled]background: #ff6e00; */
	font-size: 0.85em;
	border: solid 1px #002664;
	border-right:none;
	border-bottom:none;
	width: 900px;
}
.donnees td {
	padding: 0.5em;
	border-bottom:solid 1px #002664;
	border-right:solid 1px #002664;
	text-align: center;
}
.dessus {
	background: #fecb00;
}
.donnees th {
	padding: 0.5em;
	font-weight: bold;
	background: #002664;
	color:#FFFFFF;
}
.donnees  tfoot td {
	/* [disabled]padding: 0.5em; */
	font-weight: bold;
	background: #739abc;
	/* [disabled]color:#739abc; */
}
#office, #office_entete {
	text-align: center;
	margin-top: 25px;
}
#office form, #office_entete form {
	/* [disabled]text-align: center; */
	display: inline-block;
	zoom:1;
	*display:inline;
}

tr.alt td {
	background-color:#f1f1f1;
}

tr.hover td {
	background: #F90;
}
table tr.alt td {
	background: #ecf6fc;
}
table tr.corps_vo:hover td {
	background: #FBE00C;
}

table tr.alerte_quarantaine td {
    background-color: red;
}

table tr.alerte_seuil td {
	background-color: #F90;
}