/* 
    Document   : style_exploitation.css
    Created on : 12/06/2007
    Author     : Jonathan ANTOINE
    Description:
        La page CSS de la partie exploitation
*/



/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 120px;
	float: left;
}

.label{
    width: 115px;
    }
    
.input-field{
    width: 160px;
    }
    
.bouton_submit{
    width: 390px;
    text-align: right;
    }
    
    
.titre_tableau{
    background-color:#9C0 ;
    color: white ;
    font-size: x-large;
    font-weight: 900;
    text-align: center;
}
#resultats_en_tete {
        background-color:#9C0 ;
        color: white;
        font-size: medium;
        text-align: center;
}


#resultats tr td{
    border-spacing: 0;

    border: 1px black solid;
    padding: 3px;
    margin: 0px;
     
    
    }
    
 #resultats {
        margin: 2px;
         border-collapse: collapse;
       text-align: center;
     }
     
     .bas_tableau{
    background-color:#9C0 ;
    color: white ;

    font-size: medium;

    font-weight: 900;
    text-align: right;
}

.very_bas_tableau{
    background-color:#9C0 ;
    color: white ;
 
    font-size: x-large;

    font-weight: 900;
    text-align: right;
}
 h1	{
	color: #9BD500;
	font-size: 14pt;
	margin: 0;
	font-weight:bold;
	padding: 0 0 0 0;
}
 h2	{
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	font-style:italic;
}
 p	{
	margin: 0 25px 0 0;
}

.tableau_accueil {
    font-size: 11px;
}

body{
    background-color: #F5F5F5;
}

 .h1_petit	{
	color: #9BD500;
	font-size: 11pt;
	margin: 0;
	font-weight:bold;
	padding: 0 0 0 0;
}