﻿@charset "UTF-8";


/**
 * 	Ideal resolution: 1280 * 960 pixels
 */



html, body {

	height: 100%;

	background-color: #FFFFCF;  /* crème clair:FFFFCF */

	border: 0px solid transparent;

	font-size: 1.05em; /* Ideal: 16px */

	margin: 0px 0px 0px 0px;

	min-height: 100%;

	padding: 0px 0px 0px 0px;

	width: 100%;

}


img, object, embed, canvas, video, audio, picture {

	max-width: 100%;

	height: auto;

}




.layout-main {

	height: 100%;

	margin: 0px auto 0px auto;

	min-height: 100%;

	width: 80%; /* Ideal: 1024px -> 1024 / 1280 */

}



.main {

	height: 100%;

	min-height: 100%;

}



.layout-menu, .layout-content, .layout-adv {

	display: inline-block;

	height: 100%;

	/* min-height: 100%;*/

	vertical-align: top;

}



.layout-menu {

	color: #FFFFCF;

	background-color: #FFFFCF;/* 5858FA bleu */
	width: 20.8984375%; /* Ideal: 214px -> 214 / 1024 */

}



.layout-content {

	color: #000000; /* noir */

	background-color: #FFFFCF;

	width: 58.203125%; /* Ideal: 596px -> 596 / 1024 */


}





.layout-adv {

	color: #000000;

	background-color: #FFFFCF;

	width: 20.8984375%; /* Ideal: 214px -> 214 / 1024 */

}



.menu, .content, .adv {

	padding: 5px 5px 5px 5px;

}



.menu h1 {

	font-size: 1.5em; /* Ideal: 24px */

}

.menu ach1 {

	font-size: 1.5em; /* Ideal: 24px */

}



.menu li {

	list-style: none;

}


.menu li a {

	color: #0D0DD9; /* 000000 noir FFFFCF crème, 0D0DD9 bleu  FFFFFF blanc */

}




.menu li a:hover {

	color: #7CF97C;   /* mouse over link 7CF97C vert clair 04B404 vert FFFF00jaune */
}




.content .content-item {

	border-top: 1px solid #36393D; /* ligne de séparation */

	clear: both;

	margin: 0px auto 0px auto;

	padding: 3px 0px 15px 0px;

	text-align: center;

	width: 90.939597315436241610738255033557%; /* Ideal: 542px -> 542 / 596 */


}



.content .content-item:first-child {

	border: 0px solid transparent;

}



.content .content-item p {

	font-family: calibri, arial;
}

.content .content-item li {

	font-family: calibri, arial;
}
.content .content-item h1 {

	font-family: calibri, arial;
}
.content .content-item ach1 {

	font-family: calibri, arial;
}


.content .content-item h1 {

	font-size: 1.5em; /* Ideal: 24px */

}
.content .content-item ach1 {

	font-size: 1.5em; /* Ideal: 24px */

}
.content .content-item strong {

	font-size: 2em; 
}



.content .content-item p.description {

	font-size: 0.750em; /* Ideal: 12px */

	font-style: italic;

}



.content .content-item div.article {

	text-align: left;

}




.content .content-item img.article-image {

	float: left;

	padding: 0px 25px 25px 0px;

	width: 16.107382550335570469798657718121%; /* Ideal: 96px -> 96 / 596 */

}

.content .content-item img.article-moyenneimage {

	float: left;

	padding: 0px 25px 25px 0px;

	width: 30%; /* Ideal: 96px -> 96 / 596 */

}

.content .content-item img.article-grandeimage {

	float: left;

	padding: 0px 25px 25px 0px;

	width: 50%; /* Ideal: 96px -> 96 / 596 */

}

.content .content-item img.article-assezgrandeimage {

	float: left;

	padding: 0px 25px 25px 0px;

	width: 70%; /* Ideal: 96px -> 96 / 596 */

}

.content .content-item img.article-tresgrandeimage {

	float: left;

	padding: 0px 25px 25px 0px;

	width: 100%; /* Ideal: 96px -> 96 / 596 */

}




.adv .adv-item {

	border-top: 1px solid #36393D;

	margin: 0px auto 0px auto;

	padding: 15px 0px 15px 0px;

	text-align: center;

	width: 85.046728971962616822429906542056%; /* Ideal: 182px -> 182 / 214 */

}



.adv .adv-item:first-child {

	border: 0px solid transparent;

}



.adv .adv-item a {

	color: #000000;

	font-style: italic;

}




/**
 * 	Responsive design rules
 */



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

	.menu select {

		display: none;

	}

}



@media screen and (max-width: 1024px) {

	.layout-main {

		width: 95%;

	}

}



@media screen and (max-width: 960px) {

	.layout-menu {

		display: block;

		height: auto; 
		min-height: auto;

		vertical-align: top;

		width: 100%;

	}

	
.layout-content {

		width: 79.1015625%;
  	}

	
.menu li {

		display: inline-block;

		margin-right: 2.6041666666666666666666666666667%; /* Ideal: 25px -> 25 / 960 */

	}

        .menu .myButton1 {
             width:100%;
        }
}



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

	.layout-main {

		margin: 0px 0px 0px 0px;

		width: 100%;

	}

}



@media screen and (max-width: 640px) {
	
.layout-content {

		display: block;

		height: auto;

		min-height: auto;

		width: 100%;

	}

	
.layout-adv {

		display: block;

		height: auto;

		min-height: auto;

		vertical-align: top;

		width: 100%;

	}

	
.adv {

		text-align: center;

	}

	
.adv .adv-item {

		display: inline-block;

	}

}



@media screen and (max-width: 420px) {


	
.layout-adv {

		display: none;

	}

}



@media screen and (max-width: 320px) {

	.content .content-item img.article-image {

		display: none;

	}

   
}


/*
 * Hack IE6 CSS
 */



.content .content-item {

	_border-top: expression(this.previousSibling == null ? "0px solid transparent" : "1px solid #36393D");

}



.adv .adv-item {

	_border-top: expression(this.previousSibling == null ? "0px solid transparent" : "1px solid #36393D");

}



/**
 * 	Hack IE6-7 CSS
 */


.layout-main {
	*clear: both;

}


.layout-menu, .layout-content, .layout-adv {

	*display: block;

	*float: left;

}

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

	.layout-menu {

		*float: none;

	}

	
.menu li {

		*display: block;

		*float: left;

	}

}


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

	.layout-adv {

		*float: none;

	}

	
.layout-content {

		*float: none;

		*width: 100%;

	}

}

.openbig { 
  max-height: 20px; 
  width: 100%; 
  overflow: 
  hidden; 
  -webkit-transition:max-height 2s ease; /*Chrome et Safari*/
  -moz-transition:max-height 2s ease;    /*Gecko*/
  -ms-transition:max-height 2s ease;     /*Microsoft*/
  -o-transition:max-height 2s ease;      /*Opera*/
  -htm-transition:max-height 2s ease; 
  transition:max-height 2s ease;         /*Standart*/
} 

.openbig:hover { 
  max-height: 9000px; 
} 
.openbig_title {
 font-size: 20px; 
} 
.openbig_titlepetit {
 font-size: 15px; 
} 

#cible1 { display:none;} #cible1:target { display:block;}
#cible2 { display:none;} #cible2:target { display:block;}
#cible3 { display:none;} #cible3:target { display:block;}
#cible4 { display:none;} #cible4:target { display:block;}
#cible5 { display:none;} #cible5:target { display:block;}
#cible6 { display:none;} #cible6:target { display:block;}
#cible7 { display:none;} #cible7:target { display:block;}
#cible8 { display:none;} #cible8:target { display:block;}
#cible9 { display:none;} #cible9:target { display:block;}
#cible10 { display:none;} #cible10:target { display:block;}
#cible11 { display:none;} #cible11:target { display:block;}
#cible12{  display:none;} #cible12:target { display:block;}
#cible13 { display:none;} #cible13:target { display:block;}
#cible14 { display:none;} #cible14:target { display:block;}
#cible15{  display:none;} #cible15:target { display:block;}
#cible16 { display:none;} #cible16:target { display:block;}
#cible17 { display:none;} #cible17:target { display:block;}
#cible18{  display:none;} #cible18:target { display:block;}
#cible19 { display:none;} #cible19:target { display:block;}
#cible20 { display:none;} #cible20:target { display:block;}
#cible21{  display:none;} #cible21:target { display:block;}

a.nonsoulign:link 
{ 
 text-decoration:none; 
 font-size: 20px; 
} 

a.nonsoulign15:link 
{ 
 text-decoration:none; 
 font-size: 15px; 
} 


.button { 
     width: 100px; 
     height: 25px; 
     line-height: 25px; 
     color: white; 
     text-decoration: none; 
     font-size: 12px; 
     font-family: helvetica, arial; 
     font-weight: bold; 
     display: block; 
     text-align: center; 
     position: relative; 
  
     /* BACKGROUND GRADIENTS */
     background: #014464; 
     background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C); 
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C));  
  
     /* BORDER RADIUS */
     -moz-border-radius: 5px; 
     -webkit-border-radius: 5px; 
     border-radius: 5px; 
  
     border: 1px solid #368DBE; 
     border-top: 1px solid #c3d6df; 
  
     /* TEXT SHADOW */
  
     text-shadow: 1px 1px 1px black; 
  
     /* BOX SHADOW */
     -moz-box-shadow: 0 1px 3px black; 
     -webkit-box-shadow: 0 1px 3px black; 
     box-shadow: 0 1px 3px black; 
    } 
  
    /* WHILE HOVERED */
    .button:hover { 
        background: #014464; 
        background: -moz-linear-gradient(top, #0c5f85, #0b5273 50%, #024869 51%, #003853); 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c5f85), color-stop(.5, #0b5273), color-stop(.51, #024869), to(#003853)); 
    } 
  
    /* WHILE BEING CLICKED */
    .button:active { 
        -moz-box-shadow: 0 2px 6px black; 
        -webkit-box-shadow: 0 2px 6px black; 
    } 
    /* FONT GLYPH (MOSTLY FOR FUN) */
    .button:before { 
        font-family: EfonRegular; 
        content: 'Demander'; 
        color: #09232F; 
        font-size: 10px; 
        float: left; 
        margin-left: 5px; 
        margin-right: -5px; 
        text-shadow: 0 1px 0 #4190AF; 
    } 

    .buttoncn { 
     width: 100px; 
     height: 25px; 
     line-height: 25px; 
     color: white; 
     text-decoration: none; 
     font-size: 12px; 
     font-family: helvetica, arial; 
     font-weight: bold; 
     display: block; 
     text-align: center; 
     position: relative; 
  
     /* BACKGROUND GRADIENTS */
     background: #014464; 
     background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C); 
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C));  
  
     /* BORDER RADIUS */
     -moz-border-radius: 5px; 
     -webkit-border-radius: 5px; 
     border-radius: 5px; 
  
     border: 1px solid #368DBE; 
     border-top: 1px solid #c3d6df; 
  
     /* TEXT SHADOW */
  
     text-shadow: 1px 1px 1px black; 
  
     /* BOX SHADOW */
     -moz-box-shadow: 0 1px 3px black; 
     -webkit-box-shadow: 0 1px 3px black; 
     box-shadow: 0 1px 3px black; 
    } 
  
    /* WHILE HOVERED */
    .buttoncn:hover { 
        background: #014464; 
        background: -moz-linear-gradient(top, #0c5f85, #0b5273 50%, #024869 51%, #003853); 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c5f85), color-stop(.5, #0b5273), color-stop(.51, #024869), to(#003853)); 
    } 
  
    /* WHILE BEING CLICKED */
    .buttoncn:active { 
        -moz-box-shadow: 0 2px 6px black; 
        -webkit-box-shadow: 0 2px 6px black; 
    } 
    /* FONT GLYPH (MOSTLY FOR FUN) */
    .buttoncn:before { 
        font-family: EfonRegular; 
        content: '请求'; 
        color: #09232F; 
        font-size: 10px; 
        float: left; 
        margin-left: 5px; 
        margin-right: -5px; 
        text-shadow: 0 1px 0 #4190AF; 
    }


/* VERT */
.myButton1 {
        width:90%;
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 7px 11px -5px #276873;       /* box-shadow: 0px 10px 14px -7px #276873; */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
        margin:5px 0px 5px 0px; /* top, right, bottom, left */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:17px;
	padding:3px 5px 7px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
        text-align:center; /* centrage horizontal */
}
.myButton1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}
.myButton1:active {
	position:relative;
	top:1px;
}

/* TURQUOISE Ombré */
.myButton2 {
        width:95%;
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	color: white; /*color:#ffffff;*/
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 3px 3px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
        /*text-shadow: 1px 1px 1px black; */
}
.myButton2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.myButton2:active {
	position:relative;
	top:1px;
}


/* BLEU     pour ce bouton mettre à blanc dans index.html à  .menu li a   */
.myButton3 {
        width:95%;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:3px 0px 3px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton3:active {
	position:relative;
	top:1px;
}

/* ORANGE */
.myButton4 {
        width:90%;
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:13px;
	/* font-weight:bold;*/
	padding:3px 4px 3px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
        /*text-shadow: 0 1px 0 #4190AF;*/ 
}
.myButton4:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton4:active {
	position:relative;
	top:1px;
}

/* CREME */
.myButton5 {
        width:90%;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffcf;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffcf;
	box-shadow:inset 0px 1px 0px 0px #ffffcf;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f3f3c6), color-stop(1, #e6e6bc));
	background:-moz-linear-gradient(top, #f3f3c6 5%, #e6e6bc 100%);
	background:-webkit-linear-gradient(top, #f3f3c6 5%, #e6e6bc 100%);
	background:-o-linear-gradient(top, #f3f3c6 5%, #e6e6bc 100%);
	background:-ms-linear-gradient(top, #f3f3c6 5%, #e6e6bc 100%);
	background:linear-gradient(to bottom, #f3f3c6 5%, #e6e6bc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3c6', endColorstr='#e6e6bc',GradientType=0);
	background-color:#f3f3c6;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #fdfdd2;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:13px;
	/* font-weight:bold;*/
	padding:3px 4px 3px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
        /*text-shadow: 0 1px 0 #4190AF;*/ 
}
.myButton5:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e6e6bc), color-stop(1, #f3f3c6));
	background:-moz-linear-gradient(top, #e6e6bc 5%, #f3f3c6 100%);
	background:-webkit-linear-gradient(top, #e6e6bc 5%, #f3f3c6 100%);
	background:-o-linear-gradient(top, #e6e6bc 5%, #f3f3c6 100%);
	background:-ms-linear-gradient(top, #e6e6bc 5%, #f3f3c6 100%);
	background:linear-gradient(to bottom, #e6e6bc 5%, #f3f3c6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6bc', endColorstr='#f3f3c6',GradientType=0);
	background-color:#e6e6bc;
}
.myButton5:active {
	position:relative;
	top:1px;
}

.bouton2 {
	padding:3px 6px 3px 6px;
	font:bold 13px Arial;
	background:#478bf9;
	color:#fff;
	border-radius:2px;
	width:100%;
	border:none;
}
.BoutonFaceBook {
    width:25px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background-color:#418cc9;  /*  bleu du logo 418cc9,  bleu MK Design 4ea5dc */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
        font-weight:bold;
	padding:14px 8px 14px 8px;
	text-decoration:none;
	margin:0 0 7px;            /* top, right, bottom, left */
	/* text-transform:uppercase;  met le bouton en MAJUSCULE" */
	text-align:center;
	
}
.BoutonFaceBook:hover {
	
	background-color:#dbb34d;
}
.BoutonFaceBook:active {
	position:relative;
	top:1px;
	background-color:#dbb34d;
}