/* I. Layout size
*************************************************************** */
#header {
    width: 996px;
    height: 251px;
}
#wrap-container {
    width: 100%;
    /*
	min-height: 100%;
    height: auto !important;
    height: 100%;
    */
    margin: 0 auto -97px; /* same as wrap-footer's height */
}
#container {
    width: 996px;
    margin: 0 auto;
    text-align: left;
}
#left-column {
    float: left;
    width: 613px;
    padding: 33px 0 0 69px;
}
#right-column {
    float:left;
    width: 244px;
    padding: 33px 13px 0 15px;
}
#single-column{
    float: left;
    width: 870px;
    padding: 33px 0 0 69px;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 877px;
    padding: 25px 62px 0 57px;
    margin: 0 auto;
    text-align: left;
}
.ref {
    clear: both;
    width: 870px; /* same as container's width */
    margin: 0 auto;
    text-align: center;
    padding: 0 63px;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, .push {
    height: 97px;
    clear: both;
}
#footer{
    height: 72px;
}
/* III. Modules
*************************************************************** */
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container{
    float: left;
    padding: 18px 0 0 0;
}
#coordonnees {
    float:left;
    width: 871px;
    height: 47px;
    padding: 15px 0 0 0;
}
/* Mailing liste
--------------------------------------------------------------- */
#newsletter-container {
    float: left;
}
#newsletter {
    float:left;
}
/* IV. Elements
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content {
    float: left;
    width: 607px;
}
#page-title {
    float: left;
    width: 592px;
    height: 30px;
}
#page-title2 {
    float: left;
    width: 870px;
}
#right-title{
    float: left;
    height: 46px;
}
.leftpad{
    float:left;
    padding: 0 10px 0 0;
}
.rightpad{
    float:right;
    padding: 0 0 0 10px;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 359px;
    border-width: 1px;
    border-style: solid;
}
/* 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: 9px 0 11px 0;
    overflow: hidden;
}
/* Lists
--------------------------------------------------------------- */
ul.list1 {
    float: left;
    padding: 0 0 0 3px;
}
ul.list1 li {
    padding: 0 0 5px 15px;
}
ul.list2 {
    float: left;
    padding: 0 0 0 30px;
}
ul.list2 li{
    padding: 0 0 0 20px;
    line-height: 18px;
}
ul.list3{
    float: left;
    padding: 0 0 0 23px;
    margin: 7px 0 0 0;
}
ul.list3 li{
    padding: 0 0 5px 12px;
}
/* Pagination
--------------------------------------------------------------- */
#pagination{
    float: left;
    width: 870px;
    text-align: center;
    padding: 12px 0 0 0;
}
#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;
}
/* Page >>> index
*************************************************************** */
#animation, #restauration{
    float: left;
    width: 296px;
    height: 117px;
}
/* Page >>> animations
*************************************************************** */
.animation{
    float: left;
    width: 870px;
    padding: 0 0 12px 0;
}
/* Page >>> restaurant
*************************************************************** */
ul.photos{
    float: right;
    width: 472px;
    padding: 0 0 0 5px;
}
ul.photos li{
    float: left;
    display: inline;
    width: 150px;
    height: 150px;
    background-color: #EFDFA4;
    border: 1px solid #873334;
    margin: 0 0 5px 5px;
    vertical-align: middle;
    text-align: center;
}
ul.photos li img{
    border: 1px solid #E1CC95;
}

.contactel{
  background: url(../images/charte/contact.jpg) top left no-repeat;
  width:437px;
  height: 145px;
  margin: 90px auto;
  text-align: center;
  color: #000;
  font-size:12px;
  line-height:14px;
}
