/* CSS Document */

body {
   margin:0px;
   padding:0px;
   text-align:center;
   font-family:Arial, Helvetica, sans-serif;
   color:#333;
   font-size:11px;
} 
h1, h2, h3, h4, h5, p, form, input{
  margin:0px;
  padding:0px; 
}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
#bandeau_navigation a:hover, .service a:hover {text-decoration:none;}
.sous_titre a:hover {text-decoration:underline;}
ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
fieldset{
	border:none;padding:0px;margin:0px;
}
legend {
  display:none;
}
img {
   border:none;
}

/*emdei 05/01/2007*/
.Fleft{
	float: left;
}
.Fright{
	float: right;
}
.breaker{
	clear: both;
	height: 0px;
	overflow: hidden;
}
/*emdei 05/01/2007*/


/*gumai 11/01/2007*/
.ImgFleft{
	float: left;
	margin-right: 5px;
}
/*gumai 11/01/2007*/
