/* 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, .mceContentBody h1 {
	font-weight: bold;
}

.mceContentBody h2 {
	font-size:13px;
	font-weight: bold;
    margin-bottom: 8px;
}

.mceContentBody h3 {
	font-size:12px;
	font-weight: bold;
    margin-bottom: 7px;
}

#sf_content strong, .mceContentBody strong, .mceContentBody b {
    font-weight:bold;
}

.mceContentBody em, .mceContentBody i {
	font-style: italic;
}

.mceContentBody ul, .mceContentBody ol {
	padding: 3px 0 3px 30px;
}

.mceContentBody ul li {
	list-style-type: disc;
	list-style-position: outside;
}

#sf_content .containerNews a, .mceContentBody 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 {
}
/*========================Menu======================*/

#header li a{
	background-image:url(/images/frontend/menu_sprite.jpg);
	background-repeat:no-repeat;
	font-family:TrebuchetMSBold;
	text-align: center;
	line-height: 37px;
	font-size: 14px;
}

.homepage ul.nav1{
    z-index: 4000;
}

#header ul.nav1 {
	background-image:url(/images/frontend/menu_sprite.jpg);
	background-repeat:no-repeat;
        
}

#header li.menu-1 ul {
	border-color: #99FF99;
	background: #99FF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#97fe29), to(#65b12c));
	background: -moz-linear-gradient(#97fe29, #65b12c);
	background: linear-gradient(#97fe29, #65b12c);
	-pie-background: linear-gradient(#97fe29, #65b12c);
}

#header li.menu-2 ul {
	border-color: #9999FF;
	background: #9999FF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#75cee9), to(#36a4cf));
	background: -moz-linear-gradient(#75cee9, #36a4cf);
	background: linear-gradient(#75cee9, #36a4cf);
	-pie-background: linear-gradient(#75cee9, #36a4cf);

}

#header li.menu-3 ul {
	border-color: #FF9999;
	background: #FF9999;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fa6d6d), to(#ff342a));
	background: -moz-linear-gradient(#fa6d6d, #ff342a);
	background: linear-gradient(#fa6d6d, #ff342a);
	-pie-background: linear-gradient(#fa6d6d, #ff342a);
}

#header li.menu-4 ul, #header li.menu-5 ul  {
	border-color: #999999;
	background: #999999;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6d6d6d), to(#343434));
	background: -moz-linear-gradient(#6d6d6d, #343434);
	background: linear-gradient(#6d6d6d, #343434);
	-pie-background: linear-gradient(#6d6d6d, #343434);
}

#header li ul {
	background-image: none;
	background-repeat:no-repeat;
	border-width: 1px;
	border-style: solid;
	-webkit-box-shadow: #666 -2px 2px 3px;
	-moz-box-shadow: #666 -2px 2px 3px;
	box-shadow: #666 -2px 2px 3px;
	behavior: url(/css/pie.htc);
}

#header ul.nav2 a{
	background: none;
	font-size:13px;
	text-align: left;
	padding-left:3px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#header li a.menu-1 {
	background-position: -18px 0px;
	
}

 #header li a.menu-2 {
	background-position: -138px  0px;
}

#header li a.menu-3 {
	background-position: -258px  0px;
}

#header li a.menu-4 {
	background-position: -378px  0px;
}

#header li a.menu-5 {
	background-position: -498px  0px;
}


#header li.hover a.menu-1 {
	background-position: -18px -42px;
}

#header li.hover a.menu-2 {
	background-position: -138px -42px;

}

#header li.hover a.menu-3 {
	background-position: -258px -42px;
}

#header li.hover a.menu-4 {
	background-position: -378px -42px;
}

#header li.hover a.menu-5 {
	background-position: -499px -42px;
}

#header li.hover a {
	color:#ffffff;
}


#header li a.menu-1:active {
	background-position: -18px -83px;
}

#header li a.menu-2:active {
	background-position: -138px -83px;
}

#header li a.menu-3:active{
	background-position: -258px -83px;
}

#header li a.menu-4:active {
	background-position: -378px -83px;
}

#header li a.menu-5:active {
	background-position: -498px -83px;
}


/*============================Fin menu================*/

/* 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, .mceContentBody h1 {
    font-size: 18px;
    font-weight: bold;
    color: #CC0000;
    margin-bottom: 10px;
}
#sf_content h2, .mceContentBody h2 {
    font-size: 14px;
    color: #918D8E;
    margin: 15px 10px 5px 10px;
}
#sf_content p, .mceContentBody p {
    padding: 2px 15px;
}
#sf_content .libellePrevention, .mceContentBody .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 p.selection_actions{
    height: 20px;
    line-height:15px;
    margin-top:35px;
    padding: 5px 0;
}
#sf_content p.selection_actions .selection_print{
    color:#CC0000;
    height:auto;
    line-height:auto;
    margin-left:auto;
    margin-top:auto;
    padding-bottom:auto;
    padding-top:auto;
}
.selection_email, a.selection_email:link, a.selection_email:visited, a.selection_email:active {
    background:     url("/images/frontend/mail.png") no-repeat scroll right center transparent;
    float:  right;
    color:  #CC0000;
    padding-right:  25px;
}
#formmail{
    padding-top:    5px;
    width:  300px;
    margin: auto;
    background-color: #EEE;
    text-align: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/pie.htc);
}
#formmail label, #formmail input[type=text]{
    width: 140px;
}
#formmail input[type=submit]{
    width: 30px;
    height: 30px;
    padding: 2px;
}
p.infos{
    text-align:center;
    color:#C00;
    margin-top: 5px;
    font-weight:bold;
}
.glossary-term {
	border-bottom: 1px dashed black;
	cursor: help;
}
