body{		
	background-image: none;
}

a{color: #e2007a;}

.top-radius{border-radius: 2px 2px 0px 0px}
.bottom-radius{border-radius: 0px 0px 2px 2px }


.container{
	width: 820px;
}

a#scroll-top{
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	position: fixed;
	bottom: 0px;
	right: 10px;
	padding: 5px 10px;
	font-weight: bold;
	color: #555;
	background: #FFF;
	text-decoration: none;
	width: 110px;
	display: none;
	text-align: center;
}

a#scroll-top:hover{
	border-top: 1px solid #e2007a;
	border-left: 1px solid #e2007a;
	border-right: 1px solid #e2007a;
	color: #e2007a;
}

a#client-link{
	border: 1px solid #B8DF40;
	position: fixed;
	bottom: 50px;
	right: 10px;
	padding: 5px 10px;
	font-weight: bold;
	color: #FFF;
	background: #C7E987;
	text-decoration: none;
	width: 110px;
}

a#client-link:hover{
	background : #A9DF44;
}

.thumb a, a.thumb{
		background: #FFF;
		display: inline-block;
		padding: 3px;
		border-radius: 2px;
		border: 1px solid #ccc;
}
	
.thumb a:hover, a.thumb:hover{
	border: 1px solid #e2007a;
}

.header {
	background-image: none !important;
}

#lumiere-sur {
    margin: 15px auto 0;
	width: 400px;
}

#breadcrumb_new {
	margin: 0px 0px 5px 0px;
	font-size: .8em;
}

#breadcrumb_new a {
	text-decoration: none;
}

.mainfull {
	padding: 10px;
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 15px;
}

.mainleft{
	padding: 10px;
	box-shadow: 0px 0px 10px #ccc;
	width: 580px;
	margin-bottom: 15px;
}

.mainleft img {
	max-width: 100%
}

.img-left { float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
}

.img-right{float:right; margin-left: 10px; border: 1px solid #CCC;}

.texte{
	width: 365px
}

#contextright{
	background-image: none;
	border-radius: 2px;
	padding: 0px;
	width: 210px;
}

#contextright h3 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px;
	background-image: none;
	background-color: #333;
	width: auto;
	height: auto;
}


#contextright .franchises, #contextright .telecharger, #contextright .actualites, #contextright .offrespeciale, #contextright .communaute {
margin: 0px;
clear: both;
width: auto;
}


/* ICON FOOTER */
#icon-footer{border-bottom: 1px solid #CCC; padding: 25px 0px; text-align: center; }
#icon-footer ul li{display: inline-block; width:100px; margin: 10px 13px}
#icon-footer ul li a{display: block; color: #999; text-decoration: none; text-transform: uppercase;}
#icon-footer ul li a:hover{color: #e2007a;}

#footer_new{
	padding-bottom: 15px;
	background: #333;
	margin-top: 40px;
}

#footer_new, #footer_new a{
	color:#999999;
	text-shadow: 1px 1px 0px #000;
}

#list-footer{margin-top: 20px;}

#footer_new a{text-decoration: none;}

#footer_new h3{font-size: 13px; margin: 10px 0px;}

#footer_new ul{list-style-type:none;}

ul.c4 {
	width: 205px; float: left;	
}

#footer_new li { padding: 0px 10px 5px 0px;}

#social-bloc {
	width: 205px; float: right;
}

#footer_new img{
	vertical-align: middle;
}

.c2-left{float: left; width: 405px;}
.c2-right{float: right; width: 405px;}

#quality-sell{
	text-align: center;
margin-top: 40px;
background: #FFF;
padding: 20px;
border-radius: 50px;
float: right;
}


.info { color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1; padding: 8px 35px 8px 14px; /*border-radius: 4px;*/ margin: 0px 3px; }
.info p { color: #3A87AD;}
.info-success { color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; padding: 8px 35px 8px 14px; border-radius: 4px; margin: 0px 3px; }
.info-error { color: #b94a48; background-color: #f2dede; border: 1px solid #eed3d7; padding: 8px 35px 8px 14px; border-radius: 4px; margin: 0px 3px; }

.clearfix{clear: both;}
.td-none{text-decoration: none;}

.btned{
	display: block;
	background-color: #fff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
	background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
	background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
	background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
}

.btned:hover{
	border: 1px solid #e2007a;
}

.form-av-div{
	padding: 10px;
	background: #EFE8DD;
}

#feedback-btn{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	position: fixed;
	bottom: 210px;
	right: -22px;
	padding: 8px;
}

#feedback-btn-communaute{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	position: fixed;
	bottom: 340px;
	right: -44px;
	padding: 8px;
}


/* TABULAR DATA */

/*tabular data*/
table.tb-data{border-bottom: 1px solid #DDD;}
table.tb-data th{font-weight: bold; background: #E4DACE; color: #584527; text-shadow: 0px 1px 0px #F8F7F3; text-align: center; border-right: 1px solid #F8F7F3; }
th.pinky{
	border: solid 1px #EAE5DF;
	background: white;
	color: #E2007A;
}
table.tb-data td, table th{padding: .2em .5em; text-align: left;}
table.tb-data thead tr{background: #DDD;}
table.tb-data tr.big th, table.tb-data tr.big td, table.tb-data th.big{font-size: 2.5em;}
table.tb-data>tbody>tr:nth-child(even){background: #F7F6F2;}
table.tb-data>tbody>tr:nth-child(odd){background: #EEEBE6;}
table.tb-data>tbody>tr:hover>td { background: #FFF; color: #E2007A; }

.btn-radio{
	float:left;
    margin-right:8px;
	margin-left:8px;
    margin-bottom:10px;
	margin-top:10px;
    text-align:justify;
    cursor: pointer;
    border: 2px solid #cccccc;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
    background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
    background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);*/
    padding : 5px;
    display:block;
}

input[type="text"].btn-text-dimension{
	float:left;
    margin-right:8px;
	margin-left:8px;
    margin-bottom:10px;
	margin-top:10px;
    text-align:justify;
    border: 1px solid #cccccc;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
    background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
    background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);*/
    padding : 5px;
    display:block;
}

.btn-radio-modele {
    width:110px;
}

.btn-radio-type{
    width:155px;
}

input[type="text"].btn-text-dimension{
    width:157px;
}

.btn-radio-liner {
    width:155px;
}

.btn-radio-escabanc{
	width:155px;
}

.btn-radio-margelle{
	width:250px;
}

.btn-checkbox-confort{
	width:110px;
}

.btn-checkbox-entretien{
	width:110px;
}

.btn-checkbox-protection{
	width:110px;
}

.btn-checkbox-accessoire{
	width:250px;
}

.btn-radio-type:hover, .btn-radio-modele:hover, .btn-radio-liner:hover, .btn-radio-margelle:hover,
.btn-radio-escabanc:hover, .btn-checkbox-confort:hover, .btn-checkbox-entretien:hover,
.btn-checkbox-protection:hover, .btn-checkbox-accessoire:hover{
    border:solid 2px #E2007A;
}

.radio-selected{
    border:solid 2px #E7459C;
    background:#FFF;
    background-image: none;
}

.h2-devis{
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.h3-devis{
	margin-top: 20px;
}

.checkbox-selected{
    border:solid 2px #E7459C;
    background:#FFF;
    background-image: none;
}

.ui-radio-hidden, .ui-checkbox-hidden{
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}

#projet a{
	display: block; 
	line-height: 30px;
	color: #000; 
	height: 30px;
}

#projet span{
	float: right; 
	margin-right: 10px; 
	display: block;
}

#projet img{
	float:right; 
	height: 20px; 
	width: 20px; 
	margin: 5px; 
	margin-right: 10px;
}

.univers{
	background-color: #737373; 
	height: 30px; 
	margin-top: 3px;
}

.univers a{
	display: block; 
	line-height: 30px; 
	color: #fff; 
	height: 30px;
}

.univers span{
	float: right; 
	margin-right: 10px; 
	display: block;
}

.univers img{
	float:right; 
	height: 20px; 
	width: 20px; 
	margin: 5px; 
	margin-right: 10px;
}

.mag p a{
	color: #000; 
	text-decoration: underline !important;
}

.mag p a:hover{
	color: #e2007a;
}

ul.tabs li {list-style: none; float: left; display: block;}
ul.tabs li a {padding:10px; text-decoration: none; display: table-cell; text-align: center; vertical-align: middle; color:#555; border-bottom: 1px solid #CCC;}
ul.tabs li a:hover {background: #eee;}
ul.tabs li.active a, ul.tabs li.active a:hover {border-bottom: 3px solid #e2007a; color: #e2007a;}

ul.tabs.double li a {height: 36px;}



/* nos-equipements-piscine.php / sous-fichiers */
.entree-sommaire{
	margin-bottom: 60px;
}

.entree-sommaire img {
	max-width: 40%;
	float: left;
	margin-top: 9px;
}

.entree-sommaire h2 {
	margin-top: 0px;
	font-weight: normal;
}

.entree-droite{
	width: 55%;
	float: right;
}

.entree-sommaire-texte {
	padding-right: 15px;
	padding-left: 220px;
}



.equipement-piscine-sommaire h2 {
	font-size: 25px;
}

/*------*/

.equipement-piscine-contenu img{
float: left;
margin-right: 15px;
margin-bottom: 10px;
max-width: 50%;
}

.equipement-piscine-contenu h2 {
	font-size: 25px;
	font-weight: normal;
}

/* --------------------------------------- */