body{
	width: 1024px;
	margin: auto;
	background-color: #c2c2c2;
	color: #232323;
}
#header{
	text-align: center;
	color: #007f77;
	font-weight: bold;
	font-size: 20px;
	height: 110px;
	background-color: #f5f5f5; 
	border: 1px solid #727272;
}

#footer{
	text-align: center;
}

#logo_header{
	margin-left: 50px;
	float: left;
	margin-top: 20px;
}

#logo_mini_header{
	margin-left: 20px;
	float: left;
	margin-top: 30px;
}

#titre_header{
	float: left;
	margin-top: 40px;
	margin-left: 30px;
	font-size: 26px;
}
#compteur_header{
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	font-size: 12px;
}

#menu{
	width: 1022px;
	height: 30px;
	border: 1px solid #727272;
	border-top: 0px;
	background-color: #007f77;
	text-align: center;
}

#menu ul {
 margin:0;
 margin-left: 17px;
 padding:0;
 list-style-type:none;
 text-align:center;
 }
 
#menu li {
 float:left;
 margin:auto;
 padding:0;
 border-left: 1px solid #c2c2c2;
 }
 
#menu li a {
 display:block;
 padding-left: 20px;
 padding-right: 20px;
 /*width:140px;*/
 height: 30px;
 color:#D9D9D9;
 text-decoration:none;
 line-height: 30px;
 vertical-align: middle;
 }
 
#menu li a:hover {
	background-color: #004c47;
 }
 
 
#menu li ul /* Sous-listes */
{
        position: absolute; /* Position absolue */
        width: 200px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}

#menu li ul a
{
	font-size: 12px;
	cursor: pointer;
	height: 30px;
}
 
 
#menu li ul li /* El�ments de sous-listes */
{
        /* pour ie qui ne reconna�t pas "transparent" (comme pr�c�demment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque �l�ment d'une sous-liste */
}
 
 
#menu li ul ul
{
        margin    : -22px 0 0 144px ; /* On d�cale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */
        /* pour IE qui ne reconna�t pas "transparent" (comme pr�c�demment) */
        border-left     : 1px solid #fff ; /* Petite bordure � gauche pour ne pas coller ... */     
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un �l�ment de liste */
{
        left: -999em; /* On exp�die les sous-sous-listes hors du champ de vision */
}
 
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un �l�ment de liste ET sous-sous-lites lorsque la souris passe sur un �l�ment de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */

}

#menu li ul li a:hover, #menu li ul li.sfhover a
{
		background-color: #007f77;
}
 
.debutNav{
	margin-left: 20px;
}

.finNav{
	border-right: 1px solid #c2c2c2;
}

.nav{
	float: left;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	color: #c2c2c2;
	width: 120px;
	border-left: 1px solid #c2c2c2;
}

.nav:hover{
	background-color: #004c47;
}

.nav a{
	display: block;
	height: 30px;
	width: 120px;
	text-decoration: none;
	color: #c2c2c2;
}

input{
	height: 24px;
	font-size: 16px;
}

.loginBox_zone{
	float: right;
	color: #c2c2c2;
	font-weight: bold;
}

.loginBox_zone input{
	height: 22px;
	margin-top: 1px;
	margin-right: 20px;
}

.loginBox_zone input[type="submit"]{
	height: 28px;
}




.rapport_tableau{
	font-size: 18px;
	border: 1px solid #727272;
	padding: 10px;
	background-color: #f5f5f5;
}

.rapport_haut{
	text-align: center;
	margin-bottom: 10px;
}

.rapport_haut_titre{
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #007f77;
}

.rapport_fieldset{
	border: 1px solid #007f77;
}

.rapport_mini_fieldset{
	float: left;
	width: 47%;
	display: inline;
	border: 1px solid #007f77;
	height: 200px;
}

.rapport_simple_ligne{
	margin-left: 10px;
	line-height: 20px;
	margin-bottom: 20px;
}

.rapport_simple_ligne input{
	vertical-align: text-top;
	font-size: 14px;
}

.rapport_liste_ligne{
	margin-left: 10px;
	line-height: 20px;
	margin-bottom: 20px;
	height: 20px;
	display: block;
}

.rapport_tableau select{
	height: 24px;
	vertical-align: top;
}

.rapport_tableau legend{
	color: #054994;
	font-weight: bold;
}

#zone_poste{
	border: 1px solid #007f77;
	margin-top: 10px;
	padding: 2px;
	background-color: #a6d1ce;
}

.ligne_zone_poste{
	line-height: 30px;
}

input[type="button"]{
	padding: 5px;
	height: 35px;
}

.ligne_zone_poste input{
	text-align: center;
	font-size: 16px;
}

.colonne_fieldset{
	display: inline-block;
	width: 45%;
}

.middle{
	vertical-align: top;
}

.champ_heure{
	width: 25px;
}

.multi-field{
	display: block;

}

.rapport_mini_ligne{
	font-size: 10px;
	text-align: left;
	line-height: 10px;
	height: 10px;
	margin-top: -15px;
}

.bordure-bas{
	border-bottom: 1px solid black;
}

#rapport_hidden{
	display: none;
	background-color: #a6d1ce;
	margin-top: 10px;
	padding-bottom: 5px;
}

#rapport_fini{
	display: none;
}
#rapport_validation{
	margin-top: 10px;
	padding: 10px;
	background-color: #869ebd;
	border: 1px solid #004190;
}

.mp8{
	display: none;
}

#zone_agent, #zone_agent ul{
		display: inline;
		width : 420px;
		height: 21px;
		padding : 0; /* pas de marge int�rieure */
        margin : 0; /* ni ext�rieure */
        list-style : none; /* on supprime le style par d�faut de la liste */
        line-height : 21px; /* on d�finit une hauteur pour chaque �l�ment */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}
 
#zone_agent /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
}

#zone_agent a /* Contenu des listes */
{
        display : block; /* on change le type d'�l�ment, les liens deviennent des balises de type block */
		border: 1px solid black;
        padding : 0; /* aucune marge int�rieure */
        background : #c2c2c2; /* couleur de fond */       
        color : #000; /* couleur du texte */
        text-decoration : none; /* on supprime le style par d�faut des liens (la plupart du temps = soulign�) */
        width : 200px; /* largeur */

}

#zone_agent li /* �l�ments des listes */     
{
        float : left;
        /* pour IE qui ne reconna�t pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche � droite de chaque �l�ment */
}
 
 
#zone_agent li ul /* Sous-listes */
{
        position: absolute; /* Position absolue */
        width: 200px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}

#zone_agent li ul a
{
		cursor: pointer;
}
 
 
#zone_agent li ul li /* El�ments de sous-listes */
{
        /* pour ie qui ne reconna�t pas "transparent" (comme pr�c�demment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque �l�ment d'une sous-liste */
}
 
 
#zone_agent li ul ul
{
        margin    : -22px 0 0 144px ; /* On d�cale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */
        /* pour IE qui ne reconna�t pas "transparent" (comme pr�c�demment) */
        border-left     : 1px solid #fff ; /* Petite bordure � gauche pour ne pas coller ... */     
}

#zone_agent li:hover ul ul, #zone_agent li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un �l�ment de liste */
{
        left: -999em; /* On exp�die les sous-sous-listes hors du champ de vision */
}
 
#zone_agent li:hover ul, #zone_agent li li:hover ul, #zone_agent li.sfhover ul, #zone_agent li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un �l�ment de liste ET sous-sous-lites lorsque la souris passe sur un �l�ment de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */

}

#zone_agent li ul li a:hover, #zone_agent li ul li.sfhover a
{
		background-color: #007f77;
}

#ensemble_agent, #ensemble_precision
{
	display: none;
}

#zone_precision, #zone_precision ul{
		display: inline;
		width : 200px;
		height: 21px;
		padding : 0; /* pas de marge int�rieure */
        margin : 0; /* ni ext�rieure */
        list-style : none; /* on supprime le style par d�faut de la liste */
        line-height : 21px; /* on d�finit une hauteur pour chaque �l�ment */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}
 
#zone_precision /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
}

#zone_precision a /* Contenu des listes */
{
        display : block; /* on change le type d'�l�ment, les liens deviennent des balises de type block */
		border: 1px solid black;
        padding : 0; /* aucune marge int�rieure */
        background : #c2c2c2; /* couleur de fond */       
        color : #000; /* couleur du texte */
        text-decoration : none; /* on supprime le style par d�faut des liens (la plupart du temps = soulign�) */
        width : 200px; /* largeur */

}

#zone_precision li /* �l�ments des listes */     
{
        float : left;
        /* pour IE qui ne reconna�t pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche � droite de chaque �l�ment */
}
 
 
#zone_precision li ul /* Sous-listes */
{
        position: absolute; /* Position absolue */
        width: 200px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}

#zone_precision li ul a
{
		cursor: pointer;
}
 
 
#zone_precision li ul li /* El�ments de sous-listes */
{
        /* pour ie qui ne reconna�t pas "transparent" (comme pr�c�demment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque �l�ment d'une sous-liste */
}
 
 
#zone_precision li ul ul
{
        margin    : -22px 0 0 144px ; /* On d�cale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */
        /* pour IE qui ne reconna�t pas "transparent" (comme pr�c�demment) */
        border-left     : 1px solid #fff ; /* Petite bordure � gauche pour ne pas coller ... */     
}

#zone_precision li:hover ul ul, #zone_precision li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un �l�ment de liste */
{
        left: -999em; /* On exp�die les sous-sous-listes hors du champ de vision */
}
 
#zone_precision li:hover ul, #zone_precision li li:hover ul, #zone_precision li.sfhover ul, #zone_precision li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un �l�ment de liste ET sous-sous-lites lorsque la souris passe sur un �l�ment de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */

}

#zone_precision li ul li a:hover, #zone_precision li ul li.sfhover a
{
		background-color: #007f77;
}

#corpPage{
	text-align: center;
	width: 1022px;
	min-height: 200px;
	padding-top: 20px;
	background-color: #f5f5f5;
	border: 1px solid #727272;
	border-top: 0px;
} 

.titre_ligne{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

.liste_tableau{
	border: 1px solid grey;
	width: 810px;
	margin-left: 100px;
}

.ligne_liste{
	padding-left: 10px;
	text-align: left;
	width: 800px;
	background-color: #D2FFDE;
}

.ligne_liste a{
	text-decoration: none;
	color: #2700ee;
}

.titre_ligne_liste{
	background-color: #007f77;
	font-weight: bold;
	color: #D9D9D9;
}

.PDF a{
	color: #dd050e;
}

.horaires a{
	color: #ffa800; 
}

.colonne_liste{
	display: inline-block;
	width: 100px;
	text-align: center;
}

.colonne_mini_liste{
	display: inline-block;
	width: 50px;
	text-align: center;
}

.colonne_max_liste{
	display: inline-block;
	width: 200px;
	text-align: left;
}

.colonne_max_liste a{
	display: inline;
}

.droite{
	float: right;
	margin-right: 10px;
}

.gauche{
	float: left;
	margin-left: 10px;
}

#tableau_horaires{
	margin-left: 100px;
	margin-bottom: 10px;
	width: 800px;
	border: 1px solid gray;
	border-bottom: 0px;
}

#tableau_fiche_horaires{
	margin-left: 200px;
	margin-bottom: 10px;
	width: 600px;
	border: 1px solid gray;
	border-bottom: 0px;
}

.horaires_ligne{

	width: 800px;
	height: 56px;
	line-height: 28px;
	vertical-align: middle;
	background-color: #D2FFDE;
	border-bottom: 1px solid gray;
}

.horaires_fiche_ligne{

	width: 600px;
	height: 56px;
	line-height: 28px;
	vertical-align: middle;
	background-color: #D2FFDE;
	border-bottom: 1px solid gray;
}


.horaires_ligne input{
	height: 16px;
	width: 18px;
}

.horaires_colonne{
	display: inline-block;
	width: 100px;
	text-align: center;
}

.horaires_mini_colonne{
	display: inline-block;
	width: 50px;
	text-align: center;
}

.horaires_colonne_heures{
	display: inline-block;
	width: 300px;
	text-align: center;
}

.remarqueHoraire input{
	width: 250px;
}

.ligne_envoi{
	margin-top: 10px;
	margin-bottom: 10px;
}

.contrast{
	background-color: #66AE85;
}

.modif{
	color: orange;
	float: right;
	margin-right: 10px;
	cursor: pointer;
}

.valid{
	color: green;
	float: right;
	margin-right: 10px;
	cursor: pointer;
}

.annul{
	color: red;
	float: right;
	margin-right: 10px;
	cursor: pointer;
}

.gras{
	font-weight: bold;
}

.center{
	text-align: center;
}

.titre_page{
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}

.alert{
	text-align: center;
	padding: 10px;
	border: 1px solid gray;
	background-color: #A1A1A1;
}

.alert-success{
	background-color: #7abd73;
	border: 1px solid #396236;
}

.alert-danger{
	background-color: #dba668;
	border: 1px solid #8a6d3b;
}