

/* I. Layout size
*************************************************************** */
#header {
    width: 1008px;
    height: 292px;
}
/* --- 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 -67px; /* same as wrap-footer's height */
}
#container {
    width: 1008px;
    margin: 0 auto;
}
#left-column {
    float: left;
    width: 209px;
    padding: 0 0 0 120px;
    text-align: left;
}
#right-column {
    float:left;
    width: 554px;
    padding: 10px 115px 0 10px;
    text-align: left;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 1008px;
    margin: 0 auto;
}
#inner
{
  width:762px;
  margin: 0 auto;
}


#footer-left {
    float: left;
    width: 250px;
    padding: 10px 0 0 0px;
    text-align: left;

}
#footer-right {
    float: right;
    width:500px;
    padding: 10px 0px 0 0;
    text-align: right;
 
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer, .push {
    height: 67px;
}
.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: 770px; /* 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: 0px 9px 0 0;
}
.rightpad{
    float:right;
    padding: 0 0 0 8px;
}
.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;
}
.paragraph{
	clear: both;
	display: table;
}
.separator{
	width: 100%;
	height: 0px;
	clear: both;
	margin:16px 0;
	border-bottom: 1px solid;
	line-height: 0px;
    font-size: 1px;
}
/* III. Left-column elements
*************************************************************** */
/* Actualites
--------------------------------------------------------------- */
#actualites-container{
    float: left;
    width: 208px;
    padding: 15px 0 12px;
}
#actualites {
    float:left;
    width: 200px;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container{
    float: left;
    width: 208px;
    padding: 15px 0 24px;
}
#coordonnees {
    float:left;
    width: 200px;
}
/* Plan d'acces
--------------------------------------------------------------- */
#plan-dacces-container{
    float: left;
    width: 208px;
    padding: 15px 0 24px;
}
#plan-dacces {
    float:left;
    width: 200px;
}
/* III. RIGHT-COLUMN ELEMENTS
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content{
    float: left;
    width: 544px;
    padding: 0 10px 0 0;
}
#page-title{
    float: left;
    width: 540px;
    height: 40px;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 354px;
    height: 96px;
    padding: 10px;
    border-width: 1px;
    text-align: justify;
}
/* Lists
--------------------------------------------------------------- */
ul.list1{
    list-style: none;
    float: left;
    padding: 6px 0 0 30px;
}
ul.list1 li {
    padding:0 0 0 30px;
    text-align: left;
}
ul.list1 li p{
    line-height: 16px;
}

/* Others
--------------------------------------------------------------- */
.border1{
    border:1px solid #54544C;
}
.border2{
    border:1px solid #E0B215;
}
.uppercase{
    text-transform: uppercase;
}
/* Navigation
--------------------------------------------------------------- */
#menu2 ul li {
    display: inline;
}



/* Page >>> Vehicules d'occasions
*************************************************************** */
.recherche{
    float: left;
    width: 528px;
    height: 23px;
    border-width: 1px;
    padding: 8px;
}
.item{
    float: left;
    width: 543px;
    border-width: 1px;
    padding: 0 0 10px 0;
}
.item-detail{
    float: left;
    width: 522px;
    border-width: 1px;
    padding: 10px;
}
.item .top{
    float: left;
    padding: 5px 10px;
    width: 522px;
}
.item .bottom{
    clear: both;
    padding: 10px;
}
.item .short-description{
    float: left;
    width: 420px;
    height: 77px;
}
ul.att{
    list-style: none;
    width: 260px;

}
ul.att li{
    float: left;
    text-align: left;
    width: 240px;
}
.thumbs{
    float: left;
    text-align: center;
    margin: 0 auto;
}
.thumb{
    float: left;
    text-align: center;
    width: 89px;
    height: 89px;
    border-width: 1px;
    border-style: solid;
    margin: 0 5px 5px 0;
}
.thumb-big{
    float: left;
    text-align: center;
    width: 149px;
    height: 149px;
    border-width: 1px;
    border-style: solid;
}
.page{
    padding: 5px;
    background-color: #F1F1F1;
}


