/* I. Layout size
*************************************************************** */
#header {
    width: 1004px;
}
/* --- 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 -72px; /* same as wrap-footer's height */
}
#container {
    width: 1004px;
    margin: 0 auto;
}
#left-column {
    float: left;
    width: 164px;
    padding: 0 0 0 48px;
    text-align: left;
}
#right-column {
    float:left;
    width: 740px;
    padding: 18px 0 0 2px;
    text-align: left;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 1004px;
    margin: 0 auto;
}
#footer-left {
    float: left;
    width: 177px;
    padding: 25px 61px 0 53px;
    text-align: center;
}
#footer-right {
    float: left;
    width:612px;
    padding: 25px 101px 0 0;
    text-align: center;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer, .push {
    height: 72px;
}
.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: 912px; /* 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: 2px 6px 0 0;
}
.rightpad{
    float:right;
    padding: 0 0 0 6px;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 0;
}
.paragraph {
    clear: both;
    display: table;
}
a *{
    cursor: pointer;
}
a:focus{
    outline: none;
}
#picture2{
    float: left;
    border: 1px solid #000000;
    margin: 0 8px 7px 0;
}
#thumbs{
    float: left;
    width: 520px;
    padding: 10px 0;
}
.thumb,.thumb-over{
    float: right;
	display: block;
	margin:0 0 0 10px;
    width:76px;
    height: 76px;
    text-align: center;
}
.thumb{
    border: 1px solid #E88303;
    text-align: center;
}
.thumb-over{
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}
#big-thumb{
    float: right;
	display: block;
    border: 1px solid #7F4903;
    width: 208px;
    height: 208px;
    background: #121212;
    text-align: center;
}
.thumb img{
	padding: 0;
	margin: 0;
}
.paragraph{
	clear: both;
	display: table;
}
.separator{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin:10px 0;
	border-bottom: 1px solid;
	line-height: 0px;
}
/* III. Left-column elements
*************************************************************** */
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container{
    float: left;
    padding: 13px 0 7px 0;
}
#plan-container{
    padding: 11px 0 7px 0;
}
#coordonnees, #plan{
    float:left;
}
/* III. RIGHT-COLUMN ELEMENTS
*************************************************************** */
/* Newsletter
--------------------------------------------------------------- */
#newsletter-container{
    float: left;
    width: 717px;
    padding: 10px 2px 12px 0;
}
#newsletter{
    float:right;
}
/* Diaporama
--------------------------------------------------------------- */
#diaporama{
    float: left;
    width: 750px;
    height: 289px;
}
#diaporama-marques{
    float: left;
    width: 235px;
    height: 85px;
}
/* Main-content
--------------------------------------------------------------- */
#main-content{
    float: left;
    width: 748px;
}
#page-title{
    float: left;
    width: 748px;
}
.pagination .current, .pagination .rest{
    padding:2px 5px;
}

/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    padding: 0 16px 0 0;
    text-align: justify;
}
/* Lists
--------------------------------------------------------------- */
ul.list1{
    list-style: none;
    float: left;
    padding: 3px 0 0 0;
}
ul.list1 li {

    padding:0 0 0 13px;
    text-align: left;
}
/* Others
--------------------------------------------------------------- */
.border1{
    border:1px solid #E88303;
}
.border2{
    border:1px solid #E0B215;
}
.uppercase{
    text-transform: uppercase;
}
/* Navigation
--------------------------------------------------------------- */
#menu2 ul li {
    display: inline;
}
