
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 784px;}
#header {height:117px;}
#right-column {width: 784px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {min-height: 75px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#wrap-container {	margin: 0 auto -75px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body {height: 100%; width: 100%;}
body {
text-align: center;
background: #030303 url(../images/charte/bg-rpx.jpg) top left repeat-x;
}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

p{	padding: 0 5px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
    /*background: url(../images/charte/header.jpg) top left no-repeat;*/
    width:784px;
    height: 198px;

}
.title{
  width: 100%;
  height: 46px;
}

#right-column{
 background: url(../images/charte/right-rpx.jpg) top left repeat-x;
 float:left;

    }
.ref {
text-align:center;
color: #fff;
	}
	
#actualite, #contact-info, #promo {height: 125px;}

#footer {
    background: url(../images/charte/footer.jpg) top left no-repeat;
	margin: 0 auto;
	padding: 0;}

.it-slogan{
  background: url(../images/charte/it-slogan.jpg) top left no-repeat;
  width: 514px;
  height: 58px;
  float:left;
}
.par1{
  color: #fff;
  width:440px;
  float:left;
  padding-left:24px;
  padding-right:40px;
  text-align:justify;
  padding-top:37px;
}
.strong{
  font-weight: bold;
  color: #b7cc5e;
}

.ibc{
 background: #000 url(../images/charte/saze-r.jpg) left 5px no-repeat;
 width: 737px;
 height: 82px;
}

.matt{
 color:#778e13;
 padding-top: 50px;
 float: left;
}

.iaddr{
  color:#acacac;
  padding: 24px 0px 0 16px;
  float: left;
}

.iaddr a{
  color:#c0d467;
  text-decoration: none;
}
.iaddr a:hover{
  color:#c0d467;
  text-decoration: underline;
}

.copyright{
	padding: 12px 0 0;
	text-align: center;
    color:#888888}

.copyright a{
   color:#b7cc5e;
   text-decoration: none;
}
.copyright a:hover{
   color:#b7cc5e;
   text-decoration: underline;
}
.digage{
   color:#b7cc5e;

}

ul li.bullet{
  background: url(../images/charte/square.jpg) left 6px no-repeat;
  padding-left:20px;
  color: #edfbb1;
}

.digage a{
   color:#b7cc5e;
   text-decoration: none;
}
.digage a:hover{
   color:#b7cc5e;
   text-decoration: underline;
}
#menu2 a{
  color: #888888;
  text-decoration: none;
  font-size: 11px;
}
#menu2{
  color: #888888;
  text-decoration: none;
  width: 700px;
  margin: 0 auto;
  padding-top: 16px;
}
#menu2 a:hover{
  color: #b7cc5e;
  text-decoration: none;
}

.sr-merci{
  width:300px;
  margin:150px auto;
  border:1px solid #778c0b;
  padding:10px;
  background:#616061;
  color:#fff;
}
.sr-merci a{
  text-decoration: underline;
  color: #fff;
}
.sr-merci a:hover{
  text-decoration: none;
  color: #fff;
}
.strongg{
  color: #b7cc5e;
  font-weight: bold;
}
#fermer a{
  color: #b7cc5e;
  text-decoration: none;
}

#fermer a:hover{
  color: #b7cc5e;
  text-decoration: underline;
}

#contact-text3 a{
  color: #c1de47;
}
.ifull1{
  padding-top:12px;
  width:244px;
  height:141px;
  float:left;
}


.ifill2{
 color:#fff;
 padding-left:165px;
 line-height:16px;
 padding-bottom:7px;
}

.ifill3{
  color:#fff;
  padding-left:165px;
  line-height:17px;
  padding-bottom:6px;
}

.ifill4{
  padding-top:15px;
  padding-bottom:15px;
  color:#fff;
  line-height:17px;
}

.gfill1{
  padding-left:24px;
  padding-top:18px;
  padding-right:23px;
}
.gulfill{
   float:left;
   width:210px;
   padding-left:15px;
   line-height:18px;
}
.gulfillb{
  float:left;
  width:200px;
  line-height:18px;
}

.rfill1{
  padding-left:24px;
  padding-top:18px;
  padding-right:23px;
}
.rulfill{
  color:#fff;
  padding-left:53px;
  line-height:18px;
  padding-top:0px;
}

.sfill1{
  padding-left:24px;
  padding-top:18px;
  padding-right:23px;
}

.sfill2{
  padding-left:163px;
  color:#fff;
  padding-top:10px;
  line-height:16px;
}

.sulfill{
  color:#fff;
  padding-left:40px;
  line-height:18px;
  display:inline;
}

.sfill3{
  padding-left:163px;
  color:#fff;
  line-height:16px;
  padding-top:6px;
}



/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

img {border: 0;}

/*	--- Important! ----------------------------------
	Use class "left" or "right" on the html elements 
	you want to float (on the thumbs, for example)
*/	.left{float: left;} .right{float: right;}
a:focus {
   outline: none;
} 
.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;
	padding:0;
	margin:15px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 0px;}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */