/* CSS Document */
body {
	margin: 0px;
	background-color: #f6f6f6;
}
body, p, td, input, textarea {
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
}
.GrosTitre{
	font-size: 25px;
	font-weight:bold;
}
.Titre{
	font-size: 16px;
	font-weight:bold;
}
.PetitTitre{
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
}
.Phrase{
	font-size: 12px;
}
.imglink{
	border: 1px #228703 solid;
}
.coordonnees{
	font-size: 11px;
}
a:link {color:#647cb9}
a:visited {color:#647cb9}
a:hover {color:#990000}
a:active {color:#FF9900}
.copyright{
	color: #666666;
	font-family: Tahoma;
	font-size: 9px;
}