<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.voyant { 
font-weight: bold;
color: black;
float: left;
width: 133px;
margin-left: 9px;
text-align: -webkit-center;
height: 240px;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
padding-top: 14px;
font-size: 9pt ;
min-height: 100%;
}

.widget_voyant { 
font-weight: bold;
color: black;
float: left;
width: 150px;
margin-top: -42px;
margin-top: 6px;
text-align: center;
background: -moz-linear-gradient(-45deg,  rgba(237,241,242,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(237,241,242,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(237,241,242,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(237,241,242,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(237,241,242,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(237,241,242,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1f2', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height: 270px;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
margin-right: 10px ;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
font-size: 10pt ;
}

.metier {
text-align: -webkit-center;
font-size: 10pt ;
font-family: 'Handlee', cursive;
text-decoration: none;
color:#EE0F97;
font-family: -webkit-pictograph;
text-align:center;
font-size: 10px;
margin-top: -19px;
}
.me-consulter{
margin: auto;
font-weight:bold;
text-align:center;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
max-width: 100px;
text-decoration: none;
color : white ;
text-align: -webkit-center;
background-color: #70AD02;
background-image: -moz-linear-gradient(top, #7EC004, #5C9000);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7EC004), to(#5C9000));
background-image: -webkit-linear-gradient(top, #7EC004, #5C9000);
background-image: -o-linear-gradient(top, #7EC004, #5C9000);
background-image: linear-gradient(to bottom, #7EC004, #5C9000);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ec004', endColorstr='#ff5c9000', GradientType=0);
}

.bouton-dispo-vert {
margin-top: -35px;
text-align:center;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
max-width: 100px;
text-decoration: none;
color : white ;
text-align: -webkit-center;
background-color: #70AD02;
background-image: -moz-linear-gradient(top, #7EC004, #5C9000);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7EC004), to(#5C9000));
background-image: -webkit-linear-gradient(top, #7EC004, #5C9000);
background-image: -o-linear-gradient(top, #7EC004, #5C9000);
background-image: linear-gradient(to bottom, #7EC004, #5C9000);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ec004', endColorstr='#ff5c9000', GradientType=0);
}


.bouton-dispo-bleu {
text-align:center;
margin-top: -35px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
max-width: 100px;
text-decoration: none;
color : white ;
text-align: -webkit-center;
background-color: #3A6DE2;
background-image: -moz-linear-gradient(top, #3C8DDF, #373DE6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3C8DDF), to(#373DE6));
background-image: -webkit-linear-gradient(top, #3C8DDF, #373DE6);
background-image: -o-linear-gradient(top, #3C8DDF, #373DE6);
background-image: linear-gradient(to bottom, #3C8DDF, #373DE6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c8ddf', endColorstr='#ff373de6', GradientType=0);
}

.bouton-dispo-rouge {
text-align:center;
margin-top: -35px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
max-width: 100px;
text-decoration: none;
color : white ;
text-align: -webkit-center;
background: rgb(255,76,76); 
background: -moz-linear-gradient(top,  rgba(255,76,76,1) 0%, rgba(198,11,11,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,76,76,1)), color-stop(100%,rgba(198,11,11,1))); 
background: -webkit-linear-gradient(top,  rgba(255,76,76,1) 0%,rgba(198,11,11,1) 100%); 
background: -o-linear-gradient(top,  rgba(255,76,76,1) 0%,rgba(198,11,11,1) 100%); 
background: -ms-linear-gradient(top,  rgba(255,76,76,1) 0%,rgba(198,11,11,1) 100%); 
background: linear-gradient(to bottom,  rgba(255,76,76,1) 0%,rgba(198,11,11,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c4c', endColorstr='#c60b0b',GradientType=0 ); 
line-height:95%;
}


.imagequalite{
margin-top: -13px;
}
#imgqualite{
	text-align:center;
	text-align: -webkit-center;
}

.textevoyant {
text-align:center;
font-size: 22px;
font-family: 'Handlee', cursive;
text-align: -webkit-center;
color :white;
padding-bottom: 10px;
padding-top: 10px;
} 

#slidervoyant {
height: 197px; 
overflow: hidden ;
padding-top: 94px ;
width: 570px;
padding-left: 10px;
margin-top: -15px;
margin: auto;
}

#widget_slidervoyant {
height: 280px; 
overflow: hidden ;
padding-left: 10px;
 width: 400px;
}

.telephone{
font-size: 28px;
color : white ;
text-align: center;

border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
height: 90px;
}

.telephone_type{
font-size: 28px;
color : white ;
background: -moz-linear-gradient(top,  rgba(224,0,0,1) 0%, rgba(158,0,0,0.93) 44%, rgba(158,0,0,0.83) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,0,0,1)), color-stop(44%,rgba(158,0,0,0.93)), color-stop(100%,rgba(158,0,0,0.83))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(224,0,0,1) 0%,rgba(158,0,0,0.93) 44%,rgba(158,0,0,0.83) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(224,0,0,1) 0%,rgba(158,0,0,0.93) 44%,rgba(158,0,0,0.83) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(224,0,0,1) 0%,rgba(158,0,0,0.93) 44%,rgba(158,0,0,0.83) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(224,0,0,1) 0%,rgba(158,0,0,0.93) 44%,rgba(158,0,0,0.83) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00000', endColorstr='#d49e0000',GradientType=0 ); /* IE6-9 */
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
height: 29px;
margin-top: 15px;
padding-top: 6px;

}
.voyant h3{
	text-align:center;
	padding: 0px;
	margin-top:-10px;
}

.dispo-link .bouton-dispo-vert, .dispo-link .bouton-dispo-bleu, .dispo-link .bouton-dispo-rouge{
	margin: -35px auto 0 auto;
 }
 .photo-voyant{
	display: block;
	margin: auto;
	-moz-box-shadow: 1px 1px 22px #000000;
-webkit-box-shadow: 1px 1px 22px #000000;
box-shadow: 1px 1px 22px #000000;
 }</pre></body></html>