/* I. Layout size
*************************************************************** */
#header {
    width: 1000px;
    height: 100px;
}
/* --- 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 -110px; /* same as wrap-footer's height */
}
#container {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
#left-column {
    float: left;
    width: 180px;
    height: 400px;
    text-align: left;
    padding: 10px;
}
#right-column {
    float:left;
    width: 800px;
    text-align: left;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 1000px;
    margin: 0 auto;
}
#footer-left {
    float: left;
    width: 500px;
    text-align: left;
    padding: 10px 0 0 0;
}
#footer-right {
    float: left;
    width:500px;
    text-align: right;
    padding: 10px 0 0 0;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer, .push {
    height: 110px;
}
.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: 1000px; /* 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 10px 0 0;
}
.rightpad{
    float:right;
    padding: 0 0 0 10px;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 0;
}
a *{
    cursor: pointer;
}
a:focus{
    outline: none;
}
#picture2{
    float: left;
    border: 1px solid #000000;
    margin: 0 8px 7px 0;
}
.thumb,.thumbOver{
	display: block;
    width: 250px;
    height: 250px;
    text-align: center;
}
.thumb-med,.thumb-medOver{
	display: block;
    width: 150px;
    height: 150px;
    text-align: center;
}
.thumb-small,.thumb-smallOver{
	display: block;
    width: 100px;
    height: 100px;
    text-align: center;
}
.thumb img, .thumb-small img{
    padding: 0;
	margin: 0;
}
.paragraph{
	clear: both;
	display: table;
}
.separator{
	width: 100%;
	height: 2px;
	clear: both;
	margin:5px 0;
	line-height: 0px;
    font-size: 1px;
}
#diaporama1{
    width: 1000px;
    height: 501px;
}
#flash-buttons {
	width:990px;
	height:80px;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
}
.flash-button{
    float: left;
    width: 240px;
    height: 80px;
}
#flash-menu{
    float: left;
    width: 1000px;
    height: 36px;
}
/* III. Left-column elements
*************************************************************** */
/* Newsletter
--------------------------------------------------------------- */
#newsletter-container{
    float: right;
    width: 440px;
    height: 40px;
}
#newsletter {
    float:left;
    width: 440px;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container{
    float: right;
    width: 250px;
    height: 40px;
}
#coordonnees{
    float:left;
    width: 250px;
}
/* III. RIGHT-COLUMN ELEMENTS
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content{
    float: left;
    width: 780px;
    padding: 0 0 0 20px;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 756px;
    padding: 8px 10px;
    border-width: 1px;
    text-align: justify;
    border-style: solid;
    display: inline;
}
/* Others
--------------------------------------------------------------- */
.border1{
    border:1px solid #54544C;
}
.uppercase{
    text-transform: uppercase;
}
#pagination{
    padding: 10px 0;
}
#pagination .current, #pagination .rest{
    padding: 2px 3px;
}
/* Page >>> Presentation
*************************************************************** */