/* I. Layout size
*************************************************************** */
#header {
    width: 820px;
    height: 260px;
}
#wrap-container {
    width: 100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px; /* same as wrap-footer's height */
}
#container {
    width: 820px;
    margin: 0 auto;
    text-align: left;
}
#left-column {
    float: left;
    width: 488px;
    padding: 0 10px 0 11px;
}
#right-column {
    float:left;
    width: 300px;
    padding: 0 0 0 11px;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 820px;
    margin: 0 auto;
    text-align: left;
}
#footer-left {
    float: left;
    width: 202px;
    padding: 14px 0 0 23px;
}
#footer-right {
    float: left;
    width: 575px;
    padding: 0px 20px 0 0;
    text-align: right;
}
.ref {
    clear: both;
    width: 820px; /* same as container's width */
    margin: 0 auto;
    text-align: center;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer, .push {
    height: 60px;
    clear: both;
}
/* III. Modules
*************************************************************** */
/* Actualites
--------------------------------------------------------------- */
#actualites-container{
    float: left;
    width: 300px;
    padding: 18px 0 0 0;
}
#actualites {
    clear: both;
    float:left;
    width: 300px;
    height: 135px;
    padding: 8px 0 0 0;
    border-top-width:1px;
    border-top-style: solid;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container {
    float: left;
    width: 300px;
    padding: 18px 0 0 0;
}
#coordonnees {
    clear: both;
    float:left;
    width: 300px;
    height: 135px;
    padding: 16px 0 0 0;
    border-top-width:1px;
    border-top-style: solid;
}
/* Plan d'acces
--------------------------------------------------------------- */
#plan-container {
    clear: both;
    float: left;
    width: 300px;
    padding: 12px 0 0 0;
}
#plan {
    clear: both;
    float:left;
    width: 300px;
    height: 135px;
    padding: 6px 0 0 0;
    border-top-width:1px;
    border-top-style: solid;
}
/* Mailing liste
--------------------------------------------------------------- */
#newsletter-container {
    float: left;
}
#newsletter {
    float:left;
}
/* IV. Elements
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content {
    float: left;
    width: 488px;
    padding: 13px 0 25px 0;
}
#page-title {
    float: left;
    width: 488px;
    height: 22px;
    padding: 10px 0 0 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.leftpad{
    float:left;
    padding: 0 10px 0 0;
}
.rightpad{
    float:right;
    padding: 0 0 0 10px;
}
.leftpad1{
    float:left;
    padding: 4px 10px 0 0;
}
.rightpad1{
    float:right;
    padding: 4px 0 0 10px;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 466px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
}
/* Borders
--------------------------------------------------------------- */
.border1 {
    border-width: 1px;
    border-style: solid;
}
/* Separators
--------------------------------------------------------------- */
.separator1 {
    clear: both;
    float: left;
    display: block;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 17px 0 14px 0;
    overflow: hidden;
}
/* Thumbnails
--------------------------------------------------------------- */
.thumb{
    float: left;
    width: 110px;
    height: 110px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}
ul.thumbs {
	float: left;
    display: block;
    padding: 5px 0 0 0;
}
ul.thumbs li {
    float: left;
    display: inline;
	padding: 0 5px 10px 0;
}
ul.thumbs li a {
    float: left;
    display: block;
	width: 87px;
	height: 87px;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 79px;
    height: 79px;
}
html>body ul.thumbs li a {
    width: 79px;
}
ul.thumbs li img {
    border-width: 1px;
    border-style: solid;
}
#thumb1 {
    float: left;
    padding: 0 0 0 0;
}
#thumb1 a {
    display: block;
    width: 272px;
    height: 272px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 270px;
    height: 270px;
}
html>body #thumb1 a {
    width: 270px;
}
#thumb1 a img {
    border-width: 1px;
    border-style: solid;
}
/* Lists
--------------------------------------------------------------- */
ul.list1 {
    float: left;
    padding: 0 0 0 0;
}
ul.list1 li {
    padding: 0 0 5px 20px;
}
/* Page >>> tubulaire
*************************************************************** */
/* Pagination
--------------------------------------------------------------- */
#pagination{
    float: left;
    width: 488px;
    text-align: center;
}
#pagination ul{
    text-align: center;
    margin: 0 auto;
    display: inline;
}
#pagination ul li{
    display: inline;
    padding: 0 5px 0 0;
    text-align: center;
}
#pagination ul li a{
    padding: 3px 7px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}

object { outline:none; }
