div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
 
.evidence {
	font-weight:bold;
	font-size:22px;
	color:#18845d;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.site_center {
	width:990px;
	margin-left:auto; margin-right:auto;
}

.fond_blanc {
	background-color:rgba(255,255,255,0.8);
}

#toplogos {
	text-align:center;
	height:120px;
}

#toplogos img {
	position:relative;
	top:14px;
}

#topslogan {
	padding:26px 0px 20px 0px;
}

#topslogan, #topslogan * {
	font-weight:bold;
	font-size:18px;
	color:#18845d;
	text-align:center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#topbanner {
	height:320px;
}

#dacontent {
	padding:20px 10px;
}

#appartements {
	margin-top:20px;
	padding-top:20px;
	text-align:center;
}

#appartements  img {
	margin:0px 20px 20px 20px;
}

#damenubar {
	background-color:#6f5b4a;
	border-top:1px solid #6f5b4a;
	border-bottom:1px solid #6f5b4a;
}

#topmenu #damenubutton {
	display:none;
}

#topmenu ul {
	list-style-type:none;
	padding:6px 0px;
	margin:0px;
	text-align:center;
}

#topmenu  li {
	display:inline-block;
	border-right:1px solid #fff;
	margin-top:3px;
	margin-bottom:3px;
}

#topmenu  li:last-child {
	border-right:0px;
}

#topmenu  li  a {
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	padding:0px 0px;
	margin-left:40px;
	margin-right:40px;
	font-weight:normal;
}

#topmenu  li  a:hover, #topmenu  li.active a {
	zzcolor:#6f5b4a;
	zzbackground-color:#fff;
	text-decoration:none;
	border-bottom:2px solid #fff;
}

#contacts {
	padding:20px 0px;
}

#contacts * {
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

#contacts img {
	margin-top:20px;
}

#footer {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

/* ###################### OVERALL SETTINGS ###################### */
HTML {
}

BODY {
	background-color           : #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color                      : #444;
	margin: 0px 0px 0px 0px;
	text-align:justify;
}

td, tr, p, div {
}

h1, h2, h3 {
	font-size:20px;
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #4E6371;
}

.poll {
	color            : #242C31;
	line-height      : 14px;
	font-size: 9px;
}


/* ###################### CONTENT PAGE SETTINGS ###################### */

.page-header > h2, .moduletable > h3 {
	background-color:#4d62d9;
	color:#FFC74B;
	font-size:14px;
	padding:2px 10px;
	font-weight:bold;
	margin-bottom:30px;
}

.moduletable > h3 {
	margin-bottom:15px;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
	font-size: 10px;
	font-weight:bold;
  color            : #242C31;
  background-color : #F3F6F7;
  border           : 1px solid #242C31;
  text-transform   : uppercase;
}

.inputbox {
	font-size: 11px;
  color            : #242C31;
  background-color : #F3F6F7;
  border           : 1px solid #242C31;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font-weight	   : bold;
  text-decoration  : none;
  color:#18845d;
}

a:hover, a:active {
	text-decoration:underline;
}

img {
	border:none;
}

td {
	vertical-align:top;
}

.newstitle {
	font-weight:bold;
	color:#D09616;
	font-size:20px;
	text-shadow: 1px 0px 1px #8C8C8C;	
}

.newsreadmore {
	text-align:right;
	margin-top:10px;
	margin-bottom:30px;
}

.newsreadmore .readmore  a {
	color:#fff;
	background-color:#d09616;
	text-decoration:none;
	padding:6px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-shadow: 0px 0px 1px #000;	
}

.newsreadmore .readmore  a:hover {
	text-shadow: 1px 0px 1px transparent;	
}

#unsiteexes, #unsiteexes * {
	font-size:9px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	margin-top:10px;
}

#icones_soins, #marques .custom p {
	display:flex;
	flex-direction:row;
	justify-content:space-around;
}

#icones_soins a, #marques .custom img {
	margin:0px 10px;
}

#resform {
	background-color:#fff;
	padding:20px;
}

#resform p {
	margin-bottom:10px;
	text-align:center;
}

#resform label, #resform input {
	display:inline-block;
}

#resform label {
	width:200px;
	text-align:right;
}

#resform input {
	width:200px;
}