body {
	background-color: #FFFFFF;
	font-size:11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align: left;
}
H1  {
	font-size : 22px;
	color : #2E529F;
	text-align: right;
	font-weight : bold;
	display: inline;
}
H2{
	font-size : 13px;
	color : #123363;
	font-weight: bold;
	display: inline;
	}
h4 {
   text-align: left;
	color:#423C29;
	font-size: 11px;
	font-weight: normal;
	}

a:link    { color : #003E83; text-decoration : underline; } 
a:visited { color : #003E83; text-decoration : underline; } 
a:hover   { color : #6DA5C5; text-decoration : underline; } 

.tab1{
	border: 2px inset #EEF3F6;
	background-color: #D3DEE7;
	padding: 2px;
}
.tab2{
	font-size: 120%;
	border: 2px inset #EEF3F6;
	background-color: #E2E9EF;
	padding: 2px;
}
.tab3{
	border: 2px solid #EEF3F6;
	background-color: #D3DEE7;
	padding: 2px;
}
	.input{
	border: 2px outset #003E83;
	font-size: 12px;
	background: #F9F9F9;
	text-align : center;	
	color: Black;
	}
	.input2{
	border: 1px solid #003E83;
	font-size: 120%;
	text-align : lef;	
	color: Black; 
	padding: 2px;
	}
	
	.inti{
	color: #990000;
	font-size: 12px;
	font-weight: normal;
	text-align : right;
	padding: 2px 6px 2px 2px;
	}
	.onglet1{
	font-size: 120%;
	border-left: 2px solid #EEF3F6;
	border-right: 2px solid #EEF3F6;
	border-top: 2px solid #EEF3F6;
	background-color: White;
	padding: 4px;
}

.onglet {
	border: 1px solid #003E83;
	padding: 2px;
    margin: 0px 2px 0px 0px; 
/* style des onglets inactifs 
  border:solid 1px black ; 
 /* marge intérieure */
}
a.onglet { /* style des liens se trouvant dans un onglet inactif */
background-color: #D3DEE7;   /* le fond de l'onglet est gris */
  text-decoration:none} /* les liens ne sont pas soulignés */

.onglet-actif { /* style de l'onglet de la page active */
   /* l'encadrement est porté à 2 pixels */
   /* le trait inférieur est effacé */
  margin: 0px 2px 0px 0px; /* marges intérieures */
   padding: 2px 2px 2px 2px;  /* marges extérieures */  
   background-color:#C3D2DF} /* le fond de l'onglet actif est blanc*/

.formulaire
{
display: inline;
}
#wrapper{
margin: 0;
padding: 0;
}

.boxholder{
margin: 0;
padding: 0;
clear: left;
}
.box{
background-color: transparent;
}
.tab{
float: left;
margin: 4px 0 6px 0;
padding: 0;

}
