@charset "utf-8";
/* CSS Document */

#titre span {
	display: block;
	border: 2px solid #FFFFFF;
	color: #fff;
	text-decoration: none;
	height: 97%;
}
#titre p {
	background-color:#21307d;
	text-transform: uppercase;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	padding: 2px;
	text-shadow: none;
	font-size: 110%;
}
h1 {
	font-weight: bold;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #21307d;
	border-bottom-color: #21307d;
	line-height: 30px;
	color: #404973;
	text-indent: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F4F7;
}
h1:before {
	content: " :: ";
}
#texte-honoraires {
	text-align: center;
}
#texte-honoraires h2 {
	color: #1B2654;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;	
}
@media screen and (max-width: 320px) {
	h1 {
		font-size: 100%;
	}	
	#texte-honoraires {
		font-size: 90%;
		margin-top: 5%;
		margin-right: 15%;
		margin-bottom: 10%;
		margin-left: 15%;
	}
}
@media screen and (min-width: 321px) and (max-width: 639px) {
	h1 {
		font-size: 120%;
	}	
	#texte-honoraires {
		font-size: 100%;
		margin-top: 5%;
		margin-right: 10%;
		margin-bottom: 10%;
		margin-left: 10%;
	}
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
	h1 {
		font-size: 140%;
	}	
	#texte-honoraires {
		font-size: 110%;
		margin-top: 5%;
		margin-right: 10%;
		margin-bottom: 10%;
		margin-left: 10%;
	}
}
@media screen and (min-width: 1024px) {
	h1 {
		font-size: 160%;
	}	
	#texte-honoraires {
		font-size: 120%;
		margin-top: 5%;
		margin-right: 10%;
		margin-bottom: 10%;
		margin-left: 10%;
	}
}
