
body
{
	margin:0 ;
	padding: 0;
	height: 100%;
	text-align: center ;
	background:#f4f5f9 url("FondOrange.jpg") repeat-x top repeat-y top fixed; /*Image de fond du header*/
	
	
}

div#global
{
	position: relative;
	min-height: 100%;
}

div#conteneur
{
	text-align: left ;
	width: 790px ; /*Largeur de la division qui contient l'ensemble de la page*/
	margin: 0 auto; /*Pour centrer correctement les éléments de type block dans la page (comme par exemple les divs)*/
	overflow: auto;
	padding-bottom: 50px;
}


	H1 { font-family:"Comic sans MS"; color:navy; font-size:14pt} 
	H2 { font-family:"Comic sans MS"; color:navy; font-size:12pt} 
	H3 { font-family:"Comic sans MS"; font-weight:normal; font-size:10.0pt; color:navy;letter-spacing:1.0pt} 
	H4 { font-family:"Comic sans MS"; font-weight:normal; font-size:8.0pt; color:navy} 
	H5 { font-family:"Comic sans MS"; font-weight:normal; font-size:7.0pt; color:blue}
	H6 { font-family:"Comic sans MS"; font-weight:normal; font-size:10.0pt; color:white;letter-spacing:1.0pt} 
	H7 { font-family:"Comic sans MS"; color:#993300; font-size:9pt;letter-spacing:.9pt} 
	.right { float: right }
	.left { float: left }
