﻿@charset "utf-8";
/* CSS Document */
/*--- Définition des éléments Basiques-----------------------------------------------------------------*/
body {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family:  Arial, Helvetica, sans-serif;
	color:#6c6a6a;
	background-color: #efeceb;
	font-size: 12px;
	font-style: normal;
	background-image: url(../images/fond_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#000000;
}
.right {
	background-image: url(../images/fond_footer_right_left.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.left {
	background-image: url(../images/fond_footer_right_left.gif);
	background-repeat: repeat-x;
	background-position: bottom;
		
	}
a img {	/* Supression contour sur images avec un lien */
	border : none; 
}
a {	/* Liens texte */
	text-decoration: underline;
	color:#e42361;
	transition: all .2s linear;
   -o-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -webkit-transition: all .2s linear;	
}
a:hover {

	color:#990033;
}
.button {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: -moz-linear-gradient(top, #ff005f, #cc004c); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cc004c),color-stop(1, #ff005f)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc004c', endColorstr='#ff005f'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc004c', endColorstr='#ff005f')"; /* IE8 */
	background-color:#FF0066;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	line-height: 1;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border:0px;
	position: relative;
	cursor: pointer;
}
.button:hover {
	color:#FFF;
	background-image: -moz-linear-gradient(top, #cc004c, #ff005f); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ff005f),color-stop(1, #cc004c)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc004c', endColorstr='#ff005f'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc004c', endColorstr='#ff005f')"; /* IE8 */
}
#conteneur { /* Conteneur principal */
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}


.content { /* contenu principal*/
	width: 960px;	
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color:#efeceb;
}
#header {
	margin-top:-10px;
	width: 960px;
	height:74px;
	text-align: center;
	background-image: url(../images/fond_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
#header h1 a {
	font-family:  Helvetica;
padding:0px;
margin-top:0px;
	color:#CCCCCC;
	font-size: 10px;
 	position: absolute;
}
#logo {
	float:left;
}
#base_line {
	float:left;
	margin-top:33px;
	margin-left:10px;
}
#astuces_actu {
	margin-left:20px;
	float:left;
	background-image: url(../images/titre_actuces_actu_deco.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#inscription_newsletter {
	float:left;
	margin-top:30px;
}
#inscription_facebook {
	float:left;
	margin-top:30px;
	margin-left:5px;
}
#inscription_twitter {
	float:left;
	margin-top:30px;
	margin-left:5px;
}
#diaporama {
	width:960px;
	margin:0px;
	background-color: #FFF;
}
#img_slider1, #img_slider2,#img_slider3, #img_slider4, #img_slider5, #img_slider6, #img_slider7, #img_slider8, #img_slider9 {
	width:560px;
	height:204px;
	background-repeat: no-repeat;
	background-position: left top;
}
#img_slider1{
	background-image: url(../images/slide_1.jpg);
}
#img_slider2{
	background-image: url(../images/slide_2.jpg);
}
#img_slider3{
	background-image: url(../images/slide_3.jpg);
}
#img_slider4{
	background-image: url(../images/slide_4.jpg);
}
#img_slider5{
	background-image: url(../images/slide_5.jpg);
}
#img_slider6{
	background-image: url(../images/slide_6.jpg);
}
#img_slider7{
	background-image: url(../images/slide_7.jpg);
}
#img_slider8{
	background-image: url(../images/slide_8.jpg);
}
#img_slider9{
	background-image: url(../images/slide_9.jpg);
}
#droite_diaporama {
	float:left;
	padding: 20px;
	width:340px;
	height:184px;
	margin:0px;
	background-color: #FFF;
	background-image: url(../images/citation.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#menu {

	width:960px;
	height:48px;
	float:left;
	margin:0px;
	padding: 0px;

}
h1 {
	font-family:  Helvetica;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:10px;
	color:#f47621;
	text-align:left;
	font-size: 18px;
}
h2 {
	font-family:  Helvetica;
	padding:3px;
	margin-top:0px;
	margin-bottom:10px;
	color:#f47621;
	font-size: 18px;
}
.photo_right {
float:right;
margin-top:30px;
margin-left:20px;
}
.green {
	color:#a3c301;		
}
.blue {
	color:#2ebdea;		
}
.pink {
	color:#e42361;		
}
.orange {
	color:#f0881b;			
}
.gray {
	color:#a79b95;			
}
.purple {
	color:#d02987;			
}
h2.gray {
	color:#ffffff;
	background-color: #a79b95;
	text-align: center;
}
h2.orange {
	color:#ffffff;
	background-color: #f0881b;
	text-align: center;
}

.white_home1 {
	color:#ffffff;
	background-color: #a3c301;
	text-align: center;
		transition: all .2s linear;
   -o-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -webkit-transition: all .2s linear;	
}
.white_home1:hover {
	cursor: default;
	background-color: #adcf01;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.white_home2 {
	color:#ffffff;		
	background-color: #8aa501;
	text-align: center;
		transition: all .2s linear;
   -o-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -webkit-transition: all .2s linear;	
}
.white_home2:hover {
	cursor: default;
	background-color: #9ab801;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.white_home3 {
	color:#ffffff;		
	background-color: #6e8302;
	text-align: center;
		transition: all .2s linear;
   -o-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -webkit-transition: all .2s linear;	
}
.white_home3:hover {
	cursor: default;
	background-color: #7d9502;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.white_relooking1 {
	color:#ffffff;
	background-color: #2ebdea;
	text-align: center;
	transition: all .2s linear;
   -o-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -webkit-transition: all .2s linear;	

}
.white_relooking1:hover {
	cursor: default;
	background-color: #4bccf5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.white_relooking2 {
	color:#ffffff;		
	background-color: #2aaed7;
	text-align: center;
	transition: all .2s linear;
   -o-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -webkit-transition: all .2s linear;	
}
.white_relooking2:hover {
	cursor: default;
	background-color: #2ebdea;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.white_relooking3 {
	color:#ffffff;		
	background-color: #2494b7;
	text-align: center;
			transition: all .2s linear;
   -o-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -webkit-transition: all .2s linear;	
}
.white_relooking3:hover {
	cursor: default;
	background-color: #2aaed7;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

li {
	list-style-image: url(../images/puce.gif);
	vertical-align: middle;!important!;	
	}

#paragraphe {
	float:left;
	margin-top:15px;
	margin-left:3px;
	margin-right:3px;
	padding:10px;
	background-image: url(../images/fond_paragraphe.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0.05em;
	width:930px;
}
#paragraphe_interne {
	float:left;
	width:930px;
	margin-left:5px;
	margin-right:3px;
	background-image: url(../images/fond_paragraphe.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0.05em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#gauche {
	float:left;
	width: 460px;
}
#gauche #paragraphe_interne {
	float:left;
	width:440px;
	margin-left:3px;
	margin-right:3px;
	background-image: url(../images/fond_paragraphe.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0.05em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#gauche  #paragraphe {
	float:left;
	margin-top:15px;
	margin-left:3px;
	margin-right:3px;
	padding-top:10px;
	padding-right:5px;
	padding-left:5px;
	background-image: url(../images/fond_paragraphe.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0.05em;
	width:450px;
}


#gauche, x:-moz-any-link, x:default {width: 440px; } /*Hack firefox*/

#droite {
	float:left;
	margin-left:15px;
	width: 450px;
	/*--------- pour ie6------------- */	
	_margin-left:50px; 
}
#droite #paragraphe_interne {
	float:left;
	width:440px;
	margin-left:5px;
	margin-right:3px;
	background-image: url(../images/fond_paragraphe.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0.05em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#droite  #paragraphe {
	float:left;
	margin-top:15px;
	margin-left:3px;
	margin-right:3px;
	padding:10px;
	background-image: url(../images/fond_paragraphe.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0.05em;
	width:440px;
}
ul#prestations-home-staging {
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-type:none
}
ul#prestations-home-staging li {
	margin:0px;
	padding:0;
					list-style-image: none;
					list-style-type:none
}
ul#prestations-home-staging li a {
		text-indent: -9000px;
		display:block;
		width:132px;
		height:22px;
		margin-left:240px;
		margin-top:-60px;
		margin-bottom:10px;
		text-decoration:none;
		background-image: url(../images/prestations_home_staging.gif);
		background-repeat: no-repeat;
		background-position: 0 -22px;
					list-style-image: none;
					list-style-type:none

	}
ul#prestations-home-staging li a:hover {
		background-image: url(../images/prestations_home_staging.gif);
		background-repeat: no-repeat;
		background-position: 0 -1px;
					list-style-image: none;
					list-style-type:none
}
ul#prestations-relooking-deco {
		margin:0;
		padding:0;
					list-style-image: none;
					list-style-type:none
}
ul#prestations-relooking-deco li {
		margin:0px;
		padding:0;
					list-style-image: none;
					list-style-type:none
}
ul#prestations-relooking-deco li a {
		text-indent: -9000px;
		display:block;
		width:132px;
		height:22px;
		margin-left:240px;
		margin-top:-60px;
		text-decoration:none;
		background-image: url(../images/prestations_relooking_deco.gif);
		background-repeat: no-repeat;
		background-position: 0 -22px;
	}
ul#prestations-relooking-deco li a:hover {
		background-image: url(../images/prestations_relooking_deco.gif);
		background-repeat: no-repeat;
		background-position: 0 -1px;
}
.rdv_gratuit {
	position:relative;
	left:-35px;
	top: -35px;
}
.img_prestations {
	margin-top:13px!important!;
	position:relative;
	left: 380px;
	top: -10px;
}
#footer {
	color:#e42361;	
	padding-top:5px;
	float:left;
	width:960px;
	height:240px;
	background-image: url(../images/fond_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin:0px;
}
#twitter {
float:left;
width:110px;
height:80px;
text-align:right;
margin-left:530px;
}
#facebook {
height:80px;
float:left;
text-align:right;
margin-left:10px;
}
.nav_footer li {
	font-size: 14px;
	display:inline;
}
.nav_footer_link li {
	font-size: 10px;
	display:inline;
}
.cellule {
	background-color: #e8e0de;
}
#droite_txt {
	float:right;
	margin-top:-50px
	
	}
#fiche_partenaire {
	float:left;
	margin:5px;
	padding:10px;
	width:200px;
	height:300px;
	text-align:center;
	border:1px solid #999;
	}
#descriptif_partenaire {
	float:left;
	padding:2px;
	text-align:justify;
	}
	
/*---------TABLEAU PRESTATION RELOOKING & HOME STAGING------------- */	

#prestations {
float:left;
color:#FFFFFF;
}

#explication {
	width:250px;
	float:left;
	margin:3px;
	padding:5px;
	color:#6c6a6a;
}
#presta {
	position: relative;
	height:190px;
	text-align:center;
	background-image: -moz-linear-gradient(center bottom,rgb(36,146,179) 43%,rgb(46,189,233) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #2491b3),color-stop(1, #2ebde9)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2491b3', endColorstr='#2ebde9'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2491b3', endColorstr='#2ebde9')"; /* IE8 */
	background-color:#2ebde9;
	width:200px;
	float:left;
	margin:5px;
	padding:3px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
		transition: all .2s linear;
   -o-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -webkit-transition: all .2s linear;	
}
#presta:hover {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
		-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
}
#presta h2 a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size:18px;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border:0px;
	position: relative;
	cursor: pointer;
}
#more a {
	-o-transition: all .3s linear;
	-webkit-transition-property: background-color;
	-webkit-transition-duration:.4s;
	-webkit-transition-timing:ease-out;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	bottom: 0px;
	left: 50px;
	width:100px;
	position:absolute;
	background-color:#FFF;
	padding:4px;
	color:#2491b3;
	font-size:13px;

	}
	
#presta_home {
	position: relative;
	height:150px;
	text-align:center;
	background-image: center bottom,
    rgb(127,152,1) 36%,
    rgb(163,195,1) 100%;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #7f9801),color-stop(1, #a3c301)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7f9801', endColorstr='#a3c301'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7f9801', endColorstr='#a3c301')"; /* IE8 */
	background-color:#a3c301;
	width:200px;
	float:left;
	margin:5px;
	padding:3px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
		transition: all .2s linear;
   -o-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -webkit-transition: all .2s linear;	
}
#presta_home:hover {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
		-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
}
#presta_home  h2 a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size:18px;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border:0px;
	position: relative;
	cursor: pointer;
}
#presta_home #more a {
	-o-transition: all .3s linear;
	-webkit-transition-property: background-color;
	-webkit-transition-duration:.4s;
	-webkit-transition-timing:ease-out;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	bottom: 0px;
	left: 50px;
	width:100px;
	position:absolute;
	background-color:#FFF;
	padding:4px;
	color:#7f9801;
	font-size:13px;

	}



