.bodyclass {
	text-align: center;
	background-image: url(http://www.cosy-est.fr/wp-content/themes/Cosy-Est/img/body_background.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ddd;
}

a {
	text-decoration: none;
}

.header_bloc {
	width: 900px;
	margin: 0 auto 10px auto;
}

.left {
	float:left;
}

.right {
	float:right;
}

.bleu {
	color: #3fabdf;
}

.bg_bleu {
	background-color: #3fabdf;
}

.gris {
	color: #585756;
}

.bg_gris {
	background-color: #585756;
}

.menus {
	width: 890px;
	padding: 5px;
	margin: 0 auto 0 auto;
	background-color: #3fabdf;
	display: inline-block;
}

.menu_on {
	float:left;
	padding: 8px 5px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 30px;
	height: 35px;
	font-size: 14px;
	color: #fff;
}

.menu_on:hover {
	background-color: #585756;
	text-align: center;
	height: 35px;
	color: #fff;
}

.menu_separateur {
	float: left;
	width: 1px;
	height: 52px;
	margin: 0 1px;
	text-align: center;
	background-color: #585756;
}

.menu_off {
	float:left;
	padding: 8px 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 30px;
	font-size: 14px;
	height: 35px;
	color: #000;
}

.menu_off:hover {
	background-color: #585756;
	height: 35px;
	color: #fff;
}

.slideshow {
	width: 900px;
	height: 510px;
	margin: 10px auto 0 auto;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.tab_titre {
	height: 50px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background-color: #634e43;
}

.tab_titre a {
	color: #fff;
}

.tab_titre:hover {
	color: #fff;
	background-color: #3fabdf;
}

.page {
	width: 880px;
	margin: 10px auto 0 auto;
	padding: 10px;
	background-color: #fff;
}

.page_titre {
	padding: 10px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	background-color: #3fabdf;
}

.page_texte {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
}

.adresse {
	margin: 5px 0 5px 0;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
}

.formulaire {
	width: 450px;
	height: 510px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
}

.tabvide {
	width: 125px;
	height: 125px;
}

.footer_bloc {
	width: 890px;
	padding: 5px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #3fabdf;
	display: inline-block;
}

.footer_texte {
	float: right;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
}

.footer_texte a {
	text-decoration: underline;
	color: #000;
}

.footer_texte a:hover {
	text-decoration: none;
	color: #fff;
}