
/*@media only screen and (max-width: 1200px) {

   .jour_agenda {
		font-size: 15px;
	}
   .c_plage_agenda {
		font-size: 10px;
	}

}*/

html::-webkit-scrollbar {
	width: 6px;
	background-color: rgba(255,255,255,0.1); 
}
html::-webkit-scrollbar-thumb {
    background: #aaa; 
}

html {
	scrollbar-color: #aaa rgba(255,255,255,0.1);
	scrollbar-width: thin;
}

nav {
	overflow-x:hidden;
	scrollbar-color: #aaa rgba(255,255,255,0.1);
	scrollbar-width: thin;
}

@font-face {
	font-family: "Ultima";
	src: url('UltimaPDbc-UltraLightSmallC.ttf');
}


pre {
	margin-left:50px;
    font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:15px;
}




/* layer */

#cache_clicable{
	display:none;
	position:fixed; left:0; top:0;
	width:100%; height:100%;
	z-index:30;
	background: #000; 
	opacity: .30;
}

#cache_clicable_trans{
	display:none;
	position:fixed; left:0; top:0;
	width:100%; height:100%;
	z-index:30;
}
#cache_fixe{
	display:none;
	position:fixed; left:0; top:0;
	width:100%; height:100%;
	z-index:30;
	background: #000; 
	opacity: .30;
}

#fenetre_dialogue{
	display:none;
	position:fixed; left:20%; top:5%;
	margin-left:-10%;
/*	border-radius:5px;*/
	/*box-shadow: 0px 0px 5px #fff;*/
	width:80%;
	z-index:40;
	border:solid 5px rgba(0, 0, 0, .2);
	background-color: #f9f9f9;
	background-clip: padding-box;
	background-position:center center;
	background-image: url(/img/load.gif);
	background-repeat:no-repeat;
}

iframe{
	width:100%;
	height:100%;
	border:0;
	margin:0;
	padding:0;
}

#action_fenetre{
	text-align:center;
	width:100%;
	height:10%;
	background-color: #ccc; 
}

#conteneur_fenetre{
	overflow:auto;
	width:100%;
	height:90%;
}

#pourcentage{
	display:none;
	position:fixed; left:0; top:0;
	width:100%; height:47px;
	z-index:40;
	border-bottom:solid 1px #ccc;
	background: #fff; 
}

#pourcentage_valeur{
	display:block;
	position:fixed; left:0; top:0;
	width:45%; height:47px;
	z-index:45;
	background: #f60; 
}

#liste_section{
	display:none;
	position:fixed; left:0px; top:0px;
	padding:0px;
	height:100%;
	z-index:40;
	background-color:#fff;
/*	box-shadow:  0px 0px 10px #999,0px -5px 40px 0px rgba(225, 225, 225, 1.0) inset;*/
	overflow-y:auto;
}

#liste_section a{
	display:block;
	margin:0px;
	padding:10px;
	font-size: 17px;
	line-height:22px;
        white-space:nowrap;
}

.sepa_section{
	width:100%;
	display:block;
	border-top:solid 3px #8eb42d;
	overflow:hidden;
}

.lien_sip{
	float:left;
	display:block;
	/* margin:2px; */
	padding:7px;
	font-size: 15px;
	line-height:23px;
}

.lien_sip_mini{
	float:left;
	display:block;
	margin:3px;
	padding:8px;
	font-size: 13px;
	background-color:#eee;
	line-height:20px;
}

.lien_sip:hover{
	color:#000;
	background-color:#ccc;
}

.lien_sip_mini:hover{
	color:#000;
	background-color:#ccc;
}

.liste_sip{
	background-color:#fefefe;
	overflow:hidden;
	margin:2px;
}


#lien_index{
	display:inline-block;
	/* float:left; */
	width:295px;
	height:80px;
	/* padding:0px 0px 0px 20px; */
	padding:40px 40px 0px 40px;
	margin:0px;
	/* background-position: 50% 0px; */
	background-position: center;
	background-size: 285px 80px;
	background-repeat:no-repeat;
	background-image:url(../img/logo.png);
}

#liste_action_h{
	overflow:hidden;
	/* text-align:right; */
	/* float:right; */
}

#liste_action_h a{
	display:inline-block;
	text-decoration:none;
	padding:5px 2px 8px 2px;
	margin:0px 10px 0px 10px;
	/* font-weight:700; */
}

/* #liste_action_h .lien_select{ */
	/* border-bottom:solid 8px #000; */
/* } */

/* #liste_action_h .lien_select:hover{ */
	/* border-bottom:solid 8px #999; */
/* } */

#lien_action{
	display:none;
	position:fixed; right:0px; top:0px;
	z-index:7000;
	width:40px;height:40px;
	padding:25px;
	margin:0px;
}

#accueil_parallax{
	position:relative;
	min-height:500px;
	margin-top:100px;
	/* background-size: cover; */
	/* background-position: 50% 0px; */
	/* background-image:url(../img/prise5.jpg); */
}

#accueil_parallax .contenu{
	height:100%;
	overflow:hidden;
}

.accueil_caroussel{
	position:absolute;
	top:0;
	min-height:500px;
	background-size: cover;
	background-position: 50% 0px;
	/* background-image:url(../img/prise5.jpg); */
}

#lien_accueil{
	float:right;
	color:#fff;
	padding:4%;
	/* border-radius:5px; */
	font-size: 35px;
	font-family: "Ultima", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	-webkit-text-stroke: 1px;
	-webkit-text-stroke-color: #fff;
	background-color:#054171;
	text-decoration:none;
	line-height:35px;
	/* font-weight:bold; */
}

#lien_accueil:hover{
	background-color:#999;
}

.lien_gros{
	display:inline-block;
	color:#fff;
	padding:6% 8%;
	/* border-radius:5px; */
	font-size: 30px;
	font-family: "Ultima", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	-webkit-text-stroke: 1px;
	-webkit-text-stroke-color: #fff;
	background-color:#054171;
	text-decoration:none;
	/* font-weight:bold; */
}

.lien_gros:hover{
	background-color:#999;
}

#scroll_accueil{
	position:absolute;
	bottom:23px;
	left:50%;
	margin-left:-24px;
	display:inline-block;
	cursor:pointer;
}

#scroll_accueil svg{
	height: 48px;
	width: 48px;
	position: relative;
}

#scroll_accueil path{
	fill:rgba(5, 65, 113, 0.7);
}

#scroll_accueil:hover path{
	fill:rgba(5, 65, 113, 0.9);
}

.contenu{
	position:relative;
	overflow:hidden;
	margin:0px auto;
	max-width:1280px;
	width:94%;
	padding:0px 3%;
	color:#262021;
	line-height:25px;
}

.fond_inset{
	position:relative;
	overflow:hidden;
	width:100%;
	background-color:#eee;
}

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

	body {
		margin:30px 0px 50px 0px;
		background-position:top center;
		font-family: 'Lato', sans-serif;
		width:100%;
	}


	#header_public {
		position:fixed; left:0px; top:0px;
		width:100%;
		height:100px;
		margin:0;
		padding:0;
		/* box-shadow:  0px 0px 10px #8eb42d,0px -5px 40px 0px rgba(225, 225, 225, 1.0) inset; */
	/*	border-bottom:5px solid #8eb42d;*/
		background-color:rgba(255,255,255,0.8);
		overflow:hidden;
		z-index:10;
		background-image:url(../../img/logo.png);
		background-repeat:no-repeat;
		background-position: top center;
		background-size: contain;
	}	
	

	#texte_accueil{
		padding:1% 3%;
		float:left;
		border-radius:20px;
		box-shadow: 0px 0px 2px #fff;
		color:#054171;
		font-size: 40px;
		line-height:60px;
		font-weight:bold;
		/* white-space:nowrap; */
		background-color:rgba(255,255,255,0.5);
	}
	

	#img_acces{
		width:30%;
		margin:20px;
	}
	
	#marge_texte_accueil{
		display:block;
		height:30%;
	}
	
	#marge_lien_accueil{
		display:block;
		height:20%;
	}

	#accueil_parallax form{
		padding:30px;
		border-radius:6px;
	}

/*	#accueil_parallax .contenu_100{*/
/*		height:100%;*/
/*		overflow:hidden;*/
/*	}*/

/*	#accueil_parallax .contenu_80{*/
/*		height:100%;*/
/*		overflow:hidden;*/
/*	}*/

/*	#accueil_parallax .contenu_60{*/
/*		height:100%;*/
/*		overflow:hidden;*/
/*	}*/

/*	#accueil_parallax .contenu_40{*/
/*		height:100%;*/
/*		overflow:hidden;*/
/*	}*/

	.contenu_text{
		padding:50px 0px;
		font-size:22px;
		line-height:35px;
		text-align: justify;
	}

	.contenu_text a{
		font-size:18px;
	}
		
		
	.contenu_100{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:98%;
		padding:0px 1%;
		text-align:center;
	}
		
		
	.contenu_80{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:78%;
		padding:0px 1%;
		text-align:center;
	}
	
	.contenu_50{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:48%;
		padding:0px 1%;
		text-align:center;
	}

	.contenu_20{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:18%;
		padding:0px 1%;
		text-align:center;
	}

	.contenu_25{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:23%;
		padding:0px 1%;
		text-align:center;
	}

	.contenu_60{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:58%;
		padding:0px 1%;
		text-align:center;
	}

	.contenu_40{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:38%;
		padding:0px 1%;
		text-align:center;
	}

	.contenu_16{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:14%;
		padding:0px 1%;
		text-align:center;
	}

	.contenu_30{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:31%;
		padding:0px 1%;
		text-align:center;
	}


	.align_g{
		text-align:left;
	}
	.align_d{
		text-align:right;
	}
	
	
		
	h1 {
		font-family: "Ultima", Helvetica, Arial, sans-serif;
		letter-spacing: 2px;
		-webkit-text-stroke: 1px;
		-webkit-text-stroke-color: #054171;
		color:#054171;
		font-size: 40px;
		width:94%;
		margin:60px 3% 30px 3%;
		text-align:center;
		line-height:40px;
	}

	h1 div{
		display:inline-block;
		width:220px;
		border-bottom:solid 1px #054171;
		box-shadow: 0px 0px 2px #ccc;
	}

	
	.lien_pros{
		display:block;
		color:#fff;
		padding:1%;
		margin:1%;
		font-size: 22px;
		font-family: "Ultima", Helvetica, Arial, sans-serif;
		letter-spacing: 2px;
		-webkit-text-stroke: 1px;
		-webkit-text-stroke-color: #fff;
		background-color:#054171;
		text-decoration:none;
		/* font-weight:bold; */
	}

	.lien_pros:hover{
		background-color:#999;
	}

	.acte{
		color:#fff;
		font-weight:bold;
		padding:1%;
		margin:1%;
		border-radius:5px;
		background-color:#8eb42d;
		float:left;
	}
}

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

	body {
		margin:30px 0px 50px 0px;
		background-position:top center;
		font-family: 'Lato', sans-serif;
		width:100%;
	}


	#header_public {
		position:fixed; left:0px; top:0px;
		width:100%;
		height:100px;
		margin:0;
		padding:0;
		background-color:rgba(255,255,255,0.8);
		overflow:hidden;
		z-index:10;
		background-image:url(../../img/logo.png);
		background-repeat:no-repeat;
		background-position: top center;
		background-size: contain;
	}

	#texte_accueil{
		padding:1% 3%;
		float:left;
		border-radius:20px;
		box-shadow: 0px 0px 2px #fff;
		color:#054171;
		font-size: 23px;
		line-height:40px;
		font-weight:bold;
		/* white-space:nowrap; */
		background-color:rgba(255,255,255,0.5);
	}
	

	#img_acces{
		width:50%;
		margin:40px;
	}
	
	#marge_texte_accueil{
		display:block;
		height:40%;
	}
	
	#marge_lien_accueil{
		display:block;
		height:20%;
	}

	#accueil_parallax form{
		padding:30px;
		border-radius:6px;
	}

/*	#accueil_parallax .contenu_100{*/
/*		height:100%;*/
/*		overflow:hidden;*/
/*	}*/

/*	#accueil_parallax .contenu_80{*/
/*		height:100%;*/
/*		overflow:hidden;*/
/*	}*/

/*	#accueil_parallax .contenu_60{*/
/*		height:50%;*/
/*		overflow:hidden;*/
/*	}*/

/*	#accueil_parallax .contenu_40{*/
/*		height:20%;*/
/*		overflow:hidden;*/
/*	}*/
	
	#liste_action_h a{
		font-size:14px;
	}

	.contenu_text{
		padding:50px 0px;
		font-size:18px;
		line-height:35px;
		text-align: justify;
	}

	.contenu_text a{
		font-size:16px;
	}
		
		
	.contenu_100{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:90%;
		padding:0px 5%;
		text-align:center;
	}
		
	.contenu_80{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:70%;
		padding:0px 5%;
		text-align:center;
	}
	
	.contenu_50{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:90%;
		padding:0px 5%;
		text-align:center;
	}

	.contenu_20{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:90%;
		padding:0px 5%;
		text-align:center;
	}

	.contenu_25{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:90%;
		padding:0px 5%;
		text-align:center;
	}

	.contenu_60{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:90%;
		padding:0px 5%;
		text-align:center;
	}

	.contenu_40{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:90%;
		padding:0px 5%;
		text-align:center;
	}

	.contenu_16{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:90%;
		padding:0px 5%;
		text-align:center;
	}

	.contenu_30{
		display:block;
		float:left;
		overflow:hidden;
		margin:0px;
		width:90%;
		padding:0px 5%;
		text-align:center;
	}


	.align_g{
		text-align:center;
	}
	.align_d{
		text-align:center;
	}

	
		
	h1 {
		font-family: "Ultima", Helvetica, Arial, sans-serif;
		letter-spacing: 2px;
		-webkit-text-stroke: 1px;
		-webkit-text-stroke-color: #054171;
		color:#054171;
		font-size: 40px;
		width:94%;
		margin:30px 3% 20px 3%;
		text-align:center;
		line-height:40px;
	}

	h1 div{
		display:inline-block;
		width:220px;
		border-bottom:solid 1px #054171;
		box-shadow: 0px 0px 2px #ccc;
	}
	
	.lien_gros{
		display:inline-block;
		color:#fff;
		padding:3% 4%;
		font-size: 30px;
		font-family: "Ultima", Helvetica, Arial, sans-serif;
		letter-spacing: 2px;
		-webkit-text-stroke: 1px;
		-webkit-text-stroke-color: #fff;
		background-color:#054171;
		text-decoration:none;
		/* font-weight:bold; */
	}
	
	#lien_accueil{
		float:right;
		color:#fff;
		padding:4%;
		margin-top:5px;
		/* border-radius:5px; */
		font-size: 30px;
		font-family: "Ultima", Helvetica, Arial, sans-serif;
		letter-spacing: 2px;
		-webkit-text-stroke: 1px;
		-webkit-text-stroke-color: #fff;
		background-color:#054171;
		text-decoration:none;
		/* font-weight:bold; */
	}

	
	.lien_pros{
		display:block;
		color:#fff;
		padding:1%;
		margin:1%;
		font-size: 18px;
		font-family: "Ultima", Helvetica, Arial, sans-serif;
		letter-spacing: 2px;
		-webkit-text-stroke: 1px;
		-webkit-text-stroke-color: #fff;
		background-color:#054171;
		text-decoration:none;
		/* font-weight:bold; */
	}

	.lien_pros:hover{
		background-color:#999;
	}

	.acte{
		color:#fff;
		font-weight:bold;
		padding:1%;
		margin:1%;
		border-radius:5px;
		background-color:#8eb42d;
		display:block;
	}

}


	
.lien_lieux{
	line-height:35px;
	padding:1%;
	margin:1%;
}



#liste_section span{
	margin-right:10px;
}

#liste_action{
	display:none;
	position:fixed; right:0px; top:37px;
	padding:0px;
	z-index:40;
	background-color:#fff;
	box-shadow:  0px 0px 5px #999;
	overflow:hidden;
}

#liste_action a{
	display:block;
	margin:0px;
	padding:12px;
	float:none;
}

#conteneur_action{
	overflow:hidden;
	float:left;
}

#message{
	display:none;
	width:100%;
	height:120px;
	z-index:40;
	background: #000; 
}




#main {
	max-width:1280px;
	margin:40px auto 40px auto ;
	width:100%;
	overflow:hidden;
	padding:1% 0px;
}

	
#main_s {
	max-width:1280px;
	min-width:200px;
	margin:40px auto 40px auto ;
	width:100%;
	overflow:hidden;
	/*background-color:#fff;*/
}



footer {
	position:fixed; left:0px; bottom:0px;
	z-index:20;
	margin:20px auto 0px auto ;
	width:100%;
	overflow:hidden;
	/*height:30px;*/
	text-align:center;
	line-height:22px;
	font-size:13px;
/*	box-shadow:  0px 0px 10px #999,0px -5px 40px 0px rgba(225, 225, 225, 1.0) inset;*/
	border-top:1px solid #8eb42d;
	background-color:#fff;
}

/* banniere */
header {
	position:fixed; left:0px; top:0px;
	width:100%;
	height:37px;
	margin:0;
	padding:0;
	/* box-shadow:  0px 0px 10px #8eb42d,0px -5px 40px 0px rgba(225, 225, 225, 1.0) inset; */
	border-bottom:1px solid #8eb42d;
	background-color:#fff;
	overflow:hidden;
	z-index:10;
}


	
#lien_logo{
	float:left;
	margin:0;
	width:118px;
	height:37px;
	background-image:url(../../img/logo_s.png);
	background-repeat:no-repeat;
	background-position: top center;

}	

.menu_section {
	display:block;
	margin:0px;
	height:25px;
	float:left;
	font-size: 18px;
	border-right:solid 2px #ccc;
	padding:6px;
	line-height:23px;
}

.menu_action {
	display:block;
	margin:0px;
	height:25px;
	float:left;
	font-size: 13px;
	border-right:dotted 1px #ccc;
	padding:6px;
	line-height:25px;
}

#deconnexion {
	display:block;
	margin:0px;
	height:25px;
	float:right;
	font-size: 15px;
	border-left:solid 2px #ccc;
	padding:6px;
	line-height:23px;
}

#notification {
	display:none;
	margin:5px;
	height:10px;
	float:right;
	font-size: 14px;
	font-weight:bold;
	border:solid 1px #8eb42d;
	color:#fff;
	padding:8px;
	line-height:10px;
	border-radius: 5px;
	background-color: #8eb42d;
}

#lien_plus{
	display:none;
	margin:0px;
	height:25px;
	float:right;
	font-size: 30px;
	border-left:dotted 1px #ccc;
	padding:6px;
	line-height:24px;
	
}
#titre_page {
	padding:20px;
	font-size: 20px;
	color:#000;
}


h3 {
	font-family: "Ultima", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	-webkit-text-stroke: 1px;
	-webkit-text-stroke-color: #fff;
	font-size: 28px;
	line-height: 30px;
	text-align:left;
	color:#fff;
	background-color:rgba(156, 180, 100,0.8);
	padding:1%;
	margin:1%;
	width:95%;
	border-radius:5px;
}


/*h1 {*/
/*	font-size: 25px;*/
/*	line-height: 30px;*/
/*	font-family:open_sanslight;*/
/*}*/


li{
	list-style-type:none;
	color:#000;
}

li a{
	display:block;
	width:95%;
	padding:3px 1%;
}

/*li:hover{
	list-style-type:circle;
}*/


/* Corps de page */
#block_article {
    position:relative;
    width:100%;
}

	/* OSM */
.olControlAttribution {
    bottom: 5px;
}

.smallmap {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(/img/load.gif);
}

.map_block {
    float:right;
	line-height:30px;
}

/* autocompletion ville pour picker loc
.auto_completion{
	position:absolute;
	left:10px; right:8px;
	box-sizing:border-box;
	border:solid 1px #ccc;
	background-color:#fff;
	z-index:auto;
	overflow:hidden;
}

 */
.auto_completion{
	border:solid 1px #ccc;
	background-color:#fff;
    width: 99%;
}
.auto_completion img{
	float:right;
	cursor:pointer;
	margin-right:1%;
	margin-top:3px;
}
.auto_completion ul{
	padding-left:2%;
}

#ytapiplayer{
	text-align:center;
}


#not_null{
	color:red;
}

.vide_recap{
	color:red;
	font-weight:bold;
}

#page{
	padding:10px;
}
#page a{
	padding:5px;
}

#reponse_ok{
	display:none;
	width:95%;
	font-size: 20px;
	font-weight:bold;
	color:#fff;
	background-color:#8eb42d;
	padding:1%;
	margin:2% 1%;
	border-radius: 2px;
	text-align:left;
}

#reponse_nok{
	display:none;
	width:95%;
	font-size: 20px;
	font-weight:bold;
	color:#fff;
	background-color:#b30000;
	padding:1%;
	margin:2% 1%;
	border-radius: 2px;
	text-align:left;
}

noscript{
	display:none;
	font-size: 15px;
	font-weight:bold;
	color:#b30000;
	border:solid 1px #b30000;
	box-shadow: 0px 0px 10px #b30000;
	background-color:#fff;
	padding:5px 5px 5px 25px;
	margin:10px;
	border-radius: 5px 5px 5px 5px;
	background:url(../../img/nok.png) 5px center no-repeat;
	text-align:left;
}

#reponse_conteneur{
	/*margin:20px;*/
	display:block;
	overflow:hidden;
	text-align:center;
}

#field_choice{
	position:absolute;
	border:solid 1px #ccc;
	background-color:#fff;
	padding:20px;
	border-radius: 5px 5px 5px 5px;
}

.fieldset {
	position:relative;
	font-size: 13px;
	line-height: 20px;
	/*background-color:rgba(249, 249, 249,0.8);*/
	background-color:#f9f9f9;
	border: solid 1px #f9f9f9;
	width:95%;
	margin:1%;
	padding:1%;
	border-radius:10px;
	/*box-shadow:  0px 0px 5px #f9f9f9;*/
	overflow:hidden;
}

.fieldset_demi {
	display:block;
	float:left;
	font-size: 13px;
	border: solid 1px #f9f9f9;
	background-color:#f9f9f9;
	width:44%;
	margin:1%;
	padding:1%;
	border-radius:10px;
	/*box-shadow:  0px 0px 5px #f9f9f9;*/
	overflow:hidden;
}



/* PLANNING */

.legende{
	border-radius:3px 3px 0px 0px;
	padding:0px 5px;
	margin:8px 5px 0px 0px;
	white-space:nowrap;
	float:right;
	height:24px;
	line-height:25px;
	overflow:hidden;
}

.legende_lieu{
	border-radius:5px;
	padding:5px;
	margin:5px;
	white-space:nowrap;
	float:left;
	height:20px;
	line-height:20px;
	overflow:hidden;
}

.legende_agenda{
	border-radius:3px 3px 0px 0px;
	padding:0px 5px;
	margin:8px 5px 0px 0px;
	white-space:nowrap;
	float:right;
	height:24px;
	line-height:25px;
	overflow:hidden;
}

.legende_contact{
	border-radius:2px;
	padding:5px;
	margin:5px;
	white-space:nowrap;
	float:left;
	line-height:28px;
	overflow:hidden;
}

.l_consult_rdv{
	background-color:#b0e1f3;
}

.l_consult_s_rdv{
	background-color:#f3a99f;
}

.l_consult_visite{
	background-color:#ade5a2;
}

.l_consult_rdv_prise{
	background-color:rgba(176, 225, 243, 0.6);
}

.l_consult_s_rdv_prise{
	background-color:rgba(243, 169, 159, 0.6);
}

.l_consult_visite_prise{
	background-color:rgba(173, 229, 162, 0.6);
}

.titre_agenda{
	padding:5px 20px 15px 10px;
	font-size: 20px;
	display:block;
	line-height:18px;
	float:left;
	overflow:hidden;
}

.titre_agenda_dis{
	color:#ccc;
	padding:5px 20px 15px 10px;
	font-size: 20px;
	display:block;
	line-height:18px;
	float:left;
	overflow:hidden;
	cursor:pointer;
}

.titre_agenda_dis:hover{
	background-color:#eee;
}

.titre_top{
	display:block;
	z-index:8;
	background-color:#fff;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

.titre_top_lien{
	float:right;
	width:44px;
}

.puce_agenda{
	float:right;
	display:block;
	width:8%;
	height:18px;
	color:#fff;
	border-radius:5px;
	margin-right:2px;
	margin-top:1px;
	text-align:center;
	font-size:11px;
	max-width:20px;
}

.c_nav_agenda{
	width:100%;
	display:block;
	overflow:hidden;
	height:33px;
}

.c_nav_agenda select{
	display:block;
	overflow:hidden;
	float:right;
	width:150px;
	border:solid 1px #999;
	border-radius:3px 3px 0px 0px;
	margin:8px 0px;
	float:right;
}

.tab_agenda{
	width:100%;
    table-layout: fixed; /* optional, for equal spacing */
	background-color:#fff;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	float:left;
	overflow:hidden;
}

.td_planning{
	width:14%;
	min-width:125px;
	border:solid 1px #999;
	font-size: 17px;
	padding:5px;
}

.td_agenda{
	position:relative;
	border-right:solid 1px #ccc;
	padding-bottom:50px;
}

.lien_arrivee{
	text-align:center;
	position:absolute;
	display:block;
	font-size:12px;
	top:6px; left:80px;
	line-height:20px;
	width:20px;
	height:18px;
	color:#000;
	background: rgba(0, 0, 0, .3);
	border-radius: 18px;
	border:0px;
	padding:0px;
	cursor:pointer;
	opacity:0.6;
}

.lien_arrivee:hover{
	opacity:0.8;
}

/*#refresh_agenda{
	display:block;
	font-size: 16px;
	font-weight:bold;
	color:#666;
	width:100%;
	text-align:center;
	margin:10px 0px 10px 0px;
	margin:5px 0px 5px 0px;
	border-bottom:solid 1px #cccccc;
}*/

#rebour_ok_agenda{
	color:green;
}

#rebour_nok_agenda{
	color:red;
}

#load{
	padding-left:10px;
	float:right;
	height:32px;
	width:32px;
}

#load_sip{
	display:block;
	float:left;
	width:32px;
	height:32px;
}

/*#fenetre_cal{
	position:absolute;
	left:10px;top:10px;
	margin:0;
	width:190px;
	overflow:hidden;
}*/



#lasttime{
	color:green;
	font-size:15px;
	font-weight:bold;
	margin-left:10px;
}

.c_lien_agenda{
	position:relative;
	display:block;
	height:25px;
	width:100%;
	overflow:hidden;
}

.c_plage_planning{
	position:relative;
	font-size:11px;
	width:88%;
	text-align:left;
	border-radius:2px;
	display:block;
	margin:3%;
	padding:3%;
	overflow:hidden;
}

.c_plage_planning a{
	font-size:11px;
}

.c_plage_planning_lien{
	display:none;
	border-top:dashed 1px #ddd;
	margin-top:5px;
	padding-top:5px;
}

.c_plage_planning_lien ul{
	margin:0;
	padding:0;
}

.c_plage_creneau{
	width:80%;
	text-align:center;
	border-radius:2px;
	font-size:12px;
	color:#000;
	display:block;
	margin:5%;
	padding:5%;
	overflow:hidden;
	background-color:#eee;
	border:solid 1px #ddd;
}

.c_plage_ferme{
	position:relative;
	width:94%;
	padding:20px 2%;
	margin:2px 1%;
	text-align:center;
	border-radius:2px;
	font-size:12px;
	font-weight:bold;
	line-height:19px;
	display:block;
	overflow:hidden;
	background-color: #eee;
}

.c_plage_drop{
	position:relative;
	width:100%;
	color:#fff;
	display:block;
	overflow:hidden;
	background-image:url(/img/px_fond.png);
}


.c_borne_date{
	font-weight:normal;
	font-size:12px;
	color:#aaa;
}


.lien_plage_fixe{
	width:80%;
	text-align:left;
	border-radius:2px;
	color:#000;
	display:block;
	margin:5%;
	padding:5%;
	overflow:hidden;
	font-size:12px;
}

.separe_prise_rdv{
	display:block;
	text-align:center;
	width:100%;
	border-bottom:dashed 1px #ccc;
	font-size: 13px;
	font-weight:bold;
	padding:8px 0px 2px 0px;
	margin:3px 0px 7px 0px;
}


/* AGENDA */


#table_scroll{
	position:relative;
	overflow-y:hidden;
	overflow-x:auto;
}

.td_heure{
	width:2%;
	border:solid 1px #ccc;
	font-size:13px;
	padding-top:25px;
}


.font_heure{
	font-size:12px;
	width:100%;
	display:block;
	overflow:hidden;
	height:120px;
	font-weight:bold;
}


.jour_agenda{
	display:block;
	width:90%;
	/*margin-bottom:5px;*/
	padding:5px 5%;
	font-size: 14px;
	font-weight:bold;
	line-height:20px;
	color:#666;
	border-bottom:solid 1px #bbb;
	white-space:nowrap;
	background-color: #fff;
}

.jour_agenda_bas{
	display:block;
	position:absolute;
	left:0px;
	bottom:0px;
	width:90%;
	/*margin-top:5px;*/
	padding:5px 5%;
	font-size: 14px;
	font-weight:bold;
	color:#666;
	overflow:hidden;
	border-top:solid 1px #bbb;
	white-space:nowrap;
	background-color: #fff;
}

/*.jour_agenda_bas{
	display:block;
	position:absolute;
	left:0px;
	bottom:0px;
	width:90%;
	margin-top:5px;
	padding:5px 5%;
	font-size: 14px;
	font-weight:bold;
	color:#666;
	overflow:hidden;
	border-top:solid 1px #ddd;
	white-space:nowrap;
}*/


.h_decoup{
	position:relative;
	padding-top:3px;
	padding-bottom:3px;
	font-size:12px;
	border-bottom: solid 1px #bbb;
}


.jour_agenda_lieu{
	float:right;
	text-align:right;
	font-size: 30px;
	margin:8px 0px;
	font-weight:bold;
	color:#666;
}

.bg_heure{
	position:relative;
	background-image:url(/img/heure.png);
	width:100%;
}

.ligne_maintenant{
	position:absolute;
	top:0px;
	left:-1px;
	height:100%;
	background-color:red;
	width:2px;
	display:block;
}

.ferme_heure{
	font-size:12px;
	width:100%;
	display:block;
	overflow:hidden;
	height:120px;
	background-image:url(/img/ferme.png);
	border: solid 1px #eee;
}

.plage_heure{
	width:100%;
	display:block;
}

.plage_agenda{
	width:100%;
	text-align:left;
	font-size:15px;
	color:#000;
	display:block;
}

.ferme_plage{
	font-style:italic;
	background-color:#eee;
	color:#666;
}

.note_plage{
	font-style:italic;
	background-color:#ffff6e;
	color:#333;
}

.note_plage:hover{
	background-color:#ccc;
}

.c_lien_plage{
	position:absolute;
	top:0; right:0;
	height:20px;
	overflow:hidden;
	background-color:#eee;
}

.c_plage_agenda{
	position:relative;
	display:block;
	overflow:hidden;
	border:0;
}

.c_plage_drag{
	position:relative;
	width:100%;
	display:block;
	overflow:hidden;
}

.c_plage_net{
	position:relative;
	width:100%;
	display:block;
	overflow:hidden;
}

.c_plage_retour{
	font-style:italic;
}

.c_plage_retour_dd{
	font-style:italic;
	color:red;
}

.heure_agenda{
	position:relative;
	display:block;
	height:15px;
	font-size:10px;
	line-height:18px;
	color:#ccc;
	text-align:right;
}

.heure_agenda_mnt{
	position:relative;
	display:block;
	width:96%;
	padding:2px 1%;
	margin:2px 1%;
	height:20px;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	color:#fff;
	background-color:#f00;
	text-align:center;
}

.demi_jour_agenda{
	position:relative;
	display:block;
	height:15px;
	font-size:10px;
	color:#333;
	line-height:15px;
	background-color:#ff0;
	text-align:center;
}

.c_plage_patient{
	/*position:relative;
	text-align:left;
	width:95%;*/
	float:left;
	padding:10px;
	margin:10px;
	display:block;
	cursor:pointer;
	font-size:13px;
	border-radius:4px;
	line-height:20px;
}

.c_plage_masque{
	position:relative;
	text-align:left;
	width:95%;
	padding:2px 1% 2px 2%;
	margin:2px 1%;
	display:block;
	overflow:hidden;
/*	cursor:pointer;*/
	font-size:13px;
	border-radius:5px;
	line-height:20px;
}

.c_plage_masque_jour{
	width:94%;
	padding:0 2%;
	margin:2px 1%;
}

.c_plage_creneau_libre{
	border-bottom:2px solid red;
}

.c_plage_lien{
	width:97%;
	margin:-5px 2%;
}

.c_plage_aucune_act{
	position:relative;
	width:94%;
	padding:20px 2%;
	margin:2px 1%;
	text-align:center;
	border-radius:2px;
	font-size:12px;
	font-weight:bold;
	line-height:19px;
	display:block;
	overflow:hidden;
	background-color: #eee;
}
/*
.c_plage_masque_jour{
	position:relative;
	text-align:left;
	width:100%;
	display:block;
	height:20px;
	overflow:hidden;
	cursor:pointer;
	line-height:25px;
	padding-left:3px;
	padding-right:30px;
}*/

/*.c_plage_libre{
	font-style:italic;
}*/

/*
.c_plage_prise{
	border: solid 2px #999;
}*/

.c_plage_prise_materiel{
	border: solid 1px #999;
}

.c_plage_multiple{
	position:relative;
	font-size:12px;
	width:100%;
	background-color:#fff;
	z-index:100;
	border-bottom:solid 2px #000;
}

.c_plage_referme{
	position:relative;
	text-align:center;
	width:100%;
	display:block;
	height:8px;
	overflow:hidden;
	cursor:pointer;
}

.c_plage_vide{
	width:100%;
	display:block;
	overflow:hidden;
}

#block_note{
	font-size:12px;
	line-height:15px;
}

.commentaire_rdv{
	display:none;
	font-style:italic;
}

.age_rdv{
	display:none;
	float:right;
	margin-right: 5px;
}

.tri_multiple{
	float: left;
	display: block;
	margin-right: 1%;
	margin-bottom: 2px;
	width: 32%;
	color: #006699;
	line-height: 20px;
}

.bloc_tri{
	overflow:hidden;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:solid 2px #777;
}

/* MESSAGERIE */

.ligne_message{
	position:relative;
	text-align:left;
	width:96%;
	padding:0 2%;
	display:block;
	overflow:hidden;
	cursor:pointer;
	line-height:20px;
	border-radius:5px;
}


/* COMPTA */


.tab_compta{
	width:100%;
	background-color:#fff;
    border: 1px solid #999999;
}

.td_compta{
	border:solid 1px #999999;
	font-size: 12px;
	padding:10px;
	width:10%;
}

.td_compta a{
	display:block;
	width:95%;
	padding:3px 1%;
	line-height:18px;
}

.td_compta_gd{
	width:22%;
}

.td_compta_titre{
	text-align:left;
	background-color:#eee;
	font-size: 14px;
}

.td_compta_montant{
	text-align:right;
	font-size: 13px;
	font-weight:bold;
}

.td_compta_total{
	text-align:right;
	background-color:#eee;
	font-size: 14px;
	font-weight:bold;
}

.td_compta_montant_nok{
	text-align:right;
	font-size: 13px;
	font-weight:bold;
    color:#b30000;
}



.tab_secretariat{
	width:100%;
	background-color:#fff;
    border: 1px solid #999999;
}

.td_secretariat{
	border:solid 1px #999999;
	font-size: 12px;
	padding:2px 10px;
	width:10%;
}

.td_secretariat a{
	display:block;
	width:100%;
	line-height:18px;
}

.td_secretariat_titre{
	text-align:left;
	background-color:#eee;
	font-size: 12px;
	font-weight:bold;
}

.td_secretariat_montant{
	text-align:right;
	font-size: 13px;
	font-weight:bold;
}

.td_secretariat_total{
	text-align:right;
	background-color:#eee;
	font-size: 13px;
	font-weight:bold;
}

.iban{
	float:left;
	border: solid 1px #333;
	margin:0px 2px;
	padding:0px 3px;
	font-weight:bold;
}

.signature{
	display:block;
	height:50px;
	border: solid 1px #333;
	margin:0px 2px;
	padding:0px 3px;
	font-weight:bold;
}


.td_titre_liste{
	border: solid 1px #ccc;
	background-color: #ffffff;
	padding: 5px;
	color: #000;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	text-align:center;
}

.td_liste{
	max-width:400px;
	border: solid 1px #ccc;
	background-color: #ffffff;
	padding: 5px;
	color: #000;
	font-size:12px;
}





#montant_panier{
	display:block;
	font-size: 15px;
	font-weight:bold;
	color:#8eb42d;
	border:solid 1px #8eb42d;
	box-shadow: 0px 0px 10px #8eb42d;
	background-color:#fff;
	padding:20px 0px 20px 0px;
	margin:30px 0px 0px 0px;
	border-radius: 5px;
	text-align:center;
}

.rdv_fiche{
	margin-bottom:20px;
	padding:1%;
	line-height:24px;
	border-bottom:1px solid #ccc;
}











/*
@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-light-webfont.woff') format('woff'),
         url('opensans-light-webfont.ttf') format('truetype'),
         url('opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

*/















p {
	line-height: 25px;
	padding:10px 50px 20px 0px;
}




.bloc_com_flotte_p { 
	font-size:15px;
	float:left;
	width:90%;
	background-color:rgba(255,255 , 255,0.9 );
	margin:3.0% 0% 0% 3.5%;
	padding: 1.5% 1.5% 3.5% 3.5%;
	text-decoration:none;
	display:block; 
	overflow:hidden;
}

.bloc_com_flotte { 
	font-size:15px;
	float:left;
	width:50%;
	background-color:rgba(255,255 , 255,0.9 );
	margin:0% 0% 0% 3.5%;
	padding: 1.5% 1.5% 3.5% 3.5%;
	text-decoration:none;
	display:block; 
	overflow:hidden;
}


.bloc_com_marge { 
	font-size:15px;
	float:left;
	width:70%;
	padding: 1.5% 1.5% 1.5% 3.5%;
	text-decoration:none;
	display:block; 
	overflow:hidden;
}

.bloc_com{ 
	font-size:15px;
	width: 100%;
	display:block;
	border-bottom:1px solid #eee;
	overflow:hidden;
}

.com_bleu{ 
	background-color:#006699;
	color:#fff;
}

#s_inscrire{ 
	background-color:#eee;
	color:#006699;
	font-size: 17px;
	padding:5px 40px;
	margin:5px;
	cursor:pointer;
	border: solid 1px #eee;
}

.bloc_com_patient{ 
	background: url(/img/img_patient.jpg) no-repeat center ;
	background-repeat:no-repeat;
	width: 100%;
    height: 400px;
	display:block;
}

.bloc_com_medecin{ 
	background: url(/img/img_medecin.jpg) no-repeat center ;
	background-repeat:no-repeat;
	width: 100%;
    height: 400px;
	display:block;
}

.font_com_mob{ 
	height: 200px;
    max-width: 40%;
	margin-left:65%;
	margin-top:3.5%;
	padding:0;
	background:url(../../img/img4.jpg) no-repeat  center left ;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

.font_com_cal{ 
	height: 200px;
    max-width: 40%;
	margin-left:65%;
	margin-top:3.5%;
	padding:0;
	background:url(../../img/img5.jpg) no-repeat  center left ;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

.font_com_e1{ 
	height: 200px;
    max-width: 40%;
	margin-left:65%;
	margin-top:3.5%;
	padding:0;
	background:url(../../img/recherche.jpg) no-repeat  center left ;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

.font_com_e2{ 
	height: 200px;
    max-width: 40%;
	margin-left:65%;
	margin-top:3.5%;
	padding:0;
	background:url(../../img/inscription.jpg) no-repeat  center left ;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

.font_com_e3{ 
	height: 200px;
    max-width: 40%;
	margin-left:65%;
	margin-top:3.5%;
	padding:0;
	background:url(../../img/recherche_compte.jpg) no-repeat  center left ;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

.font_com_e4{ 
	height: 200px;
    max-width: 40%;
	margin-left:65%;
	margin-top:3.5%;
	padding:0;
	background:url(../../img/agenda.jpg) no-repeat  center left ;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

.font_com_e5{ 
	height: 200px;
    max-width: 40%;
	margin-left:65%;
	margin-top:3.5%;
	padding:0;
	background:url(../../img/prepaiement.jpg) no-repeat  center left ;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

.font_com_e6{ 
	height: 200px;
    max-width: 40%;
	margin-left:65%;
	margin-top:3.5%;
	padding:0;
	background:url(../../img/caution.jpg) no-repeat  center left ;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

.font_com_exc{ 
	height: 200px;
    max-width: 40%;
	margin-left:65%;
	margin-top:3.5%;
	padding:0;
	background:url(../../img/excel.jpg) no-repeat  center left ;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

.conteneur_sip{
	display:block;
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
	line-height:13px;
}

.peer_hs{
	float:right;
	display:block;
	margin:2px 2px;
	padding:3px;
	border-radius:1px;
	font-size:10px;
	background-color:#eee;
	color:#ccc;
}

.peer_o{
	float:right;
	display:block;
	margin:2px 2px;
	padding:3px;
	border-radius:1px;
	font-size:10px;
	background-color:#ff0066;
}

.peer_s{
	float:right;
	display:block;
	margin:2px 2px;
	padding:3px;
	border-radius:1px;
	font-size:10px;
	background-color:#ff6600;
}

.peer_lq{
	float:right;
	display:block;
	margin:2px 2px;
	padding:3px;
	border-radius:1px;
	font-size:10px;
	background-color:#00ffff;
}

.peer_l{
	float:right;
	display:block;
	margin:2px 2px;
	padding:3px;
	border-radius:1px;
	font-size:10px;
	background-color:#66ff00;
}

.peer_vous{
	float:left;
	display:block;
	margin:2px;
	padding:6px;
	font-size:15px;
	font-weight:bold;
	line-height:25px;
	border-radius:4px;
}

.peer_vous a{
	float:right;
	display:block;
	/* margin:2px; */
	margin-left:5px;
	font-size: 13px;
	background-color:#eee;
	padding:0px 5px;
}

.peer_vous a:hover{
	color:#000;
	background-color:#ccc;
}

.peer_p_l{
	float:right;
	display:block;
	margin:2px 1px;
	padding:4px;
	border-radius:4px;
	background-color:#66ff00;
}

.peer_p_o{
	float:right;
	display:block;
	margin:2px 1px;
	padding:4px;
	border-radius:4px;
	background-color:#ff0066;
}

.titre_peer{
	float:right;
	display:block;
	font-size:10px;
	line-height:2px;
	margin:4px 4px 4px 10px;
}

#retour_call{
	display:block;
	line-height:10px;
	min-height:105px;
	/* margin:50px 1% -40px 1%; */
	overflow:hidden;
}

.frame_stat{
	float:left;
	margin-left:5px;
	height:50px;
	width:19%;
	background-position:center top;
	background-repeat:no-repeat;
	border:solid 1px #ccc;
	background-color:#fff;
}

.bloc_stat{
	height:180px;
	margin: 0 auto;
	width:95%;
	float:left;
	border:solid 2px #F9F9F9;
}

.droit_titre{
	display:block;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

.droit_titre_partie{
	margin-left:15px;
	font-weight:bold;
	font-size:16px;
}

#remonter{
	position:fixed; right:0px; bottom:50px;
	z-index:20;
	width:40px;
	height:40px;
	padding:6px;
	border-radius:5px 0px 0px 5px;
	cursor:pointer;
	background-color:#ccc;
}

#remonter:hover{
	background-color:#ddd;
}


/*


 #bloc_texte_ht { 
	float:left;
	width:40%;
	color:#333;
	margin:3.5%;
	padding: 3.0% 1.5% 1.5% 3.5%;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block ; 
	background-color:rgba(255,255 , 255,0.9 );	


 
 }
 
  #bloc_texte_bs { 
	float:left;
	width:40%;
	background-color:rgba(255,255 , 255,0.9 );
	margin:3.0% 0% 0% 3.5%;
	padding: 1.5% 1.5% 1.5% 3.5%;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block ; 
 }
  #bloc_ml_accueil{ 
	overflow:auto;
	background:#006699;
    width: 100%;
    min-height: 350px;
	display:block;

	
 
 }
   #bloc_bb_accueil{ 
	overflow:auto;
	background:#006699;
    width: 100%;
    min-height: 200px;
	display:block;

	
 
 }
 
  #bloc_texte_ml { 
	float:left;
	width:93%;
	margin-top:30px;
	padding-left: 3.0%;
	display:block ; 
	overflow:auto;

 
 }

   #bloc_bs_accueil{ 
	overflow:auto;
	background:#fff url(/img/img4.jpg) no-repeat right bottom ;
    width: 100%;
    min-height: 250px;
	display:block;
	border-bottom:1PX solid #eee;
	color:#333;

	

 
 }
 
   #bloc_texte_bb { 
	float:left;
	width:55%;
	margin:3.0% 0% 3.5% 3.5%;
	padding-top: 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block ; 

 
 }
 
      #bloc_image_bb{ 

	height: 200px;
    max-width: 30%;
	margin-left:65%;
	margin-top:3.5%;
	margin-bottom:3.5%;
	background:url(/img/img5.jpg) no-repeat  bottom left ;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;

}



 #bloc_texte_ht_info_patient { 
	float:left;
	width:40%;
	margin:3.5%;
	padding: 3.0% 1.5% 1.5% 3.5%;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block ; 
		background-color:rgba(255,255 , 255,0.9 );	


 
 }

  #bloc_texte_ml { 
	float:left;
	width:93%;
	margin-top:30px;
	padding-left: 3.5%;
	display:block ;


 
 }
  #bloc_texte_bs_patient { 
	float:left;
	width:55%;
	margin:0.0% 0% 0% 3.5%;
	padding-top: 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block ; 

 
 }
 
.bloc_bs_patient{ 
	overflow:auto;
    width: 100%;
    min-height: 250px;
	display:block;


	}*/





	
