/*===| I. MAIN LAYOUT  |=====================================================*/
* {margin: 0;}
html, body {height: 100%;width: 100%;}
ul, li{list-style: none;list-style-position: outside;	margin: 0;	padding: 0;}
p{padding: 0;}
.left{float: left;} .right{float: right;}
#push, .clr	{clear: both;}

body{background: #345685;}
#bg1{position:absolute;z-index: 1; width:100%; background: url(images/bg-y.jpg) 50% 0% repeat-y; }
#bg2{position:absolute;z-index: 2; width:100%; background: url(images/bg-x.jpg) 50% 0% repeat-x; }
#bg3{position:absolute;z-index: 3; background: url(images/bg-fix.jpg) 50% 0% no-repeat; }

#wrap-container{position:relative;z-index:4; width: 100%;}
#container{margin:0 auto;}
#content{ margin:0 auto;}

/* ===| II. HEADER ELEMENTS |================================================*/
#site-header{}

/* ===| III. LEFT COLUMN ELEMENTS |===========================================*/
#left-outter{float:left; margin: 0; overflow: hidden;}
#menu1
{
    float: left;
    width: 80px;
    height: 745px;
}


/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right-outter{	float:left;	margin:0; padding:0; overflow: hidden;}
#right-inner{padding: 0px 0px 10px 10px;}

/* ===| V. FOOTER BOXES |=====================================================*/
#wrap-footer {position:relative; z-index: 4; width: 100%; text-align: left;}
#fwrap1 {position:absolute; z-index: -3; left:0; background:url("images/footer-bg-0.gif") 50% 0% repeat-y; width:100%;}
#fwrap2 {position:absolute; z-index: -2; left:0; background: url(images/bg-footer-fix.jpg) 50% 100% no-repeat; width:100%; height:81px;}
#fwrap3 {position:absolute; z-index: -1; left:0; }

#footer.outter	{background:url("images/footer-bg-0.gif") -16px 0% repeat-y; margin: 0 auto; padding: 0px;}
#footer .inner	{background: url(images/bg-footer.jpg) no-repeat top left; }

.digitalage
{
    float: left;
    width:212px;
    padding: 10px 0px 0px 90px;
}
#menu2
{
    float: right;
    width:638px;
    padding: 0px 0px 0px 0px;
    text-align: right;
}
.copyright
{
    float: right;
    width:638px;
    padding: 10px 10px 0px 0px;
}


/* ===| VI. OTHER ELEMENTS |====================================================*/
img {border: 0;}

a.thumb:link,
a.thumb:visited{border:	0px; padding:0px; margin:1px 0; width:auto; display:block;}

img.thumb{border:solid 1px #ff9000; padding:4px; }
img.thumb1{border:solid 1px #ff9000; padding:0px; }


.separator{width:100%;	height:21px; clear:both; padding:0; line-height: 0px; font-size: 0; overflow: hidden; background: url(../../images/charte/separator.jpg) no-repeat 50% 50%; }
.separator1{width:100%;	height:21px; clear:both; padding:0; line-height: 0px; font-size: 0; overflow: hidden; background: url(../../images/charte/separator.jpg) repeat-x 50% 50%; }
.blank{width:100%;	height:10px; clear:both; line-height: 0px; font-size: 0; overflow: hidden;}

/*  index  */
.box1, .box3
{
    float:left;
    width:280px;
}
.box2
{
    float:left;
    width:280px;
    padding: 0 10px;
}
.left-box
{
    float: left;
    width:278px;
    border: solid 1px #b0b0b0;
}
.space
{
    padding:10px;
}

.middle-box
{
    float: left;
    width:280px;
    padding:10px;
}
.right-box
{
    float: left;
    width:280px;
}
.coordonnees
{
    float:left;
    background: url(../../images/charte/bg-coordonnees.jpg) no-repeat top left;
    width:260px;
    height:62px;
    padding:10px;
}
#avantage
{
    float: left;
    width:260px;
    height:200px;
    padding:0 10px;
    background: url(../../images/charte/bg-box-avantage.jpg) no-repeat bottom left;
}

.opportunites
{
border: solid 1px #B0B0B0;
float:left;
width:158px;
margin:0 2px 5px 2px;
height:90px;
padding:5px;
text-align: right;
}

.opportunites img
{
 border:solid 1px #5CAE5C;
 margin:0 5px 0 0 ;
 float: left;
}
.opportunites p
{
  line-height: 10px; /*modification line-height: 15px  */
  font-size: 10px;
}
.opportunites a:link, .opportunites a:visited
{
   color:#4B891A;
   text-decoration:none;
   outline: none;
   font-weight:bold;
}
.opportunites a:hover, .opportunites a:active
{
   color:#B0B0B0;
   text-decoration:none;
   outline: none;
}
.pagination
{
  color: #B0B0B0;
  font-weight: bold;
  text-align: center;
}
.pagination a:link, .pagination a:visited
{
    color:#E22222;
   text-decoration:none;
   outline: none;
}
.pagination a:hover, .pagination a:active
{
   color:#B0B0B0;
   text-decoration:none;
      outline: none;
}

.details
{

text-align: right;
margin-right: 10px;
}
.details .title
{
  text-transform: uppercase; text-align: center;
}

.details img
{
 border:solid 1px #5CAE5C;
 margin:0 15px 0 0 ;
 float: left;
}

.details a:link, .details a:visited
{
   color:#4B891A;
   text-decoration:none;
   outline: none;
   font-weight:bold;
}
.details a:hover, .details a:active
{
   color:#B0B0B0;
   text-decoration:none;
   outline: none;
}




