@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/slogan.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 100%;
}
p  {
	margin-bottom: 1em;
}
a { color: #FFF; }
#menu {
	text-align: center;
	width: 33%;
	float: left;
	margin-right: 2em;
	padding-top: 2em;
}
#menu ul {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 140%;
}
#menu ul li {
	padding-top: .2em;
	padding-bottom: .2em;
}
#menu ul a {
	padding-top: .5em;
	padding-bottom: .5em;
	font-weight: normal;
}

#menu ul a:link {
	text-decoration: none;
	}
#menu ul a:hover { text-decoration: none; 
	}
#menu ul a:visited {
	text-decoration: none;
	}
#contenu {
	margin-left: 40%;
}
#telephone {
	text-align: center;
	clear: both;
	font-size: 175%;
	color: #FFF;
	background-color: #CD167B;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	letter-spacing: .1em;
	margin: 0px;
}
.emphase {
	font-size: 125%;
	margin-top: 1.5em;
}
#actif {
	color: #EC4AA4;
	background-color: #FFF;
	display: inline;
	line-height: 1.5em;
	padding: 0.25em;
}