@charset "utf-8";
@import url(/CSS/lightbox.css);

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #6B3401;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

h1 {
	text-indent: -9999px
}

h2 {
	color: #6b3401;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline
}

h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline
}

h4 {
	color: #6b3401;
	font-size: 11px;
	text-decoration: underline
}

fieldset {
	padding: 10px;
	border-color: #6b3401;
}

fieldset div {
	margin: 5px 0 8px 0;
}

fieldset div label {
	width: 90px;
	display: block;
	float: left;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

a.blanc {
	color: #fff;
	text-decoration: none;
}

a.blanc:hover {
	text-decoration: underline;
	color: #fff;
}

a.orange {
	color: #ff7004;
	text-decoration: none;
}

a.orange:hover {
	text-decoration: underline;
	color: #ff7004;
}

#global {
	margin: auto;
	width: 955px;
	background: url(../images/fond_12.gif) repeat-y left top
}

#header {
	height: 226px;
	background: url(../images/maquette-petite-maison_01.jpg) no-repeat left
		top;
	background-image: url(../images/magnypao-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	/* background: url(../images/petite-maison_13.gif) no-repeat left bottom; */
	float: left;
}

#gauche {
	width: 183px;
	float: left;
	padding: 0 0 0 92px
}

#contenu {
	width: 680px;
	float: right;
}

#txt {
	background: #fff;
	width: 568px;
	padding: 10px
}

#footer {
	background: url(../images/maquette-petite-maison_16.gif) no-repeat left
		top;
	height: 18px;
	clear: both;
	color: #fff;
	padding: 5px 0 0 100px
}

#or {
	background: #ffa25c;
	padding: 10px
}

.actuDDtxt {
	background: url(../images/maquette-petite-maison_13.gif) no-repeat left
		top;
	height: 130px;
	margin: 0 0 0 10px; font-size : 9px;
	height: 70px;
	margin: 0 0 0 10px;
	overflow: hidden;
	padding: 22px 35px 20px 20px;
	font-size: 9px;
}

.space {
	margin: 0 0 0 310px
}

.blanche {
	color: #fff;
	margin-top: 40px
}

.bold {
	font-weight: bold
}

#img {
	/* border: solid 1px #6b3401; */
	margin: 10px;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

/*------------------------------------------------------ACCUEIL-----------------------------------------------------------------*/
#glob {
	width: 606px;
	margin: auto;
}

#txtAccueil {
	background: url(../images/accueil_02.jpg) no-repeat left top;
	width: 421px;
	height: 700px;
	float: left
}

#flash {
	float: right;
}

#lorem {
	font-size: 9px;
	margin: 234px 2px 0 155px;
	color: #fff
}

/*----------------------------------------------------------------------------PAGE 1/2 suivante--*/
#compteur-pages {
	margin: 0 20px;
	padding: 0;
	width: 500px;
	float: left;
	clear: both;
}

#compteur-pages div {
	float: left;
	margin: 0;
	padding: 0;
}

#compteur-page1 {
	text-align: left;
	width: 100px;
	margin: 0;
	padding: 0;
}

#compteur-page2 {
	text-align: center;
	width: 290px;
}

#compteur-page3 {
	text-align: right;
	width: 100px;
}

#compteur-pages a {
	margin: 0;
	padding: 0;
}

#compteur-pages a:hover {

}
.n_intro {
	padding: 15px 15px 0 15px;
	font-size: 0.9em;
	font-style: italic;
	color: #888;
	border: 1px solid #ff7004;
	margin-right: 15px;
}
.n_intro p {
	text-align: justify;
	margin-bottom: 10px;
}
.n_presentation {
	margin-bottom: 25px;
}
.n_presentation p {
	text-align: justify;
	margin-top: 20px;
}
.n_presentation img {
	margin-top: -10px;
}
.n_clear {
	clear: both;
   	padding-bottom: 25px;
}
    .references {
    	list-style-type: none;
    }
	.references li {
		float: left;
	}
    .references li a {
    	display: block;
    	float: left;
    	width: 75px;
    	height: 75px;
    	text-align: center;
    	margin: 10px 4px;
    }
    .references li a img {
    	border: 1px solid #6b3401;
    	padding: 2px;
    }
    .references li a:hover img {
    	border-color: #ff882e;
    }