﻿/* Main
****************************************************************************************************/
* {
  font-family: Tahoma, sans-serif;
  font-size: 100%;
  font-weight: normal;
}

html, body {
  margin: 0;
  height: 100%;
  background: url("../img/background.png") repeat;
  background-color: #FFFFFF;
  color: #000000;
}

h1 {
  float: right;
  margin: 15px 50px 0 0;
  font-size: 1.5em;
  color: #FFFFFF;
}

h2 {
  margin: 0 0 2px 0;
  font-family: Tahoma, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
}

h3 {
  margin: 20px 0 4px 0;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  color: #003300;
}

h3.rendez-vous {
  margin: 0 0 4px 0;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  color: #000000;
}

p {
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #000000;
}

/* Frames
*****************************************************************************************************/

#frame {
  position: relative;
  width: 970px;
  min-height: 100%;
  margin: 0 auto 0 auto;
  background: url("../img/frame.png") repeat;
}

#top {
  height: 130px;
  margin: 0 10px 0 10px;
  background: url("../img/top.png") no-repeat;
}

#tab {
  margin: 0 30px 0 10px;
  background: url("../img/tabRight.png") right no-repeat;
  background-color: #003300;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color: #FFFFFF;
}

#dateAndTime {
  float: right;
  padding: 0 20px 0 0;
}

#menu {
  float: right;
  height: 35px;
  margin: 0 50px 0 0;
  padding: 0 30px 0 30px;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  background: url("../img/menu.png") center no-repeat;
}

#visitCard {
  margin: 40px 0 0 175px;
}

#address {
  float: left;
}

#contact {
  float: left;
  margin: 7px 0 0 200px;
  text-align: center;
}

#infos {
  clear: both;
  margin: 130px 0 0 0;
  text-align: center;
}

#data {
  margin: 20px 50px 0 50px;
  padding: 0 0 60px 0;
}

#map {
  width: 90%;
  height: 300px;
  border: solid 1px #000000;
  margin: 20px auto 0 auto;
}

.content {
  margin: 20px auto 0 auto;
  text-align: justify;
}

#bottom {
  position: absolute;
  bottom: 0;
  width: 950px;
  margin: 0 0 0 10px;
  padding: 2px 0 2px 0;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 0.7em;
  color: #FFFFFF;
  background: #669966 url("../img/bottom.png") repeat-x;
  border-top: solid 1px #000000;
}

#bottom ul {
  display: inline;
}

/* Tables
*****************************************************************************************************/

table {
  margin: 0;
  border: solid 1px #000000;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #000000;
}

tbody {
  margin: 5px;
}

th {
  font-weight: bold;
  color: #000000;
  background: #849382;
  border: solid 1px #000000;
}

td {
  padding: 0 5px 0 5px;
  background-color: #849382;
}

/* Lists and links
*****************************************************************************************************/

.mutuelles {
  font-family: Verdana, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  list-style-type: circle;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li {
  display: inline;
}

#bottom ul li {
  display: inline;
}

a {
  color: #339933;
  text-decoration: underline;
}

a:hover {
  color: #CC9900;
  text-decoration: none;
}

a.menuLink {
  color: #339933;
  text-decoration: underline;
}

a.menuLink:hover {
  color: #CC9900;
  text-decoration: none;
}

a.bottomLink {
  color: #FFFFFF;
  text-decoration: underline;
}

a.bottomLink:hover {
  color: #FFFFFF;
  text-decoration: underline overline;
}

/* Images and icons
*****************************************************************************************************/

#imgLogo {
  position: absolute;
  top: 147px;
  margin: 0 0 0 10px;
}

.icon {
  width: 16px;
  height: 16px;
  border: 0;
  vertical-align: bottom;
 }

.iconh2 {
  width: 48px;
  height: 48px;
  border: 0;
  vertical-align: middle;
}
 
 .iconh3 {
  width: 16px;
  height: 16px;
  border: 0;
  vertical-align: bottom;
}

.icon128 {
  width: 128px;
  height: 128px;
  border: 0;
  vertical-align: middle;
}
