#aligner{
  position:absolute;
  width:780px;
  height:488px;
  top:50%;
  left:50%;
  margin-top:-244px;
  margin-left:-390px;
}
#entree-left{
  float:left;
  width:297px;
  height:100%;
}
#entree-formation{
  width:241px;
  float:left;
  height:100%;
}
#entree-formation img{
  position:relative;
  margin:41px auto 0;
  display:block;
  cursor: pointer;
}
#entree-protection{
  width:242px;
  float:left;
  height:100%;
}

#entree-protection img{
  position:relative;
  margin:41px auto 0;
  display:block;
}
/* I. Layout size
*************************************************************** */
/* --- Important! ----------------------------------------------
The bottom margin of #wrap-container
is the negative value of the footer's height
---------------------------------------------------------------*/
#header{
    width: 739px;
    height: 287px;
}

#wrap-container {
    width: 100%;
    padding: 20px 0 0 0;
}
#container {
    width: 980px;
    margin: 0 auto;
}
#left-column {
    float: left;
    width: 241px;
    height: 658px;
    text-align: left;
}
#right-column {
    float:left;
    width: 739px;
  /*  height: 658px; */
    text-align: left;
}
#wrap-footer{
    margin: 0 auto;
}
#footer {
    width: 980px;
    margin: 0 auto;
}
#footer-left {
    float: left;
    width: 241px;
    text-align: left;
}
#footer-right {
    float: left;
    width: 739px;
    text-align: left;
}
/*	--- Important! ---------------------------------------------
#wrap-footer, #footer and .push must be the same height
---------------------------------------------------------------*/
#wrap-footer, #footer {
    height: 42px;
}
/* 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: 1000px; /* 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: 5px 10px 0 0;
}
.rightpad{
    float:right;
    padding: 5px 0 0 10px;
}
.clear {
    width: 0px;
    height: 0px;
    display:block;
    clear: both;
    font-size: 0px;
    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 0 0;
	border-bottom: 1px solid;
	line-height: 0px;
    font-size: 1px;
}
/* III. Left-column elements
*************************************************************** */
/* Actualites
--------------------------------------------------------------- */
#actualites-container{
    margin: 189px auto 0 auto;
    width: 232px;
    padding: 0 0 10px 0;
    border-left-width: 1px;
    border-left-style: solid;
}
#actualites {
    float:left;
    width: 232px;
    text-align: center;
}
/* Coordonnees
--------------------------------------------------------------- */
#coordonnees-container{
    margin: 0 auto;
    float: left;
    width: 221px;
    padding: 1px 0;
}
#coordonnees {
    float:left;
    width: 198px;
    text-align: center;
    padding: 8px 10px 10px 13px;
}
/* Plan d'acces
--------------------------------------------------------------- */

/* III. RIGHT-COLUMN ELEMENTS
*************************************************************** */
/* Main-content
--------------------------------------------------------------- */
#main-content{
    float: left;
    width: 715px;
    padding: 0 0 0px 22px;
    height:354px;
}
#main-left{
    float: left;
    width: 343px;
    padding: 0px 15px 0 0;
    border-right:1px solid #000000;
}
#main-right{
    float: left;
    width: 300px;
    padding: 0px 0 0 36px;
}
#page-title{
    float: left;
    width: 715px;
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    float: left;
    width: 670px;
    padding: 8px 10px;
    border-width: 1px;
    text-align: justify;
    border-style: solid;
}
/* Lists
--------------------------------------------------------------- */
ul.list1{
    list-style: none;
    float: left;
}
ul.list1 li {
    padding: 0 0 3px 16px;
    text-align: left;
}
ul.list1 li.li2{
    margin: 13px 0 0 0;
    text-align: left;
}

/* Others
--------------------------------------------------------------- */
.border1{
    border:1px solid #54544C;
}
.border2{
    border:1px solid #E0B215;
}
.uppercase{
    text-transform: uppercase;
}
/* Navigation
--------------------------------------------------------------- */
#menu2 ul li {
    display: inline;
}
/* Page >>> Presentation
*************************************************************** */