/* I. Layout size
*************************************************************** */
#header {
    width: 974px;
    height: 362px;
    padding: 33px 0 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 -136px; /* same as wrap-footer's height */
}
#container {
    width: 974px;
    margin: 0 auto;
}
#left-column {
    float: left;
    width: 233px;
    text-align: left;
}
#right-column {
    float:left;
    width: 695px;
    padding: 36px 0px 0 23px;
    text-align: left;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 974px;
    margin: 0 auto;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, .push {
    height: 136px;
}
#footer{
    padding: 60px 0 0 0;
    height: 76px;
}

.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: 974px; /* same as container's width */
    margin: 0 auto;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
}
img {
    border: 0;
    outline: none;
}
.center{
    margin: 0 auto !important;
    text-align: center !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.leftpad{
    float:left;
    padding: 0 22px 0 0;
}
.leftpad1{
    float:left;
    padding: 0 22px 14px 0;
}
.rightpad{
    float:right;
    padding: 0 0 0 16px;
}
.rightpad1{
    float:right;
    padding: 0 0 14px 16px;
}
.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;
}
.separator1{
	width: 100%;
	height: 3px;
	clear: both;
	margin:4px 0 10px 0;
	line-height: 0px;
    font-size: 1px;
}
/* III. Left-column elements
*************************************************************** */
/* Actualites
--------------------------------------------------------------- */
#actualites-container{
    float: left;
    width: 233px;
}
#actualites {
    float:left;
    width: 217px;
    padding: 9px 7px 0px 9px;
}
/* Coordonnees
--------------------------------------------------------------- */

/* Plan d'acces
--------------------------------------------------------------- */

/* III. RIGHT-COLUMN ELEMENTS
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content{
    float: left;
    width: 695px;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1{
    float: left;
    width: 685px;
    padding: 5px;
    border-width: 1px;
    border-style: dashed;
}
/* Lists
--------------------------------------------------------------- */
ul.list1{
    list-style: none;
    float: left;
    padding: 13px 0 0 17px;
}
ul.list1 li {
    background: url(../images/charte/list1-bullet.jpg) no-repeat 0 3px;
    padding:0 0 0 20px;
    text-align: left;
}
/* Others
--------------------------------------------------------------- */
.border1{
    border:1px solid #131311;
}
.uppercase{
    text-transform: uppercase;
}
/* Navigation
--------------------------------------------------------------- */
#menu2 ul li {
    display: inline;
}
/* Page >>> Presentation
*************************************************************** */