/* I. Layout size
*************************************************************** */
#header {
    width: 780px;
    padding: 0 109px;
    height: 226px;
    text-align: center;
}
#wrap-container {
    float: left;
    width: 100%;
}
#container {
    width: 998px;
    min-height: 345px;
    margin: 0 auto;
    text-align: left;
}
#left-column {
    float: left;
    width: 109px;
    height: 345px;
    text-align: right;
}
#middle-column {
    float: left;
    width: 780px;
}
#right-column {
    float: left;
    width: 90px;
    height: 345px;
    text-align: left;
}
#wrap-footer{
    clear: both;
    margin: 0 auto;
}
#footer {
    width: 780px;
    margin: 0 auto;
    text-align: left;
}
#footer-left {
    float: left;
    width: 71px;
    padding: 31px 0 0 171px;
    text-align: left;
}
#footer-right {
    float: left;
    width: 510px;
    padding: 27px 28px 0 0;
    text-align: right;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer, .push {
    height: 96px;
    clear: both;
}
/* III. Modules
*************************************************************** */
/* Actualites
--------------------------------------------------------------- */
#actualites-container {
    float: left;
    width: 240px;
    height: 210px;
    padding: 0 10px;
}
#actualites {
    float:left;
    width: 220px;
    height: 141px;
    padding: 38px 10px 0 10px;
}
#actualites-tabs{
    float: left;
    width: 240px;
    height: 25px;
    text-align: left;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container {
    float: left;
    width: 240px;
    padding: 5px 10px;
    height: 129px;
}
#coordonnees {
    float:left;
    width: 220px;
    height: 93px;
    padding: 36px 10px 0 10px;
}
/* IV. Elements
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#modules{
    float: left;
    width: 260px;
}
#content{
    float: left;
    width: 480px;
    padding: 15px 20px 0 20px;
}
#main-content {
    float: left;
    width: 480px;
    padding: 25px 0 0 0;
}
#page-title {
    float: left;
    width: 480px;
    height: 27px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.leftpad{
    float:left;
    padding: 4px 20px 0 0;
}
.rightpad{
    float:right;
    padding: 4px 0 0 20px;
}
.leftpad1{
    float:left;
    padding: 3px 10px 0 0;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 458px;
    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: 23px 0 19px 0;
    overflow: hidden;
}
/* Thumbnails
--------------------------------------------------------------- */
ul.thumbs {
	float: left;
    display: block; /* table */
    padding: 0 0 0 0;
}
ul.thumbs li {
    float: left;
    display: inline;
	padding: 0 5px 5px 0;
}
ul.thumbs li a {
    float: left;
    display: block;
	width: 138px;
	height: 138px;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 130px;
    height: 130px;
}
html>body ul.thumbs li a {
    width: 130px;
}
ul.thumbs li img {
    border-width: 1px;
    border-style: solid;
}
#thumb1 {
    float: left;
}
#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;
}
/* Pagination
--------------------------------------------------------------- */
#pagination{
    float: left;
    width: 458px;
    text-align: center;
}
#pagination ul{
    text-align: center;
    margin: 0 auto;
    display: inline;
}
#pagination ul li{
    display: inline;
    padding: 0 3px 0 0;
    text-align: center;
}
#pagination ul li a{
    padding: 2px 6px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}
