/* CSS Document */

body {
	margin:0px;
	background-color:#af00a1;
	font-family:Verdana;
	font-size:12px;
}

table,td {

	font-family:Verdana;
	font-size:12px;
}

a {
	color:#990099;
	font-family:Verdana;
	font-size:12px;
	font-weight:700;
	text-decoration:none;
}
a:hover {
	

	text-decoration:underline;
}

#menu {
	color:#FFFF33;
	font-family:Verdana;
	font-size:12px;
	font-weight:700;
	text-decoration:none;
}

.titreMassage {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:900;
	
}
.Information {
	padding:10px;
	border-style:ridge;
	border-width:1px;
	background-color:#d13d6e;
	width:600px;
	text-align:justify;
	font-size:12px;
	color:#000000;
	font-weight:100;

}
#contact_dialog
{
	padding: 10px;
	text-align: center;
	width: 450px;
	margin-left: 40px;
	min-height: 300px;
}
#contact_picto
{
	position: absolute;
	right: 40px;
	top: 20px;
}
#contact_main
{
	position: relative;
}
