<!-- 
body { 
  	margin: 10px 0pt;
    padding: 0pt;
    background: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
    }
a:link {
	color: #006699; /* pour changer la couleur des liens */
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #006699; /* pour changer la couleur des liens visités */
	font-weight: bold;
}
#conteneur {
	background: #FFFFFF;
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -375px;
	border: 1px solid #666666; /* pour changer la couleur de la bordure de la page */
    }
	/* Entête*/
#head{
	height: 145px;
	width: 760px;
	border-bottom: 1px solid #999999;
	background: #EDEDED;
	}
/* Entête 2 celle du nom de domaine */
#head2{
	height: 20px;
	width: 760px;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	background: #FFFFFF;
	color: #666666;
	margin-bottom: 20px;
	}
/* conteneur*/	
#contenu {
	width: 760px;
		}	

/*menu*/
#menu {
	width: 170px;
	float: left;
	border: none;
    }
ul#menu {
	margin: 0pt;
    padding: 0pt;
    list-style-type: none;
    font-size: 0.7em;
    }
ul#menu li {
	margin: 0pt;
	padding: 0pt;
	color: #CC0033;
	font-weight: bold;
	text-indent: 5px;
    }
ul#menu li a {
	display: block;
	width: 160px;
	line-height: 39px;
	text-align: left;
    }
/* contenu droit */
#contenu_droit {
	width: 580px;
	margin: 0px;
	float: left;
	padding-left: 5px;
	}
/* balises */
h1 {
	font-size: 1.6em;
	color: #CC0000;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	color: #000000;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}
p {
	color: #000000;
	margin-right: 20px;
	margin-left: 0px;
	text-align: justify;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.temoignage {
	font-size: 0.8em;
	font-weight: normal;
	color: #006699;
	text-align: justify;
	margin: 20px 50px;
	border: 1px solid #FF0000;
	padding: 10px;
}
.jaune {
	background: #FFFF33; /* pour donner un effet surligné fluo */
	font-weight: bold;
}

.citation {
	font-size: 0.8em;
	font-style: italic;
	text-indent: 0px;
	color: #006699;
}
.news {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #666666;
}
li {
	list-style: none;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
}
.Style1 {font-size: 15px}
-->
