
body
{
	margin:0 ;
	padding: 0;
	height: 100%;
	text-align: left ;
	background: #f4f5f9 url("FondGris.jpg") repeat-x top repeat-y top; /*Image de fond du header*/
	
	
}

div#global
{
	position: relative;
	min-height: 100%;
}

div#accessmb
{
	position: absolute;
	right: 40px;
	top: 10px;
	width: 400px;
	high: 150px;
	background-color: #97BCB7;
}

div#conteneur
{
	text-align: left ;
	width: 95% ; /*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: 30px;
}

	H1 { font-family:"Comic sans MS"; color:white; font-size:18pt;} 
	H2 { font-family:"Comic sans MS"; color:navy; font-size:20pt;} 
	H3 { font-family:"Comic sans MS"; font-weight:bold; letter-spacing:1.2pt;
	 background-color:blue;
    color:white;
    font-size:18.0pt;
    margin-bottom:0px;
	} 
	H4 { font-family:"Comic sans MS"; font-weight:normal; font-size:16.0pt; color:navy;} 
	H5 { font-family:"Comic sans MS"; font-weight:normal; font-size:12.0pt; color:navy;}
	H6 { font-family:"Comic sans MS"; color:red; font-size:16pt;text-decoration: none;} 
	H7 { font-family:"Verdana"; color:#993300; font-size:12pt;letter-spacing:.9pt;} 
	.right { float: right }
	.left { float: left }
	
.news p
{
	font-family:"Comic sans MS"; font-weight:normal; font-size:16.0pt; color:navy;
	letter-spacing:1.5pt;
	text-align: left ;
    background-color:#CCCCCC;
    margin-top:0px;
}
.news
{
	font-family:"Comic sans MS"; font-weight:bold; font-size:14.0pt; color:navy;
    width:95%;
    margin:auto;
}
.comms p
{
	font-family:"Comic sans MS"; font-weight:normal; font-size:18.0pt; color:navy;
	letter-spacing:1.5pt;
	text-align: left ;
    background-color:#CCCCCC;
    margin-top:0px;
}
.comms
{
    width:90%;
    margin:auto;
}
.plein
{
	font-family:"Comic sans MS"; font-weight:normal; font-size:16.0pt; color:navy;
    width:85%;
    margin:auto;
}

a /* Liens par défaut (non survolés) */
{ text-decoration: none; color: blue; }

a:hover /* Apparence au survol des liens */
{ text-decoration: none; color: red; }

a:active /* Quand le visiteur clique sur le lien */
{ background-color: #CEF6D8; }
