/* Default CSS */
body {
	width :100% ;
	font-family: 'Arial';
	margin: 0;
	height: 100%;
	overflow: scroll;
}
@font-face {
	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 400;
  	src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  	unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}


/* latin-ext */
@font-face {
	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 400;
  	src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  	font-family: 'Poppins';
  	font-style: normal;
  	font-weight: 400;
  	src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.HG 									{ border-top-left-radius: 5px !important; }
.HD 									{ border-top-right-radius: 5px !important; }
.BG 									{ border-bottom-left-radius: 5px !important; }
.BD 									{ border-bottom-right-radius: 5px !important; }

/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
a {
    color: #545454;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}

a:hover {
    color: #c0042c;
    transition: all 300ms ease-in-out 0s;
}


	#global{
       	max-width:1200px;
        padding :5px;
		margin:5px auto;
	}
	header {
		display:block;
		position:relative;
	}
	#tophead1{
		display:none;
	}
	#tophead p {
		font-size:11px;
	}
	#tophead1 p {
		font-size:11px;
	}
	h1 {
		font-family: 'Poppins';
	}
	h2 {
		vertical-align: center;
		text-align: center;
	}
	/*Couleurs*/
	.Org {
		color:#FF8000;
	}
	.Vrt {
		color: #009140;
	}
	.Ble {
		color:#006AB1;
	}
	.Noi {
		color:#333;
	}
	.center{
		text-align:center;
		margin:10px auto 10px auto;
	}
	#moncarreO{
  		background-image: url(image/emploi.png);
		background-size:50px;
		background-position : 50% 50%; 
  		display:inline-block;
  		width:50px;
  		height:50px;
  		border:none;
		float:left;
		}
	#moncarreO :hover{
		cursor:pointer;
	}
	#moncarreV{
  		background-image: url(image/cv.png);
		background-size:50px;
		background-position : 50% 50%; 
  		display:inline-block;
  		width:50px;
  		height:50px;
  		border:none;
		float:left;
	}
	#moncarreV {
		cursor:pointer;	
	}
	#moncarreB{
		background-image: url(image/membre.png);
		background-size:50px;
		background-position : 50% 50%; 
  		display:inline-block;
  		width:50px;
  		height:50px;
  		border:none;
		float:left; 
	}
	#moncarreB {
		cursor:pointer;	
	}
	/*Logo*/
	#Logo{
		display:block;
		text-align:center;
		float:left;
		margin-left:20px;
	}
	#Logo img{
		max-width:150px;
		max-height:110px;
		padding-right:20px;
	}
	#Logo2 {
		display:none;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	#Logo2 img{
		max-width:150px;
		max-height:90px;
		padding-right:20px;
	}
	/*Bandeau*/
	#Bandeau {
		display:block;
		width:100%;
		height:150px;
		color:#006AB1;
	}
	#ident {
		display:block;
		max-width:1200px;
		margin: 0 auto;
	}
	#Ztitre {
		color:#008D3B;
		display:block;
		font-family: 'Poppins';
		max-width:400px;
		margin:3px auto 10px auto;
		float:left;
	}
	#Ztitre h3{
		font-weight: lighter;
		font-size:25px;
		line-height:25px;
		padding-top:15px;
		margin-top:15px;
		margin-bottom:-10px;
	}
	#Ztitre h1{
		font-size:34px;
		margin-top:0px;
		padding-top:6px;
	}
	#Zbout {
		display:block;
		width:200px;
		float:right;
		margin:30px 0px 0px 40px;
	 }
	 .Zbout {
	 	display:block; 
	 	width:100%;
        float:left;
		line-height:12px;
	}
	 .Zbout p{
	  	margin:0px;
		margin-left:55px;
		font-size:14px;
	}
	P.top {
		padding-top:5px;
		text-transform:uppercase; 
	}
	P.bas {
		padding-bottom:5px;
		text-transform:uppercase; 
	}
	 /*Menu Burguer*/
	* {
	  font-family:'Poppins';
	  box-sizing: border-box;
	}
	.top-nav {
	  display: flex;
	  flex-direction: row;
	  align-items: center;
	  justify-content: space-between;
	  background-color: #fff;
		/*background: linear-gradient(to left, #f46b45, #eea849);*/
	  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	  color: #333;
	  height: 50px;
	  padding: 1em;
	}
	.menu {
	  display: flex;
	  flex-direction: row;
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	}
	.menu li {
	  margin: 0 1rem;
	  overflow: hidden;
	}
	.menu li a {
		text-transform:uppercase;
		text-decoration:none;
		color:#009140;
	}
	.menu li a:hover {
		color:#AE0808;
		texte-decoration:underline;
	}
	.menu li a.active {
		color:#AE0808;
		text-decoration: none;
	}

	.menu-button-container {
	  display: none;
	  height: 100%;
	  width: 30px;
	  cursor: pointer;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}
	#menu-toggle {
	  display: none;
	}
	.menu-button,
	.menu-button::before,
	.menu-button::after {
	  display: block;
	  background-color: #008D3B;
	  position: absolute;
	  height: 4px;
	  width: 30px;
	  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
	  border-radius: 2px;
	}
	.menu-button::before {
	  content: '';
	  margin-top: -8px;
	}
	.menu-button::after {
	  content: '';
	  margin-top: 8px;
	}
	#menu-toggle:checked + .menu-button-container .menu-button::before {
	  margin-top: 0px;
	  transform: rotate(405deg);
	}
	#menu-toggle:checked + .menu-button-container .menu-button {
	  background: rgba(255, 255, 255, 0);
	}
	#menu-toggle:checked + .menu-button-container .menu-button::after {
	  margin-top: 0px;
	  transform: rotate(-405deg);
	}
	#Mprincipal {
		 border-top:1px solid #009140;
		 border-bottom:1px solid #009140;
		 margin-top:14px;
		 margin-bottom:10px;
		 padding-top:0px;
		 padding-bottom:0px;
	 }
	#Mprincipal .top-nav{
		display:block;
	}
/*Contenu*/
	#contenu {
		position:relative;
	}
	#actu {
		display:block;
		border:none;
		margin:5px;
		position:relative;
		height:410px;
		width:98%;
		border:0px solid #E95F5F;
	}
	.actuSeule {
		border:none;
		position:relative;
		width:100%;
		float:left;
		margin:5px;
	}
	.actuSeule img {
		max-width:100%;
		height:100%;
	}
	.txtactuSeule{
		display:block;
		position:absolute;
		top:65%;
		left:2%;
		width:96%;
		height:30%;
		opacity:0.8;
		background-color:#fff;
	}
	.txt1actuSeule{
		display:inline;
		position:absolute;
		border: 0px solid red;
		top:67%;
		left:4%;
		width:92%;
		height:28%;
		opacity:1;
	}
	.actu1 {
		border:none;
		position:relative;
		width:65%;
		height: 400px;
		float:left;
		margin:5px;
	}
	.actu1 img {
		max-width:100%;
		height:100%;
	}
	.txtactu1{
		display:block;
		position:absolute;
		top:65%;
		left:2%;
		width:96%;
		height:30%;
		opacity:0.8;
		background-color:#fff;
	}
	.txt1actu1{
		display:inline;
		position:absolute;
		border: 0px solid red;
		top:67%;
		left:4%;
		width:92%;
		height:28%;
		opacity:1;
	}
	.txt1actu1 h3{
		margin:2px 2px 2px 2px;
		font-size:0.9em;
		font-weight:bold;
	}
	.txt1actu1 p{
		color:#000;
		margin:0px 2px 0px 2px;
		font-size:0.8em;
		text-align:justify;
	}
	.actu2 {
		border:none;
		position:relative;
		width:33%;
		height:193px;
		float:left;
		margin:5px;
	}
	.actu2 img{
		width:100%;
		height:100%;
	}
	.txtactu2{
		display:block;
		position:absolute;
		top:65%;
		left:2%;
		width:96%;
		height:30%;
		opacity:0.8;
		background-color:#fff;
	}
	.txt1actu2{
		display:block;
		position:absolute;
		top:67%;
		left:4%;
		width:92%;
		height:28%;
		opacity:1;
		color:#000;
	}
	.txt1actu2 h3{
		margin:2px 2px 2px 2px;
		font-size:0.7em;
		font-weight:bold;
	}
	.txt1actu2 p{
		color:#000;
		margin:0px 2px 0px 2px;
		font-size:0.6em;
		text-align:justify;
	}
	.actu3 {
		border:none;
		position:relative;
		width:33%;
		height:197px;
		float:left;
		margin:5px;
	}
	.actu3 img{
		width:100%;
		height:100%;
	}
	.txtactu3{
		display:block;
		position:absolute;
		top:65%;
		left:2%;
		width:96%;
		height:30%;
		opacity:0.8;
		background-color:#fff;
	}
	.txt1actu3{
		display:block;
		position:absolute;
		top:67%;
		left:4%;
		width:92%;
		height:28%;
		opacity:1;
		color:#000;
	}
	.txt1actu3 h3{
		margin:2px 2px 2px 2px;
		font-size:0.7em;
		font-weight:bold;
	}
	.txt1actu3 p{
		color:#000;
		margin:0px 2px 0px 2px;
		font-size:0.6em;
		text-align:justify;
	}
	#pactu {
		display:block;
		border:none;
		margin:5px;
		position:relative;
	}
	.pimgactu {
		width:98%;
		height:250px;
	}
	.pimgpart {
		width:98%;
		height:250px;
	}
	.pactu1{
		border:none;
		position:relative;
		width:98%;
		margin:15px;
		padding-bottom:20px;
		border-bottom:1px solid #006AB1;
	}
	.pactu1 .pimgactu img{
		max-width:100%;
		height:100%;
		object-fit:cover;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.pactu1 .pimgpart img{
		max-width:100%;
		height:100%;
		object-fit:cover;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.ptxtactu1{
		display:block;
		width:96%;
		height:30%;
		opacity:0.9;
		background-color:#fff;
	}
	.ptxt1actu1{
		display:block;
		width:92%;
		height:28%;
		opacity:1;
		color:#000;
	}
	.ptxt1actu1 h3{
		margin:2px 2px 6px 2px;
		font-size:16px;
		font-weight:bold;
	}
	.ptxt1actu1 p{
		color:#000;
		margin:0px 2px 20px 2px;
		font-size:14px;
		text-align:justify;
		line-height:20px;
	}
	/*Zone Pub*/
	#Pub h2{
		font-size:20px;
		font-weight:bold;
		text-align:left;
	}
	#Pub p{
		font-size:15px;
	}
	#Pub P.stitre {
		font-style:italic;
		margin-top:0px;
		margin-bottom:5px;
		}
	#Pub li{
		font-size:15px;
	}
	#Pub button.Suiv {
		color:#fff;
		background-color:#8EB633;
		float:right;
		border-radius:5px;
		cursor:pointer;
	}
	
	.bloc1 {
		display:block;
		float:left;
		min-height:460px;
		margin: 5px 10px 10px 7px;
		padding: 15px 10px 10px 10px;
		border-radius:5px;
		box-shadow:0px 40px 30px -20px rgba(0,0,0,0.3);
	}
	.bloc1 h2 {
		margin-bottom:3px;
	}
	.bloc1 ul {
		list-style: none;
	}
	.bloc1 li::before {content: "•"; color:#8EB633;
		display: inline-block; width: 1em;
		margin-left: -1em;
	}
	
	.bloc2 {
		display:block;
		float:left;
		min-height:460px;
		margin: 5px 10px 10px 7px;
		padding: 15px 10px 10px 10px;
		border-radius:5px;
		box-shadow:0px 40px 30px -20px rgba(0,0,0,0.3);
	}
	.bloc2 ul {
		list-style: none;
	}
	.bloc2 li::before {content: "•"; color:#8EB633;
		display: inline-block; width: 1em;
		margin-left: -1em;
	}
	.bloc2 .line2 {
		font-size:14px;
		font-style:italic;
	}

	.bloc3 {
		display:block;
		float:left;
		min-height:460px;
		margin: 5px 5px 5px 0px;
		padding: 15px 10px 10px 10px;
		border-radius:5px;
		box-shadow:0px 40px 30px -20px rgba(0,0,0,0.3);
	}
	.bloc3 ul {
		list-style: none;
	}
	.bloc3 li::before {content: "•"; color:#8EB633;
		display: inline-block; width: 1em;
		margin-left: -1em;
	}
	.bloc3 .line2 {
		font-size:14px;
		font-style:italic;
	}
	
	.ptxt1part1{
		display:block;
		width:92%;
		opacity:1;
		color:#000;
		
	}
.Emp01 {
		display: table;
        width: 100%;
        height: 32px;
        text-align: left;
}
.Emp01 img {
	display: table-cell;
	vertical-align: middle;
}
P.empldate {
	text-align:right;
	font-weight:bold;
	color:#8EB633;
}
button.Empl {
    color: #fff;
    background-color: #8EB633;
    border-radius: 5px;
    cursor: pointer;
}



  /*Pied de page*/
  footer {
	  background-color:#444;
	  padding:15px;
	  margin:1px;
	  width:99.3%;
	  min-height:50px;
	  bottom:2px;
  }
  footer h2{
	  font-size:16px;
	  color:#fff;
	  text-align:left;
  }
  footer a {
	  text-decoration:none;
	  color:#fff;
  }
  footer a:hover {
	  text-decoration:none;
	  color:yellow;
  }
  footer .col1{
	  color:#fff;
	  float:left;
	  width: 25%;
	  height:50px;
  }
  .col11{
	  padding-left:10px;
	  float:left;
	  width:100%;
  }
  .col22{
	  padding-left:0px;
	  float:left;
	  width:100%;
  }
 footer .col2{
	  color:#fff;
	  float:left;
	  width: 25%;
  }
  footer .col3{
	  color:#fff;
	  float:left;
	  width: 25%;
  }
  footer .col4{
	  color:#fff;
	  float:right;
	  padding-right:15px;
	  width: 25%;
  }
  footer .colonnepar4{
	  color:#fff;
	  float:right;
	  padding-right:15px;
	  width: 25%;
  }
  footer .colonnepar3{
	  color:#fff;
	  float:right;
	  padding-right:15px;
	  width: 33%;
  }
	/* Formulaire */

	@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);




.underline {
  border-bottom: solid 2px #474544;
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
	float: right;
	width: 47%;
}

::placeholder {
	font-style: italic;
	color: #96989A !important;
}

.inputGrand[type='text'], [type='email'], [type='password'], .selectGrand, .textareaGrand {
	background:none;
	border: none;
	border-bottom: solid 2px #474544;
	color: #474544;
	font-size: 1.000em;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0em 0 1.575em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.inputGrand[type=checkbox] {
         width: 22px;
         height: 22px;
         border: 4px solid black;
         border-radius: 3px;
         background-color: white;
         padding:3px;
}
.inputGrand:focus, .selectGrand:focus, .textareaGrand:focus {
	outline: none;
	padding: 0 0 0.575em 0;
}
.inputNormal {
	outline: none;
	background: none;
	border: none;
	border: 0 !important;
	border-bottom : 10px ;
	padding: 0 !important;
	margin:0;
	-webkit-box-sizing : content-box;
	-webkit-transition : none;
}
.inputNormal:focus {
	outline: none;
	background: none;
	border: none;
	margin:0;
	padding:0;
}
select {
  /* background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right; */
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.classement {
  width: 100%;
}
input.disco {
	width:100px;
	
}

.telephone {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #474544;
}

:-moz-placeholder { 
	color: #474544;
	opacity: 1;
}

::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #474544;
}

.bouton {
  background: none;
  border: solid 2px #474544;
  border-radius: 15px;
  color: #474544;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.bouton:hover {
  background: #474544;
  color: #F2F3EB;
}


.circle {
  border-radius: 50%;
}
.circle.orange {
  border-radius: 50%;
  background: #FF8000;
}
.circle.vrt {
  border-radius: 50%;
  background: #8EB633;
}
.circle.purple {
  border-radius: 50%;
  background: #ae5989;
}

/* Page Partenaire*/
.parts {
	display:block;
	width:100%;
	position:relative;
}
.Part1 {
	display:block;
	width:15%;
	float:left;
}
.Part2 {
	display:block;
	width:32%;
	float:left;
}
.Part3 {
	display:block;
	width:50%;
	float:right;
}
/* les tableaux */
table {
	margin: 1rem auto;
	text-align: center;
	width: 100%;
	max-width: 100%;
	border-collapse: collapse; 
	}

thead{
	background-color: #FF8000;
	color: white
	}
	
th,td{
	padding:8px 4px;
	}

.tableaudebord table{
	margin: 10rem auto;
	text-align: center;
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border: 0px solid
	}
.tableaudebord thead{
	background-color: green;
	color: red;
	}

.tableaudebord td {
	border:1px solid #000000;
	padding:8px 4px;
	}

/*
tbody tr:nth-child(even) {
	background-color: #ddd
}
*/


@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}


*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blocCouleurRouge {
	padding:10px;
	background-color:#F9DCDC;
	border-radius:10px;
	border:3px solid #E95F5F;
	text-align:left;
	margin:15px auto 15px auto;
}
.blocCouleurVert {
	position:relative;
	padding:10px;
	width:50%;
	background-color:#DEF7DA;
	border-radius:10px;
	border:3px solid #70C663;
	text-align:left;
	margin:15px auto 15px auto;
}

.blocNumerote {
	position:relative;
	padding:15px;
	min-width:350px;
	background-color:#FCFCFC;
	border-radius:10px;
	border:2px solid #000000;
	text-align:left;
	
}
.numeroAstuce {
	position:absolute;
	top:2px;
	left:2px;
	width:23px;
	height:23px;
	color: white;
	font-size:1.3em;
	background-color: black;
	border-radius:15px;
	text-align:center;
}
.TarifTd {
	padding:15px;
	margin:15px auto 15px auto;
	background-color:#FCFCFC;
	border-radius:10px;
	border:2px solid #000000;
	text-align:left;
}

#motclef					{ display: block; text-align: justify; margin: 0; padding : 0 0 0 6px; width: 99%; height: 60px; border: 0px solid red; overflow: hidden; }
#motclef .a01				{ display: inline; font-size:  7px; color: #ececec; line-height: 20px; height: 20px; }
#motclef .a02				{ display: inline; font-size: 18px; color: #dedede; line-height: 20px; height: 20px; }
#motclef .a03				{ display: inline; font-size: 6px; color: #d1cccc; line-height: 20px; height: 20px; }
#motclef .a04				{ display: inline; font-size: 17px; color: #a8a8a8; line-height: 20px; height: 20px; }
#motclef .a05				{ display: inline; font-size: 7px; color: #e0e0e0; line-height: 20px; height: 20px; }
#motclef .a06				{ display: inline; font-size: 16px; color: #dfdfdf; line-height: 20px; height: 20px; }
#motclef .a07				{ display: inline; font-size: 8px; color: #c2b8b8; line-height: 20px; height: 20px; }
#motclef .a08				{ display: inline; font-size: 15px; color: #dfdfdf; line-height: 20px; height: 20px; }
#motclef .a09				{ display: inline; font-size: 9px; color: #c6c6c6; line-height: 20px; height: 20px; }
#motclef .a10				{ display: inline; font-size: 14px; color: #dfdfdf; line-height: 20px; height: 20px; }
#motclef .a11				{ display: inline; font-size: 10px; color: #b5b4b4; line-height: 20px; height: 20px; }
#motclef .a12				{ display: inline; font-size: 13px; color: #b1a8a8; line-height: 20px; height: 20px; }
#motclef .a13				{ display: inline; font-size: 11px; color: #afb1a3; line-height: 20px; height: 20px; }
#motclef .a14				{ display: inline; font-size: 11px; color: #a8a8a8; line-height: 20px; height: 20px; }
#motclef .a15				{ display: inline; font-size: 10px; color: #abaaa7; line-height: 20px; height: 20px; }
#motclef .a16				{ display: inline; font-size: 10px; color: #dfdfdf; line-height: 20px; height: 20px; }
#motclef .a17				{ display: inline; font-size: 13px; color: #d4cbb9; line-height: 20px; height: 20px; }
#motclef .a18				{ display: inline; font-size: 9px; color: #b6ad9b; line-height: 20px; height: 20px; }
#motclef .a19				{ display: inline; font-size: 14px; color: #bebebe; line-height: 20px; height: 20px; }
#motclef .a20				{ display: inline; font-size: 8px; color: #c6c6c6; line-height: 20px; height: 20px; }

#accroche					{ display:none; }
