/*reset.css

hack FF pour masquer les contours pointillé sur les liens

-------------------------------------------------------*/
/*+clearfix {*/
#content #bloc3:after, #content #bloc3 #mini-actu:after, #toppanel:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#content #bloc3, #content #bloc3 #mini-actu, #toppanel
{
	display: inline-block;
}
#content #bloc3, #content #bloc3 #mini-actu, #toppanel
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
A
{
	outline: none;
}
:focus
{
	-moz-outline-style: none;
}
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, TEXTAREA, P
{
	margin: 0;
	padding: 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
FIELDSET, IMG
{
	border: 0;
}
#content #bloc1-fiche IMG
{
	padding: 0px;
	margin: 5px 0;
}
#content #bloc1-fiche IMG.alignleft
{
	padding: 10px;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#content #bloc1-fiche IMG.alignright
{
	padding: 10px;
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}
#content #bloc1-fiche IMG.aligncenter
{
	padding: 10px;
	/*+placement:margin-auto 0px 0px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
OL, UL
{
	list-style: none;
}
CAPTION, TH
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: normal;
}
Q:before, Q:after
{
	content: '';
}
ABBR, ACRONYM
{
	border: 0;
}
EM
{
	font-style: italic;
}
STRONG
{
	font-weight: bold;
}
BLOCKQUOTE
{
	margin: 22px 20px;
	padding: 3px;
	color: #DED6C9;
	padding: 0 15px 0 50px;
	background: transparent url(../img/blocknote.gif) no-repeat 0 0;
	font-size: 16px;
	font-style: italic;
}
A
{
	text-decoration: none;
	color: #DED6C9;
}
A:hover
{
	text-decoration: none;
	color: #ECECEC;
}
#mini-actu H1
{
	text-shadow: 1px 1px 2px #000;
	#filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	#zoom: 1;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.pro
{
	color: #BA3C40;
}
.par
{
	color: #FEBB2B;
}
A.post-edit-link
{
	background-color: #D90856;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	/*[empty]margin-top:;*/
	display: block;
	width: 130px;
	text-align: center;
}
A.post-edit-link:hover
{
	background-color: #4E83B9;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	/*[empty]margin-top:;*/
	display: block;
	width: 130px;
	text-align: center;
}
HR
{
	margin: 5px 0 15px;
	height: 1px;
	padding: 0;
	color: #3D3533;
	background-color: #3D3533;
	border: 0;
}
/*fonts.css*/
BODY
{
	font: 12px "Trebuchet MS", arial, helvetica, clean, sans-serif;
	font-size: small;
	color: #FEFEFE;
	background: #2D2825 url(../img/bg.jpg) no-repeat top center;
}
TABLE
{
	font-size: inherit;
	font: 100% sans-serif;
}
SELECT, INPUT, TEXTAREA
{
	font: 99% "Trebuchet MS", arial, helvetica, clean, sans-serif;
}
PRE, CODE
{
	font: 115% monospace;
	font-size: 100%;
}
BODY *
{
}
/*MENU*/
#head
{
	width: 960px;
	background-color: #FEBB2B;
	background-color: transparent;
	margin: 0 auto;
	height: 80px;
	padding: 0px;
}
#head #logo
{
}
#head #logo A
{
	width: 150px;
	height: 80px;
	position: absolute;
	/*[disabled]text-indent:-50000em;*/
	display: block;
	/*[disabled]background:url(../img/logo_ce_vert.png) no-repeat 0px -5px;*/
}
#head #menu
{
	background-color: #99BB85;
	background-color: transparent;
	height: 60px;
	padding-left: 140px;
	padding-top: 20px;
	border: 0px solid #000000;
}
UL.topnav
{
	list-style: none;
	padding: 0 0px;
	margin: 0;
	background: #DD8C8C url(topnav_bg.gif) repeat-x;
	/*[empty]height:;*/
}
UL.topnav LI
{
	float: left;
	margin: 0 5px;
	padding: 0;
	position: relative;
/*--Declare X and Y axis base for sub navigation--*/
	background-color: #D6A2A2;
	background-color: transparent;
	/*[empty]width:;*/
}
UL.topnav LI.menu-pro A
{
	margin: 0;
	padding: 0;
	height: 40px;
	width: 260px;
	text-indent: -50000em;
	background: url(../img/bt-menu.gif) no-repeat;
}
UL.topnav LI.menu-pro A:hover
{
	background: url(../img/bt-menu.gif) no-repeat 0px -50px;
	height: 40px;
	width: 260px;
}
UL.topnav LI.menu-par
{
	/*[empty]width:;*/
}
UL.topnav LI.menu-par A
{
	margin: 0;
	padding: 0;
	height: 40px;
	width: 120px;
	text-indent: -50000em;
	background: url(../img/bt-menu.gif) no-repeat -260px 0px;
}
UL.topnav LI.menu-par A:hover
{
	background: url(../img/bt-menu.gif) no-repeat -260px -50px;
}
UL.topnav LI.menu-vide
{
	background-color: transparent;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 20px;
	text-indent: -50000em;
}
UL.topnav LI.menu-page
{
}
UL.topnav LI.menu-page A
{
	margin: 0;
	padding: 0;
	height: 40px;
	width: 120px;
	text-indent: -50000em;
	background: url(../img/bt-menu.gif) no-repeat -380px 0px;
}
UL.topnav LI.menu-page A:hover
{
	background: url(../img/bt-menu.gif) no-repeat -380px -50px;
}
UL.topnav LI.menu-page2 A
{
	margin: 0;
	padding: 0;
	height: 40px;
	width: 120px;
	text-indent: -50000em;
	background: url(../img/bt-menu.gif) no-repeat -510px 0px;
}
UL.topnav LI.menu-page2 A:hover
{
	background: url(../img/bt-menu.gif) no-repeat -510px -50px;
}
UL.topnav LI.menu-page3 A
{
	margin: 0;
	padding: 0;
	height: 40px;
	width: 120px;
	text-indent: -50000em;
	background: url(../img/bt-menu.gif) no-repeat -640px 0px;
}
UL.topnav LI.menu-page3 A:hover
{
	margin: 0;
	padding: 0;
	height: 40px;
	width: 120px;
	text-indent: -50000em;
	background: url(../img/bt-menu.gif) no-repeat -640px -50px;
}
UL.topnav LI.menu-page4 A:hover
{
	background: url(../img/bt-menu.gif) no-repeat -640px -50px;
}
UL.topnav LI A
{
	padding: 0;
	color: #FFF;
	display: block;
	text-decoration: none;
	float: left;
	background-color: transparent;
}
UL.topnav LI SPAN
{
/*--Drop down trigger styles--*/
	width: 17px;
	height: 45px;
	float: left;
	background: #7D8ACE url(subnav_btn.gif) no-repeat center top;
}
UL.topnav LI SPAN.subhover
{
	background-position: center bottom;
	cursor: pointer;
}
/*--Hover effect for trigger--*/
UL.topnav LI UL
{
	list-style: none;
	position: absolute;
/*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 40px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 6px solid #111;
	z-index: 10000;
}
UL.topnav LI UL.subnav
{
	list-style: none;
	position: absolute;
/*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 40px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 6px solid #111;
	z-index: 10000;
}
UL.topnav LI UL.subnav LI
{
	margin: 0;
	padding: 0;
	border-top: 0px solid #252525;
/*--Create bevel effect--*/
	border-bottom: 0px solid #444;
/*--Create bevel effect--*/
	clear: both;
	width: 170px;
	z-index: 1;
}
HTML UL.topnav LI UL.subnav LI A
{
	float: left;
	width: 150px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	background-color: transparent;
	padding: 10px;
	margin: 0;
	height: 20px;
	text-transform: uppercase;
}
HTML UL.topnav LI UL.subnav LI A:hover
{
/*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}
/*CONTENT*/
#content
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	/*[empty]height:;*/
}
#content #bloc1
{
	width: 940px;
	border: 1px solid #4F4C4B;
	background-color: #2D2825;
	margin: 10px auto;
	padding: 10px;
	height: 300px;
}
#bloc1 #s2
{
	padding: 0;
	margin: 0;
}
#content #bloc1-a
{
	width: 940px;
	border: 0px solid #4F4C4B;
	background-color: transparent;
	margin: 10px auto;
	padding: 10px;
}
#content #bloc1-b
{
	width: 940px;
	border: 1px solid #4F4C4B;
	background-color: #2D2825;
	margin: 10px auto;
	padding: 10px;
	height: 300px;
}
#content #bloc1-c
{
	background-color: transparent;
	width: 940px;
	margin: 10px auto;
	padding: 10px;
}
/*[clearfix]*/#content #bloc3
{
	/*[disabled]background-color:#4E83B9;*/
	width: 940px;
	margin: 10px auto;
	padding: 10px;
}
#content #bloc1-c A.bt-contact
{
	display: block;
	padding: 0;
	height: 50px;
	width: 380px;
	text-indent: -50000em;
	background: url(../img/bt-menu.gif) no-repeat -142px -95px;
}
#content #bloc1-c A.bt-contact:hover
{
	background: url(../img/bt-menu.gif) no-repeat -142px -145px;
}
#content #bloc1-c A.bt-devis-pro
{
	margin-left: 0px;
	display: block;
	padding: 0;
	height: 50px;
	width: 320px;
	text-indent: -50000em;
	background: url(../img/bt-menu.gif) no-repeat -530px -95px;
}
#content #bloc1-c A.bt-devis-pro:hover
{
	background: url(../img/bt-menu.gif) no-repeat -530px -145px;
}
#content #bloc1-c A.bt-devis-par
{
	margin-left: 0px;
	display: block;
	padding: 0;
	height: 50px;
	width: 320px;
	text-indent: -50000em;
	background: transparent url(../img/bt-menu.gif) no-repeat -860px -95px;
}
#content #bloc1-c A.bt-devis-par:hover
{
	background: url(../img/bt-menu.gif) no-repeat -860px -145px;
}
/*MNI BLOC*/
/*[clearfix]*/#content #bloc3 #mini-actu
{
	width: 302px;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 5px;
}
#content #bloc3 #mini-actu HR
{
	border: 0px solid #000000;
	border-bottom: 1px solid #3D3533;
	padding: 0;
	margin: 5px 0;
}
#content #bloc3 #mini-actu H1.mini-titre
{
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DED6C9;
}
#content #bloc3 #mini-actu H2
{
	color: #DED6C9;
	font-size: 16px;
	font-weight: bold;
}
#content #bloc3 #mini-actu H2 A:link, #content #bloc3 #mini-actu H2 A:visited
{
	color: #AAEF84;
	font-size: 11px;
}
#content #bloc3 #mini-actu H2 A:hover, #content #bloc3 #mini-actu H2 A:active
{
	color: #6CE628;
	font-size: 11px;
}
#content #bloc3 #mini-actu .date
{
	font-size: 11px;
	font-style: italic;
	color: #999999;
}
#content #bloc3 #mini-actu .extrait-actu
{
	font-size: 12px;
}
#content #bloc3 #mini-actu .mini-phone
{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin-top: 5px;
	text-shadow: 1px 1px 2px #000;
	#filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	#zoom: 1;
}
#content #bloc3 #mini-actu .mini-email
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px #000;
	#filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	#zoom: 1;
}
#content #bloc3 #mini-actu #mini-bloc-img
{
	border: 0px solid #4F4C4B;
	background-color: transparent;
	margin: 0px;
	padding: 0;
}
#content #bloc3 #mini-actu #mini-newsletter-form
{
	margin: 0;
	padding: 5px;
	border: 1px solid #4F4C4B;
	background-color: #3A3634;
}
#content #bloc3 #mini-actu #mini-newsletter-form #form1 INPUT
{
	margin: 5px;
	padding: 5px;
	border: 1px solid #676362;
	width: 250px;
	background-color: #DED6C9;
}
#content #bloc3 #mini-actu #mini-newsletter-form #form1 INPUT#button
{
	border: 1px solid #000000;
	margin: 5px;
	padding: 5px;
	border: 1px solid #676362;
	background-color: #DED6C9;
	width: auto;
}
#content #bloc-list-full
{
	text-align: left;
	margin: 10px;
	/*[empty]background-color:;*/
}
#bloc-list-full .titre-sous-categorie
{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0px 0 5px;
	padding: 20px 0 0;
	border: 0px solid #000000;
	line-height: normal;
	color: #4E83B9;
}
#bloc-list-full .lien-fiche
{
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
	margin: 0px 15px 5px 0px;
	padding: 0px 5px 5px 0px;
	border: 0px solid #000000;
	border-bottom: 1px solid #3D3533;
}
#content #panel #bloc-list-mini
{
	text-align: left;
	margin: 20px 10px 10px;
	width: 650px;
}
#content #panel #bloc-list-mini UL LI A
{
	color: #FFFFFF;
}
#content #panel #bloc-list-mini UL LI A:hover
{
	color: #DED6C9;
}
#bloc-list-mini .titre-sous-categorie
{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 0 5px;
	padding: 0px 0 0;
	border: 0px solid #000000;
	line-height: normal;
	color: #4E83B9;
}
#bloc-list-mini .lien-fiche
{
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 5px;
	border: 0px solid #000000;
	border-bottom: 1px solid #3D3533;
	/*[empty]background-color:;*/
}
#acces-autres-cat
{
	width: 300px;
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	position: absolute;
	top: auto;
	left: 660px;
	padding-top: 30px;
}
#panel #acces-autres-cat A.bt-cloture
{
	text-indent: 50000em;
	height: 110px;
	display: block;
	margin: 0 0 5px;
	position: relative;
	width: 300px;
	background-image: url(../img/bt-acces-clotures.png);
}
#panel #acces-autres-cat A.bt-cloture:hover
{
	background-color: #6CE628;
	background: url(../img/bt-acces-clotures.png);
}
#panel #acces-autres-cat A.bt-portail
{
	background-color: #324961;
	text-indent: 50000em;
	height: 110px;
	display: block;
	margin: 0 0 5px;
	position: relative;
	width: 300px;
	background: url(../img/bt-acces-portails.png);
}
#panel #acces-autres-cat A.bt-portail:hover
{
	background: url(../img/bt-acces-portails.png);
}
#panel #acces-autres-cat A.bt-sport
{
	text-indent: 50000em;
	height: 110px;
	display: block;
	margin: 0 0 5px;
	position: relative;
	width: 300px;
	background: url(../img/bt-acces-sport.png);
}
#panel #acces-autres-cat A.bt-sport:hover
{
	background: url(../img/bt-acces-sport.png);
}
#panel #acces-autres-cat A.bt-design
{
	text-indent: 50000em;
	height: 110px;
	display: block;
	margin: 0 0 5px;
	position: relative;
	width: 300px;
	background: url(../img/bt-acces-design.png);
}
#panel #acces-autres-cat A.bt-design:hover
{
	background: url(../img/bt-acces-design.png);
}
A.bt-cloture
{
	text-indent: 50000em;
	height: 110px;
	display: block;
	margin: 0 0 5px;
	position: relative;
	width: 300px;
	background-image: url(../img/bt-acces-clotures.png);
}
A.bt-cloture:hover
{
	background-color: #6CE628;
	background: url(../img/bt-acces-clotures.png);
}
A.bt-portail
{
	background-color: #324961;
	text-indent: 50000em;
	height: 110px;
	display: block;
	margin: 0 0 5px;
	position: relative;
	width: 300px;
	background: url(../img/bt-acces-portails.png);
}
A.bt-portail:hover
{
	background: url(../img/bt-acces-portails.png);
}
A.bt-sport
{
	text-indent: 50000em;
	height: 110px;
	display: block;
	margin: 0 0 5px;
	position: relative;
	width: 300px;
	background: url(../img/bt-acces-sport.png);
}
A.bt-sport:hover
{
	background: url(../img/bt-acces-sport.png);
}
A.bt-design
{
	text-indent: 50000em;
	height: 110px;
	display: block;
	margin: 0 0 5px;
	position: relative;
	width: 300px;
	background: url(../img/bt-acces-design.png);
}
A.bt-design:hover
{
	background: url(../img/bt-acces-design.png);
}
/*BLOC STYLE FICHE*/
#content #bloc1-fiche
{
	margin-bottom: 10px;
}
#bloc1-fiche UL
{
	margin: 0 0 15px;
	padding: 0;
	list-style: disc inside;
}
P.gamme
{
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
	#filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	#zoom: 1;
	text-transform: uppercase;
}
A.downloadlink IMG
{
	width: 230px;
	height: 30px;
}
#content #bloc1-fiche H1
{
	font-size: 24px;
	font-weight: bold;
	color: #DED6C9;
	text-align: left;
	text-transform: uppercase;
	padding: 10px 10px 10px 0px;
	margin: 0;
	text-shadow: 1px 1px 2px #000;
	#filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	#zoom: 1;
}
#content #bloc1-fiche H2
{
	font-size: 18px;
	font-weight: bold;
	color: #EBEBEB;
	text-align: left;
	text-transform: uppercase;
	padding: 10px 10px 10px 0px;
	margin: 0;
	text-shadow: 1px 1px 2px #000;
	#filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	#zoom: 1;
}
#content #bloc1-fiche H3
{
	font-size: 16px;
	font-weight: bold;
	color: #EAEAEA;
	text-align: left;
	text-transform: uppercase;
	padding: 10px 10px 10px 0px;
	margin: 0;
	text-shadow: 1px 1px 2px #000;
	#filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	#zoom: 1;
}
#content #bloc1-fiche.pro-cloture H1, #content #toppanel.pro-cloture LI.titre-sous-categorie, #content #bloc-list-full.pro-cloture LI.titre-sous-categorie
{
	color: #98BF21;
}
#content #bloc1-fiche.pro-portail H1, #content #toppanel.pro-portail LI.titre-sous-categorie, #content #bloc-list-full.pro-portail LI.titre-sous-categorie
{
	color: #0783BF;
}
#content #bloc1-fiche.pro-design H1, #content #toppanel.pro-design LI.titre-sous-categorie, #content #bloc-list-full.pro-design LI.titre-sous-categorie
{
	color: #D90856;
}
#content #bloc1-fiche.pro-sport H1, #content #toppanel.pro-sport LI.titre-sous-categorie, #content #bloc-list-full.pro-sport LI.titre-sous-categorie
{
	color: #EC8703;
}
#content #bloc1-fiche DIV.post P
{
	margin: 0 0 10px;
	padding: 0;
}
/*PANEL*/
.panel_button
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	z-index: 20;
	cursor: pointer;
	margin-bottom: 0px;
	/*[disabled]background:url(../img/filet.png) no-repeat 0px 0px;*/
	border-bottom: 1px solid #3D3533;
	padding-bottom: 10px;
}
.panel_button IMG
{
	position: relative;
	top: 10px;
	border: none;
}
.panel_button A
{
	text-decoration: none;
	color: #DED6C9;
	font-weight: bold;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	#zoom: 1;
}
.panel_button A:hover
{
	color: #FFFFFF;
}
#panel
{
	width: 960px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: visible;
	/*[disabled]overflow:hidden;*/
	text-align: left;
	padding-bottom: 10px;
	padding-top: 16px;
	margin-top: -18px;
	/*[empty]background-color:;*/
}
/*[clearfix]*/#toppanel
{
	width: 960px;
	left: 0px;
	z-index: 25;
	text-align: center;
	border-bottom: 0px solid #3D3533;
	height: 550px;
}
#panel_contents
{
	height: 100%;
	width: 960px;
	position: absolute;
	z-index: -1;
}
#panel H1
{
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 35px;
	left: 275px;
	position: absolute;
	top: 10px;
}
#panel H2
{
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #447C6F;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 60px;
	left: 350px;
}
/*FOOT*/
#foot
{
	width: 960px;
	background-color: #FE6500;
	background-color: transparent;
	margin: 0 auto;
	padding: 15px 0 0;
	border: 0px solid #000000;
	border-top: 1px solid #3D3533;
	color: #676362;
	font-size: 11px;
}
#foot A
{
	color: #DED6C9;
}
#foot A:hover
{
	color: #FEFEFE;
	text-decoration: underline;
}
#foot .right
{
	width: 400px;
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: right;
}
/*FORMULAIRE CONTACT*/
DIV.failure
{
	display: block;
	background: #FFDFDF url(li-err-bg.png) repeat !important;
	border-color: #D90856;
	border-style: solid;
	border-width: 1px 0pt;
	width: 660px;
	color: #D90856;
}
DIV.success
{
	display: block;
	background: #99BB85 url(li-err-bg.png) repeat !important;
	border-color: #6CE628;
	border-style: solid;
	border-width: 1px;
	width: 250px;
	color: #6CE628;
	height: 20px;
}
.cform
{
	margin: 10px auto 0;
	width: 780px;
	border: 1px solid #3D3533;
	background-color: #2D2825;
	padding: 5px;
}
.cform .cf_error
{
	color: #D90856;
	border: 1px solid #D90856;
}
.cform FIELDSET
{
	margin-top: 10px;
	padding: 5px 0 15px;
	border: 1px solid #ADADAD;
	border-left-color: #ECECEC;
	border-top-color: #ECECEC;
	background: transparent;
}
.cform INPUT, .cform TEXTAREA, .cform SELECT
{
	padding: 3px;
	background: #DED6C9;
	border: 1px solid #676362;
	vertical-align: top;
	color: #020202;
}
.cform INPUT:hover, .cform TEXTAREA:hover, .cform SELECT:hover
{
	background: #FFFFFF;
}
.cform INPUT:focus, .cform TEXTAREA:focus, .cform SELECT:focus
{
	background: #FFFFFF;
}
.cform INPUT.backbutton, .cform INPUT.resetbutton, .cform INPUT.sendbutton
{
	width: 100px;
	padding: 5px;
	margin: 10px 0 0 5px;
	font-size: 12px;
	border: 0px solid #ADADAD !important;
	border-left-color: #ECECEC !important;
	border-top-color: #ECECEC !important;
}
.cform INPUT
{
	width: 240px;
}
.cform TEXTAREA
{
	width: 560px;
}
.cform SELECT
{
	width: 158px;
/*attempt to have equal length*/
	padding: 2px 0;
}
.cform SELECT.cfselectmulti
{
	height: 7.5em;
}
.cform TEXTAREA
{
	font-family: arial;
	font-size: 0.9em;
	overflow: auto;
}
SPAN.reqtxt, SPAN.emailreqtxt
{
	margin: 3px 0 0 3px;
	font-size: 0.9em;
	display: -moz-inline-box;
	vertical-align: top;
	color: #0783BF;
}
OL.cf-ol LI.cf_li_err
{
	background: #FFDFDF url(li-err-bg.png) repeat !important;
	border-color: #DF7D7D;
	border-style: solid;
	border-width: 1px 0pt;
	padding: 5px 0 5px 5px !important;
	margin: 5px 0 !important;
	color: #D90856;
}
OL.cf-ol LI UL.cf_li_text_err
{
	height: 1%;
	min-height: 1%;
	margin: 0 0 0 100px;
	padding: 0;
	color: #333;
}
OL.cf-ol UL.cf_li_text_err LI
{
	background: url(icon-alert.png) no-repeat left 1px !important;
	list-style: none !important;
	font-weight: bold;
	text-indent: 0;
	margin: 0 0 2px !important;
	padding-left: 15px;
}
OL.cf-ol UL.cf_li_text_err LI:before
{
	content: '';
}
OL.cf-ol LI.cf-box-title
{
	font-weight: normal;
	letter-spacing: 0px;
	padding: 8px 0 0 100px;
/*check with label 'width' incl.*/
}
OL.cf-ol LI.cf-box-group
{
	margin: 5px 0pt 0px !important;
	padding-left: 100px;
}
LABEL.cf-after
{
	margin: 5px 5px 0pt;
	text-align: left;
	border-left: 0px solid #3D3533;
	padding-left: 0px;
	background-color: transparent;
	font-size: 10px;
	width: 65px;
}
P.cf-sb
{
	text-align: center;
	padding: 0 !important;
	margin: 0;
}
/*FORMULAIRE NEWSLETTER*/
#mini-newsletter-form #cformsform.cform
{
	margin: 0px auto 0;
	width: 280px;
	border: 0px solid #4F4C4B;
	background-color: transparent;
	padding: 0px;
}
#mini-newsletter-form #cformsform.cform LABEL
{
	width: 90px;
	margin: 4px 10px 0 0;
	display: -moz-inline-box;
/*for mozilla*/
	display: inline-block;
/*for Opera & IE*/
	text-align: right;
	vertical-align: top;
}
#mini-newsletter-form #cformsform.cform LABEL SPAN
{
	width: auto;
/*must be the same as above!*/
	display: block;
	background-color: transparent;
	text-align: left;
}
#mini-newsletter-form #usermessagea.cf_info.failure
{
	display: block;
	background: #FFDFDF url(li-err-bg.png) repeat !important;
	border-color: #D90856;
	border-style: solid;
	border-width: 1px 0pt;
	width: 250px;
	color: #D90856;
	height: 20px;
}
#mini-newsletter-form #usermessagea.cf_info.success
{
	display: block;
	background: #DEFEDF url(li-err-bg.png) repeat !important;
	border-color: #6CE628;
	border-style: solid;
	border-width: 1px;
	width: 250px;
	color: #2B640C;
	height: 20px;
}
.linklove
{
	background-color: transparent;
	display: block;
	width: 0px;
	height: 0px;
}
.linklove A
{
	color: #393533;
	text-decoration: underline;
	background-color: transparent;
	display: block;
	width: 182px;
	height: 16px;
	text-indent: -80000em;
}
/*ACTU*/
#content #bloc3 #mini-actu
{
	width: 302px;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 5px;
}
#content #bloc3 #mini-actu P
{
	font-size: 11px;
}
#content #bloc3 #mini-actu HR
{
	border: 0px solid #000000;
	border-bottom: 1px solid #3D3533;
	padding: 0;
	margin: 5px 0;
}
#content #bloc3 #mini-actu H1.mini-titre
{
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DED6C9;
}
#content #bloc3 #mini-actu H2
{
	color: #DED6C9;
	font-size: 16px;
	font-weight: bold;
}
#content #bloc3 #mini-actu .date
{
	font-size: 10px;
	font-style: italic;
	color: #999999;
}
#content #bloc3 #mini-actu .extrait-actu
{
	font-size: 12px;
}
#content #bloc3 #mini-actu .mini-phone
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	text-shadow: 1px 1px 2px #000;
	#filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	#zoom: 1;
}
#content #bloc3 #mini-actu .mini-email
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	text-shadow: 1px 1px 2px #000;
	#filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	#zoom: 1;
}
#content #bloc3 #mini-actu #mini-bloc-img
{
	border: 0px solid #4F4C4B;
	background-color: transparent;
	margin: 0px;
	padding: 0;
}
#content #bloc3 #mini-actu #mini-newsletter-form
{
	margin: 0;
	padding: 5px;
	border: 1px solid #4F4C4B;
	background-color: #3A3634;
}
#content #bloc3 #mini-actu #mini-newsletter-form #form1 INPUT
{
	margin: 5px;
	padding: 5px;
	border: 1px solid #676362;
	width: 250px;
	background-color: #DED6C9;
}
#content #bloc3 #mini-actu #mini-newsletter-form #form1 INPUT#button
{
	border: 1px solid #000000;
	margin: 5px;
	padding: 5px;
	border: 1px solid #676362;
	background-color: #DED6C9;
	width: auto;
}
#mini-actu A.suite
{
	color: #AAEF84;
}
#mini-actu A.suite:hover
{
	color: #6CE628;
}
DIV.dateactu
{
	display: block;
	position: fixed;
	background-color: #676362;
	text-align: center;
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 2px 4px 0px;
	margin: 10px;
	color: #FEFEFE;
}
DIV.dateactu DIV.jour
{
	display: block;
	position: fixed;
	background-color: transparent;
	text-align: center;
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
DIV.dateactu DIV.mois
{
	display: block;
	position: fixed;
	background-color: #FFFFFF;
	color: #676362;
	text-align: center;
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	font-weight: bold;
}
DIV.dateactu DIV.annee
{
	display: block;
	position: fixed;
	background-color: transparent;
	text-align: center;
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}
DIV#pagelink
{
	display: block;
	position: fixed;
	background-color: transparent;
	text-align: right;
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 10px 10px 0px 0px;
	font-size: 14px;
	width: 420px;
	text-transform: uppercase;
	font-weight: bold;
}
DIV#pagelink A:link, DIV#pagelink A:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #98BF21;
}
DIV#pagelink A:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #98BF21;
}
DIV.navigation
{
	background-color: transparent;
	height: 25px;
	border-top: 1px solid #3D3533;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
}
DIV.navigation DIV.alignleft
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
DIV.navigation DIV.alignright
{
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}
.post TD
{
	font-size: 14px;
	line-height: 20px;
}
#content #bloc1-fiche DIV.post TD H2
{
	font-size: 18px;
	font-weight: bold;
	text-transform: inherit;
	padding: 10px 10px 10px 0px;
	margin: 0;
}
/*SLIDER*/
#slider-nemo
{
	height: 310px;
	/*[disabled]background:url(images/slider-nemo.gif);*/
	padding: 0;
	margin: 0;
}
#slideshow
{
	position: relative;
	height: 350px;
}
#slideshow IMG
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}
#slideshow IMG.active
{
	z-index: 10;
	opacity: 1.0;
}
#slideshow IMG.last-active
{
	z-index: 9;
}
#slider
{
	width: 940px;
	height: 295px;
	overflow: hidden;
	position: relative;
}
#slider UL, #slider LI
{
	margin: 0px 0 0;
	padding: 0;
	list-style: none;
}
#slider LI
{
	width: 940px;
	height: 295px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.slidertext
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: verdana;
	position: relative;
	top: -320px;
	width: 586px;
	height: 125px;
	padding-left: 13px;
	line-height: 22px;
	font-size: 14px;
}
#slider H2
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Arial Black";
	letter-spacing: -3px;
	font-size: 48px;
	position: relative;
	top: -300px;
	width: 540px;
	height: 50px;
	padding-left: 13px;
	line-height: 50px;
}
#slider H2 A
{
	color: #D92B5F;
	text-decoration: none;
	font-family: verdana;
	font-size: 26px;
}
#slider H2 A
{
	color: #FEFEFE;
	text-decoration: none;
	font-family: "Arial Black";
	letter-spacing: -1px;
	font-size: 12px;
}
.slidercontentbox
{
	margin-left: 8px;
	padding-top: 36px;
}

