/* Autor benjaminpiscart@gmail.com
   Feuille de style
*/
/* ------------------------------RAZ */
html, body{
	height:100%; background:#333333; /*COULEUR A TESTER :#dedede, couleur originale:#DFE3BA*/
        font-family:century gothic;
}

/*
pour ie6 *html
pour ie7 *+html

*/

*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, p{
	font-size: 1em;
	font-weight: normal;
}
ul {
	list-style: none;
}
li {
	margin:0; padding:0;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
.clear { 
    clear:both;
    display:block;
    line-height:1px;
    font-size:1px;
    height:1px;
}
a{outline: none;}
:focus{-moz-outline-style: none;}
.hidden {
	visibility:hidden;
}
fieldset{border:none;}
p{line-height:14px;}
select{
	font-family:arial;
	font-size:9px;
	padding:2px 0 2px 5px;
}
input, textarea{
	font-family:arial;
	font-size:10px;
}
/* -------------------------fin RAZ--- */
