body
{ 
  font-family: 'Lusitana', serif;
font-size: 9pt;
color: #666666;
margin-top:0px;
margin-left:0px;
}
/* -------------------Gabarit--------------------------------- */
body {
	padding: 10px 5px;
}
#global {
	width: 950px;
	margin: 0 auto;
}

/* --------------------En-tête---------------- */
#entete {
	padding: 16px 10px 16px 0;
text-align:right;
}
#entete h1 {
	margin: 0;
}
#entete h1 a {text-decoration:none; font-weight: 400; color: #cd0067; font-size: 18pt;}
#entete h1 a:visited {text-decoration:none;}
#entete h1 a:active {text-decoration:none;}


/* ------------Bloc central contenant #navigation et #contenu------------- */
#centre {
	width: 100%; 
	overflow: hidden;
	height: auto;
	min-height: 650px;
}

/* ---------------------------Menu de navigation------------------------ */
#navigation {
	width: 230px;
	float: left;
margin-top: 10px;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%; 
	padding: 6px 10px 6px 10px;
	line-height: 8px;
	text-decoration: none;
	font-size: 10pt;
	color: #666666;}
#navigation a:visited {
  color: #666666;}
#navigation a:active {
	color: #666666;}
#navigation a:hover {
	color: #000000;} 

#sousmenu a { padding: 6px 50px 6px 18px;
	line-height: 9px;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;}
#sousmenu a:hover {
	font-size: 9pt;
	color: #000000;}

/* -------------------------------------Contenu------------------------------- */
#contenu {
	margin-left: 280px;
	padding: 0px 10px;
    text-align: justify;
	}

#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}
#contenu a {
	text-decoration: none;
	color: #666666;}

/* -----------------------------------Pied de page-------------------- */
#pied {
	width: 100%;
	margin: 15px 10px 0px 10px;
	padding: 5px 0px 10px 2px;
	font-size: 9pt;
}

#pied a {
	padding: 0px 30px 0px 0px;
	text-decoration: none;
	font-size: 9pt;
	color: #666666;}
#pied a:visited {
  color: #666666;}
#pied a:active {
	color: #666666;}
#pied a:hover {
	color: #000000;}
#pied { background-image:url(tools/ligne.jpg); background-repeat: no-repeat;}

/* -------------------Fin gabarit--------------------------------- */

h1 {font-weight: 400; color: #cc0098; font-size: 18pt;}
h1 a {text-decoration:none; font-weight: 400; color: #FFFFFF; font-size: 18pt;}
h1 a:visited {text-decoration:none;}
h1 a:active {text-decoration:none;}
h1 a:hover {color: #cc3399; }

