@charset "utf-8";
/* CSS Document */

html {
	background-image: url(images/femme.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
#logo {
	display: block;
	margin-right: 12%;
	padding-right: 2em;
	margin-top: 10%;
	float: right;
	text-align: center;
}
#logo #annonce {
	background-image: url(images/annonce_fond.png);
	background-repeat: repeat-y;
	background-position: left;
	padding: 1em;
	display: block;
}
#logo #annonce a {
	color: #3D5378;
	text-decoration: underline;
}
#logo #annonce a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #CD167B;
}
#contenu {
	min-height: 540px;
	background-position: center bottom;
	display: none;
}
hr {
	display: none;
}
#pendant, #apres {
	background-color: #CD167B;
	color: #FFF;
	padding: 1em;
}

#menu {
	color: #333;
}

#menu a {
	color: #3D5378;
	text-decoration: underline;
}

#menu ul a { color: #CD167B; 
	}
#menu ul a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #CD167B;
	}
#telephone {
	color: #FFF;
	background-color: #CD167B;
}
#actif {
	color: #FFF;
	background-color: #CD167B;
	display: inline;
	line-height: 1.5em;
	padding: 0.25em;
	}
#actif a:link {
	color: #FFF;
	background-color: #CD167B;
}
#actif a:visited {
	color: #FFF;
	background-color: #CD167B;
}
#logo-blanc {
	display: none;
}
#motscles {
	display: none;
}
