/**
  * ../Css/page.css
  *
  * Déclaration du CSS
  *
  * CSS 2
  *
  * @author Mathieu RUL <mathieu.rul@lafermiere.com>
  * @copyright 2008 La Fermière
	* @version 1.0
  */

@import url(../Css/entete.css);
@import url(../Css/contenu.css);

html {
/*background : #0095e2 url("../Img/Graph/fond.jpg") center top repeat-y;*/
background-image:url(../Img/Graph/fond.jpg); /* center top repeat-y;*/
background-repeat:repeat-y;
background-position:center;
min-height : 480px;
}
body {
/*font-family: "Garamond", 'Trebuchet MS', 'Lucida Grande';*/
font-family: 'Arial';
font-size:16px;;
width: 1000px;
margin: 0px auto 0px auto;
}
h1 {
font-family: "Garamond", 'Script MT Bold', 'Trebuchet MS', 'Lucida Grande';
font-size:62.5%;
color: #0095e2;
}

.float_correction {
visibility: hidden;
clear: both;
}
img.logo {
width: 150px;
margin-top: 30px;
}
span.tabulation {
padding-left:30px;
}
span.gros {
font-size: 18px;
}