/* I. Layout size
*************************************************************** */
#header {
    float: left;
    border-top: 3px solid #969696;
    width: 784px;
    height: 275px;
}
/* --- 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 -65px; /* same as wrap-footer's height */
}
#container{
    width: 804px;
    margin: 0 auto;
}
#container2{
    float: left;
    width: 784px;
    padding: 0 10px;
}

#left-column {
    float: left;
    width: 260px;
    text-align: left;
}
#right-column {
    float:left;
    width: 524px;
    text-align: left;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 804px;
    margin: 0 auto;
    text-align: center;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, .push {
    height: 65px;
}
#footer{
    padding: 15px 0 0 0;
    height: 50px;
}

.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: 784px; /* 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 12px 0 0;
}
.rightpad{
    float:right;
    padding: 0 0 0 10px;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 0;
}
.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;
}
#diaporama{
    float: left;
    width: 245px;
    height: 121px;
}
#flash-menu{
    float: left;
    width: 260px;
    height: 200px;
}

/* III. Left-column elements
*************************************************************** */
/* Actualites
--------------------------------------------------------------- */
#actualites-container{
    float: left;
    width: 252px;
    height: 147px;
    padding: 7px 13px 0px 14px;
}
#actualites {
    float:left;
    width: 252px;
    height: 147px;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container{
    float: left;
    width: 259px;
    height: 290px;
    padding: 7px 0 0 0;
}
#coordonnees {
    float:left;
    width: 259px;
    height: 290px;
}
/* III. RIGHT-COLUMN ELEMENTS
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content{
    float: left;
    width: 480px;
    padding: 10px 22px 0 22px;
}
#page-title{
    float: left;
    width: 502px;
    height: 30px;
    padding: 9px 22px 0 0;
    text-align: right;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 291px;
    padding: 23px 13px 12px 12px;
    text-align: justify;
}
.pannel2{
    float: left;
    padding: 30px 13px 21px 13px;
    width: 290px;
    text-align: justify;
}
.pannel13{
float:left;
}
.pannel14{
float:right;

}

/* Lists
--------------------------------------------------------------- */
ul.list1{
    list-style: none;
    float: left;
}
ul.list1 li {
    background: url(../images/charte/bullet1.gif) no-repeat 5px 4px;
    padding: 0 2px 0 16px;
    margin: 0;
    text-align: left;
}
ul.list1 li.con {
    padding: 0 0 0 15px;
}
ul.list1 li.last{
    padding: 0 0 0 16px;
}

li.inline {
    display: inline;
}
/* Others
--------------------------------------------------------------- */
.border1{
    border:1px solid #961412;
}
.border2{
    border:1px solid #E0B215;
}
.border3{
    border: 1px solid #C0C0C0;
}

.uppercase{
    text-transform: uppercase;
}
/* Navigation
--------------------------------------------------------------- */
#menu2 ul li {
    display: inline;
}
/* Page >>> Presentation
*************************************************************** */
