/* I. Layout size
*************************************************************** */
#header {
    width: 1004px;
    height: 294px;
    text-align: center;
}
#wrap-container {
    width: 100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px; /* same as wrap-footer's height */
}
#container, #container1 {
    width: 1004px;
    margin: 0 auto;
    text-align: left;
}
#left-column {
    float: left;
    width: 228px;
    padding: 0 0 0 70px;
}
#right-column {
    float:left;
    width: 616px;
    padding: 18px 10px 0 10px;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 1004px;
    margin: 0 auto;
}
#footer-left {
    float: left;
    width: 228px;
    padding: 14px 0 0 70px;
    text-align: left;
}
#footer-right {
    float: left;
    width: 550px;
    padding: 10px 50px 0 36px;
    text-align: center;
}
.ref {
    clear: both;
    width: 1004px; /* 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: 83px;
    clear: both;
}
/* III. Modules
*************************************************************** */
/* Search form
--------------------------------------------------------------- */
#search{
    float: left;
    width: 228px;
    height: 148px;
    padding: 18px 0 0 0;
}
/* Actualites
--------------------------------------------------------------- */
#actualites-container {
    float: left;
}
#actualites {
    float:left;
}
/* Coordonnees
--------------------------------------------------------------- */
#horaires-container {
    float: left;
    padding: 5px 0 0 0;
    height: 131px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#horaires {
    float:left;
}
#coordonnees-container {
    float: left;
    padding: 7px 0 0 0;
    height: 204px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#coordonnees {
    float:left;
}
#plan-container {
    float: left;
    padding: 7px 0 0 0;
}
#plan {
    float:left;
}
/* Plan d'acces
--------------------------------------------------------------- */
#plan-container {
    float: left;
}
#plan {
    float:left;
}
/* IV. Elements
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content {
    float: left;
    width: 616px;
    padding: 12px 0 0 0;
}
#page-title {
    float: left;
    width: 616px;
    height: 36px;
}
.leftpad{
    float:left;
    padding: 0 10px 0 0;
}
.rightpad{
    float:right;
    padding: 0 0 0 10px;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 596px;
    padding: 5px 9px 5px 9px;
    border-width: 1px;
    border-style: solid;
}
/* Borders
--------------------------------------------------------------- */
.border1 {
    border-width: 1px;
    border-style: solid;
}
/* Separators
--------------------------------------------------------------- */
.separator1, .separator2 {
    clear: both;
    float: left;
    display: block;
    width: 100%;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
}
.separator1{
    height: 1px;
    margin: 4px 0;
}
.separator2{
    height: 6px;
    margin: 4px 0;
}
/* 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: 134px;
	height: 134px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 132px;
    height: 132px;
}
html>body ul.thumbs li a {
    width: 132px;
}
ul.thumbs li img {
    border-width: 1px;
    border-style: solid;
}
#thumb1 {
    float: left;
}
#thumb1 a {
    display: block;
    width: 406px;
    height: 406px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 402px;
    height: 402px;
    cursor: default;
}
html>body #thumb1 a {
    width: 402px;
}
#thumb1 a *{
    cursor: default;
}

#thumb1 a img {
    border-width: 1px;
    border-style: solid;
}
/* Lists
--------------------------------------------------------------- */
ul.list1 {
    float: left;
    padding: 13px 0 0 3px;
}
ul.list1 li {
    padding: 0 0 0px 20px;
}
/* Pagination
--------------------------------------------------------------- */
#pagination .current, #pagination .rest{
    padding: 2px 5px;
}
/* Page >>> index
*************************************************************** */

