/*-----------------------------------------------------
		CSS: Feuille de style
------------------------------------------------------*/

/*---------------------------------------------
		1. FORMAT DE POLICE REDUIT
Applicable aux <div class="font-size-small">
---------------------------------------------*/

.font-size-small
{
	font-size: 85%;
}

/*---------------------------------------------
		2. MARGES DES PARAGRAPHES
Applicable aux <div class="marge......">
---------------------------------------------*/

.margeHaute150
{
	margin-top: 150px;
}

.margeHaute80
{
	margin-top: 80px;
}
.margeHaute50
{
	margin-top: 50px;
}
.margeDroite10
{
	margin-right: 10px;
}
.margeDroite20
{
	margin-right: 20px;
}
.margeDroite40
{
	margin-right: 40px;
}

/*---------------------------------------------
		3. COULEUR DU TEXTE
Applicable aux <span class="couleur......">
---------------------------------------------*/

.couleurCommune
{
	color: #1F6305;
}

.couleurStrate
{
	color: #BE7703;
}


/*---------------------------------------------
	4. TABLEAUX: LARGEUR DES COLONNES
Applicable aux <td class="width......">
---------------------------------------------*/

.width15%
{
	width = 15%;
}

/*---------------------------------------------
		5. MISE EN FORME DE CARROUSEL

Applicable au carrousel <id="carouselExemple">
---------------------------------------------*/
#carouselExemple {
    width: 70%;
    margin: 0 auto;
    margin-top: 100px;
}

.carousel-item img {
    width: 100%;
    height: auto;
}


