/* I. Layout size
*************************************************************** */
#header {
    width: 884px;
    height: 213px;
}
/* --- 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 -76px; /* same as wrap-footer's height */
}
#container {
    width: 884px;
    margin: 0 auto;
}
#left-column {
    float: left;
    width: 256px;
    text-align: left;
}
#right-column {
    float:left;
    width: 616px;
    padding: 0 6px;
    text-align: left;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 874px;
    margin:0 5px;
    margin: 0 auto;
}
#footer-left {
    float: left;
    width: 251px;
    text-align: left;
    padding: 21px 0 0 0;
}
#footer-right {
    float: left;
    width:623px;
    text-align: center;
    padding: 19px 0 0 0;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer, .push {
    height: 76px;
}
.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: 884px; /* same as container's width */
    margin: 0 auto;
    line-height: 18px;
    text-align: center;
}
img {
    border: 0;
    outline: none;
}
.cursor{cursor: pointer}


.center{
    margin: 0 auto !important;
    text-align: center !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.leftpad{
    float:left;
    padding: 0px 11px 0 0;
}
.rightpad{
    float:right;
    padding: 0 0 0 11px;
}
.rightpad1{
    float:right;
    padding: 0 0 0 5px;
}
.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;
}
.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-bottom: 1px solid;
	line-height: 0px;
    font-size: 1px;
}
/* III. Left-column elements
*************************************************************** */
/* Actualites
--------------------------------------------------------------- */
#actualites-container{
    float: left;
    width: 721px;
    height: 89px;
    padding: 10px 0 0 163px;
}
#actualites {
    float:left;
    width: 721px;
}
#actualites-thumb{
    float: left;
    width: 75px;
    height: 75px;
    padding: 1px 3px 5px 3px;
}
/* Left-menu
--------------------------------------------------------------- */
#left-menu{
    float: left;
    padding: 0 0 0 1px;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container{
    float: left;
    width: 225px;
    height: 153px;
    padding: 72px 0 0 19px;
}
#coordonnees{
    float:left;
    width: 225px;
}
#coordonnees-thumb{
    float: left;
    width: 75px;
    height: 75px;
    padding: 1px 3px 5px 3px;
}
/* III. RIGHT-COLUMN ELEMENTS
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content{
    float: left;
    width: 616px;
    padding: 18px 0 0 0;
}
#page-title{
    float: left;
    width: 616px;
    height: 25px;
    text-align: right;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 550px;
    height: 107px;
    padding: 18px 0 0 66px;
    text-align: justify;
}
.pannel2{
    float: left;
    width: 596px;
    height: 75px;
    padding: 25px 10px;
}
.pannel3-container{
    float: left;
    width: 212px;
    height: 212px;
    position: relative;
}
.pannel3{
    float: left;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 196px;
    height: 196px;
    margin: 16px 0 0 0;
    border: 1px solid #A7443F;
}
.pannel3-front{
    float: left;
    position: absolute;
    cursor: pointer;
    z-index: 110;
    top: 0;
    left: 0;
    width: 212px;
    height: 212px;
}
/* Lists
--------------------------------------------------------------- */
/* Others
--------------------------------------------------------------- */
.border1{
    border:1px solid #54544C;
}
.uppercase{
    text-transform: uppercase;
}
table{
    border-left:1px solid #c5c08d;
    border-bottom:1px solid #c5c08d;
}
tr{
    background-color: transparent;
}
td{
    border-top:1px solid #c5c08d;
    border-right:1px solid #c5c08d;
    padding: 5px;
    cursor: default;
}
.trodd{
    background-color: #E6E1A9;
}
.trover{
    background-color: #F0EDCC;
}
.trout{
    background-color: transparent;
}
/* Navigation
--------------------------------------------------------------- */
#menu2 ul li {
    display: inline;
}