/* I. Layout size
*************************************************************** */
#header {
    width: 996px;
    height: 340px;
}
#wrap-container {
    width: 100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -110px; /* same as wrap-footer's height */
}
#container, #container2 {
    width: 996px;
    margin: 0 auto;
    text-align: left;
}
#left-column {
    float: left;
    width: 275px;
    padding: 41px 0 0 43px;
}
#right-column {
    float:left;
    width: 667px;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 996px;
    margin: 0 auto;
    text-align: left;
}
.ref {
    clear: both;
    width: 996px; /* same as container's width */
    margin: 0 auto;
    text-align: center;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, .push {
    height: 110px;
    clear: both;
}
#footer{
    padding: 18px 0 0 0;
    height: 92px;
    clear: both;
}

/* III. Modules
*************************************************************** */
/* Actualites
--------------------------------------------------------------- */
#actualites-container {
    float: left;
    width: 270px;
    height: 121px;
    padding: 0 0 0 4px;
}
#actualites {
    float:left;
    padding: 10px 0 0 0;
    width: 260px;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container {
    float: left;
    padding: 7px 0 0 11px;
    width: 139px;
    height: 147px;
}
#coordonnees {
    float:left;
    padding: 8px 0 0 0;
}
/* Plan d'acces
--------------------------------------------------------------- */
#plan {
    float:left;
    padding: 23px 0 0 0;
}
/* Mailing liste
--------------------------------------------------------------- */
#newsletter-container {
    float: left;
    padding: 33px 0 0 0;
}
#newsletter {
    float:left;
    padding: 10px 0 0 0;
}
/* IV. Elements
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content {
    float: left;
    width: 630px;
    padding: 0 0 0 21px;
}
#page-title {
    float: left;
    width: 663px;
    height: 56px;
}
.leftpad{
    float: left;
    padding: 0 8px 0 0;
}
.rightpad{
    float: right;
    padding: 0 0 0 10px;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1-container{
    float: left;
    padding: 0 0 22px 0;
}
.pannel1 {
    float: left;
    width: 595px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
}
.pannel1 .title{
    float: left;
    width: 575px;
    padding: 5px 10px;
}
/* Borders
--------------------------------------------------------------- */
.border1, .border2 {
    border-width: 1px;
    border-style: solid;
}
/* Separators
--------------------------------------------------------------- */
.separator1 {
    clear: both;
    float: left;
    display: block;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 5px 0;
    overflow: hidden;
}
/* Thumbnails
--------------------------------------------------------------- */
ul.thumbs {
	float: left;
    display: block; /* table */
    padding: 0 0 0 0;
    width: 222px;
}
ul.thumbs li {
    float: left;
    display: inline;
	padding: 2px 2px 2px 2px;
}
ul.thumbs li a {
    float: left;
    display: block;
	width: 108px;
	height: 108px;
    padding: 1px;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 102px;
    height: 104px;
}
html>body ul.thumbs li a {
    width: 102px;
}
ul.thumbs li img {
    border-width: 1px;
    border-style: solid;
}
#thumb1 {
    float: left;
    padding: 0 0 2px 0;
}
#thumb1 a {
    display: block;
    width: 220px;
    height: 220px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 218px;
    height: 218px;
}
html>body #thumb1 a {
    width: 218px;
}
#thumb1 a img {
    border-width: 1px;
    border-style: solid;
}
/* Lists
--------------------------------------------------------------- */
ul.list1 {
    float: left;
    padding: 0 0 0 12px;
}
ul.list1 li {
    padding: 2px 0 6px 19px;
    border-style: solid;
    border-width: 0 0 1px 0;
}
/* Tables
--------------------------------------------------------------- */
table.design1 th {
    text-align: center;
    font-weight: bold;
    padding: 3px 5px;
    border-width: 1px;
    border-style: solid;
}
table.design1 td {
    text-align: center;
    padding: 3px 5px;
    border-width: 1px;
    border-style: solid;
}
table.design1 thead th {
    text-align: center;
}
table.design1 th.corner {
    text-align: left;
}
/* Pagination
--------------------------------------------------------------- */
#pagination{
    float: left;
    width: 620px;
    text-align: center;
}
#pagination ul{
    text-align: center;
    margin: 0 auto;
    display: inline;
}
#pagination ul li{
    display: inline;
    padding: 0 5px 0 0;
    text-align: center;
}
#pagination ul li a{
    padding: 3px 7px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}
  /* ======== | merci | ==================== */
#merci
{
  clear:both;
  width:100%;
  text-align: center;
  float: left;
}
#merci p {
  padding:40px 0px 0px 195px;
  font-weight: bold;
  text-align: justify;
  font-size: 12px;
  color: #afbeb3;
}
#merci a:link, #merci a:visited{
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  text-align: justify;
  color: #afbeb3;
}
#merci a:hover, #merci a:active{
  font-size: 12px;
 font-family: Arial;
 font-weight: bold;
 text-decoration: underline;
 text-align: justify;
 color: #afbeb3;
}
/* ---| THE END |------------------------- */
