/*-------------------------------------------------------------------
                          CSS CREALYSE 2008
version: 1.0
author: Crealyse Team
email: 
website: http://www.crealyse.net/
-------------------------------------------------------------------*/
/*--------------------------------------------------------
           Style body 
--------------------------------------------------------*/
body {
	margin:0 auto;
	background:#000;
}
/*--------------------------------------------------------
           Universal selector
--------------------------------------------------------*/
* {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	/*color:#000;
	font-size:10px;*/
}
/*--------------------------------------------------------
           class Global
--------------------------------------------------------*/
.red {
	color:red;
}
.green {
	color:green;
}
.blue {
	color:#08448D;
}
.date {
	color:#897531;
	font-weight:bold;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style: italic;
}
.clear {
	clear:both;
}
/*--------------------------------------------------------
           Style IMG
--------------------------------------------------------*/
img {
	display:block;
}
/*--------------------------------------------------------
           Style TD
--------------------------------------------------------*/
td {
	vertical-align: top;
}
/*--------------------------------------------------------
          Heads
--------------------------------------------------------*/
h1 {
	color:#7A2885;
}
h2 {
	color:#7A2885;
	text-transform:uppercase;
	font-size:14px;
}
h3 {
}
/*--------------------------------------------------------
           Style Links
--------------------------------------------------------*/
a {
	text-decoration: none;
	color:#7A2885;
	font-size:10pt;
}
a:hover {
	text-decoration: none;
	color:#7A2885;
}
.lien1 {
	text-decoration: none;
	color:#fff;
	font-size:9pt;
	text-decoration: underline;
}
.lien1:hover {
	text-decoration: underline;
	color:#C19F33;
	font-size:9pt;
}
/*----------------------------------
           Site wrapper
------------------------------------*/
#Container {
	position: absolute;
	z-index:1;
	width:950px;
	height:550px;
	left:50%;
    top:50%; 
    margin-left:-475px;
    margin-top:-275px;
	background:#000 url(../images/background.jpg) left top no-repeat;
}
#holder {
	position: absolute;
	z-index:4;
	height:500px;
	width:950px;
	bottom:0px;
}
.textHolder {
	float:left;
	margin-top:40px;
	margin-left:60px;
	width:400px;
	text-align:justify;
	/*font-size:12px;*/
}
.scroll-pane {
	width: 400px;
	height: 290px;
	overflow: auto;
	float: left;
	text-align:justify;
	/*font-size:12px;*/
}

.scroll-pane2 {
	width: 400px;
	height: 220px;
	overflow: auto;
	float: left;
	text-align:justify;
	/*font-size:12px;*/
}
.news {
	color:#000;
	margin-bottom:16px;
	font-size:12px;
}
.newsDate {
	color:#7A2885;
	font-size:small;
}
.newsTitle {
	color:#7A2885;
	font-weight:normal;
	font-size:small;
}
.productsAnimation {
	float:left;
}

#flashInfo {
	position:absolute;
	z-index:5;
	text-align:justify;
	font-size:11px;
	bottom:40px;
	left:30px;
	font-weight:normal;
	color:#7A2885;
}
#flashInfo a{
	font-size:11px;
	font-weight:normal;
	color:#7A2885;
}
#flashInfo span.flashInfoTitle {
	color:#F89728;
	font-weight:bold;
	font-size:13px;
}
/*----------------------------------
           Plan Acces
------------------------------------*/
#accesHolder {
	position: absolute;
	z-index:1002;
	width:454px;
	height:473px;
	bottom:0px;
	right:0px;
	background:url(../images/acces.png) no-repeat;
}
#adresseHolder {
	width:150px;
	height:45px;
	margin-left:20px;
	margin-top:40px;
}
.addresseTitle {
text-transform:uppercase;
font-size:16px;
font-weight:bold;
padding-left:30px;
background:url(../images/puce_addresse.gif) no-repeat;
margin-left:40px;
margin-bottom:10px;
height:21px;
}
.addresse{margin-left:16px;margin-bottom:20px;font-size:11px;}
.coordonee{margin-left:16px;font-size:11px;}
.coordonee a{color:#000;font-size:11px;}
.coordoneeTitle{color:#EF9300;font-size:11px;}
/*----------------------------------
           
------------------------------------*/
#avionHolder {
	position:absolute;
	z-index:2;
	width:870px;
	height:470px;
	bottom:0px;
	right:0px;
}
#footer {
	position:absolute;
	z-index:998;
	top:555px;
	text-align:center;
	color:#FFF;
	width:950px;
}
#footer a {
	font-size:9px;
	color:#fff;
	letter-spacing:1px;
}
/*----------------------------------
           Logo Holder
------------------------------------*/
#LogoHolder {
	position: absolute;
	z-index:1001;
	width:200px;
	height:195px;
}
/*----------------------------------
         Style Catégories
------------------------------------*/
#SousRubriquesHolder {
	position: absolute;
	z-index:5;
	width:208px;
	height:128px;
	right:0px;
	background:url(../images/bg_sousrubriques.png) left top no-repeat;
	padding: 0px;
}

#SousRubriquesHolder ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size:10px;
	margin-left:26px;
	margin-top:6px;
	line-height:12px;
	line-height:14px;!important
}
#SousRubriquesHolder ul li {
	margin: 0px;
	padding: 0px;
	height:14px;
	padding-left:10px;
	color:#7A2885;
}

#SousRubriquesHolder ul li.sousRubrique1 {
	background:url(../images/puces.png) left 0px no-repeat;
}
#SousRubriquesHolder ul li.sousRubrique2 {
	background:url(../images/puces.png) left -14px no-repeat;
}
#SousRubriquesHolder ul li.sousRubrique3 {
	background:url(../images/puces.png) left -28px no-repeat;
}
#SousRubriquesHolder ul li.sousRubrique4 {
	background:url(../images/puces.png) left -42px no-repeat;
}
#SousRubriquesHolder ul li.sousRubrique5 {
	background:url(../images/puces.png) left -56px no-repeat;
}
#SousRubriquesHolder ul li.sousRubrique6 {
	background:url(../images/puces.png) left -70px no-repeat;
}
#SousRubriquesHolder ul li.sousRubrique7 {
	background:url(../images/puces.png) left -84px no-repeat;
}
#SousRubriquesHolder ul li a {
	display:block;
	margin: 0px;
	padding: 0px;
	color:#7A2885;
	height:14px;
	width:172px;
	font-size:10px;
	font-weight:bold;
}
#SousRubriquesHolder ul li a:hover {
}
#SousRubriquesHolder ul li a.selected1 {
	background-color:#92B4AE;
	color:#fff;
}
#SousRubriquesHolder ul li a.selected2 {
	background-color:#649D4A;
	color:#fff;
}
#SousRubriquesHolder ul li a.selected3 {
	background-color:#9DAFD6;
	color:#fff;
}
#SousRubriquesHolder ul li a.selected4 {
	background-color:#972520;
	color:#fff;
}
#SousRubriquesHolder ul li a.selected5 {
	background-color:#006AB2;
	color:#fff;
}
#SousRubriquesHolder ul li a.selected6 {
	background-color:#7F99A7;
	color:#fff;
}
#SousRubriquesHolder ul li a.selected7 {
	background-color:#9D8D85;
	color:#fff;
}
/*----------------------------------
         Style Catégories 2
------------------------------------*/
#SousRubriquesHolder1 {
	position: absolute;
	z-index:5;
	width:208px;
	height:27px;
	right:0px;
	background:url(../images/bg_sousrubriques3.png) left top no-repeat;
	padding: 0px;
}
#SousRubriquesHolder2 {
	position: absolute;
	z-index:6;
	width:633px;
	
	right:0px;
	top:27px;
	background-color:#FFF;
	padding: 4px 0 4px 0 ;
	border-left:4px solid #7A2885;
}
#SousRubriquesHolder2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size:10px;
	margin-left:18px;
	margin-top:0px;
	line-height:12px;
	line-height:14px;!important
}
#SousRubriquesHolder2 ul li {
	margin: 0px;
	padding: 0px;
	height:14px;
	padding-left:10px;
	color:#7A2885;
	width:195px;
	float:left;
	 margin-top:1px;
}
#SousRubriquesHolder2 ul li.sousRubrique1 {
	background:url(../images/puces2.png) left 1px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique2 {
	background:url(../images/puces2.png) left -14px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique3 {
	background:url(../images/puces2.png) left -28px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique4 {
	background:url(../images/puces2.png) left -42px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique5 {
	background:url(../images/puces2.png) left -56px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique6 {
	background:url(../images/puces2.png) left -70px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique7 {
	background:url(../images/puces2.png) left -84px no-repeat;
}

#SousRubriquesHolder2 ul li.sousRubrique8 {
	background:url(../images/puces2.png) left -98px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique9 {
	background:url(../images/puces2.png) left -112px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique10 {
	background:url(../images/puces2.png) left -126px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique11 {
	background:url(../images/puces2.png) left -140px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique12 {
	background:url(../images/puces2.png) left -154px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique13 {
	background:url(../images/puces2.png) left -168px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique14 {
	background:url(../images/puces2.png) left -182px no-repeat;
}

#SousRubriquesHolder2 ul li.sousRubrique15 {
	background:url(../images/puces2.png) left -196px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique16 {
	background:url(../images/puces2.png) left -210px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique17 {
	background:url(../images/puces2.png) left -224px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique18 {
	background:url(../images/puces2.png) left -238px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique19 {
	background:url(../images/puces2.png) left -252px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique20 {
	background:url(../images/puces2.png) left -266px no-repeat;
}
#SousRubriquesHolder2 ul li.sousRubrique21 {
	background:url(../images/puces2.png) left -280px no-repeat;
}

#SousRubriquesHolder2 ul li a {
	display:block;
	margin: 0px;
	padding: 0px;
	color:#7A2885;
	height:14px;
	width:190px;
	font-size:10px;
	font-weight:bold;
}
#SousRubriquesHolder2 ul li a.selected1 {
	background-color:#92B4AE;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected2 {
	background-color:#649D4A;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected3 {
	background-color:#9DAFD6;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected4 {
	background-color:#962520;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected5 {
	background-color:#006AB2;
	color:#fff;
	
}
#SousRubriquesHolder2 ul li a.selected6 {
	background-color:#8C3E17;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected7 {
	background-color:#8E6765;
	color:#fff;
}

#SousRubriquesHolder2 ul li a.selected8 {
	background-color:#7F99A7;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected9 {
	background-color:#9D8D85;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected10 {
	background-color:#F89728;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected11 {
	background-color:#903F98;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected12 {
	background-color:#1B8140;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected13 {
	background-color:#C33029;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected14 {
	background-color:#54AFBB;
	color:#fff;
}

#SousRubriquesHolder2 ul li a.selected15 {
	background-color:#D17D59;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected16 {
	background-color:#74658E;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected17 {
	background-color:#B6779F;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected18 {
	background-color:#A7AE5A;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected19 {
	background-color:#BB5492;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected20 {
	background-color:#C39900;
	color:#fff;
}
#SousRubriquesHolder2 ul li a.selected21 {
	background-color:#98689D;
	color:#fff;
}

/*----------------------------------
           FondAnimationHome
------------------------------------*/
#listeVisuelProduit{
	margin: 0px;
	padding: 0px;
	font-size:10px;
	/*margin-left:60px;
	position:relative;
	left:50%;*/	text-align:center;
}
#listeVisuelProduit a {
	margin: 0px;
	padding: 0px;
	color:#7A2885;
text-indent:20px;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
#listeVisuelProduit a.selected1 {
	background:url(../images/puces.png) left 0px no-repeat;
}
#listeVisuelProduit a.selected2 {
	background:url(../images/puces.png) left -14px no-repeat;
}
#listeVisuelProduit a.selected3 {
	background:url(../images/puces.png) left -28px no-repeat;
}
#listeVisuelProduit a.selected4 {
color:#972520;
	background:url(../images/puces.png) left -42px no-repeat;
}
#listeVisuelProduit a.selected5 {
	background:url(../images/puces.png) left -56px no-repeat;
}
#listeVisuelProduit a.selected6 {
	background:url(../images/puces.png) left -70px no-repeat;
}
#listeVisuelProduit a.selected7 {
	background:url(../images/puces.png) left -84px no-repeat;
}
#listeVisuelProduit a:hover {
}
/*----------------------------------
           FondAnimationHome
------------------------------------*/
#FondAnimationHome {
	position: absolute;
	z-index:3;
	width:641px;
	height:363px;
	bottom:0px;
	right:10px;
	background:url(../images/bg_cercle.png) left top no-repeat;
}
/*----------------------------------
           visuelProduit
------------------------------------*/
#visuelProduit{
	position: absolute;
	z-index:100;
	width:300px;
	height:356px;
	bottom:0px;
	right:60px;
}
/*--------------------------------------------------------
          Style MainMenu
--------------------------------------------------------*/
#MainMenu {
	margin: 0px;
	padding: 0px;
	padding-left:180px;
	list-style-type: none;
	height:10px;
	height:47px;!important
	background:url(../images/bg_mainmenu.gif) left top repeat-x;
}
#MainMenu li {
	float:left;
	display:inline;
	
	margin-left:0px;
	background:url(../images/bg_mainmenu.gif) left top repeat-x;
}
#MainMenu li a.selected {
	background-color:#7A2885;
padding-top:26px;
	
}
#MainMenu li a {
	display:block;

	line-height: 25px;
	color: #fff;
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	text-decoration: none;
	text-align:center;
	text-indent:0px;
	padding:2px;
	margin-right:4px;
	z-index:100;
}
#MainMenu li a.item1 {
	width:100px;
	text-indent:10px;
}
#MainMenu li a.item2 {
	width:66px;
}
#MainMenu li a.item3 {
	width:174px;
}
#MainMenu li a.item4 {
	width:90px;
}
#MainMenu li a.item5 {
	width:110px;
	color:#F89728;
	padding-right:0px;
	margin-right:20px;
	font-size:10pt;

}
#MainMenu li a:hover {
	background-color:#7A2885;
	padding-top:26px;
	z-index:100;
	position:relative;

}
/*--------------------------------------------------------
           Style LISTES
--------------------------------------------------------*/
.liste1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	margin: 2px;
	padding: 2px;
	list-style-type: none;
	line-height:12pt;
	line-height:16pt
}
.liste1 li {
	background:#fff url(../images/puce1.gif) no-repeat left 4px;
	padding-left:14px;
}
.liste1 a {
	color: #08448D;
}
.liste1 a:hover {
	color: #FF8211;
}
/*----------------------------------
           Form
------------------------------------*/
.formTitle {
	text-align:center;
	color:#b1b1b1;
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:20px;
}
input.input1 {
	font-size:10px;
	background-color:#D3D5D6;
	border:#7A2885 1px solid;
	width:196px;
}
textarea.textarea1 {
	background-color:#D3D5D6;
	border:#7A2885 1px solid;
	width:196px;
	height:116px;
	font-size:10px;
	/*overflow:hidden;*/
}
.fieldTitle {
	margin-top:4px;
	color:#7A2885;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
}
.requiredField{
	color:#7A2885;
	font-weight:normal;
	text-align:right;
	margin-right:30px;
	margin-top:7px;
	font-size:10px;
	}
.btn_submit{
	width:68px;
	height:28px;
	background:url(../images/bg_submit.png) no-repeat;
	border:none;
	position:relative;
	left:110px;
	margin-left:-34px;
	margin-top:20px;
	color:#FFF;
	font-weight:normal;
	font-size:10px;
	padding:0px;
cursor:pointer;
}
.btn_submit:hover{
	background:url(../images/bg_submit_hover.png) no-repeat;
}
/*--------------------------------------------------------
          copyright
--------------------------------------------------------*/
.copyright {
	text-align:center;
	font-size:8pt;
	color:#454545;
	height:32px;
	line-height:32px;
	background-color:#FFFFFF;
}

/*--------------------------------------------------------
          
--------------------------------------------------------*/
.ficheHolder{float:left;width:682px;height:398px;position:relative;z-index:1200}
.ficheHolderStyle1{background-color:#92B4AE;}
.ficheHolderStyle2{background-color:#649D4A;}
.ficheHolderStyle3{background-color:#9DAFD6;}
.ficheHolderStyle4{background-color:#972520;}
.ficheHolderStyle5{background-color:#006AB2;}
.ficheHolderStyle6{background-color:#7F99A7;}
.ficheHolderStyle7{background-color:#9D8D85;}
.productsName{
text-transform:uppercase;
font-size:12px;
font-weight:normal;
}
.productStyle1{color:#92B4AE;}
.productStyle2{color:#649D4A;}
.productStyle3{color:#9DAFD6;}
.productStyle4{color:#972520;}
.productStyle5{color:#006AB2;}
.productStyle6{color:#7F99A7;}
.productStyle7{color:#9D8D85;}
.productsReference{
font-size:12px;
font-weight:normal;
margin-bottom:20px;
}
.productsDescription{
color:#000;
font-size:10px;
text-align:justify;
}
.ficheHeader{
height:48px;
line-height:48px;
}
.ficheCategorieName{
float:left;
letter-spacing:2px;
color:#fff;
margin-left:37px;
font-size:16px;
font-weight:normal;
}
.productBox {
float:left;
width:112px;
height:161px;
background-color:#fff;
margin-right:12px;
margin-bottom:12px;
}
.navProducts{
float:right;
width:200px;
}
a.navProductsPrec {font-size:11px;color:#fff;display:block;width:100px;text-indent:20px;background:url(../images/prec.png) no-repeat left 20px;}
a.navProductsPrec :hover{}
a.navProductsNext {font-size:11px;color:#fff;display:block;width:40px;background:url(../images/next.png) no-repeat right 20px;text-align:right;padding-right:20px;}
a.navProductsNexta:hover{}

