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


#titre {
	color: #fff;
	border: 5px solid #21307d;
	text-align: center;
	margin-bottom: 5px;
	background-image: url(../images/gestion.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left top;
	float: right;
	position: relative;
	top: -85px;
	right: 10%;
}

#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-gestion h2 {
	color: #1B2654;
	margin-top: 5px;
	margin-bottom: 12px;
}

#texte-gestion p {
	color: #1B2654;
	margin-top: 20px;
	margin-bottom: 20x;
}
#texte-gestion ul {
	margin-top: 10px;
}

#texte-gestion li {
	list-style-image: url(../images/puce.png);
	list-style-type: none;
	margin-left: 25px;
}

#texte-gestion-final {
    color: #1B2654;
    margin-top: 40px;
}

article {
    text-align: center;
    margin: 0 auto;
}
article img {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 320px) {

	#titre {
		display: none;
	}

	h1 {
		font-size: 100%;
	}	

	#texte-gestion {
		font-size: 90%;
		margin-top: 5%;
		margin-right: 15%;
		margin-bottom: 10%;
		margin-left: 15%;
	}
    article img {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media screen and (min-width: 321px) and (max-width: 639px) {

	#titre {
		display: none;
	}

	h1 {
		font-size: 120%;
	}	

	#texte-gestion {
		font-size: 100%;
		margin-top: 5%;
		margin-right: 20%;
		margin-bottom: 10%;
		margin-left: 15%;
	}
    article img {
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {

	#titre {
		width: 8em;
		height: 7em;
	}

	h1 {
		font-size: 140%;
	}	

	#texte-gestion {
		font-size: 110%;
		margin-top: 5%;
		margin-right: 10%;
		margin-bottom: 10%;
		margin-left: 10%;
	}
}

@media screen and (min-width: 1024px) {

	#titre {
		width: 9em;
		height: 8em;
	}

	h1 {
		font-size: 160%;
	}	

	#texte-gestion {

		font-size: 120%;
		margin-top: 5%;
		margin-right: 20%;
		margin-bottom: 11%;
		margin-left: 20%;
	}
}

