/**
 * Initialisation par défaut de paramètres et ajout de classes utiles
 */


/**
 * Initialisation
 */
html, body, form, fieldset {
	font-size:0.85em;
	line-height:120%;
	font-family: Helvetica; 
}
body{
	background-color:#FDFDFD;
	color:#333;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
   margin-bottom: 1em;
}

li, dd, blockquote {
   margin-left: 1em;
}

pre,code{font-family:"Courier New", Courier, monospace}

a:link,a:visited,a:active{text-decoration:none}
a:hover{text-decoration:underline}



/**
 * Clear float content
 * http://www.positioniseverything.net/easyclearing.html
 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */