/* I. Layout size
*************************************************************** */
.footer-stick{
    clear: both;
    position: absolute;
    bottom: 0 !important;
    margin: 0 auto;
    width: 100%;
    left: 0
}
.footer-stick div{
    padding: 10px;
}
#header {
    width: 900px;
    height: 178px;
}
#wrap-container {
    width: 100%;
}
#container {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
#left-column {
    float: left;
    width: 285px;
    height: 478px;
}
#middle-column{
    float: left;
    width: 393px;
}
#middle-column-back{
    min-height: 400px; /*firefox, opera, ie7 */
    height: auto !important; /*firefox, opera, ie7 */
    height: 400px; /* ie6 */
    padding: 0 0 80px 0;
}
#right-column {
    float:left;
    width: 222px;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 900px;
    margin: 0 auto;
    text-align: center;
}
.ref{
  font-size: 11px;
  color: #5E4F4A;
  padding-top:8px;
}

/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer{
    height: 20px;
    clear: both;
}
/* III. Modules
*************************************************************** */
/* Actualites
--------------------------------------------------------------- */
#actualites-container {
    float: left;
    width: 210px;
    height: 132px;
    padding: 0 0 12px 12px;
}
#actualites {
    float:left;
    width: 198px;
    height: 82px;
    padding: 12px 12px 0 0;
}
#actualites-tabs{
    float: right;
    height: 20px;
    text-align: right;
    padding: 0 12px 0 0;
}
.actab{
    float:left;
    display: block;
    width: 10px;
    height: 14px;
    text-align: center;
    /*border: 1px solid #5E4F4A;*/
    margin: 0 0 0 2px;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container {
    float: left;
    width: 220px;
    height: 97px;
    padding: 5px 0 0 2px;
}
#coordonnees {
    float:left;
    width: 207px;
    height: 93px;
    padding: 4px 0 0 13px;
}
/* Mailing liste
--------------------------------------------------------------- */
#newsletter-container {
    float: left;
    width: 222px;
}
#newsletter {
    float:left;
    width: 222px;
}
/* IV. Elements
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content {
    float: left;
    width: 373px;
    height: 378px;
    padding: 20px 10px 80px 10px;
}
.leftpad{
    float:left;
    padding: 0 10px 0 0;
}
.rightpad{
    float:right;
    padding: 0 0 0 10px;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 335px;
    padding: 10px;
    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: 10px 0;
    overflow: hidden;
}
/* Lists
--------------------------------------------------------------- */
ul.list1 {
    float: left;
    padding: 5px 0;
}
ul.list1 li {
    padding: 0 0 10px 20px;
}
/* Tables
--------------------------------------------------------------- */
table{
    width: 100%;
}

table th {
    text-align: left;
    font-weight: normal;
    padding: 3px 5px;
    border-width: 1px;
    border-style: solid;
}
table td {
    text-align: center;
    padding: 3px 5px;
    border-width: 1px;
    border-style: solid;
}
table thead th {
    text-align: center;
}
table th.corner {
    text-align: left;
}
/* Pagination
--------------------------------------------------------------- */
#pagination{
    float: left;
    width: 360px;
    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;
}