#container, #footer, #header {
  width: 959px;
}

#header {
  height: 295px;
}

#left-column {
  width: 257px;
}

#right-column {
  width: 635px;
}
/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/

#wrap-footer, #footer, .push {
  height: 71px;
}

.push {
  clear: both;
}
/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/

#wrap-container {
  margin: 0 auto -71px;
}
/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {
  margin: 0;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  text-align: center;
}

ul, li{
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

p{
  padding: 10px 0px 0px 0px;
}

#wrap-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#container {
  margin: 0 auto;
  text-align: left;
}

#header {/*	text-indent: -9999em;*/}

#left-column{
  float: left;
  padding-top: 35px;
  padding-left: 18px;
  margin: 0px 0px 0px 0px;
}

#right-column{
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 25px 0px 24px;
}
/*.ref {
	position: absolute;
	top: -10000px;
	}
*/

.ref {
  width: 100%;
  margin: 0px;
  padding:5px 0px;
  float: left;
  text-align: center;
  color: #efefef;
  font-size: 11px;
}

#actualite{
  width: 213px;
  height: 102px;
  margin-bottom: 2px;
  padding:0 7px 0 12px;
  display: block;
}

#contact-info{
  width: 232px;
  height:118px;
  padding-top: 35px;
  margin-bottom: 2px;
}

#contact-info p{
  padding-left: 14px;
}

.contact-tel{
  padding-top: 5px;
  padding-left:43px !important;
}

#plan {
  width: 232px;
  height: 99px;
}

.line-left{
  padding-top: 19px;
  padding-bottom: 16px;
}

#title{
  padding-top: 25px;
  text-align: right;
}

#footer {
  margin: 0 auto;
  padding: 0;
}

.copyright{
  padding: 1px 0px 0px 0px;
  text-align: right;
  padding-right: 45px;
}
/*	--- 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;
}

.thumb{
  margin: 0px 0px;
}

.thumb img{
  padding: 0px 0px 9px 40px;
  margin: 0;
}

.thumb0{
  margin: 0px 0px;
}

.thumb0 img{
  padding: 0px 0px 9px 20px;
  margin: 0;
}

.thumb1{
  margin: 0px 0px;
}

.thumb1 img{
  padding: 0px 19px 10px 0px;
  margin: 0;
}

.thumb2{
  margin: 0px 0px;
}

.thumb2 img{
  padding: 0px 0px 9px 0px;
  margin: 0;
}

.paragraph{
  clear: both;
}

.separator{
  width: 100%;
  height: 0px;
  clear: both;
  padding: 0;
  margin: 15px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  line-height: 0px;
}

.separator1{
  width: 100%;
  height: 0px;
  clear: both;
  padding: 0;
  margin: 1px 0px 0px 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  line-height: 0px;
}

ul.list{
  padding: 15px 2px 0px 40px;
  list-style: none;
  float: left;
  width: 170px;
}

ul.list li{
  color: #4c4c4c;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
  margin-top: 0px;
  background: url(../images/charte/icon-list.jpg) no-repeat left 7px;
  padding-left: 15px;
  line-height: 20px;
}

.image1-pages{
  padding: 35px 0px 0px 120px;
}

.image2-pages{
  padding: 20px 0px 5px 0px;
  text-align: center;
  margin: 0 auto;
}

.text-pages{
  float: left;
  padding-top: 10px;
}

.text1-pages{
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}

.text2-pages{
  text-align: center;
  margin: 0 auto;
}
/************************* realisations *********************************/

#pages{
  width: 615px;
  float: left;
  padding: 20px 0px 0 10px;
}

.text{
  font-family: Arial;
  font-size: 12px;
  text-align: left;
  color: #4b4b4b;
  text-align: center;
  padding-bottom: 20px;
}

.realisation{
  width: 136px;
  height: 136px;
  float: left;
  margin: 0px 13px 15px 0px;
  border: solid 2px #e4e4e4;
  text-align: center;
  display: inline;
}

.image-realisation{
  margin: 0 auto;
  text-align: center;
}

.img{
  border: solid 1px #bababa;
}

#pagination{
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  color: #4b4b4b;
}

#pagination a{
  text-decoration: none;
  color:#106f8e !important;
  font-weight: bold;
  background-color: #eaeaea;
  padding: 2px 5px 2px 5px;
}

#pagination a:hover{
  text-decoration: underline !important;
  color:#404040 !important;
  font-weight: bold;
  background-color: #ffffff;
}

.text-non{
  text-align: center;
  width: 100%;
  padding-top: 50px;
  clear: both;
}
/* ===| IV. NAVIGATION |===============================================*/

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

