/*
	layout.css
*/

body {
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: #414753;
}


a {
	color: #414753;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h2 {
	margin: 10px 0 10px 0;
	font-size: 2em;
}
h2 span, h2 span a {
	color: #249E43;
	text-decoration: none;
}
h2 span a:hover {
	text-decoration: underline;
}
#main-content h2 {
	text-transform: uppercase;
}
h3 {
	margin: 5px 0 10px 0;
}
h3.gamme {
	width: 260px;
	margin: 5px 0;
	padding-left: 5px;
	background-color: #0055A0;
	text-transform: uppercase;
	line-height: 1.4666em;
	font-size: 1.25em;
	color: #FFF;
}
h3.gamme a {
	color: #FFF;
	text-decoration: none;
}
h3.gamme a:hover {
	text-decoration: underline;
}
h4 {
	margin: 5px 0;
}
h4.produit {
	margin: 20px 0 15px 0;
	text-transform: uppercase;
	font-size: 2em;
	color: #0055A0;
}
h4.produit a{
	color: #0055A0;
	text-decoration: none;
}
h4.produit a:hover {
	text-decoration: underline;
}
h5 {
	margin: 5px 0 0 0;
	font-size: 1em;
}
h6 {
	margin: 0;
	line-height: 1.2em;
	font-size: 1.25em;
}
h6 a {
	text-decoration: none;
}
h6 a:hover {
	text-decoration: underline;
}
h6 span {
	font-size: 0.8em;
}

hr {
	background: transparent url('../img/dot-line.gif') repeat-x;
}

ul li {
	padding-left: 10px;
	background: url('../img/dot.gif') no-repeat 0 8px;
	list-style: none;
}

ol { counter-reset: item }
ol li { list-style: none; }
ol li:before {
   margin-right: 5px;
   content: counter(item) ".";
   counter-increment: item;
   color: #25A245;
}
ol li {
	*list-style: decimal;
}


/*** FORM ***/
fieldset { border: 0; padding: 0;}
label {
	float: left;
	text-align: right;
	display: block;
	width: 160px;
	padding-right: 5px;
}
input[type=text], input[type=password], 
input.input_text, input.input_password,
select, textarea  { 
	color:#414753;
	font-family:Arial,Helvetica,"Liberation Sans",FreeSans,sans-serif; 
}


/* ------------------------------
/* COMMON
/* ------------------------------ */
.out { position: absolute; left: -9999px; }
.hide { display: none; }
.invisible { visibility: hidden;}

.clear { clear: both; }
.clearchild:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*** IMAGE ***/
.img-left { float: left; }
.img-right { float: right; }
.img-center { float: none; display: block; clear: both; }
.img-block { display: block; }

	
.error, .notice, .success , .csc-mailform-header-error, .csc-mailform-header-success{
	border: 2px solid; 
	padding: 5px;
}
.error, .csc-mailform-header-error {
	background: #FBE3E4; 
	color: #8A1F11; 
	border-color: #FBC2C4;
}
.notice { 
	background: #FFF6BF; 
	color: #514721; 
	border-color: #FFD324; 
}
.success, .csc-mailform-header-success { 
	background: #E6EFC2; 
	color: #264409; 
	border-color: #C6D880; 
}
.error a , .csc-mailform-header-error a{ color: #8A1F11; }
.notice a { color: #514721; }
.success a , .csc-mailform-header-error a{ color: #264409; } 


/*** NAV ***/
.nav {
	height: 28px;
}
	.nav a.button {
		float: right;
	}


/*** BUTTON ***/
a.button:link {
	display: inline;
	height: 28px;
	margin-left: -6px;
	text-decoration: none;
	white-space: nowrap;
}
	a.button .button-left {
		display: inline-block;
		width: 11px;
		height: 28px;
		background: url('../img/button-left.png') no-repeat right top;
	}
	a.button .button-center {
		display: inline-block;
		height: 21px;
		padding: 7px 5px 0 5px;
		vertical-align: top;
		background: url('../img/button-center.png') repeat-x center top;
		text-align: center;
		text-decoration: none;
		color: #FFF;
		cursor: pointer;
	}
	
	a.button:visited {		
		text-decoration: none;
	}
	
	a.button .button-right {
		display: inline-block;
		width: 9px;
		height: 28px;
		background: url('../img/button-right.png') no-repeat left top;
	}

/*** BUTTON2 ***/
button.button2 {
	display: inline;
	height: 25px;
	border: none;
	background: none;
	text-decoration: none;
	white-space: nowrap;
}
	button.button2 .button-left {
		display: inline-block;
		width: 6px;
		height: 25px;
		background: url('../img/button2-left.png') no-repeat right top;
	}
	button.button2 .button-center {
		display: inline-block;
		height: 18px;
		padding: 1px 5px 6px 5px;
		vertical-align: top;
		background: url('../img/button2-center.png') repeat-x center top;
		text-align: center;
		text-decoration: none;
		line-height: 18px;
		color: #FFF;
		cursor: pointer;
	}
	button.button2 .button-right {
		display: inline-block;
		width: 11px;
		height: 25px;
		background: url('../img/button2-right.png') no-repeat left top;
	}

/* ------------------------------
/* WRAPPER
/* ------------------------------ */
#wrapper {
	background: url('../img/bg.jpg') no-repeat center top;
}

/* ------------------------------
/* HEADER
/* ------------------------------ */
#header {
	position: relative;
	width: 980px;
	height: 131px;
	margin: 0 auto;
}
	#header h1 {
		width: 980px;
		margin: 0;
	}
	#header #lang {
		position: absolute;
		top: 0;
		right: 5px;
		width: 106px;
		height: 20px;
		background: url('../img/lang_bg.gif') no-repeat;
		text-align: center;
		font-size: 0.9166em;
		font-weight: bold;
	}
		#header #lang a {
			text-decoration: none;
			color: #414753;
		}
		#header #lang a:hover {
			text-decoration: underline;
		}
	#header #azur {
		position: absolute;
		right: 15px;
		bottom: 2px;
	}

/* ------------------------------
/* MENU
/* ------------------------------ */
#menu-wrap {
	padding: 1px 0;
	border-top: 1px solid #198A63;
	border-bottom: 1px solid #198A63;
}
	#menu-outer {
		background: #249E43 url('../img/menu_bg.gif') repeat-x center bottom;
	}
		#menu {
			width: 980px;
			height: 38px;
			margin: 0 auto;
		}
			#menu ul {
				margin: 0;
				padding: 0;
			}
				#menu ul li {
					position: relative;
					float: left;
					display: block;
					height: 38px;
					padding: 0 1px 0 0;
					background: url('../img/menu_separator.gif') no-repeat right top;
					list-style: none;
					text-transform: uppercase;
					font-size: 1.25em;
					font-weight: bold;
				}
				#menu ul li.last {
					background: none;
				}
					#menu ul li a {
						display: block;
						height: 14px;
						padding: 12px 20px;
						text-decoration: none;
						color: #FFF;
					}
					#menu ul li:hover a, #menu ul li.on a {
						background: url('../img/menu_hover.gif') repeat-x ;
					}
					
						#menu ul li ul {
							display: none;
							position: absolute;
							top: 38px;
							left: 0;
							background: #1e8438;
						}
							#menu ul li ul li, #menu ul li ul li.last {
								display: block;
								float: none;
								height: auto;
								padding-right: 0;
								background: none;
								text-transform: none;
								white-space: nowrap;
								line-height: 2em;
								font-size: 0.8em;
							}
								#menu ul li ul li a, #menu ul li:hover ul li a, #menu ul li.on ul li a {
									display: block;
									height: auto;
									padding: 0 10px;
									background: none;
								}
								#menu ul li ul li:hover a {
									background: #5ba66e none;
								}

						#menu ul li:hover ul {
							display: block;
						}

			#menu #search {
				float: right;
				margin-top: 4px;
			}
				#menu #search input {
					width: 149px;
					height: 15px;
					padding: 7px 10px;
					border: none;
					background: url('../img/search_input.gif') no-repeat;
				}
				#menu #search button {
					width: 100px;
					height: 29px;
					border: none;
					background: url('../img/search_submit.gif') no-repeat;
					text-transform: uppercase;
					color: #0055A0;
				}

/* ------------------------------
/* CONTAINER
/* ------------------------------ */
#container {
	width: 980px;
	margin: 0 auto;
	padding: 13px 0;
}

/* ------------------------------
/* LEFT
/* ------------------------------ */
#left {
	float: left;
	width: 158px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
	margin: 5px 17px 0 10px;
	padding: 20px 10px;
	background: url('../img/left_bg.png') no-repeat;
}
	#left #cmenu {}
		#left #cmenu h4 {
			margin: 0 0 2px 0;
			text-transform: uppercase;
			font-size: 1.25em;
			color: #414753;
		}
		#left #cmenu ul {
			margin: 0 0 5px 0;
			padding: 0;
		}
			#left #cmenu ul li {
				list-style: none;
				background: none;
			}
				#left #cmenu ul li a {
					display: block;
					padding: 0 5px;
					text-decoration: none;
					font-weight: bold;
					color: #198A63;
				}
				#left #cmenu ul li a:hover, #left #cmenu ul li.on a {
					background-color: #249E43;
					color: #FFF;
				}
	#left #pro {
		padding: 5px 0;
		border-top: 1px solid #999;
		text-transform: uppercase;
	}
		#left #pro a {
			text-decoration: none;
			font-weight: bold;
			color: #414753;
		}
		#left #pro a:hover {
			text-decoration: underline;
		}
	#left #public {
		padding: 5px 0;
		border-top: 1px solid #999;
		text-transform: uppercase;
	}
		#left #public a {
			text-decoration: none;
			font-weight: bold;
			color: #414753;
		}
		#left #public a:hover {
			text-decoration: underline;
		}

/* ------------------------------
/* MAIN
/* ------------------------------ */
#main {
	float: left;
	width: 541px;
	min-height: 575px;
	height: auto !important;
	height: 575px;
	margin-top: 5px;
	padding: 0 17px;
	background: url('../img/main_bg.png') no-repeat;
}
	#main #fil_ariane {
		margin: 0 17px;
		padding: 10px 0 5px 0;
		background: url('../img/dot-line.gif') repeat-x left bottom;
		font-size: 90%;
	}
	#main #fil_ariane .wrap {
		padding-left: 10px;
		background: url('../img/puce.gif') no-repeat left center;
	}
		#main #fil_ariane a {
			margin: 0 3px;
			text-decoration: none;
		}
		#main #fil_ariane a:hover {
			text-decoration: underline;
		}
	#main #tools {
		margin: 0 17px;
		padding: 8px 0;
		background: url('../img/dot-line.gif') repeat-x left bottom;
		font-size: 0.9166em;
	}
		#main #tools a {
			margin-right: 20px;
			text-decoration: none;
			color: #414753;
		}
		#main #tools a:hover {
			text-decoration: underline;
		}
		#main #tools a#print {
			padding-left: 20px;
			background: url('../img/icon_print.gif') no-repeat;
		}
		#main #tools a#contact {
			padding-left: 20px;
			background: url('../img/icon_contact.gif') no-repeat;
		}
		#main #tools a#recommend {
			padding-left: 30px;
			background: url('../img/icon_recommend.gif') no-repeat;
		}
	#main #main-content {
		padding: 0 17px;
	}

/*** HOME ***/
	#main .block {
		padding: 25px 17px 15px 17px;
		background: url('../img/block_bg.png') no-repeat left bottom;
	}
		#main .block .block-169 {
			float: left;
			width: 169px;
			text-align: center;
		}
			#main .block .block-169 h6 {
				text-transform: uppercase;
			}
		#main #presentation #presentation-1 {
			padding-top: 120px;
			background: url('../img/presentation-1.png') no-repeat center top;
		}
		#main #presentation #presentation-2 {
			padding-top: 120px;
			background: url('../img/presentation-2.png') no-repeat center top;
		}
		#main #presentation #presentation-3 {
			padding-top: 120px;
			background: url('../img/presentation-3.png') no-repeat center top;
		}
		#main .block .block-253 {
			float: left;
			width: 238px;
			padding-right: 15px;
		}
			#main .block .block-253 img {
				float: left;
			}
			#main .block .block-253 p {
				margin: 0;
			}

/*** CATEGORY ***/
	#main #main-content #category-list {
		margin-top: 30px;
	}
		#main #main-content #category-list .range {
			float: left;
			width: 145px;
			margin: 0 36px 20px 0;
		}
		#main #main-content #category-list .last {
			margin-right: 0;
		}
			#main #main-content #category-list .range h6 {
				text-transform: uppercase;
			}
				#main #main-content #category-list .range h6 a:hover{
					text-decoration: none;
				}
			#main #main-content #category-list .range p {
				margin: 0;
			}

/*** RANGE ***/
	#main #main-content #range-list {
		margin-top: 30px;
	}
		#main #main-content #range-list .product, #main #main-content #category-list .product {
			background: url('../img/dot-line.gif') repeat-x left bottom;
			padding: 0 0 10px 0;
		}
			#main #main-content #range-list .product-left {
				margin: 20px 0 0 0;
				float: left;
				width: 377px;
			}
				#main #main-content #range-list .product-left h6 {
					text-transform: uppercase;
				}
				#main #main-content #range-list .product-left p {
					margin: 0;
				}
				
			#main #main-content #range-list .product-right {
				float: left;
				width: 130px;
			}

/*** PRODUCT ***/
		#main #main-content #product {
			float: left;
			width: 260px;
			padding-bottom: 15px;
		}
		#main #main-content #product-img {
			float: left;
			width: 246px;
			padding-bottom: 10px;
		}

	#main #product-details {}
		#main #product-details #product-details-header {
			height: 27px;
			margin: 0;
			padding: 0;
		}
			#main #product-details #product-details-header .tab {
				list-style: none;
				float: left;
				width: 110px;
				height: 27px;
				margin-right: 2px;
				background: url('../img/product-details_tab.gif') no-repeat center top;
				text-align: center;
				text-transform: uppercase;
			}
			#main #product-details #product-details-header .on {
				background: url('../img/product-details_tab.gif') no-repeat center bottom;
			}
				#main #product-details #product-details-header .tab a {
					text-decoration: none;
					line-height: 27px;
					font-weight: bold;
					color: #414753;
				}
				#main #product-details #product-details-header .tab a:hover {
					text-decoration: underline;
				}
		#main #product-details .content {
			clear: both;
			padding: 17px;
			background: #EEF0F1 url('../img/product-details_bg.gif') repeat-x left top;
		}

/*** GLOSSARY ***/
.glossary{
	/*background: url(../img/dot-line.gif) repeat-x left bottom;*/
}
	#glossary-visual {
		float: left;
		width: 75px;
		height: 90px;
		margin-left: -30px;
		background: url(../img/visual.gif) no-repeat;
	}
	h2.glossary-title {
		padding-top: 40px;
		font-size: 1.75em;
	}
	#sort {
		padding-bottom: 10px;
		background: url(../img/dot-line.gif) repeat-x left bottom;
	}
		#sort ul {
			margin: 0;
			padding: 0;
		}
			#sort ul li {
				display: block;
				float: left;
				padding: 0 1px 0 0;
				background: url('../img/sort_separator.gif') no-repeat right top;
				line-height: 16px;
				color: #C8E7D0;
				list-style: none;
			}
			#sort ul li.last {
				padding: 0;
				background: none;
			}
				#sort ul li a {
					display: block;
					color: #249E43;
					text-decoration: none;
					padding: 0 4px;
				}
				#sort ul li a:hover, #sort ul li span.tx-contagged-act, #sort ul li.tx-contagged-act a {
					background-color: #249E43;
					color: #FFF;
				}
					#sort ul li span {
						display: block;
						padding: 0 4px;
					}

	.glossary .tab {
		padding: 5px 0;
		background: url(../img/dot-line.gif) repeat-x left bottom;
	}
		.glossary .tab ul {
			display: inline;
			margin: 0;
			padding: 0;
		}
			.glossary .tab ul li {
				display: inline;
				list-style: none;
				padding: 0 6px 0 5px;
				background: url('../img/tab_separator.gif') no-repeat right 1px;
				font-weight: bold;
				color: #249E43;
			}
			.glossary .tab ul li.last {
				padding: 0 5px;
				background: none;
			}
				.glossary .tab ul li a {
					font-weight: normal;
					color: #414753;
					text-decoration: none;
				}
				.glossary .tab ul li.act a, .glossary .tab ul li a:hover {
					font-weight: bold;
					color: #249E43;
				}

	.glossary .glossary-content {
		padding: 1.5em 0;
	}
	.glossary .glossary-content .item {
		background: url(../img/dot-line.gif) repeat-x left bottom;
		overflow: hidden;
		padding: 10px 0;
		width: 100%;
	}
		.glossary .glossary-content dl {
			margin: 0;
		}
		.glossary .glossary-content .tx-contagged-images{
			float:right;
		}
			.glossary .glossary-content dt {
				margin-bottom: 20px;
				line-height: 1.2em;
				font-size: 1.25em;
				text-transform: uppercase;
			}
			.glossary .glossary-content dd {
				margin: 0 0 15px 0;
			}
		.glossary a.more-product {
			padding-left: 10px;
			background: url('../img/more-product_bullet.gif') no-repeat left 5px;
			color: #E6720C;
		}

#pagination {
	color: #249E43;
	text-align: center;
}
	#pagination ul {
		display: inline;
		margin: 0;
		padding: 0;
	}
		#pagination ul li {
			display: inline;
			padding: 0 5px 0 4px;
			background: url('../img/pagination_separator.gif') no-repeat right 1px;
			list-style: none;
		}
		#pagination ul li.active {
			font-weight: bold;
		}
		#pagination ul li.last {
			padding: 0 4px;
			background: none;
		}
			#pagination ul li a {
				color: #249E43;
				text-decoration: none;
			}
			#pagination ul li a:hover {
				text-decoration: underline;
			}

/* ------------------------------
/* RIGHT
/* ------------------------------ */
#right {
	float: left;
	margin: 0 8px 0 14px;
	width: 178px;
}
	#right #call, #right #franchise, #right #actuality, #right #press, #right #newsletter {
		margin-bottom: 7px;
	}

/* ------------------------------
/* FOOTER
/* ------------------------------ */
#footer-wrap {
	padding: 1px 0;
	border-top: 1px solid #198A63;
}
	#footer-outer {
		background: #249E43 url('../img/footer_bg.gif') repeat-x center bottom;
	}
		#footer {
			width: 980px;
			height: 25px;
			margin: 0 auto;
			padding-top: 6px;
		}
			#footer ul {
				margin: 0;
				padding: 0;
				text-align: center;
			}
				#footer ul li {
					display: inline;
					padding: 0 10px;
					border-right: 1px solid #FFF;
					background: none;
					list-style: none;
					font-weight: bold;
				}
				#footer ul li.last {
					border-right: none;
				}
					#footer ul li a {
						text-decoration: none;
						color: #FFF;
					}

/* --------------------------
/*	Autres
/* -------------------------- */
a span.title {
	font-size:1.25em;
}
a span.subtitle {
	font-size:0.9em;
}

/* --------------------------
/*	Actualité
/* -------------------------- */
.events .one-event {
	margin-bottom: 25px;
	padding-bottom: 25px;
	background:transparent url(../img/dot-line.gif) repeat-x scroll left bottom;
}
.events .thumbnail {
	float: left;
}
.news_rss {
	text-align: right;
}


/* ---------------------------
/* Formulaires
/* -------------------------- */
.csc-mailform-field { margin: 10px;}

span.csc-mailform-field-error-message {
	margin-top: 5px;
	margin-left: 165px;
	display: block;
	color: red;
}

.label-120 span.csc-mailform-field-error-message { margin-left: 125px; }
.label-300 span.csc-mailform-field-error-message { margin-left: 0px; }

.tx-indexedsearch-searchbox .csc-mailform-field {margin: 0;}

.label-120 label { width: 120px; }
.label-120 .mail { margin-left: 60px; }
.label-300 label{ 
	width: 240px; 
	/*display: inline;*/
	float: left;
}

.csc-mailform-fieldname-captcha p{
	margin: 0 0 10px 165px;
}

.label-120 .csc-mailform-fieldname-captcha p{
	margin: 0 0 10px 125px;
}

.label-300 .csc-mailform-fieldname-captcha p{
	margin: 0 0 10px 0px;
}

#mailformformtype_mail{  margin-left: 160px; }
#anet_newsletter-submit-nojs{  margin: 10px 10px 10px 160px;}
.label-120 #mailformformtype_mail { margin-left: 120px; }
.label-300 #mailformformtype_mail { margin-left:0px; }
.label-300 .csc-mailform-field{ 	margin-top: 20px;}
.label-300 input{ display: block;}

#mailformmessage, 
#mailformcursus, 
#mailformprojet, 
#mailformAdresse, 
#mailformVotre_projet{
	width: 233px;
}

#tx-indexedsearch-searchbox-button-submit{
	margin: 5px 10px 10px 132px;
}

/* -------------------
/*	Recherche
/* ------------------- */

#main-content .tx-indexedsearch-redMarkup{ color: #249E43; }

/* --------------
/* BROWSEBOX
/* -------------- */
ul.browsebox {
	padding: 0;
	text-align: center;
}
ul.browsebox li {
	padding: 0;
	background: none;
}

/* = Styles du RTE
-------------------------------------------------------------------------------------------------------------------------*/
.align-center {	text-align:center;}
.align-left { text-align:left; }
.align-right { text-align:right; }
.align-justify { text-align:justify; }

/** Styles pour paragraphes **/
p.color1{
	color:#0055a0;
}
p.color2{
	color:#25A245;
}
/** Styles pour textes **/
span.color1{
	color:#0055a0;
}
span.color2{
	color:#25A245;
}

/** Styles pour liens **/
a.plus{
	padding: 9px 10px 5px 13px;
	background: transparent url(../img/button-plus.png) no-repeat left top;
	color: #fff;
	text-decoration: none;
}
a.more{
	padding: 9px 10px 5px 13px;
	background: transparent url(../img/button-more.png) no-repeat left top;
	color: #fff !important;
	text-decoration: none;
}


/*********************/
/* Plan des produits */
/*********************/
#planproduits ul li a {
	color:#444444;
	display:inline;
	font-weight:bold;
	text-decoration:none;
}

#planproduits ul li ul li a { font-weight:normal;}
#planproduits li a:hover {text-decoration: underline;}
#planproduits {margin-top: -15px;}

hr.initlist {
	margin-top: 10px;
}