/* FRONTEND CSS
*********************************************/
html {
  overflow-y: scroll;
}
body {
  background-color: #FFFFFF;
}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
  
}

body {
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contenu {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 280px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100%;
	text-align: center;
}
#menu {
	display: block;
	padding: 0px;
	width: 300px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
}
#clearer {
	padding: 0px;
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.contentpaneopen {
	width: 860px;
}
#copyright {
	text-align: center;
	vertical-align: bottom;
	display: block;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#copyright a {
	color: #000000;
	font-size: 10px;
}
h1 {
	font-family: Impact, Helvetica Bold, Arial Bold;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #626260;
	text-align: center;
}
h2 {
	font-family: Impact, Helvetica Bold, Arial Bold;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #b93a31;
	text-align: center;
}
h3 {
	font-family: Impact, Helvetica Bold, Arial Bold;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #396aa0;
	text-align: center;
}
h4, h5, h6 {
	font-family: Impact, Helvetica Bold, Arial Bold;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #959595;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #274d8a;
	text-decoration: underline;
}
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7496d1;
	text-decoration: none;
}
ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
#bon_desir_tableau img {
      border-radius: 10px;
    overflow: hidden;
      margin: 5px;
}
/*#bon_desir_tableau img::hover {
      border-radius: 10px;
    overflow: hidden;
      margin: 5px;
      background: rgba(0,0,0,0.5) url("/location/media/widgetkit/widgets/spotlight/images/magnifier.png") 50% 50% no-repeat;
      width: 200px;
    height: 200px;
}*/