/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {
    width: 784px;
}
#container {
    margin: 0 auto;
    text-align: center;
}
#header {
    height: 305px;
    float:left;
}
#footer {
    margin: 0 auto;
}
#footer-left {
    float: left;
    text-align: center;
    padding: 5px 30px;
}
#footer-right {
    width:520px;
    float: right;
    text-align: center;
    padding: 0px 0px;
}
#left-column {
    float: left;
    width: 238px;
    padding: 0px 2px;
}
#right-column {
    float: left;
    width: 542px;
}
.mailsPlace
{
 background: url(../images/charte/bg-mail.jpg) no-repeat left center;
 height: 10px;
}
.mailsPlace a:link, .mailsPlace a:visited   {
 padding-left: 20px;
 color: #01472d ;
 font-weight: bold;
 text-decoration: none;
}
.mailsPlace a:hover, .mailsPlace a:active   {
  padding-left: 20px;
   color: #5e4421 ;
   text-decoration: underline;
    font-weight: bold;   
}


/*	--- Important! ----------------------------------------
#wrap-footer, #footer and .push must be the same height
-------------------------------------------------------
*/
#wrap-footer, #footer, .push {
    height: 52px;
}
#wrap-footer {
    margin-top: -52px;
}
.push {
    clear: both;
}
/* --- Important! -------------------------------
The bottom margin of #wrap-container
is the negative value of the footer's height
-----------------------------------------------
*/
#wrap-container {
    width: 100%;
    height: auto !important;
    height: 100%;
    padding: 20px 0px 32px 0px;
}

/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {
    margin: 0;
}
html {
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
    position:absolute;
    z-index: 0;
 
}
ul {
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}
li {
    list-style-position: outside;
    margin-left: 15px;
    padding: 2px;
}

#ref {
    text-align: center;
		width: 784px;
		margin: 0px auto;
}



/* ===| II. LEFT-COLUMN ELEMENTS |=======================================*/

.left-title {
    padding: 7px 0px 6px 5px;
    text-align: left;
}
#contenu-texte {
  width: 530px;
	margin: 0px auto;
	padding-top: 20px;
}

/* --- Operations du moment -------------------------------------------- */
#actualite {
    float: left;
    width: 238px;
    height: 120px;
    margin-bottom: 2px;
}
#contact-info {
    float: left;
    width: 238px;
    height: 130px;
    margin-bottom: 2px;
}
#mailing-liste {
    float: left;
    width: 238px;
    height: 102px;
    padding: 0;
    margin-bottom: 2px;
}

#plan-dacces {
    float: left;
    width: 238px;
    height: 118px;
}
.div0 {
    float: left;
    width: 226px;
    padding: 7px 6px 6px 6px;
}
.div1 {
    float: left;
    width: 214px;
    padding: 6px 6px 6px 6px;
}
.div2 {
    float: left;
    width: 214px;
    padding: 6px 6px 6px 6px;
}
/* ===| III. RIGHT-COLUMN ELEMENTS |======================================*/
#right-title {
    float: left;
    text-align: left;
    width:100%;
}
.right-div1 {
    background-color: #FFEECA;
    width: 530px;
    text-align: justify;
		margin-bottom: 7px;
}
.right-div2 {
    width: 530px;
    text-align: justify;
}
.div-int{
  padding: 10px 15px 2px 15px;
}

.bgimg-right {
		float: right;
    width: 173px;
    height: 97px;
		text-align: center;
		padding-top: 7px;
    margin-left: 10px;
		background: url(../images/charte/img-bg1.gif) no-repeat top left;
}
.bgimg-left {
		float: left;
    width: 173px;
    height: 97px;
		text-align: center;
		padding-top: 7px;
    margin-right: 10px;
		background: url(../images/charte/img-bg1.gif) no-repeat top left;
}
.bgimg-v-right {
		background: url(../images/charte/img-bg3.gif) no-repeat top left;;
    width: 97px;
    height: 173px;
    text-align: center;
		padding-top: 7px;
    margin-left: 10px;
		float: right;
}
.bgimg-v-left {
		background: url(../images/charte/img-bg3.gif) no-repeat top left;;
    width: 97px;
    height: 173px;
    text-align: center;
		padding-top: 7px;
    margin-right: 10px;
		float: left;
}
a:focus {
	outline: none;
}
input:focus {
	outline: none;
}
/* --- Lists ------------------------------------------- */
.my_list1 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align:  justify;
}
/* --- Gallery ------------------------------------------- */

#gallery{
  width: 440px;
	margin: 0px auto;
	display: block;
}

.gallery-thumb{
    float: left;
    background: url(../images/charte/bg-thumb.jpg) no-repeat top left;
    width:112px;
    height: 112px;
    margin: 10px 0px 10px 0px;
		text-align: center;
}
.gallery-thumb img{
    border: 1px solid #D2B788;
    text-align: center;
}


/*	--- Important! -----------------------------------
If you want space between paragraphs or headers,
use padding instead of margin.
-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

img {
    border: 0;
}
/*	--- Important! ----------------------------------
Use class "left" or "right" on the html elements
you want to float (on the thumbs, for example)
*/
.left {
    float: left;
}
.right {
    float: right;
}
.paragraph {
    clear: both;
    display: table;
}
.clear {
    clear: both;
		margin: 0px;
		padding: 0px;
		line-height: 0px;
		height: 0px;
}


/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li {
    display: inline;
}

/* ---| THE END |------------------------- */