/* I. Layout size
*************************************************************** */
#header {
    width: 784px;
    height: 274px;
}
/* --- 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 -92px; /* same as wrap-footer's height */
}
#container {
    width: 784px;
    margin: 0 auto;
}
#left-column {
    float: left;
    width: 218px;
    text-align: left;
}
#right-column {
    float:left;
    width: 543px;
    text-align: left;
    padding: 0 12px 0 11px;
}
#wrap-footer{
    margin: 0 auto;
    clear: both;
}
#footer {
    width: 784px;
    margin: 0 auto;
}
#footer-left {
    float: left;
    width: 218px;
    padding: 28px 0 0 0;
}
#footer-left *{
    text-align: center;
}

#footer-right {
    float: left;
    width:566px;
    text-align: center;
    padding: 28px 0 0 0;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer, .push {
    height: 92px;
}
.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: 784px; /* 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;
}
.leftpad1{
    float:left;
    padding: 0px 5px 0 0;
}
.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, .thumbOver{
	display: inline;
	margin: 0 5px 0px 0;
    float: left;
}
.thumb img, .thumbOver img{
    float: left;
	padding: 2px;
	margin: 0;
    border: 1px solid #010000;
}
.paragraph{
	clear: both;
	display: table;
}
.separator{
	width: 100%;
	height: 1px;
	clear: both;
	margin:10px 0;
	line-height: 0px;
    font-size: 1px;
}
/* III. Left-column elements
*************************************************************** */
/* Flash menu
--------------------------------------------------------------- */
#flash-menu{
    float: left;
    width: 218px;
    height: 214px;
}
/* Actualites
--------------------------------------------------------------- */
#actualites-container{
    float: left;
    width: 193px;
    height: 123px;
    padding: 12px;
}
#actualites {
    float:left;
    width: 193px;
    height: 124px;
}
/* Newsletter
--------------------------------------------------------------- */
#newsletter-container{
    float: left;
    width: 193px;
    padding: 9px 12px 13px 12px;
}
#newsletter {
    float:left;
    width: 193px;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container{
    float: left;
    width: 193px;
    padding: 11px 12px 0 12px;
}
#coordonnees{
    float:left;
    width: 193px;
}
/* Plan d'acces
--------------------------------------------------------------- */

/* III. RIGHT-COLUMN ELEMENTS
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content{
    float: left;
    width: 543px;
}
#page-title{
    float: left;
    width: 543px;
    height: 47px;
    text-align: right;
}
#top-divs{
    float: left;
    width: 543px;
    height: 183px;
}
.top-div,.top-div-last{
    float: left;
    width: 145px;
    padding: 40px 15px 0 17px;
    margin: 0 6px 0 0;
    display: inline;
}
.top-div p,.top-div-last p{
    text-align: left;
}
.top-div-last{
    margin: 0;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1{
    float: left;
    width: 530px;
    padding: 5px;
}
/* Others
--------------------------------------------------------------- */
.uppercase{
    text-transform: uppercase;
}
#pagination{
    padding: 10px 0;
}
#pagination .current, #pagination .rest{
    padding: 2px 5px;
}
/* Page >>> Presentation
*************************************************************** */
/* Diaporamas
--------------------------------------------------------------- */
#diaporama1, #diaporama2{
    width: 207px;
    height: 92px;
}