body{
	background: no-repeat top center #FF99CC;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	color: #333;
}

h2 {
	font-size: 18px;
	color: #333;
	border-bottom: 2px solid #333;
}

#top{
	margin: 10px auto;
	width: 875px;
	height: 180px;
	background: url(images/entete.jpg) no-repeat top center;
}

#top a{
	color: #fff;
	text-decoration: none;
}

#top a:hover{
	color: #FF66CC;
}

#menu{
	width: 1090px;
	height: 32px;
	margin: auto;
	border-bottom: 1px #333 dotted;
}

#menu ul li{
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#menu ul li a{
	text-decoration: none;
	display: block;
	height: 30px;
	width: 140px;
	font-size: 14px;
	text-align: center;
	color: #666;
}

#menu ul li a:hover{
	color: #fff;
}

#conteneur{
	width: 875px;
	height: auto;
	margin: auto;
	padding: 0;
}

#haut{
	background-color: #FF66CC;
	height: 100px;
	text-align: center;
}

#contenu{
	margin: auto;
	height: 500px;
	width: 875px;
}

#contenu a{
	color: #555;
	text-decoration: none;
}

#contenu a:hover{
	color: #fff;
	text-decoration: none;
}

#photo{
	margin: 10px auto;
	background: url(images/femme1.jpg) left;
	height: 290px;
	width: 409px;
	float: left;
}

#video{
	margin: 10px 0 0 55px;
	background: #FF77CC;
	float: left;
	height: 290px;
	width: 409px;
	text-align: center;
}

#texteaccueil{
	margin: auto;
	color: #333;
	float: left;
	text-align: center;
	font-size: 14px;
}

#prestations{
	height:250px;
	float: left;
	padding-top: 10px;
}

#prestations ul li{
	text-decoration: none;
}

#prestations ul li a{
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	color: #666;
}

#prestations ul li a:hover{
	text-decoration:underline;
	color: #fff;
}

#prestationsdroite{
	height:250px;
	float: right;
	padding-top: 10px;
}

#prestationsdroite ul li{
	text-decoration: none;
}

#prestationsdroite ul li a{
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	color: #666;
}

#prestationsdroite ul li a:hover{
	text-decoration:underline;
	color: #fff;
}


#footer{
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	border-top: 1px;
	border-top-style: solid;	
}