* {
	box-sizing:border-box;
}

img {
	max-width: 100%;
}


html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#FFF;
	font-size: 18px;
	font-family:Arial;
}

/* Liens  */
a {
	color: #66858D; /* #2622ed; */
	text-decoration:none;

	cursor: pointer;
}

a.ls {
	color:#789;
}

#conteneur {
	position:relative;
	min-height:100%;
	background-image:url(https://www.medshake.net/img/pageElements/fond.png);
	background-position:center center;
	background-repeat:repeat-y;
}

#conteneurUtile {
	position:relative;
	margin:0 auto;
	padding:0 0 170px 0;
	min-height:100%;
	width:980px;
	height:auto;
	background:#FFF;
}

footer {
	position:absolute;
	bottom:0;
	padding-top: 30px;
	width:100%;
	height:110px;
	border-bottom: 3px solid #93A299;
	background:#EEE;
	text-align:center;
	font-size: 12px;
}

/* headers */
h2,h3,h4,h5,h6 {
	color:#444;
}

h1 {
	margin:25px 0;
	padding:0;
	color:#444;
	font-weight:700;
	font-size:28px;
}

h2 {
	margin:30px 0 25px;
	padding:0;
	font-weight:700;
	font-size:22px;
}

h2 span {
	font-size:.6em;
}

h2.w50 {
	margin:10px 0;
}

h3 {
	margin:30px 0 25px;
	padding:0;
	font-weight:700;
	font-size:18px;
}

/* menu */

header {
	display: block;
	border-bottom: 3px solid #C1C8C4;
	background: #93A299; /*   6e8cbd; */
}

.siteLogo {
	margin-right: 5px;
	width: 60px;
	border: 0;
	vertical-align: middle;
}

.siteTitre {
	display: inline-block;
	padding: 5px 0;
	width: auto;
	vertical-align: middle;
}

.siteTitre sup{
	font-size: 10px;
}

nav {
	position: relative;
	margin:0 auto;
	width: 980px;
}

nav ul {
	position: absolute;
	top : 0;
	right: 0;
	display: block;
	margin: 0;
	padding: 22px 0;
	width:750px;
	text-align: right;

}

nav li {
	display:inline-block;
	padding: 0 0 0 20px;
	width: auto;
	text-align: right;
}

nav a {
	color : #FFF;
	font-size: 20px;
}


/* arbo  */

.arboConteneur {
	border-bottom: 3px solid #EEE;
	background: #EEE;
}

.arboConteneurCentrage {
	margin: 0 auto;
	padding: 12px 0;
	width:980px;
}

.arbo {
	display: inline;
	margin: 0;
	padding: 0;
	color : #777;
	font-size: 12px;
}

.arbo a{
	color : #777;
}

.arbo a:hover{
	text-decoration: underline;
}

.arbo li {
	display:inline;
	list-style-type:none;
}

.arbo li::before {
	content:'\0020»\0020';
	font-style:normal;
}

.arbo li:nth-child(1)::before {
	content:none;
}

.arboMembre {
	float: right;
	vertical-align: middle;
}

/* pagination */

.pagination {
	display: inline;
	margin : 5px 0;
	padding: 0 0 15px 0 ;
	list-style: none;
}

.pagination li {
	display: inline;
	padding: 2px;
	border: 1px solid #E0E4E2;
	font-size: 12px;
}

li.pageCourante {
	border: 1px solid #777;
	background: #777;

}

.pageCourante a{
	color: #FFF;
}

/* Bloc */
.Bloc {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.Bloc li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
	width: 150px;
	vertical-align: top;
	font-size: 14px;
}

.Bloc img {
	width: 150px;
	border: 0;
}

.softblock {
	display: block;
	padding: 15px 15px;
	width: auto;
	border : 0;
	border-radius: 4px;
	background: #EEE;
}

/* Liste */
.Liste {
	margin:0;
	padding:0;
}

.Liste li {
	position: relative;
	display:block;
	padding:5px 0;
	border-bottom:1px solid #E0E4E2;
}

.Liste li:first-child {
	border-top:1px solid #E0E4E2;
	font-weight:700;
}

.Liste li {
	vertical-align: middle;
}

/* Liste Blanche */

.ListeBlanche {
	margin:0;
	padding:0;
}

.ListeBlanche li {
	position: relative;
	display:block;
	padding:0;
}

/* Tableau (calqué sur Liste) */
.tableau {
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #E0E4E2;
}

.tableau th {
	padding:5px 0;
	text-align:left;
	font-weight:700;
}

.tableau tr {
	border-top:1px solid #E0E4E2;
}

.tableau td {
	padding:5px 0;
}

.trHover tr:hover {
	background: #EEE;
}

.trHover thead tr:hover {
	background: transparent;
}

.noHover {
	background: transparent !important;
}

.tableauPlus td {
	padding: 4px !important;
}

/* Form */
label {
	display:inline-block;
	margin:20px 0;
	width:49%;
	color:#444;
	vertical-align:top;
	text-transform:uppercase;
	font-size:.9em;
}

.Liste label {
	margin-top: 0;
	font-weight: normal !important;
}

input {
	display:block;
	padding:4px;
	min-width:30%;
	width:95%;
	border:0;
	border-radius:4px;
	background:#EEE;
	font-size:14px;
}

select {

	min-width:30%;
	width:95%;

	height:25px;
	border:0;
	border-radius:4px;
	background:#EEE;
	font-size:14px;
/* 	display:block; */
	padding:3px;
}

textarea {
	display:block;
	padding:4px;
	min-width:30%;
	min-height:150px;
	width: 95%;
	border:0;
	border-radius:4px;
	background:#EEE;
	font-size:14px;
}

input[type=submit] {
	margin-top:20px;
	padding: 5px 10px;
	border: 0;
	background:#FF8900;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
}

.inputErreur {
	border:2px solid #DB2218;
}

label span {
	display:block;
	color:#DB2218;
}

li form {
	margin : 15px 0;
}

/* bouton */

.bouton, .boutonSoft {
	display: inline-block;
	margin-bottom: 3px;
	padding: 5px 10px;
	width: auto;
	border : 0;
	border-radius: 4px;
	background: #FF8900;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}


.boutonSoft {
	background: #66858D; /* #40516E; */
}

a.bouton, a.boutonSoft {
	color: white;
}

.boutonUltraSoft, input[type=submit].boutonUltraSoft {
	display: inline-block;
	margin-bottom: 3px;
	padding: 5px 10px;
	width: auto;
	border : 0;
	border-radius: 4px;
	background: #EEE;
	color: black;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}

/* article */
.adescriptif {
	margin-bottom:1.5em;
	font-style:italic;
	font-size:12px;
}

.achapeau {
	margin-bottom:1.5em;
	font-weight:700;
	font-size:18px;
	line-height:1.4;
}

.atext {
	margin-bottom:1.5em;
	font-size:18px;
	line-height:1.4;
}

.atext .docPNG {
	border : 1px dashed #ddd;
}

.aps {
	font-size:14px;
}

.atext h2 {
	display:block;
	margin:15px 0;
	padding:0;
	font-size:26px;
}

.atext h3 {
	display:block;
	margin:20px 0 10px 0;
	padding:0;
	font-size:22px;
}

.tableauArticle {
	width: 100%;
	border-collapse:collapse;
}

.tableauArticle caption{
	caption-side: bottom;
	text-align: left;
	font-size: 14px;
}

.tableauArticle td, .tableauArticle th{
	padding: 2px 3px;
	border-right : 1px dotted #DDD;
	border-left : 1px dotted #DDD;
	text-align: center;
}

.tableauArticle td:first-child, .tableauArticle th:first-child{
	border-left :0;
	text-align: left;
}

.tableauArticle td:last-child, .tableauArticle th:last-child{
	border-right :0;
}

.tableauArticle tr{
	border-top : 1px solid #EEE;
	border-bottom : 1px solid #EEE;
}

/* Message d'erreur */
.messageErreur {
	margin:0;
	padding:15px;
	border-radius:4px;
	background:#CF4024;
	color:#FFF;
	list-style-position:inside;
}

.messageErreur li:nth-child(1) {
	border: 0;
	list-style-type:none;
}

.messageErreur a{
	color : #FFF;
	text-decoration: underline;
}

ul.messageErreur, .messageErreur li {
	border: 0;
}

li .messageErreur {
	margin-bottom: 10px;
}

/* Message alerte sous header */
ul.alerteMsgs {
	display: block;
	margin: 0;
	padding: 3px;
	background: #FF8900;
	color: white;
	text-align: center;
	font-size: 12px;
}
.alerteMsgs li {
	list-style-type: none;
}

.alerteMsgs a {
	color: white;
	text-decoration: underline;
}

/* Infos */

.infos {
	padding: 7px 7px;
	border-radius: 4px;
	background: #93A299;
	color: #FFF;
}

/* Drop zone */

.dropZone {
	padding: 20px 10px;
	border: 4px solid #FF8900;
	text-align: center;
}


.dropZoneMembre{
	padding: 90px 10px;
}

.dropZone input {
	margin: auto;
	background: transparent;
}


/* zone photos */
ul.zonePhotos {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}

.zonePhotos li{
	position: relative;
	display: inline-block;
	margin-right: 8px;
	width: auto;
}

.zonePhotos figure {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
}


.zonePhotos figcaption {
	position: absolute;
	bottom:4px;
	left: 0;
	z-index: 2;
	display: block;
	padding: 5px;
	min-height: 20px;
	width: 100%;
	background: rgba(0,0,0,0.4);
	color: white;
	text-align: center;
	font-size: 12px;
}

.zonePhotos figcaption a{
	display: block;
	color: white;
	text-align: center;
	text-decoration: underline;
}

.zonePhotos .logoArtDefaut {
	border-left : 8px solid #FF8900;
}

.delDoc {
	position: absolute;
	top : -6px;
	left: -6px;
	z-index: 3;
	display: block;
	padding: 6px;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background:#CF4024;
	color: white;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
/* blog */
.logoBlog {
	display: inline-block;
	margin-right : 20px;
	width : 150px;
	vertical-align: top;
}

.introBlog {
	display: inline-block;
	width : 800px;
	vertical-align: top;
}

/* Liste sommaire  */
ol {
	padding-left: 0;
	list-style-position: inside ;
}

ol li {
	margin-bottom: 10px;
}

/* Déclarations générales */

strong {
	font-weight: bold;
}

.equal {
	background: #a8d975;
	color: #FFF;
}

.docPDF {
	border: 1px solid #DDD;
}

.ls {
	color:#789;
	cursor: pointer;
}

.cadre {
	position: relative;
	display: block;
}

.cadrerHG {
	float: left;
}

.cadrerHD {
	float: right;
}

.w100 {
	display: block;
	width:100%;
}
.w98 {
	width: 98%;
}

.w80 {
	width:80%;
}

.w70 {
	width:70%;
}


.w50 {
	width:50%;
}

.w49 {
	width:49%;
}

input.w50 {
	width:47%;
}

.w45 {
	width:45%;
}

.w35 {
	width:35%;
}

.w30 {
	width:30%;
}

.w25 {
	width:25%;
}

.w20 {
	width:20%;
}

.wauto {
	width:auto;
}

.nominwidth{
	min-width: auto;
}

.ib {
	display:inline-block !important;
	vertical-align:top;
}

.inline {
	display: inline;
}

.db {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mt0 {
	margin-top : 0px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p5 {
	padding: 5px !important;
}

/* Déclaration minimale */
.ad {
	text-align: right !important;
}

.tacentre {
	text-align: center;
}

.t9 {
	font-size: 9px;
}

.t10 {
	font-size: 9px;
}

.t11 {
	font-size: 11px;
}

.t12 {
	font-size: 12px;
}

.t14 {
	font-size: 14px !important;
}

.t16 {
	font-size: 16px !important;
}

.t18 {
	font-size: 18px !important;
}

.t20 {
	font-size: 20px !important;
}

.t36 {
	font-size: 36px !important;
}

.lh14 {
	line-height: 1.4 !important;
}

.gras {
	font-weight: bold;
}

.ngras {
	font-weight: normal !important;
}

.italic {
	font-style:italic;
}

.tmaj {
	text-transform: uppercase;
}

.tminu {
	text-transform: lowercase !important;
}

.tbarre {
	text-decoration: line-through;
}

.tsouligne {
	text-decoration: underline;
}

.tlfixe {
	font-family: Monaco, "DejaVu Sans Mono", "Lucida Console", "Andale Mono", monospace;

}

.pointer {
	cursor: pointer;
}

.b1sEEE {
	border: 1px solid #EEE;
}

.nonLu {
	color: #FF8900;
	font-weight: bold;
}

.sansbord {
	border: 0 !important;
}

.sansbordsup {
	border-top: 0 !important;
}

.sansbordinf {
	border-bottom: 0 !important;
}

/* Couleur graph */

.coul0 {background: #4bb2c5;}
.coul1 {background: #EAA228;}
.coul2 {background: #c5b47f;}
.coul3 {background: #579575;}
.coul4 {background: #839557;}
.coul5 {background: #958c12;}
.coul6 {background: #953579;}
.coul7 {background: #4b5de4;}
.coul8 {background: #d8b83f;}
.coul9 {background: #ff5800;}
.coul10 {background: #0085cc;}
.coul11 {background: #c747a3;}
.coul12 {background: #cddf54;}
.coul13 {background: #FBD178;}
.coul14 {background: #26B4E3;}
.coul15 {background: #bd70c7;}

/* emoji */

.emoji {
	display:inline;
	margin:0 2px;
	height:20px;
	vertical-align:text-bottom;

}

/* Reponsive */

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

	.hideMobile {
		display: none;
	}

	html,body {
		font-size: 14px;
	}


	#conteneurUtile {
		padding:0 2px 170px 2px;
		width: 100%;
	}

	nav {
		width: auto;
	}

	.siteTitre {
		display: block;
		text-align: center;
	}

	.siteLogo {
		width :40px;
	}

	nav ul {
		position: relative;
		top : auto;
		right: auto;
		padding: 5px 0 10px 0;
		width: auto;
		text-align: center;
	}

	nav li {
		display: inline-block;
		padding: 0 10px;
		width: auto;
		text-align: center;

	}

	.arboConteneurCentrage {
		position: relative;
		width: 100%;
		text-align: center;
	}
	.arbo {
		display: block;
		margin: 5px 2px 15px 2px;
	}

	.arboMembre {
		position: relative;
		display: block;
		float: none;
	}

	h1 {
		margin:15px 0;
		font-size:22px;
	}

	h2 {
		font-size:18px;
	}

	h3 {
		font-size:16px;
	}

	.introBlog {
		width : auto;

	}

	.logoBlog {
		display: block;
		margin: 5px auto;
		width : auto;

	}

}
