
body
{
	margin:0 ;
	padding: 0;
	height: 100%;
	text-align: left ;
	background: #f4f5f9 url("FondOrange.jpg") repeat-x top repeat-y top; /*Image de fond du header*/
	style: "BACKGROUND-ATTACHMENT: fixed";	
}

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"; font-weight:bold; letter-spacing:1.2pt;
	text-align: center ;
    color:navy;
    font-size:14.0pt;
    margin-bottom:0px;
	} 
	H3 { font-family:"Comic sans MS"; font-weight:bold; letter-spacing:1.2pt;
	text-align: left ;
    color:navy;
    font-size:12.0pt;
    margin-bottom:0px;
	} 
	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:10.0pt; color:red}
	H6 { font-family:"Comic sans MS"; color:#993300; font-size:8pt} 
	H7 { font-family:"Comic sans MS"; color:#993300; font-size:9pt;letter-spacing:.9pt} 
	.right { float: right }
	.left { float: left }
	
.news p
{
	font-family:"Comic sans MS"; font-weight:normal; font-size:8.0pt; color:navy;
	letter-spacing:1.5pt;
	text-align: left ;
    margin-top:0px;
}
.news
{
	font-family:"Comic sans MS"; font-weight:bold; font-size:10.0pt; color:navy;
    width:85%;
    margin:auto;
}
.comms p
{
	font-family:"Comic sans MS"; font-weight:normal; font-size:8.0pt; color:navy;
	letter-spacing:1.5pt;
	text-align: left ;
    background-color:#CCCCCC;
    margin-top:0px;
}
.comms
{
    width:75%;
    margin:auto;
}

a
{
    text-decoration: none;
    color: blue;
}