/* I. Layout size
*************************************************************** */
#header {
    width: 773px;
    height: 76px;
    padding: 30px 7px 0 0;
}
/* --- 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 -36px; /* same as wrap-footer's height */
}
#container {
    width: 780px;
    margin: 0 auto;
}
#left-column {
    width: 240px;
    float: left;
    text-align: left;
    padding: 250px 0 0 0;
}
#right-column {
    float:left;
    width: 540px;
    text-align: left;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 423px;
    padding: 0 0 0 357px;
    margin: 0 auto;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer, .push {
    height: 36px;
}
.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: 780px; /* same as container's width */
    margin: 0 auto;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
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 8px 0 5px;
}
.leftpad1{
    float:left;
    padding: 0px 8px 0 0;
}
.rightpad{
    float:right;
    padding: 8px 0 0 5px;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 0;
}
.paragraph {
    float: left;
    padding: 4px;

}
.paragraph1{
    float: left;
    padding: 4px;
		
}
a *{
    cursor: pointer;
}
a:focus{
    outline: none;
}
#picture2{
    float: left;
    border: 1px solid #000000;
    margin: 0 8px 7px 0;
}
.thumb{
	display: block;
}
.thumb img{
	border-style:solid;
	border-width: 1px;
	border-color: inherit;
	margin: 0;
}
.separator{
	clear: both;
	width: 100%;
	height: 0px;
	margin: 3px 0 3px 0;
	border-bottom: 1px solid;
	line-height: 0px;
  font-size: 1px;
}
/* III. Left-column elements
*************************************************************** */
/* Actualites
--------------------------------------------------------------- */
#actualites-container{
    float: left;
    width: 240px;
    padding: 29px 0;
}
#actualites {
    float:left;
    width: 218px;
    padding: 16px 11px;
}
#actualites-title{
    float: left;
    width: 215px;
    padding: 3px 0 0 25px;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container{
    float: right;
    width: 163px;
    height: 46px;
    padding: 6px 0 0 7px;
}
#coordonnees{
    float:left;
    width: 170px;
}
/* Plan d'acces
--------------------------------------------------------------- */
/* Newsletter
--------------------------------------------------------------- */
#newsletter-container{
    float: left;
    width: 154px;
    padding: 0 43px 1px 43px;
}
#newsletter{
    float:left;
    width: 154px;
}
/* III. RIGHT-COLUMN ELEMENTS
*************************************************************** */
/* Diaporama
--------------------------------------------------------------- */
#diaporama1{
    float: left;
    width: 540px;
    height: 250px;
}
.diaporama2{
    float: left;
    padding: 0 0 80px 0;
}
#top-menu{
    float: left;
    width: 510px;
    height: 27px;
    padding: 6px 0 0 29px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
}
/* Main-content
--------------------------------------------------------------- */
#main-content{
    float: left;
    width: 533px;
    padding: 16px 2px 0 5px;
}
#page-title{
    float: left;
    width: 540px;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 504px;
    border-width: 1px;
    text-align: justify;
    padding: 8px;
}
/* Lists
--------------------------------------------------------------- */
ul.list1{
    list-style: none;
    float: left;
    padding: 0;
}
ul.list1 li {
    background: url(../images/charte/bullet1.jpg) no-repeat 0 3px;
    padding:0 0 0 20px;
    text-align: left;
    color: #FFE594;
}
/* Others
--------------------------------------------------------------- */
.border1{
    border:1px solid #54544C;
}
.border2{
    border:1px solid #E0B215;
}
.uppercase{
    text-transform: uppercase;
}
/* Navigation
--------------------------------------------------------------- */
#menu2 ul li {
    display: inline;
}
/* Page >>> Presentation
*************************************************************** */

