/**************************/ 
/**** GENERIC CLASSES *****/
/**************************/
* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	color: #4c4c4c;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #4C4C4C;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.25em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.floatleftmargin {
	float: left;
	margin: 0 5px 0 0;
}

.floatrightmargin {
	float: right;
	margin: 0 0 0 5px;
}

.noborder {
	border: none !important;
}

.red,.red a {
	color: #ea3524;
}

.black-bold {
	color: #000;
	font-weight: bold;
}

.grey,.grey a {
	color: #4C4C4C;
}

.grey-clear,.grey-clear a {
	color: #686868
}

.orange {
	color: #ff8135;
}

img.rss {
	float: none !important;
	margin: 0 0 0 5px;
}

.right-puce a {
	background: transparent url(../images/puce-right-red.png) no-repeat 0
		3px;
	padding: 0 0 0 10px;
	float: right;
	font-size: 1em;
	margin-right: 15px;
}

.small-right-puce a {
	background: transparent url(../images/small-puce-right-red.png)
		no-repeat 0 4px;
	padding: 0 0 0 10px;
	float: right;
	font-size: 0.9em;
	margin-right: 15px;
}

/**************************/ /***** HEADER CLASSES *****/
	/**************************/
#apercu {
	background-color: #d73021;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	padding: 5px;
}

#header-red-line {
	background-color: #d73021;
	width: 100%;
	height: 3px;
}

#header {
	width: 960px;
	height: 85px;
	margin: 0 auto;
	padding: 0 15px 0 25px;
}

#logo {
	width: 118px;
	height: 50px;
	/*background: transparent url(../images/logo.jpg) no-repeat top left;*/
	/*text-indent: -9000px;*/
	margin-top: 10px;
	float: left;
}

#logo a {
	width: 118px;
	height: 50px;
	display: block;
	font-size: 0;
	color: #fff;
}

#country {
	height: 29px;
	padding: 8px 0 0 10px;
	margin: 20px 0 0 10px;
	color: #9d9d9d;
	border-left: 1px solid #c7c7c7;
	float: left;
	font-weight: bold;
	font-size: 1.5em;
}

#search-form {
	float: right;
	margin-top: 17px;
}

#search-form input {
	border: 1px solid #c0c0c0;
	width: 157px;
	height: 14px;
	color: #666666;
	font-size: 1em;
	padding: 1px 3px;
	float: left;
	margin-left: 5px;
}

#search-form .submit {
	width: 17px;
	height: 16px;
	background: transparent url(../images/button-search-ok.png) no-repeat 0
		0;
	border: none;
	text-indent: -9000px;
	cursor: pointer;
	float: left;
	margin-top: 1px;
}

/**************************/ /***** FOOTER CLASSES *****/
	/**************************/
.footer-grey-line {
	clear: both;
	width: 100%;
	height:10px;
	margin:0px;
	font-size:1px; line-height:1px;
	border-top: 1px solid #c8c8c8;
}

#footer {
	clear:both;
	width: 960px;
	height: 85px;
	margin: 0 auto;
	padding: 0 15px 0 25px;
}

#footer .footer-left {
	width:480px;
	height:85px;
	float:right;
}
#footer .footer-left p {
	margin-bottom: 3px;
	font-size: 1em;
	/*float:left;*/
}

#footer .footer-right {
	width:480px;
	height:85px;
	font-size: 1em;
	float: right;
	/*margin-top: 0px;
	margin-bottom: 3px;*/
}

#footer .footer-right ul {
	list-style-type: none;
	clear:both;
	float:right;
}



#footer .footer-right ul li {
	float: left;
	border-left: 1px solid #666666;
	padding: 0 7px;
}

#footer .footer-right ul li.first {
	border: none;
}

#footer .footer-right ul li,#footer .footer-right ul li a {
	color:#4C4C4C;	
}

#footer .footer-right .footer-update{
	float:right;
	margin-bottom:5px;
	color:#4C4C4C;	
}
/**************************/ /****** MENU CLASSES ******/
	/**************************/
#menu {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding: 0 15px 0 25px;
}

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

#menu .menu-right {
	float: right;
}

#menu ul li {
	float: left;
	border-right: 1px solid #c7c7c7;
	padding: 1px 7px 0 7px;
	height: 16px;
	font-size: 1.05em;
	font-weight: bold;
}

#menu ul li,#menu ul li a {
	color: #666666;
}

#menu ul li.active,#menu ul li.active a {
	color: #ea3625;
	text-transform: uppercase;
}

#menu ul li.first {
	padding-left: 0;
}

#menu ul.menu-right li.first {
	border-left: 1px solid #c7c7c7;
	padding-left: 7px;
}

/**************************/ /**** SUB-MENU CLASSES ****/
	/**************************/
.sub-menu {
	float: left;
	border-right: 1px solid #dedede;
	width: 190px;
	margin-left: 1px;
	padding: 10px 0 1px 0;
}

.sub-menu ul {
	list-style-type: none;
}

.sub-menu .level1 li {
	background: transparent url(../images/bg-bottom-red-submenu.png)
		no-repeat bottom left;
	font-size: 1.1em;
	min-height: 20px;
	width: 162px;
	margin: 4px 0 0 0;
	padding-left: 18px;
	padding-bottom: 4px;
	padding-top: 2px;
}

.sub-menu .level2 {
	margin-top: 4px;
}

.sub-menu .level2 li {
	background: transparent url(../images/bg-bottom-grey-submenu.png)
		no-repeat top left;
	font-size: 0.9em;
	height: 20px;
	min-height: 20px;
	margin: 0;
	padding: 2px 0;
	padding-bottom:4px;
	width: auto;
}

.sub-menu .level3 li {
	background: none;
	font-size: 1em;
	margin: 2px 0 0 0;
	padding: 0;
}

.sub-menu .level4 li {
	background: none;
	/*font-size: 1.3em;*/
	margin: 2px 0 0 0;
	padding: 0;
}

.sub-menu .level1 li a,.sub-menu .level1 li .level2 li a,.sub-menu .level1 li .level2 li .level3 li a,.sub-menu .level1 li .level2 li .level3 li .level4 li a
	{
	color: #6f6f6f;
	font-weight: normal;
	padding-right: 6px;
}

.sub-menu .level1 li.active,.sub-menu .level1 li.active a,.sub-menu .level1 li .level2 li.active,.sub-menu .level1 li .level2 li.active a,.sub-menu .level1 li .level2 li .level3 li.active,.sub-menu .level1 li .level2 li .level3 li.active a,.sub-menu .level1 li .level2 li .level3 li .level4 li.active,.sub-menu .level1 li .level2 li .level3 li .level4 li.active a
	{
	color: #ea3625;
	font-weight: bold;
	height: auto;
}

.sub-menu .level1 li.active {
	padding-left: 6px;
	width: 174px;
}

.sub-menu .level1 li.active a {
	background: transparent url(../images/puce-submenu-level1.png) no-repeat
		0 5px;
	padding-left: 12px;
	display: block;
}

.sub-menu .level1 li .level2 li a,.sub-menu .level1 li .level2 li .level3 li a
	{
	background: none;
}

.sub-menu .level1 li .level2 li {
	margin-left: 18px;
	padding-left: 0;
	width: auto;
	height: auto;
}

.sub-menu .level1 li .level2 li.active {
	margin-left: 12px;
}

.sub-menu .level1 li .level2 li a {
	padding-left: 0;
}

.sub-menu .level1 li .level2 li.active a {
	background: transparent url(../images/puce-submenu-level2.png) no-repeat
		0 5px;
	padding-left: 12px;
	display: block;
}

.sub-menu .level1 li .level2 li.active .level3 li {
	margin-left: 6px;
	padding-left: 6px;
}

.sub-menu .level1 li .level2 li.active .level3 li a {
	padding-left: 12px;
	display: block;
}

.sub-menu .level1 li .level2 li.active .level3 li.active a {
	background: transparent url(../images/puce-submenu-level3.png) no-repeat
		0 5px;
}

.sub-menu .level1 li .level2 li.active .level3 li .level4 li a {
	background: none;
	padding-left: 12px;
	display: block;
}

.sub-menu .level1 li .level2 li.active .level3 li .level4 li.active a {
	background: transparent url(../images/puce-submenu-level3.png) no-repeat
		0 5px;
}

/**************************/ /** GREY FRIEZE CLASSES ***/
	/**************************/
.grey-frieze {
	background: transparent url(../images/bg-grey-frieze-repeat.png)
		repeat-x top left;
	border-top: 1px solid #c8c8c8;
	position: absolute;
	left: 0;
	width: 100%;
	height: 68px;
	z-index: 850;
}

#grey-frieze-home {
	background: transparent url(../images/bg-grey-frieze-home.png) no-repeat
		top center;
	z-index: 850;
}

#hover-frieze,#hover-frieze-home {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 1000;
}

#hover-frieze #hover-frieze-text,#hover-frieze-home #hover-frieze-text {
	position: absolute;
	font-size: 1.7em;
	display: block;
	margin: 35px 0 0 20px;
	font-weight: bold;
}

/**************************/ /***** CONTENT CLASSES ****/
	/**************************/
#content {
	position: relative;
	width: 978px;
	padding: 0 11px 11px 11px;
	min-height: 500px;
	margin: 0 auto;
	z-index: 900;
	background: transparent url(../images/bg-content-grid.png) repeat-y top
		right;
}
#content-home {
	position: relative;
	width: 982px;
	padding: 0 0 0 18px;
	min-height: 490px;
	margin: 0 auto;
}


#content-home .content-left {
	margin: 13px 0 0 0;
	width: 736px;
	padding-bottom: 15px;
	height: 200px;
}

#content .content-left-top {
	padding-top: 12px;
	background: transparent url(../images/bg-left-content-top.png) no-repeat
		bottom left;
	width: 736px;
	height: 57px;
}

#content .content-left {
	background: transparent url(../images/bg-left-content.png) repeat-y top
		left;
	width: 736px;
}

#content .content-left-bottom {
	background: transparent url(../images/bg-left-content-bottom.png)
		no-repeat bottom left;
	width: 736px;
	height: 47px;
}

#content .content-left .content-box {
	width: 541px;
}

#content .content-large-left-top {
	padding-top: 12px;
	background: transparent url(../images/bg-lg-left-content-top.png)
		no-repeat left bottom;
	width: 978px;
	height: 57px;
}

#content .content-large-left {
	background: transparent url(../images/bg-lg-left-content.png) repeat-y
		top left;
	width: 978px;
}

#content .content-large-left-bottom {
	background: transparent url(../images/bg-lg-left-content-bottom.png)
		no-repeat bottom left;
	width: 978px;
	height: 47px;
}

#content .content-large-left .content-box {
	/*width: 783px;*/
	width: 777px;
}

.content-box {
	margin: 0;
	float: left;
}

#content-col-right {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 950;
}

#content-col-right .content-right,#content-col-right .content-right-home
	{
	position: absolute;
	left: 0;
	margin: 13px 0 0 760px;
	width: 227px;
	z-index: 900;
}

#content-col-right .content-right .content-right-list-top {
	background: transparent url(../images/bg-right-block-top.png) no-repeat
		top left;
	height: 8px;
	width: 227px;
}

#content-col-right .content-right .content-right-list-top-grey {
	background: transparent url(../images/bg-right-block-top-grey.png)
		no-repeat top left;
	height: 32px;
	width: 227px;
}

#content-col-right .content-right .content-right-list {
	background: transparent url(../images/bg-right-block-content.png)
		repeat-y top left;
	width: 227px;
}

#content-col-right .content-right .content-right-list-bottom {
	background: transparent url(../images/bg-right-block-bottom.png)
		no-repeat top left;
	height: 25px;
	width: 227px;
}

#content-home .content-left h3, #content-col-right .content-right h3,#content-col-right .content-right-home h3,.encadre_nav_auto_contenu
	{
	color: #ea3625;
	border-bottom: 2px solid #d73021;
	width: 190px;
	padding: 10px 16px 4px 0;
	text-align: right;
	margin: 0 0 0 18px;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

#content-home .content-left h3 {
	margin: -5px 0 20px 3px;
	width: 181px;
}

#content-col-right .content-right .content-right-list-top-grey h3 {
	color: #fff;
	border: none;
	padding: 14px 16px 4px 0;
}

#content-col-right .content-right .content-right-list .text,#content-col-right .content-right-home .content-right-list .text
	{
	font-size: 1em;
	color: #1b1515;
	/*padding: 10px 20px 10px 18px;*/
	padding: 5px;
}

#content-col-right .content-right .img-col-right {
	margin-bottom: 10px;
}

#content-col-right .content-right .document-list .document-block {
	width: 208px;
}

#content-col-right .content-right-home .block-right {
	margin: 10px 10px;
	width: 208px;
	padding-bottom: 10px;
	background: transparent url(../images/border-dotted-grey.gif) repeat-x
		bottom left;
}

#content-col-right .content-right-home .last {
	background: none;
}

#content-col-right .content-right-home .block-right p,#content-col-right .content-right-home .block-right h4
	{
	font-size: 1em;
	margin-left: 55px;
}

#content-col-right .content-right-home .block-right .subtitle {
	font-size: 0.95em;
}

#content-col-right .content-right-home .block-right p.no-padding {
	margin: 0;
}

#content-col-right .right-red-top {
	margin: 10px 0 0 0;
	background: transparent url(../images/bg-right-red-top.png) no-repeat
		top left;
	width: 217px;
	height: 19px;
	text-align: right;
	padding: 18px 10px 0 0;
	font-size: 1.2em;
	color: #fff;
}

#content-col-right .right-red-content {
	background: transparent url(../images/bg-right-red-content.png) repeat-y
		scroll left top;
	min-height: 30px;
}

#content-col-right .right-red-bottom {
	background: transparent url(../images/bg-right-red-bottom.png) no-repeat
		top left;
	width: 227px;
	height: 8px;
}

/**************************/ /*** NEWSLETTER CLASSES ***/
	/**************************/
#newsletter-form {
	padding-top: 5px;
}

#newsletter-form input {
	border: 1px solid #c0c0c0;
	width: 157px;
	height: 14px;
	color: #666666;
	font-size: 1em;
	padding: 1px 3px;
	float: left;
	margin-top: 3px;
}

#newsletter-form .submit {
	width: 17px;
	height: 16px;
	background: transparent url(../images/button-search-ok.png) no-repeat 0
		0;
	border: none;
	text-indent: -9000px;
	cursor: pointer;
	float: left;
	margin: 4px 0 0 5px;
}

#content-col-right .right-red-content #newsletter-form {
	margin-left: 20px;
}

/**************************/ /****** HOME CLASSES ******/
	/**************************/
.image-home-large {
	width: 712px;
	height: 239px;
}

.line-icons {
	width: 490px;
	float: left;
	margin: 20px 0 0 0;
}

.line-icons ul {
	list-style-type: none;
}

.line-icons ul li {
	float: left;
	margin: 0 5px 20px 0;
	width: 93px;
	height: 92px;
}

.highlight-product {
	float: left;
	width: 202px;
	height: 206px;
	margin: 20px 0 0 20px;
}

.highlight-product .highlight-product-top {
	width: 202px;
	height: 7px;
	background: transparent url(../images/bg-highlight-poduct-top.png)
		no-repeat top left;
}

.highlight-product .highlight-product-content {
	width: 202px;
	height: 199px;
	font-size: 1em;
	background: transparent url(../images/bg-highlight-poduct-content.png)
		no-repeat bottom left;
}

.highlight-product .highlight-product-content .image-product {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 15px;
}

.highlight-product .highlight-product-content p {
	margin: 0 0 2px 15px;
}

#content-col-right .content-right-home .news-content-home {
	background: transparent url(../images/bg-right-block-home-content.png)
		no-repeat top left;
	/*height: 456px;*/
	width: 227px;
}

#content-col-right .content-right-home .news-bottom-home {
	background: transparent url(../images/bg-right-block-home-bottom.png)
		no-repeat top left;
	width: 227px;
	height: 8px;
}

/*************************************/
	/****** DOCUMENTS LISTS CLASSES ******/
	/*************************************/
.document-list {
	list-style-type: none;
}

.document-list .document-block {
	margin: 10px 10px;
	padding-bottom: 10px;
	background: transparent url(../images/border-dotted-grey.gif) repeat-x
		bottom left;
}

.document-list .last {
	background: none;
	margin-bottom: 0;
}

.document-list .document-block img {
	float: left;
}

.document-list .document-block p,.document-list .document-block h4 {
	font-size: 1em;
	margin-left: 55px;
	color: #4C4C4C !important;
}

.document-list .document-block .subtitle {
	font-size: 0.95em;
}

.document-list .document-block p.no-padding {
	margin: 0;
}

#content-col-right .content-right-home .document-list .document-block p,#content-col-right .content-right-home .document-list .document-block h4
	{
	font-size: 1.05em;
}

#content-col-right .content-right-home .document-list .document-block .subtitle
	{
	font-size: 0.95em;
}

.content-left-list h3 {
	color: #000000;
	margin: 10px 0 10px 10px;
	font-size: 1.4em;
	font-weight: normal;
}

.content-left-list .document-list .document-block h4 {
	border: none !important;
	font-weight: bold !important;;
	margin-top: 0 !important;
}

.content-left-list .document-list .document-block h4,.content-left-list .document-list .document-block p
	{
	margin-left: 70px;
	padding: 0;
}

.content-left-list .document-list .document-block p,.content-left-list .document-list .document-block p a
	{
	color: #000;
}

.content-left-list .document-list .document-block .subtitle {
	margin-top: 5px;
	margin-bottom: 5px;
}

/********************************/ /****** BREADCRUMP CLASSES ******/
	/********************************/
.breadcrump {
	font-size: 1em;
	margin: 5px 0 5px 11px;
}

#footer .breadcrump {
	font-size: 1em;
	margin: 5px 0;
	margin-top:1px;
}

/**************************************/
	/****** CONTENT ARTICLE CLASSES *******/
	/**************************************/
.content-box h1 {
	border-bottom: 1px solid #dedede;
	color: #060606;
	padding-bottom: 5px;
	font-size: 1.5em;
	font-weight: bold;
	margin: 15px 0 0 11px;
}

.article h4,.sansstyle h4 {
	margin: 15px 0 15px 0;
}

.article,.sansstyle {
	margin-left: 9px;
	margin-top: 15px;
}

.article .date,.sansstyle .date {
	float: right;
	color: #ea3524;
	font-size: 0.9em;
	margin: 5px 11px 10px 0;
}

.article p,.article .paragraph,.sansstyle p,.sansstyle .paragraph {
	color: #3b3b3d;
	font-size: 1em;
	padding-right: 11px;
	line-height: 1.45em;
	margin-bottom: 15px;
}

.article p a,.article .paragraph a,.sansstyle p a,.sansstyle .paragraph a
	{
	color: #ea3524;
	text-decoration: underline;
}

.article .chapo,.sansstyle .chapo {
	clear: both;
	color: #525252;
	font-size: 1.05em;
	font-weight: bold;
	padding-right: 11px;
	margin-bottom: 10px;
}

.article .chapo a,.sansstyle .chapo a {
	color: #525252;
	text-decoration: underline;
}

.article .paragraph p {
	font-size: 1.05em;
}

.article .image-description,.sansstyle .image-description {
	float: left;
	margin: 0 5px 5px 0;
	font-size: 0.9em;
}

.article .image-description .desc,.sansstyle .image-description .desc {
	color: #7d7d7d;
	margin-top: 2px;
}

.article .details,.sansstyle .details {
	border-top: 1px solid #dedede;
	color: #3b3b3d;
	padding: 5px 0;
	clear: both;
}

.article .details p,.sansstyle .details p {
	margin: 0;
}

.article .details a,.sansstyle .details a {
	color: #ea3524;
}

.article .last,.sansstyle .last {
	border-bottom: 1px solid #dedede;
}

.article .details .label,.sansstyle .details .label {
	color: #010101;
	font-weight: bold;
	float: left;
	width: 160px;
	font-size: 1em;
}

.article .details .info,.sansstyle .details .info {
	float: left;
}

img.bandeau {
	margin: 0 0 20px 0;
}

img.large-bandeau {
	margin: 0 0 20px 0;
}

.sansstyle {
	width: 100%;
	margin-top: 15px;
	color: #1b1515;
	text-align: justify;
}

/**************************************/
	/****** PARAGRAPH STYLE1 CLASSES ******/
	/**************************************/
.style1 {
	margin-top: 15px;
	margin-left: 9px;
}

.style1 h2 {
	color: #666666;
	font-size: 1.2em;
	padding-bottom: 6px;
	background: transparent url(../images/border-dotted-red.gif) repeat-x
		bottom left;
	margin-bottom: 5px;
	clear: both;
}

.style1 p {
	color: #1b1515;
	font-size: 1em;
	text-align: justify;
	padding-right: 5px;
}

/**************************************/
	/****** PARAGRAPH STYLE2 CLASSES ******/
	/**************************************/
.style2 {
	margin-top: 15px;
}

.style2 .paragraph-style2-top {
	background: transparent url(../images/bg-paragraph2-top-right.png)
		no-repeat top right;
	height: 7px;
	width: 100%;
}

.style2 .paragraph-style2-top-left {
	background: #fff url(../images/bg-paragraph2-top-left.png) no-repeat top
		left;
	height: 7px;
	width: 4px;
}

.style2 .paragraph-style2-bottom {
	background: transparent url(../images/bg-paragraph2-bottom-right.png)
		no-repeat top right;
	height: 21px;
	width: 100%;
}

.style2 .paragraph-style2-bottom-left {
	background: transparent url(../images/bg-paragraph2-bottom-left.png)
		no-repeat top left;
	height: 21px;
	width: 5px;
}

.style2 .paragraph-style2-content {
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	padding-bottom: 5px;
	text-align: center;
}

.style2 .paragraph-style2-content h2 {
	background: transparent url(../images/bg-paragraph2-title.png) no-repeat
		bottom left;
	/*height: 20px;*/
	color: #1b1515;
	font-size: 1.2em;
	padding: 2px 0 0 10px;
	margin: 0 9px 5px 9px;
	text-align: left;
}

.style2 .paragraph-style2-content p {
	color: #1b1515;
	font-size: 1em;
	text-align: justify;
	padding: 0 9px 9px 9px;
}

.style2 .paragraph-style2-content img {
	/*margin: 0 0 0 9px;*/
}

/**************************************/
	/****** PARAGRAPH STYLE3 CLASSES ******/
	/**************************************/
.style3 {
	margin-top: 15px;
	margin-left:9px;
}

.style3 .paragraph-style3-top {
	background: transparent url(../images/bg-paragraph3-top-right.png)
		no-repeat top right;
	height: 6px;
	width: 100%;
}

.style3 .paragraph-style3-top-left {
	background: #fff url(../images/bg-paragraph3-top-left.png) no-repeat top
		left;
	height: 6px;
	width: 6px;
}

.style3 .paragraph-style3-bottom {
	background: transparent url(../images/bg-paragraph3-bottom-right.png)
		no-repeat top right;
	height: 25px;
	width: 100%;
}

.style3 .paragraph-style3-bottom-left {
	background: transparent url(../images/bg-paragraph3-bottom-left.png)
		no-repeat top left;
	height: 25px;
	width: 7px;
}

.style3 .paragraph-style3-content {
	background: url(../images/bg-paragraph3-content.png)
		repeat-y top right;
		
}
.style3 .paragraph-style3-content * {
	background: url(../images/bg-paragraph3-content.png)
		repeat-y top right;
		
}

.style3 .paragraph-style3-content h2 {
	color: #1b1515;
	font-size: 1.2em;
	padding: 0 9px 6px 9px;
	margin-bottom: 5px;
}

.style3 .paragraph-style3-content p {
	color: #1b1515;
	font-size: 1em;
	text-align: justify;
	padding: 0 9px 0 9px;
}

/*********************************/ /****** RESPONSABLE CLASSES ******/
	/*********************************/
.responsable {
	border-bottom: 2px solid #5d5d5d;
	margin: 0 3px 10px 2px;
	padding: 10px;
	font-size: 1em;
}

.responsable strong {
	display: block;
}

/***********************************/
	/****** LIST DOWNLOAD CLASSES ******/
	/***********************************/
#content-col-right .content-right .list-download h3,.encadre_nav_auto_contenu
	{
	color: #666666;
	border-bottom: 1px solid #666666;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: none;
	width: 160px;
	margin-left: 48px;
}

#content-col-right .content-right .list-download h4 {
	color: #1b1515;
	font-size: 1em;
	font-weight: bold;
	margin: 15px;
}

#content-col-right .content-right .list-download ul {
	list-style-type: none;
	margin: 5px 0 0 13px;
}

#content-col-right .content-right .list-download ul li {
	font-size: 1em;
	color: #4c4c4c;
	margin-bottom: 3px;
	width: 200px;
}

#content-col-right .content-right .list-download ul li.last {
	margin-bottom: 0;
}

#content-col-right .content-right .list-download ul li a {
	color: #4c4c4c;
}

#content-col-right .content-right .list-download ul li a {
	background: transparent url(../images/puce-download.png) no-repeat top
		left;
	padding-left: 20px;
}

#content-col-right .content-right .list-download ul li a.link-to {
	background: transparent url(../images/puce-link-to.png) no-repeat top
		left;
	padding-left: 20px;
}

#content-col-right .content-right .list-download ul li {
	background: none
}
#content-col-right .content-right .list-download ul li .docfiles  li{
	background: transparent url(../images/border-dotted-grey.gif) repeat-x
		bottom left;
	height: 20px;
}

/*******************************/ /****** LIST BASE CLASSES ******/
	/*******************************/
#content-col-right .content-right .list-base ul,#content-col-right .content-right .list-with-margin
	{
	list-style-type: none;
	margin: 10px 0 0 13px;
}

#content-col-right .content-right .list-base ul li {
	font-size: 1em;
	color: #4c4c4c;
	margin-bottom: 3px;
	width: 200px;
}

#content-col-right .content-right .list-base ul li.last {
	margin-bottom: 0;
}

#content-col-right .content-right .list-base ul li a {
	color: #4c4c4c;
}

/*****************************/ /****** PRODUCT CLASSES ******/
	/*****************************/
.product {
	padding-bottom: 10px;
}

.product h4 {
	border: none;
}

.product .product-menu {
	height: 20px;
	background-color: #dedede;
	margin: 10px 0 10px 11px;
	color: #333333;
	font-size: 1em;
}

.product .product-menu ul {
	list-style-type: none;
}

.product .product-menu ul li {
	float: left;
	padding: 0 7px;
	border-left: 1px solid #333333;
	margin-top: 3px;
}

.product .product-menu ul li.first {
	border: none;
}

.product .product-menu ul li a {
	color: #333333;
	font-weight: bold;
}

.product .product-photo {
	margin: 10px 0pt 10px 11px;
	padding-left:100px;
}

.product .product-photo #slide li {
	
}

#slide-menu {
	padding-left: 160px;
}

#slide-menu a.wactive,#slide-menu a.wactive:hover {
	padding: 0px 2px;
	background: #EA3625;
	color: #ffffff;
}

#slide-menu a {
	padding: 0px 2px;
	background: #DEDEDE;
	color: #333333;
}

#slide-menu a:hover {
	padding: 0px 2px;
	background: #DEDEDE;
	color: #333333;
}

/***** Slide *****/
.jqGSContainer{position:relative;width:350px;}
.jqGSContainer .jqGSImgContainer{}
.jqGSContainer .jqGSImgContainer ul{padding:0;margin:0;position:relative;list-style:none;}
.jqGSContainer .jqGSImgContainer ul li{padding:0;margin:0;position:relative;margin-top:0;margin-bottom:0px;float:left;}
.jqGSContainer .jqGSImgContainer ul li .jqGSLoader{width:100%;height:100%;position:absolute;}
.jqGSContainer .jqGSImgContainer ul li img{}
.jqGSContainer .jqGSImgContainer ul li .jqGSTitle{display:none;background:#000;position:absolute;right:0px;top:0px; padding:3px;color:#fff;width:300px}


.jqGSContainer .jqGSPagination{position:relative;width:100%;height:20px;top:5px;padding: 5px 0;}
.jqGSContainer .jqGSPagination ul{padding:0;margin:0;list-style:none;position:relative;padding-left:120px;}
.jqGSContainer .jqGSPagination ul li{padding:0;margin-right:5px;float:left;padding-right:0px;text-align:center;padding-bottom:2px;}
.jqGSContainer .jqGSPagination ul li a{padding:0px 2px;background:#DEDEDE;color: #333333;text-decoration:none;display:block;}
.jqGSContainer .jqGSPagination ul li a.selected{background:#EA3625;color:#ffffff}
.jqGSContainer .jqGSPagination ul li a:hover{background:#DEDEDE;color:#333333}

.jqGSImgContainer{border:0px solid #000;}


.product .details {
	margin: 30px 0 10px 11px;
}

.product .details h2 {
	background: transparent url(../images/bg-paragraph2-title.png) no-repeat
		bottom left;
	height: 20px;
	color: #1b1515;
	font-size: 1.2em;
	padding: 2px 0 0 10px;
	margin-bottom: 10px;
}

.product .details p {
	color: #666666;
	margin: 0 5px 5px 0;
	font-size: 1.05em;
}

.product .details p.bold {
	font-weight: bold;
}

.product .details ul {
	list-style-type: none;
	margin: 0 5px 5px 0;
}

.product .details ul li {
	background: transparent url(../images/puce-details-product.gif)
		no-repeat 0 4px;
	padding-left: 15px;
	margin-bottom: 3px;
	color: #666666;
	font-size: 1.05em;
	font-weight: bold;
}

.product .details .link-to-page-top {
	margin: 5px 0 10px 0;
	height: 11px;
}

.product .details .link-to-page-top a {
	background: transparent url(../images/puce-haut-page.gif) no-repeat 0
		3px;
	float: right;
	font-size: 0.9em;
	padding-left: 15px;
	margin: 11px;
	color: #a8a5a5;
}

.product .details .images {
	padding-top: 5px;
}

.product .details table {
	font-size: 1em;
	color: #666666;
	width: 100%;
}

.product .details table tr {
	padding: 0;
	margin: 0;
}

.product .details table td {
	padding: 4px 10px 4px 5px;
	background: transparent url(../images/border-dotted-line-table.gif)
		repeat-x bottom left;
}

.product .details table td.label {
	background-color: #f5f5f5;
	color: #000000;
}

#content-col-right .content-right h3.hproduct {
	text-transform: none;
	font-weight: bold;
	font-size: 1.1em;
}

/*******************************/ /****** SUB ITEMS CLASSES ******/
	/*******************************/
.subitem-product {
	margin: 20px 9px;
}

.subitem-product .style1 p {
	margin-left: 165px;
	line-height: 1.6em;
}

/************************************/
	/*** SEARCH PRODUCT RIGHT CLASSES ***/
	/************************************/
#content-col-right .right-red-content #search-product-form {
	margin-left: 10px;
}

#search-product-form {
	padding-top: 10px;
}

#search-product-form input.submit {
	float: right;
	margin: 0 10px 5px 0;
	background: #b2b2b2 url(../images/puce-search-product-form.gif)
		no-repeat 5px 8px;
	border: none;
	color: #fff;
	height: 20px;
	width: 72px;
	font-size: 1em;
	text-align: right;
	padding: 0 3px 4px 0;
	cursor: pointer;
}

.selectbox {
	background: transparent url(../images/bg-select-box.png) no-repeat top
		right;
	display: block;
	margin-bottom: 11px;
	border: 1px solid #bbbbbb;
	color: #666666;
	width: 188px;
	font-size: 1em;
	height: 17px;
	padding: 3px 0 0 3px;
	cursor: pointer;
}

div.selectbox-wrapper {
	background-color: white;
	border: 1px solid #bbbbbb;
	height: 100px;
	margin: -11px 0 0 0;
	overflow: auto;
	padding: 3px 0 0 3px;
	position: absolute;
	text-align: left;
	width: 400px;
	color: #666666;
	font-size: 1em;
	cursor: pointer;
}

.current-select {
	background-color: #B2B2B2;
	color: white;
	padding: 0 2px;
}

/**************************************/
	/****** COMPARE PRODUCTS CLASSES ******/
	/**************************************/
.right-compare {
	text-align: right;
	font-size: 0.8em;
	margin: 15px;
}

.right-compare input {
	margin: 0 10px;
	background: #b2b2b2 url(../images/puce-search-product-form.gif)
		no-repeat 5px 9px;
	border: none;
	color: #fff;
	height: 22px;
	width: 80px;
	text-align: right;
	padding: 0 5px 4px 0;
	cursor: pointer;
}

.compare-products {
	margin-left: 9px;
	font-size: 1.4em;
}

.compare-products h2 {
	color: #333333;
	margin: 15px 0;
}

.compare-products .product-inactif,.compare-products .product-actif {
	width: 246px;
	float: left;
	margin: 0 14px 15px 0;
}

.compare-products .product-actif .product-top {
	background: transparent url(../images/bg-prod-comp-top-actif.png)
		no-repeat top left;
	width: 236px;
	height: 26px;
	padding: 10px 0 0 10px;
}

.compare-products .product-actif .product-content {
	background: transparent url(../images/bg-prod-comp-content-actif.png)
		repeat-y top left;
	width: 246px;
}

.compare-products .product-actif .product-accroche {
	color:#666666;
	font-size:0.7em;
	padding: 0 5px 5px 10px;
}

.compare-products .product-actif .product-bottom {
	background: transparent url(../images/bg-prod-comp-bottom-actif.png)
		no-repeat top left;
	width: 246px;
	height: 7px;
}

.compare-products .product-inactif .product-top {
	background: transparent url(../images/bg-prod-comp-top-ina.png)
		no-repeat top left;
	width: 236px;
	height: 26px;
	padding: 10px 0 0 10px;
}

.compare-products .product-inactif .product-content {
	background: transparent url(../images/bg-prod-comp-content-ina.png)
		repeat-y top left;
	width: 246px;
}

.compare-products .product-inactif .product-accroche {
	color:#666666;
	font-size:0.7em;
	padding: 0 5px 5px 10px;
}

.compare-products .product-inactif .product-bottom {
	background: transparent url(../images/bg-prod-comp-bottom-ina.png)
		no-repeat top left;
	width: 246px;
	height: 7px;
}

.compare-products .product-top h2 {
	background: transparent url(../images/bg-paragraph2-title.png) no-repeat
		bottom left;
	height: 20px;
	color: #1b1515;
	padding: 2px 0 0 10px;
	width: 210px;
	margin: 0;
	font-size:0.8em;
}

.compare-products .select-product {
	float: right;
	font-size: 0.65em;
	margin: -5px 10px 0 0;
	border-left: 1px solid #c2c2c2;
	padding: 0 0 0 15px;
	width: 80px;
}

.compare-products .select-product-actif {
	background: transparent url(../images/puce-prod-comp-actif.gif)
		no-repeat right 3px;
	display: none;
}

.compare-products .select-product-inactif {
	background: transparent url(../images/puce-prod-comp-inactif.gif)
		no-repeat 3px 3px;
}

.compare-products .product-content {
	padding: 5px 0;
}

.compare-products .product-content img {
	float: right;
	margin-right: 10px;
}

.compare-products .product-content ul {
	list-style-type: none;
	margin: 0 10px 0 10px;
}
.compare-products .product-content .product-content-principales-photo {
	margin: 0 120px 0 10px;
}

.compare-products .product-content ul li {
	background: transparent url(../images/border-dotted-line-table.gif)
		repeat-x bottom left;
	font-size: 0.7em;
	color: #666666;
	line-height: 1.4em;
	padding-left: 10px;
}

/********************************************/
	/****** COMPARE PRODUCTS TABLE CLASSES ******/
	/********************************************/
.comparateur-products {
	margin: 20px 0 20px 9px;
}

.comparateur-products table {
	font-size: 1em;
	color: #666666;
	width: 100%;
}

.comparateur-products table tr {
	padding: 0;
	margin: 0;
}

.comparateur-products table thead tr th {
	text-align: center;
}

.comparateur-products table tfoot tr th {
	text-align: left;
	font-weight: normal;
	border-left: 1px solid #c2c2c2;
	background: transparent url(../images/puce-prod-comp-inactif.gif)
		no-repeat 8px 15px;
	padding: 10px 0 5px 17px;
}

.comparateur-products table tfoot tr th.label {
	border-left: none;
	background: none;
}

.comparateur-products table tr th {
	background: transparent url(../images/border-dotted-line-table.gif)
		repeat-x bottom left;
	padding-bottom: 5px;
}

.comparateur-products table tr td {
	padding: 4px 10px 4px 5px;
	background: transparent url(../images/border-dotted-line-table.gif)
		repeat-x bottom left;
	border-left: 1px solid #c2c2c2;
}

.comparateur-products table tr.title-table td {
	background: transparent url(../images/puce-prod-comp-inactif.gif)
		no-repeat 3px 20px;
	color: #666666;
	font-size: 1.6em;
	font-weight: bold;
	padding: 15px 0 15px 12px;
}

.comparateur-products table tr.title-table td.label {
	background: none;
	padding: 15px 0 15px 5px;
}

.comparateur-products table tr.grey-style td {
	background-color: #f5f5f5;
}

.comparateur-products table tr.white-style td {
	background-color: #fff;
}

.comparateur-products table tr td.label {
	color: #000000;
	border: none;
}

/***************************************/
	/****** LIST NEW PRODUCTS  CLASSES *****/
	/***************************************/
.new-products {
	list-style-type: none;
	margin: 15px 3px 15px 11px;
}

.new-products li {
	background: transparent url(../images/border-dotted-grey.gif) repeat-x
		scroll left bottom;
	margin: 10px 0;
	padding-bottom: 10px;
}

.new-products li ul {
	list-style-type: none;
}

.new-products li ul li {
	background: none;
	margin: 0;
	padding-bottom: 0;
}

.new-products li h5 {
	margin-left: 90px;
}

.new-products li h6 {
	font-size: 1.1em;
	color: #EA3625;
	margin-left: 90px;
}

.new-products li .paragraph {
	font-size: 1.05em;
	margin-left: 90px;
}

.new-products li.last {
	background: none;
}

/* specific to the right col */
div.content-right-list .new-products li h5 {
	margin-left: 0;
	clear: both;
}
div.content-right-list .new-products li .paragraph {
	margin-left: 0;
}

/* end: specific to the right col */


/**************************************/
	/****** LISTE RECOMPENSES CLASSES *****/
	/**************************************/
.recompenses {
	list-style-type: none;
	margin: 15px 3px 15px 11px;
}

.recompenses li {
	background: transparent url(../images/border-dotted-grey.gif) repeat-x
		scroll left bottom;
	margin: 10px 0;
	padding-bottom: 10px;
}

.recompenses li ul {
	list-style-type: none;
}

.recompenses li ul li {
	background: none;
	margin: 0;
	padding-bottom: 0;
}

.recompenses li h5 {
	margin-left: 90px;
}

.recompenses li h6 {
	color: #EA3625;
	margin-bottom: 3px;
	font-size: 1.2em;
}

.recompenses li .paragraph {
	font-size: 1.05em;
	margin-left: 90px;
}

.recompenses li .paragraph p {
	font-size: 1.3em;
}

.recompenses li.last {
	background: none;
}

/* specific to home right col */
div.content-right-list .recompenses li .paragraph, div.content-right-list ul.liste-actualites li div.style0009 {
	margin-left: 0;
	clear: both;
}	 
/* end: specific to home right col */

/********************************************/
	/****** LISTE VU DANS LA PRESSE CLASSES *****/
	/********************************************/
.view-in-presse {
	list-style-type: none;
	margin: 15px 3px 15px 11px;
}

.view-in-presse li {
	background: transparent url(../images/border-dotted-grey.gif) repeat-x
		scroll left bottom;
	margin: 10px 0;
	padding-bottom: 10px;
}

.view-in-presse li ul {
	list-style-type: none;
}

.view-in-presse li ul li {
	background: none;
	margin: 0;
	padding-bottom: 0;
}

.view-in-presse li h5 {
	margin-left: 90px;
	font-size: 1.1em;
}

.view-in-presse li h5.maintitle {
	margin: 0 0 5px 0;
	font-style: italic;
	font-weight: normal;
}

.view-in-presse li h6 {
	color: #EA3625;
	margin-bottom: 3px;
	font-size: 1.2em;
}

.view-in-presse li h6.titre_article {
	color: #4C4C4C;
	font-size: 1.05em;
	margin: 10px 0 10px 110px;
	font-weight: normal;
}

.view-in-presse li .paragraph {
	font-size: 1.05em;
	margin-left: 110px;
}

.view-in-presse li p {
	font-size: 1.05em;
}

.view-in-presse li p.journaliste {
	font-size: 1.05em;
	margin: 3px 0 3px 110px;
	text-decoration: underline;
}

.view-in-presse li p.date {
	font-size: 1.05em;
	margin: 0;
	float: left;
	width: 110px;
	color: #4C4C4C;
	font-weight: bold;
}

.view-in-presse li .floatleft {
	float: left;
	width:110px;
}

.view-in-presse li .floatleft .image0005{
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
}

.view-in-presse li.last {
	background: none;
}

.view-in-presse .right-puce {
	margin: 10px 0;
}

.view-in-presse li img {
	/*margin: 10px 10px 0 5px;*/
}

/*************************/ /****** PLAN DU SITE *****/
	/*************************/
.plandusite ol {
	margin-left: 15px;
	list-style-type: none;
}

.plandusite ol li {
	background: transparent url(../images/bg-bottom-red-submenu.png)
		no-repeat scroll left bottom;
	margin-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.plandusite ol li a {
	color: #6F6F6F;
	font-size: 1.1em;
}

.plandusite ol li ol li {
	background: none;
	margin-top: 2px;
	padding-bottom: 0;
	font-weight: normal;
}

/****************************/ /****** LISTE DES ACTUS *****/
	/****************************/
ul.liste-actualites {
	list-style-type: none;
	margin: -10px 3px 15px 11px;
	font-size: 1.3em;
}

ul.liste-actualites li {
	background: transparent url(../images/border-dotted-grey.gif) repeat-x
		scroll left bottom;
	margin: 10px 0;
	padding-bottom: 10px;
}

ul.liste-actualites li ul {
	list-style-type: none;
}

ul.liste-actualites li ul li {
	background: none;
	margin: 0;
	padding-bottom: 0;
}

ul.liste-actualites li h5 {
	margin-left: 90px;
}

ul.liste-actualites li h6 {
	color: #EA3625;
	margin-left: 90px;
}

ul.liste-actualites li .paragraph {
	font-size: 1.05em;
	margin-left: 90px;
}

/* homepage col right specific */
div.content-right-list ul.liste-actualites li .paragraph {
	margin-left: 0;
	margin-top: 5px;
	color:#4C4C4C;
	font-size:0.80em;
}

ul.liste-actualites li .paragraph p {
	font-size: 1.3em;
}

ul.liste-actualites li.last {
	background: none;
}

/**************************************/
	/****** LISTE DES POINTS DE VENTE *****/
	/**************************************/
ul.liste-point-vente {
	list-style-type: none;
	margin: 15px 3px 15px 0;
	font-size: 1.3em;
}

ul.liste-point-vente li {
	background: transparent url(../images/border-dotted-grey.gif) repeat-x
		scroll left bottom;
	margin: 10px 0;
	padding-bottom: 10px;
}

ul.liste-point-vente li ul {
	list-style-type: none;
}

ul.liste-point-vente li ul li {
	background: none;
	margin: 0;
	padding-bottom: 0;
}

ul.liste-point-vente li h5 {
	font-size: 0.9em;
	color: #EA3625;
}

ul.liste-point-vente li h6 {
	color: #666666;
	font-size: 0.8em;
	margin-top: 10px;
	float: left;
	width: 150px;
}

ul.liste-point-vente li .paragraph {
	font-size: 0.65em;
	margin-left: 15px;
	margin-top: 9px;
	float: left;
}

ul.liste-point-vente li .paragraph p {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

ul.liste-point-vente li.last {
	background: none;
}

/*  ligne et colonnage */
div.ligne {
	clear: left;
	margin: 0;
	margin-right: 10px;
}

div.premiere_ligne {
	border: 0;
	padding-top: 0;
}

div.colonne {
	float: left;
}

div.colonne_deco {
	margin-right: 10px;
	padding: 0 0 0px 10px;
}

/* Fix Toolbox */ /*div.colonne_deco * li div{
display: inline;
}*/
div.derniere_colonne div.colonne_deco {
	margin-right: 0;
}

div.premiere_colonne div.colonne_deco {
	border: 0;
	padding-left: 0;
}

p#thematique {
	margin-left: 9px;
}

.docfiles {
	list-style: none;
}

.doctitle {
	font-size: 1.1em;
}

.liste-objets {
	list-style-type: none;
}

.gestion{
	padding:10px;
}
.gestion p{
	margin:5px;
}

#connexion {
float:right;
}

.liste-actualites .paragraph {
	color: #000000;
	/*font-size: 0.85em !important;*/
	font-size: 0.85em;	
	padding-right: 11px;
	line-height: 1.45em;
}

/* homepage col right specific */
div.content-right-list .liste-actualites .paragraph {
	padding-right: 0;
} 

/* bloc central sur la page accueil */
ul.liste-actualites li .paragraphhome {
	margin-left:0px;
	float:left;
} 

.article .paragraph ul {
	list-style-position: inside;	
}

.style1 ul li, .style1 ol li  {
	margin-left: 15px !important;
}

.style1 ul.docfiles li  {
	margin-left: 5px !important;
}


.ligne form td input,
.objet-formulaire td input,
.ligne form td select,
.objet-formulaire td select,
.ligne form td textarea,
.objet-formulaire td textarea {
	margin-bottom:5px;
}

.flv_player {
	padding:10px;
	text-align:center;
}

/* jquery validate */
label.error { clear:both; display:block; color: red; vertical-align: top; }

.distributeurs ul li {
	list-style:none;
	padding: 10px;
	background: transparent url(../images/border-dotted-red.gif) repeat-x bottom left;
}
.distributeurs ul li div{
	padding-bottom: 5px;
}
.distributeurs ul li .titre {
	color: #666666;
	font-size: 1.2em;
	font-weight:bold;
}

.distributeurs ul li .adresse,.distributeurs ul li .extranaut {
	padding-left:20px;
}

.distributeurs ul li .adresse,.distributeurs ul li .extranaut {
	float:left;
	width:40%;
}
.distributeurs ul li .both {
	clear:both;
}

/*************/
#newsletter .style3 {
	margin-top: 0px;
}


body.home_vis .footer-grey-line , body.home_clim .footer-grey-line {
	margin:-5px 0px 0px 0px;
}

body.home_vis #content {
	min-height: 575px;
}

.slideToggle a {
	font-weight:bold;
}

.subitem-product .style1 {
float:left;
width:100%;
}

html.linux.mozilla p{
line-height:1.15em;
}

.highlight-product-content-news {
	padding:10px;
}

/* suppression des liens dans la navigation de gauche*/
.nl-ANTI-CORP, .nl-ANTI-CORP2, .nl-ANTI-ISMFR, .nl-ANTI-CLIM1, .nl-ANTI-VIS, .nl-PAC-CLIM, .nl-PAC-ZUB {
	display:none;
}


.style1 div {
	color: #1b1515;
	font-size: 1em;
	text-align: justify;
	padding-right: 5px;
}
.subitem-product .style1 div {
	margin-left: 165px;
	line-height: 1.6em;
}

/**************************************/
/****** SITE INDEX ********************/
/**************************************/
.syn_promote_header {
	font-weight: bold;
}