/* I. Layout size
*************************************************************** */
/* --- 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 -108px; /* same as wrap-footer's height */
}
#container {
    width: 989px;
    margin: 0 auto;
}
#left-column {
    float: left;
    width: 299px;
    text-align: left;
}
#right-column {
    float:left;
    width: 690px;
    padding:0;
    text-align: left;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 989px;
    margin: 0 auto;
}
#footer-left {
    float: left;
    width: 288px;
    text-align: left;
    padding: 14px 0 0 0;
}
#footer-right {
    float: left;
    width:694px;
    text-align: right;
    padding: 0 7px 0 0;
}

/* ============================|menus|=============================== */
.invisible
{
  width: 400px;
	float: left;
	height: 10px;
}

.invisible1
{
  width: 100%;
	float: left;
	height: 20px;
	clear: both;
}

.menus-separator
{
  width: 665px;
	float: left;
	background: url(../images/charte/menus-separator.jpg) no-repeat top left;
	height: 8px;
    clear: both;
}


.details-image
{
  width: 250px;
  float: left;
}

.picture-big
{
  width: 250px;
	padding: 5px 0;
    height: 250px;
}

.thumbs
{
  width: 235px;
  float: left;
	padding: 5px 0px 5px 17px;
}

.thumb1
{
   padding: 1px;
	 border: solid 1px #ac8c5e;
	 width: 59px;
	 height: 59px;
	 float: left;
	 margin: 0 14px 0 0;
}

.photo
{
   padding: 1px;
	 border: solid 1px #ac8c5e;
}

#recherche-bar
{
  width: 290px;
  float: left;
  height: 22px;
padding-left: 10px;
}


.recherche
{
	background: url(../images/charte/recherche.jpg) no-repeat top left;
	width: 94px;
	height: 20px;
  float: right;
  border:none;
}


.recherche-over
{
	background: url(../images/charte/recherche-over.jpg) no-repeat top left;
  float: right;
  width: 94px;
	height: 20px;
	cursor: pointer;
  border:none;
}

/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer, .push {
    height: 108px;
}
.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: 989px; /* 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;
    display: block;
}
.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{
	display: block;
	margin:1px 5px;
}
.thumb img{
	border-style:solid;
	border-width: 5px;
	border-color: inherit;
	padding: 5px;
	margin: 0;
}
.paragraph{
	clear: both;
	display: table;
}
.separator{
	width: 100%;
	height: 0px;
	clear: both;
	margin:10px 0;
	border-bottom: 1px solid;
	line-height: 0px;
    font-size: 1px;
}
/* III. Left-column elements
*************************************************************** */
#flash-menu{
    float: left;
    width: 309px;
    height: 305px;
    border: 1px solid red;
}

/* Actualites
--------------------------------------------------------------- */
#actualites-container{
    float: left;
    width: 268px;
    padding: 14px 22px 0 9px;
}
#actualites {
    float:left;
    width: 268px;
    text-align: right;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container{
    float: left;
    width: 268px;
    padding: 11px 22px 0 9px;
}
#coordonnees{
    float:left;
    width: 268px;
    text-align: right;
}
/* Plan d'acces
--------------------------------------------------------------- */

/* III. RIGHT-COLUMN ELEMENTS
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content{
/*    float: left; */
    width: 665px;
/*    height: 800px;   */
    padding: 0 8px 0px 17px;
}
#page-title{
    float: left;
    width: 405px;
    padding: 22px 0 0 0;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1-left {
    float: left;
    padding: 0 0 0 1px;
    background-color: #669933;
}
.pannel1-right{
    float:left;
    padding: 0 1px 0 0;
    background-color: #FFFF00;
}
.pannel1-top{
    float: left;
    padding: 1px 0 0 0;
    background-color: #F00;
}
.pannel1-bottom{
    float: left;
    padding: 0 0 1px 0;
    background-color: #6600FF;
}
.pannel1-bg1{
    float: left;
    padding: 14px 6px 20px 6px;
}
.pannel1-bg2{
    float: left;
    padding: 7px 6px;
}
.separator1{
    float:left;
    width: 461px;
    height: 8px;
    margin: 10px 0 7px 0;
    line-height: 0;
    font-size: 0;
    display: inline;
}
.separator2{
    float: left;
    width: 3px;
    height: 149px;
    line-height: 0;
    font-size: 0;
    margin: 0 11px 0 5px;
    display: inline;
}

/* Lists
--------------------------------------------------------------- */
ul.list1{
    list-style: none;
    float: left;
    padding: 7px 0 0 5px;
}
ul.list1 li {
    padding:0 0 0 15px;
    text-align: left;
}

ul.list3{
    list-style: none;
    float: left;
    padding: 5px 0 0 0px;
}
ul.list3 li {
    padding:0 0 0 15px;
    text-align: left;
}

/* Others
--------------------------------------------------------------- */
.border1{
    border:3px solid #037513;
    margin-left:8px;
    margin-bottom:5px;
}
.border2{
    border:1px solid #AC8C5E;
    padding: 5px;
}
.uppercase{
    text-transform: uppercase;
}
/* Navigation
--------------------------------------------------------------- */
#bg-text-bottom
{
  float:left;
  width:416px;
  height:105px;
}
#bg-text-bottom p
{
  font-weight: bold;
  color:#80663f;
  padding: 0 10px;
}







/* Page >>> Presentation
*************************************************************** */