/********************************************************************/
/*** Balises générales ****/
/********************************************************************/

body {font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;}

label{
	width: 210px; display: block; float: left;
}

h1 {font-size:1.5em;}
h2 {font-size:1.2em; margin-top:20px;}

fieldset {
width:800px;
padding:6px;
}

/********************************************************************/
/* Style le la première page */ 
/********************************************************************/
#cadreCoordonnee input {
	width:300px;
} 

#texteInfo {

	text-align:justify;
}

/* Tableau des prix *********/
#tablePrix td, #tablePrix th {   
   border-style : solid; 
   border-width : 1px;
}

#tablePrix th {
	background-color:#eeeeee;
}

#tablePrix td, #tablePrix th {   
 padding-left:5px;    
 padding-right:5px;
}


#tablePrix input {
   border-style : solid; 
   border-width : 1px;    
}

#tablePrix th {
    text-align:left;
}

#tablePrix select {
   border-style : solid; 
   border-width : 1px;
   width: 52px;    
}



.txtPrix {
   width:35px;
   text-align:right;
}

/*** classes de style */

.erreur  {
    color:red;
    font-weight:bold;
}

div.activite {
	margin-left:30px;
}


.agl {
    color : #E36C0A;
}