
/* I. Layout size
*************************************************************** */
#header {
    width: 780px;
    height: 203px;
}
/* --- 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 -77px; /* same as wrap-footer's height */
}
#container, #container2{
    width: 780px;
    margin: 0 auto;
}
#left-column{
    width: 151px;
    float: left;
    text-align: left;
}
.menu-button{
    width: 143px;
    float: left;
    text-align: left;
}
#left-column2{
    width: 143px;
    padding: 3px 8px 0 0;
    float: left;
    text-align: left;
}
#right-column {
    float:left;
    width: 629px;
    text-align: left;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 645px;
    padding: 0 0 0 135px;
    margin: 0 auto;
    text-align: center;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer, .push {
    height: 77px;
}
.push {
    height: 150px;
    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;
}
img {
    border: 0;
    outline: none;
}
.center{
    margin: 0 auto !important;
    text-align: center !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.leftpad{
    float:left;
    padding: 0px 10px 0 0;
}
.rightpad{
    float:right;
    padding: 0 0 0 10px;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 0;
}
.paragraph {
    clear: both;
    display: table;
}
a *{
    cursor: pointer;
}
a:focus{
    outline: none;
}
.thumb{
	display: block;
	margin:1px 5px;
}
.thumb img{
	border-style:solid;
	border-width: 5px;
	border-color: inherit;
	padding: 5px;
	margin: 0;
}
.paragraph{
	clear: both;
	display: table;
}
.separator{
	width: 100%;
	height: 0px;
	clear: both;
	margin:10px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 0px;
    font-size: 1px;
}

/* III. Left-column elements
*************************************************************** */
ul.products{
    float: left;
    background-color: #3F7888;
    padding: 15px 0 0 51px;
}

ul.products li{
    border-bottom: 1px solid #63888E;
    margin: 0;
    padding: 0;
    color: #E5C02F;
    width: 97px;
}
ul.products li a,ul.products li a:visited{
    color: #E5C02F;
    text-decoration: none;
}
ul.products li a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}
/* III. RIGHT-COLUMN ELEMENTS
*************************************************************** */
/* Top-menu
--------------------------------------------------------------- */
#top-menu{
    float: right;
    width: 525px;
    height: 28px;
}
/* Actualites
--------------------------------------------------------------- */
#actualites-container{
    float: left;
    width: 253px;
    padding: 21px 0 0 0;
}
#actualites {
    float:left;
    width: 243px;
    padding: 9px 4px 0px 6px;
}
#actualites-int{
    float:left;
    padding: 11px 6px 11px 8px;
    width: 229px;
}
/* Promotions
--------------------------------------------------------------- */
#promotions-container{
    float: left;
    width: 629px;
}
#promotions-title{
    float:left;
    width: 611px;
    padding: 0 0 5px 18px;
}
#promotions{
    float:left;
    width: 600px;
    padding: 0 0 0 29px;
}
.product{
    float: left;
    width: 101px;
    padding: 5px 17px 5px 0;
}
.product p{
    text-align: center;
    padding: 2px 0;
}
.product-marque-image{
    float: left;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 0 5px;
}
.product-image, .partenaire-image{
    float: left;
    width: 98px;
    height: 109px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
}
.product-price{
    float: left;
    width: 88px;
    border-style: solid;
    border-width: 1px;
    padding: 0 5px;
}
/* Main-content
--------------------------------------------------------------- */
#main-content-container{
    float: left;
    width: 358px;
    padding: 21px 0 0 18px;
}
#main-content{
    float: left;
    width: 344px;
    padding: 19px 14px 0 0;
}
#page-title{
    float: left;
    width: 343px;
}
/* Others
--------------------------------------------------------------- */
.uppercase{
    text-transform: uppercase;
}
/* Navigation
--------------------------------------------------------------- */
#menu2 ul li {
    display: inline;
}
.ref {
    width: 780px;
    margin: 0 auto;
    text-align:center;
    color: #FFFFFF;
    font-family:Arial;
    font-size:11px;
}