/* General */
body {
    background: white url(/images/frontend/bodyBackground.gif) no-repeat
            top center;
    font-size: 11px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color:black;
    _border: none;
}
a {
	color:black;
	text-decoration: none;
}
a:hover, a:visited {
    color:black;
}
.toHide {
    display: none
}
#sf_content h1{
    font-size:14px;
}
#sf_content strong{
    font-weight:bold;
}
#sf_content .containerNews a{
	color: #CC0000;
	text-decoration: underline;
}
/* Wrap - All of the body */
#wrap {
    background: transparent url(/images/frontend/bodyArcGauche.png) no-repeat
        top left;
}

#wrap-newsletter {
    background: white url(/images/frontend/bodyArcGauche.png) no-repeat
        top left;
}

/* Header */
#headerDesc {
}

/* Accueil - UL */
#ulAccordion {
	
}
#ulAccordion h2, #ulAccordion p {
	padding-left: 140px;
}
#ulAccordion .aTitle {
	text-align: left;
        padding-left:140px;
	font-family: Arial;
        /*Ici en px car nous avons besoin
        d'une taille en hauteur'*/
	font-size: 18px;
	font-style: italic;
        font-weight: 500;
	color: white;
	text-decoration: none;
	cursor: pointer;
        outline-style:none;
}
#ulAccordion h2 {
	padding-top: 15px;
	color: black;
	font-weight: bold;
	font-size: 110%;
}

#ulAccordion p {
	/* padding: 10px 15px 0; */
	color: black;
	font-size: 110%;
}

/* LI */
#ulAccordion li {
}

#liJardin {
    background: transparent url(/images/frontend/accordeonJardin.png)
            no-repeat top right;
}

#liMarine {
    background: transparent url(/images/frontend/accordeonMarine.png)
            no-repeat top right;
}

#liMarine .aTitle, #liMarine h2, #liMarine p
{
    padding-left:90px;
}

#liIndustrie {
    background: transparent url(/images/frontend/accordeonIndustrie.png)
            no-repeat top right;
}

#liArcGauche {
    background: transparent url(/images/frontend/accordeonArcGauche.png)
            no-repeat top left;
}

/* Left interior menu */
#leftInterior #arcLeft {
    background: transparent url(/images/frontend/accordeonArcGauche.png)
            no-repeat scroll left top;
}
#leftInterior #equipmentCatTitle {
	color:white;
	font-size:170%;
	font-style:italic;
}
.leftInterior {
	background: transparent url(/images/frontend/accordeonDefaut.png) no-repeat
            top right;
}

.leftInteriorJardin {
    background: transparent url(/images/frontend/left-jardin.png) no-repeat
            top right;
}
.leftInteriorIndustrie {
    background: transparent url(/images/frontend/left-industrie.png) no-repeat
	    top right;
}
.leftInteriorMarine {
    background: transparent url(/images/frontend/left-marine.png) no-repeat
            top right;
}
#leftSearch {
    font-size: 13px;
    color: #918D8E;
}
#leftSearch input {
    font-size: 13px;
    color: #918D8E;
    border: none;
    background-color: #E8ECED;
}
#leftSearch input.button {
    background-color:#918D8E;
	color:white;
	font-weight:bold;
}
#leftCart {
    background: transparent url(/images/frontend/cart.png) no-repeat
            top left;
}
#leftCart {
    font-size: 13px;
    color: #918D8E;
    text-decoration: none;
}
#leftCart span {
    color: #CC0000;
}

/* Footer */
#footer {
	font-size:13px;
    padding-top:30px;
    text-align: center;
	position: relative;
}
#footer #logoContact {
	position:absolute;
	right:0;
	top:0;
}
#footer p {
    padding-left: 30px;
    text-align: left;
    background: white;
}
#footer p label {
    color: #938e8c;
    font-size: 90%;
}
#footer p input {
    background-color: #eaecee;
    border: 1px solid #eaecee;
}
#footer ul li {
    background: transparent url(/images/frontend/footerSeparate.png)
            no-repeat top left;
    padding-left: 8px;
    padding-right: 5px;
}
#footer ul li:first-child,#footer ul .first {
    background: none;
}
#footer ul li a {
    text-decoration: none;
    color: black;
    font-family: Arial;
    font-size: 80%;
}
.default_form label {
    display: block;
    width: 100px;
    text-align: right;
    padding-left: 20px;
    color:#918D8E;
    font-size:12px;
}
.default_form input, .default_form textarea, .default_form select {
    width: 300px;
    background-color:#EAECEE;
    border:1px solid #EAECEE;
}

.default_form input.button {
    width: 150px;
    background-color:#918D8E;
    border:1px solid #918D8E;
    color: white;
}
#sf_content h1 {
    font-size: 18px;
    font-weight: bold;
    color: #CC0000;
    margin-bottom: 10px;
}
#sf_content h2 {
    font-size: 14px;
    color: #918D8E;
    margin: 15px 10px 5px 10px;
}
#sf_content p {
    padding:0 20px;
}
#sf_content .libellePrevention {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EFEFEF none repeat scroll 0 0;
	border:1px solid #DFDFDF;
	font-size:110%;
	padding-bottom:10px;
	padding-top:10px;
}
.qSearch{
	background:#E8ECED url(/images/frontend/ui/search.png) no-repeat scroll 2px 2px;
	height:20px;
	padding-left: 23px;
	line-height: 23px;
}
.default_form table td, .default_form table th {
    padding : 5px;
}

.default_form .select_timestamp select {
    width: 55px;
}

.red{
    color:#cc0000;
}
.grey{
    color:#918D8E;
}
.validation{
    color:#a0c966;
    font-size:12px;
}
.underline{
    text-decoration:underline;
}
.lblForm {
	color:#918D8E;
	font-size:12px;
	padding-left:20px;
	text-align:right;
}
.lblForm label{
	display: inline;
	padding: none;
	text-align: inherit;
}
.champObligatoire {
	color:#E20026;
	padding-left:5px;
}

/* Module News */
a.newsNext {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/frontend/next.png) no-repeat scroll right 3px;
	color:#CC0000;
	display:block;
	height:22px;
	line-height:22px;
	width:80px;
}

.div_checkbox input {
	_width: 20px !important;
	#width: 20px !important;
	background-color: transparent !important;
}

/* Sinature */
#footer #signature a{
	background:transparent url(/images/frontend/signature-force-interactive.png) no-repeat scroll left top;
	color:#B2B2B2;
	font-family:Tahoma;
	font-weight:bold;
	height:18px;
	left:26px;
	line-height:9px;
	padding:0 0 0 10px;
	position:absolute;
	top:32px;
	width:20px;
}

#survey_hook {
	background:transparent url(/images/frontend/survey-hook-background.png) no-repeat scroll left top;
	text-align: center;
}

#survey_hook .survey_name {
	color: #CC0000;
	font-weight:bold;
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 10px;
}

#survey_hook .survey_hook_actions {
	margin-top: 10px;
}

#survey_hook .survey_hook_actions a {
	cursor: pointer;
}

#survey_hook .survey_hook_actions a:hover {
	text-decoration: underline;
}

#survey_hook .survey_summary {
	height: 70px;
	margin: 0 10px;
	overflow: hidden;
}

#sf_content h2.equipment-list-title {
	color: black;
	padding: 5px 10px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #DBFF94;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DBFF94), to(#59CC00));
	background: -moz-linear-gradient(#DBFF94, #59CC00);
	background: linear-gradient(#DBFF94, #59CC00);
	-pie-background: linear-gradient(#DBFF94, #59CC00);
	behavior: url(/css/pie.htc);
}

.equipment-list-menu {
	float: left;
	width: 160px;
	margin-right: 10px; 
}

.equipment-list {
	width: 410px;
	float: right;
}

.equipment-list-actions {
	padding: 10px 30px;
	text-align: right;
}

.equipment-list-actions input {
	color: white !important;
	padding: 5px 10px;
	border: none;
	font-size: 1em;
	font-weight: bold;
	line-height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #696969;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#696969), to(#272727));
	background: -moz-linear-gradient(#696969, #272727);
	background: linear-gradient(#696969, #272727);
	-pie-background: linear-gradient(#696969, #272727);
	behavior: url(/css/pie.htc);
}

.equipment-selector {
	margin-top: 15px;
}

.equipment-selector-item {
	border: 1px solid #b5b1b0;
	padding: 5px 10px 20px 10px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #e6e0e0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e6e0e0), to(#FFFFFF));
	background: -moz-linear-gradient(#e6e0e0, #FFFFFF);
	background: linear-gradient(#e6e0e0, #FFFFFF);
	-pie-background: linear-gradient(#e6e0e0, #FFFFFF);
	behavior: url(/css/pie.htc);
}

.equipment-selector-item-title {
	color: #59CC00;
	font-weight: bold;
}

.equipment-list-item {
	position: relative;
	display: block;
	float: left;
	width: 114px;
	height: 185px;
	margin-right: 22px;
	font-weight: bold;
}

.equipment-selector-view {
	height: 106px;
	border: 1px solid #524e4f;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#cfcbc8));
	background: -moz-linear-gradient(#FFFFFF, #cfcbc8);
	background: linear-gradient(#FFFFFF, #cfcbc8);
	-pie-background: linear-gradient(#FFFFFF, #cfcbc8);
	behavior: url(/css/pie.htc);
}

.equipment-selector-item-name {
	position: absolute;
	top: 10px;
	right: 10px;
}

.equipment-selector-view img {
	width: 64px;
	height: 64px;
}

.equipment-selector-compare-check {
	text-align: right;
	margin-top: 2px;
	height: 28px;
	line-height: 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #DBFF94;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DBFF94), to(#59CC00));
	background: -moz-linear-gradient(#DBFF94, #59CC00);
	background: linear-gradient(#DBFF94, #59CC00);
	-pie-background: linear-gradient(#DBFF94, #59CC00);
	behavior: url(/css/pie.htc);
}

.equipment-selector-compare-check input {
	margin-right: 10px;
	position: relative;
	top: 3px;
}

a.equipment-selector-direct-link {
	color: white !important;
	text-align: center;
	display: block;
	margin-top: 2px;
	height: 22px;
	line-height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #696969;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#696969), to(#272727));
	background: -moz-linear-gradient(#696969, #272727);
	background: linear-gradient(#696969, #272727);
	-pie-background: linear-gradient(#696969, #272727);
	behavior: url(/css/pie.htc);
}
