@font-face {
  font-family: DosisMedium;
  src: url('../fonts/Dosis-Medium.ttf');
}

@font-face {
  font-family: DosisLight;
  src: url('../fonts/Dosis-Light.ttf');
}

@font-face {
  font-family: DosisSemiBold;
  src: url('../fonts/Dosis-SemiBold.ttf');
}

@font-face {
  font-family: DosisRegular;
  src: url('../fonts/Dosis-Regular.ttf');
}


body {
  font-family: arial;
  font-size: 12px;
  color: #292929;
  background-color: white;
}

strong {
  font-weight: bold;
}

div#main table p {
  line-height: 18px;
  padding-bottom: 2px;
}

div#main ul {
  list-style: circle;
  margin-bottom: 30px;
}

div#main ul li {
  margin-left: 30px;
  margin-bottom: 8px;
  line-height: 16px;
}

table.tableau_tarifs td{
  border-color: #80cfe1;
  border-width: 1px;
  border-style: solid;
  padding: 2px;
  padding-left: 4px;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a.button, input.button {
	border: 0;
  background-color: #019fc4;
  padding: 12px 20px;  
  color: #ffffff;
  font-size: 15px;
  font-family: DosisSemiBold, arial;
  text-transform:  uppercase;
  text-decoration: none;
  border-radius: 10px;
}

a.button.visit {
  float: right;
}

a.button.know_more {
  float: left;
}

a.home_logo{
  padding: 15px;
}

h4.home_logo{
  font-weight: bold;
}

div#header a, div#menu a{
  text-decoration: none;
}

br.clear {
  clear: both;
  line-height: 0;
  height: 0;
}

img.thumbnail {
  margin-right: 30px;
  margin-bottom: 10px;
  border: 1px solid #bdbdbd;
}

div#header {
  background-image: url('../medias/interface/header_background.jpg');
  background-repeat: repeat-x;
  padding-bottom: 11px;
}

div#header div.quick_links {
  text-align: right;
  margin-bottom: 14px;
  padding-top: 15px;
}

div#header div.quick_links a {
  text-transform: uppercase;
}

div#header div.logo {
  position: relative;
  float: left;
  width: 228px;
  height: 394px;
}

div#header div.logo div.scroller_thumbnail {
  position: absolute;
  bottom: 0;
  left: 0;
}

div#header div.logo div.scroller_thumbnail a {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  padding-top: 3px;
  padding-left: 3px;
}

div#header div.scroller {
  float: left;
  height: 394px;
  
  position: relative;
}

div#header div.scroller div.credit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  
  color: #ffffff;
  
  background-color: #000000;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
}

div#menu {
  background-color: #019fc4;
  font-family: DosisMedium, Arial;
  font-size: 21px;
  padding: 17px 0;
  color: #ffffff;
}

div#menu ul {
  text-align: center;
}

div#menu ul li {
  float: left;
  width: 20%;
}

div#menu ul li a {
  color: #ffffff;
}

div#content {
  margin-top: 44px;
}

div#main {
  float: left;
  width: 70%;
}

div#main h1 {
  font-family: DosisLight, Arial;
  font-size: 35px;
  color: #6fb440;
  text-transform: uppercase;
  
  padding-bottom: 10px;
  background-image: url('../medias/interface/h1_background.png');
  background-repeat: no-repeat;
  
  background-position: bottom;
  
  margin-bottom: 45px;
}

div#main h2 {
   font-family: DosisRegular, Arial;
   font-size: 26px;
   color: #019fc4;
   padding-bottom: 31px;
}

div#main h3 {
  font-family: DosisRegular, Arial;
  font-size: 20px;
  color: #019fc4;
  margin-bottom: 20px;
  border-top: 1px solid #80cfe1;
  border-bottom: 1px solid #80cfe1;
  padding: 7px 0;
}

div#main h3.news {
  border: 0;
  font-family: DosisLight, Arial;
  font-size: 30px;
  color: #019fc4;
  text-transform: uppercase;
  
  padding-bottom: 10px;
  background-image: url('../medias/interface/h2_background.png');
  background-repeat: no-repeat;
  
  background-position: bottom;
}

div#main h5 {
  font-family: DosisRegular, Arial;
  color: #6fb440;
  font-size: 23px;
  padding-bottom: 34px;
}

div#main p {
  line-height: 18px;
  padding-bottom: 16px;
}

div#panel {
  float: right;
  width: 260px;
}

div#panel div.facebook {
  margin-bottom: 30px;
}

div#social_media_fr, div#social_media_en {
  width: 262px;
  height: 71px;
  padding-bottom: 22px;
  background-repeat: no-repeat;
}

div#social_media_fr {
  background-image:url('../medias/interface/social_media_back_fr.png');
}

div#social_media_en {
  background-image:url('../medias/interface/social_media_back_en.png');
}

div.social_media_button{
  float: right;
  padding-top: 3px;
  padding-right: 5px;
}
  



div#panel div.box div.title {
  background-color: #019fc4;
  font-family: DosisLight, Arial;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 0;
  color: #ffffff;
}

div#panel div.box {
  position: relative;
  margin-bottom: 24px;
}

div#panel div.box div.more_infos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}


div#footer {
  clear: both;
  border-top: 1px solid #6fb440;
  padding-top: 24px;
  padding-bottom:16px;
  margin-top: 44px;  
}

div#footer p {
  text-align: center;
  color: #019fc4;
  text-transform: uppercase;
}


div#footer p.links {
  padding-bottom: 12px;
}

div#footer p.links a {
  color: #019fc4;
}

div#footer p.multimage {
  padding-top:15px;
  font-size: 9px;
}

div#footer p.multimage a {
  color:#019FC4;
  font-size: 9px;
}

div.wrapper {
  width: 960px;
  margin: 0 auto;
}

div.archive {
  padding-bottom: 20px;
}

div.archive img.thumbnail {
  margin-right: 50px;
}

div.news {
  clear: both;
  padding-bottom: 20px;
}

div.news div.links a, div.resume_information div.links a {
  font-family: DosisRegular, Arial;
  font-size: 13px;
  color: #6fb440;
  text-transform: uppercase;
  text-decoration: underline;
}

div.news div.links a:hover, div.resume_information div.links a:hover {
  text-decoration: none;
}

div.resume_information {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

div.expo_images {
  padding: 0px;
  padding-bottom:20px;
}

div.expo_images p {
  font-size: 10px;
}

div.expo_images table tr td.expo_images {
  padding:2px;
  margin:2px;
  vertical-align: top;
}

div.form_element {
	padding-bottom: 30px;
}

input.search {
	width: 500px;
	border: 1px solid #6FB440;
	padding: 5px;
}

p.error {
	color: red;
	font-weight: bold;
}

div#search_suggest {
	display: none;
	border: 1px solid #6FB440;
	margin-top: -1px;
	padding-top: 10px;
	height: 200px;
	overflow: auto;
}

div#main div#search_suggest ul {
	margin-bottom: 10px;
	paddong-bottom: 0;
}

div.store_locator_marker {
  padding: 10px;
  margin-right:5px;
  margin-bottom: 10px;
  line-height:14px;  
}

div.store_locator_marker div.name p.name {
  font-weight:bold;
  padding-bottom:3px;
  white-space: nowrap;
}

body#p64 div.logo, body#p64 div.scroller, body#p64 div#panel {
	display: none;
}

body#p64 div#main {
	width: 100%;
}

body#p64 div#main h1 {
	width: 70%;
}

body#p64 div#main p {
	text-align: justify;
}



.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

sup {
	 vertical-align: super;
    font-size: smaller;
}

i {
	font-style:  italic;
}