body {
	margin: 0px;
	padding: 0px;
	background-color: #99CCFF;
}
.counter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
.adresse {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-right: 10px;
}
.menu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1px;
	font-weight: normal;
	color: #003398;
	margin: 0px;
	padding: 0px;
	display: none;
}
.titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	border-bottom:dashed #99CCFF 1px;
}
.menubas {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}
.menubas:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #C2D8E6;
	border-bottom-color: #C2D8E6;
	border-left-color: #C2D8E6;
}
.fondGauche {
	background-image: url(../interface/fond_gauche.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.fondDroite {

	background-image: url(../interface/fond_droite.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.titre2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.imgAlignG {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imgAlignD {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.contour {
		margin:2px;
		padding:2px;
		border:dashed #FFFFFF 2px;
		}

.contour:hover {
		margin:2px;
		padding:2px;
		border:dashed #99CCFF 2px;
		}
		
.bot {
		border-bottom:dashed #99CCFF 1px;}