/* CSS Document */
/*** Style generique **/
body {
	width: 100%; 
	height: 100%;
   margin:0px;
   padding:0px;
   font-family:Arial, Helvetica, sans-serif;
   color:#222222;
   font-size:11px;
   background-image:url(../img_css/fond_body.png);
   background-repeat:repeat-x;
   background-position:top;
   background-color:#FDC10A;   
} 
h1, h2, h3, h4, h5, p, form, input{
  margin:0px;
  padding:0px; 
}
a {
  text-decoration:none;
  color:#222;
}
a:hover {
  text-decoration:none;
}
ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
fieldset{
	border:none;padding:0px;margin:0px;
}
legend {
  display:none;
}
img {
   border:none;
}


