﻿/* centre le corps dans le milieu de la page*/

body {
	margin:0 auto;
	background-color: #EBEBEB;
	height:100%;
}


div#global  /* definition page*/ {
	width:800px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
	background: url('francais/images/global2.png') center repeat-y ;
}

div#center /* aligner les colonnes menu et contenu */ {
	overflow:auto;
}



div#contenu /* definition cadre contenu*/{
	float:right;
	width: 624px;
	
}


div#blocmenu  /* definition bloc menu*/{
	float:left;
	width:154px;
	margin:0px;
	text-align: left;
}



#acces a {
	color: black;
	font-weight:bold;
	background-position:left bottom;
}
#acces a:hover {
	text-decoration: underline;
	color: red;
	background-position:left bottom;
}




/* liens dans la page*/
a {
	text-decoration: none;
	color: blue;
	font-style: none;
	font-weight: 400;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	background-color: none;
}



.texte {
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 400;
}




