/* I. Layout size
*************************************************************** */
#header {
    width: 998px;
    height: 254px;
}
/* --- Important! ----------------------------------------------
The bottom margin of #wrap-container
is the negative value of the footer's height
---------------------------------------------------------------*/
#wrap-container {
    width: 100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -42px; /* same as wrap-footer's height */
}
#container {
    width: 998px;
    margin: 0 auto;
}
#left-column {
    float: left;
    width: 249px;
    text-align: left;
}
#right-column {
    float:left;
    width: 749px;
    text-align: left;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 998px;
    margin: 0 auto;
}
#footer-left {
    float: left;
    width: 200px;
    text-align: left;
    padding: 5px 0 0 49px;
}
#footer-right {
    float: left;
    width: 700px;
    padding: 5px 49px 0 0;
}
#footer-right p{
    text-align: right;
}

/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer, .push {
    height: 42px;
}
.push {
    clear: both;
}
/* II. Layout's default elements
*************************************************************** */
*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    width: 100%;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-position: outside;
}
.ref {
    width: 998px; /* same as container's width */
    margin: 0 auto;
    line-height: 18px;
    text-align: center;
}
img {
    border: 0;
    outline: none;
}
.center{
    margin: 0 auto !important;
    text-align: center !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.leftpad{
    float:left;
    padding: 3px 20px 0 0;
}
.leftpad1{
    float:left;
    padding: 3px 10px 0 0;
}
.rightpad{
    float:right;
    padding: 5px 0 0 20px;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 0;
    display: block;
}
.clear-left {
    clear: left;
    font-size: 1px;
    line-height: 0;
    display: block;
    height: 0;
    overflow: hidden;
    background-color: red;
}
.paragraph {
    clear: both;
    display: table;
}
a *{
    cursor: pointer;
}
a:focus{
    outline: none;
}
#picture2{
    float: left;
    border: 1px solid #000000;
    margin: 0 8px 7px 0;
}
.thumb{
    width: 94px;
    height: 94px;
	display: block;
    padding: 1px;
    float: left;
    background: url(../images/charte/thumb-bg.jpg) no-repeat top left;
    text-align: center;
}
#thumb-big{
    float: left;
    width: 250px;
    height: 250px;
    text-align: center;
    background: #DADADA url(../images/charte/thumb-big-bg.jpg) repeat-x top left;
    border: 1px solid #A9A9A9;
    overflow: hidden;
}

.paragraph{
	clear: both;
	display: table;
}
.separator{
	width: 100%;
	height: 1px;
    overflow: hidden;
	clear: both;
	margin: 11px 0;
	line-height: 0px;
    font-size: 1px;
}
/* III. Left-column elements
*************************************************************** */
/* Flash-menu
--------------------------------------------------------------- */
#flash-menu{
    float: left;
    width: 249px;
    height: 176px;
}
/* Newsletter
--------------------------------------------------------------- */
#newsletter-container{
    float: left;
    width: 220px;
    height: 65px;
    padding: 0 0 0 29px;
}
#newsletter {
    float:left;
    width: 200px;
    height: 28px;
    padding: 37px 0 0 20px;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container{
    float: left;
    width: 220px;
    height: 159px;
    padding: 10px 0 0 29px;
}
#coordonnees {
    float:left;
    width: 200px;
    height: 103px;
    padding: 56px 0 0 20px;
}
/* Plan d'acces
--------------------------------------------------------------- */
#plan-dacces-container{
    float: left;
    width: 200px;
    height: 95px;
    padding: 10px 0 0 29px;
}
#plan-dacces {
    float:left;
    width: 200px;
    height: 58px;
    padding: 37px 0 0 20px;
}
/* Devis Gratuit
--------------------------------------------------------------- */
#devis-container{
    float: left;
    width: 220px;
    height: 37px;
    padding: 10px 0 0 29px;
}
#devis {
    float:left;
    width: 220px;
    height: 37px;
}


/* Actualites
--------------------------------------------------------------- */
#actualites-container{
    float: left;
    width: 220px;
    height: 100px;
}
#actualites {
    float:left;
    width: 100px;
}
/* III. RIGHT-COLUMN ELEMENTS
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content{
    float: left;
    width: 700px;
    padding: 31px 29px 15px 20px;
}
#page-title{
    float: left;
    width: 686px;
    height: 23px;
    padding: 0 0 0 14px;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 320px;
    height: 100px;
    padding: 10px;
    text-align: justify;
}
/* Lists
--------------------------------------------------------------- */
ul.list1{
    list-style: none;
    float: left;
    padding: 2px 0 0 12px;
}
ul.list1 li {
    padding:0 0 3px 18px;
    text-align: left;
}
/* Others
--------------------------------------------------------------- */
.border1{
    border:1px solid #54544C;
}
.border2{
    border:1px solid #E0B215;
}
.uppercase{
    text-transform: uppercase;
}
#pagination{
    padding: 10px 0;
}
#pagination .current, #pagination .rest{
    padding: 2px 6px;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
table td, table th{
    border: 1px solid #D6D6D6;
    padding: 3px;
    font-size: 11px;
}
table td{
    color: #000000;
}

table th{
    background-color: #767676;
    color: #FFFFFF;
}


/* Navigation
--------------------------------------------------------------- */
#menu2 ul li {
    display: inline;
}
/* Page >>> Presentation
*************************************************************** */
