body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #000 url(images/fond_body.jpg)  repeat   0px 0px scroll;
	
}

form {
	margin: 0;
}

a {
	text-decoration: none;
}


/***************************/
/*   	Divers - mise en page	*/
/***************************/

.fin {
	clear: both;
}
.fintoutfin {
	clear: both;
	line-height: 1px;
	height: 1px;
}

.PalignR {
	text-align: right;
}
.PalignJ {
	text-align: justify;
}
.PalignC {
	text-align: center !important;
}



/*********************/
/*	IMG & ILLUS	*/
/*********************/

img {
	border: 0;
}

.alignG {
	float: left;
	margin-right: 6px;
}

.alignD {
	float: right;
	margin-left: 6px;
}

.cadre1 {
	padding: 4px;
	border: 1px solid #000;
}
.cadre2 {
	clear: both;
	margin: 10px 0px;
	padding: 0px 20px 0px 4px;
	border: 1px dashed #ccc;
	background: #fafaff;
}

.marge1{
	margin: 10px;
}

.lignSimpl {
	clear: both;
	margin: 5px 0px;
	padding: 0px;
	line-height: 2px;
	background: #e3d4b5;
}
.lignDashed {
	clear: both;
	margin: 5px 0px;
	padding: 0px;
	line-height: 2px;
	border-bottom: 1px dashed #666;
}


/***************************/
/*	TITRES & TEXTES	*/
/***************************/

.titre-1 {
	margin: 10px 10px 0px 14px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #f00;
	text-align: left;
}
.titre-docProd {
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 14px;
	line-height: 2em;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	text-align: left;
	background: #EE8637;
}
.titre-docProd a{
	color: #fff;
}
.titre-docProd a:hover{
	color: #fc0;
}

.sousTitre-0 {
	margin: 20px 0px 0px !important;
	font-weight: bold;
	font-size: 16px;
	color: #047DC4;
	font-variant: small-caps;
}
.sousTitre-0 a{
	color: #047DC4;
}
.sousTitre-0 a:hover{
	color: #f90;
}

.sousTitre-1 {
	margin: 20px 0px 0px !important;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	font-variant: small-caps;
	border: 1px solid #EE8637;
	padding: 4px 5px;
}

.sousTitre-2 {
	font-weight: bold;
	color: #8C8C8C;
}
.sousTitre-2 a{
	color: #048;
	border-bottom: 1px dashed #048;
}
.sousTitre-2 a:hover{
	color: #f48;
}

.texte-1 {
	font-size: 12px;
	font-weight: normal;
	color: #300;
	margin: 0px 10px 8px 14px;
}
.texte-2 {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 10px 0px 10px;
}
.texte-Q {
	font-style: italic;
	font-weight: bold;
	margin: 20px 0px 4px;
}
.texte-R {
	margin: 4px 0px 10px;
}

#menuNouveautes {
	font-size: 13px;
	font-weight: bold;
	color: #06c;
	margin: 0px 10px 8px 54px;
}
#menuNouveautes a{
	padding-left: 16px;
	color: #06c;
	background: url(illus/fleche-4.gif) no-repeat 0px 4px scroll;
}
#menuNouveautes a:hover{
	color: #c00;
}

.select-1 {
	width: 163px;
	height: 17px;
	line-height: 18px;
	border: 1px solid #000;
	margin: 0;
	font-size: 11px;
}

.menuList1 {
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 14px ;
}
.menuList1 li{
	list-style-image: url(illus/fleche-2.gif);
	margin: 4px 0px 4px 0px ;
	padding: 0px 0px 0px 0px ;
}
.menuList1 a{
	color: #fff;
}
.menuList1 a:hover{
	/*color: #f96;*/
	text-decoration: underline;
}

.menuListInt {
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 14px ;
}
.menuListInt li{
	list-style-image: url(illus/fleche-2.gif);
	margin: 4px 0px 4px 0px ;
	padding: 0px 0px 0px 0px ;
}
.menuListInt a{
	color: #fff;
}
.menuListInt a:hover{
	/*color: #f96;*/
	text-decoration: underline;
}

.avtlst2 {
	margin-bottom: 4px;
}
.list-2 {
	margin: 4px 0px 10px 10px;
	padding: 0px 0px 0px 10px;
}

.telecharger {
	font-size: 11px;
	color: #f33;
	text-decoration: none;
}
.telecharger:hover {
	text-decoration: underline;
}

.lienProduit {
	color: #37b;
	border-bottom: 1px solid #9cf;
}
.lienProduit:hover{
	color: #036;
}
.lienTemoigne {
	color: #37b;
	text-decoration: underline;
	padding-left: 20px;
	background: url(illus/ico_temoigne.gif) no-repeat 0px 0px scroll;
}
.lienTemoigne:hover{
	color: #f93;
}

.lienCache {
	color: #000;
}
.lienCache:hover {
	color: #fff;
}

/********************************/
/*	STRUCTURE GENERALE	*/
/********************************/

#generale {
	width: 955px;
	margin: 0 auto;
	padding: 0px 0px;
	background: #E5E5E5 url(images/fond_generale.gif) repeat-y 0px 0px scroll;	
}

#colGauche {
	float: left;
	width: 177px;
	background: #E5E5E5;
}
#colCentre {
	float: left;
	width: 755px;
	padding: 0px 10px;
	background: #e5e5e5 url(images/fond_colCentre.gif) repeat-y center top  scroll;
}
.BlocIntro {
	
	position: relative;
	float:left;
	height: 45px;
	width: 183px;
	padding: 00px 0px;
	background: #E5E5E5 url(images/bt_intro.png) no-repeat center  scroll;
	color: #FD6128;
	overflow: visible;
}



.MainTextIntro  a{	
	position: absolute;
	top: 7px;
	left: 0px;
	text-align: center;
	padding-top: 0px;
	margin: 0px;
	height: 25px;
	width: 183px;
	font-size: 20px;
	font-family: Impact,Arial,Helvetica,sans-serif;
	color: #ffffff;
	visibility: visible;

}
#colDroite {
	float: right;
	width: 178px;
	height: 602px;
	padding:  1px;
	background: #b9b9b9;
}

#colDroiteInt {
	float: right;
	width: 200px;
	height: 602px;
	background: #b9b9b9;
}

#colGrande {
	float: left;
	width: 778px;
	padding: 5px 0px 0px 0px;
	background: #cccccc  url(images/fond_colGrande.gif) repeat-y left top scroll;
}

#ficheProduit {
	float: left;
	width: 550px;
	padding: 5px 14px 20px 14px;
	margin: 0px;
	color: #333;
	background: #fff;
}

#fichePresse {
	width: 738px;
	padding: 5px 14px 20px 14px;
	margin: 0px;
	color: #333;
	background: #fff;
}

#navPage {
	color: #fff;
	line-height: 46px;
	font-size: 18px;
	text-align: left;
	margin: 6px 0px 10px;
	padding: 0px 0px 6px 40px;
	background: url(images/fond_navPage.jpg) no-repeat 0px 0px scroll;
}
#navPage a{
	color: #fff;
}
#navPage a:hover{
	color: #fc9;
}

/**********************/
/*		HAUT 	*/
/*********************/

#haut {
	position: relative;
}
.BH-accueil-fr {
	background: url(images/banHaut-accueil-fr.jpg) no-repeat -1px top scroll;
	height: 236px;
}
.BH-accueil-en {
	background: url(images/banHaut-accueil-en.jpg) no-repeat -1px top scroll;
	height: 236px;
}
.BH-interne-fr {
	background: url(images/banHaut-interne-fr.jpg) no-repeat 0px top scroll;
	height: 236px;
}
.BH-interne-en {
	background: url(images/banHaut-interne-en.jpg) no-repeat 0px top scroll;
	height: 264px;
}

#navHaut {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: left;
	font-size: 14px;
	color: #ddd;
}
#navHaut a{
	padding-left: 22px;
	color: #868789;
	background: url(illus/pointpoint.gif) no-repeat 0px 2px scroll;
}
#navHaut a:hover , #navHaut a.btNH-actif{
	color: #D9341E ;
}
#navLangAcc {
	position: absolute;
	top: 86px;
	right: 10px;
	text-align: left;
	font-size: 11px;
	color: #ddd;
}
#navLang {
	position: absolute;
	top: 70px;
	left: 286px;
	text-align: left;
	font-size: 11px;
	color: #ddd;
}


/**********************/
/*		BAS		*/
/*********************/

#bas {

	float: left;
	width: 685px;
	padding: 20px  10px 0px 80px ;
	background: none repeat scroll 0 0 #646569;
	
}
#basinside {

	
	padding: 20px  10px 0px 80px ;
	background: none repeat scroll 0 0 #646569;
	
}
#navBas {
	margin: 4px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #fcf;
}
#navBas a{
	color: #fdd;
	padding: 4px;
}
#navBas a:hover{
	color: #fff;
}

address {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #ddd;
}
address p {
	float: left;
	margin: 10px 0px;
	padding: 0px 0px 0px 10px;
	width: 150px;
	height: 48px;
	line-height: 1.2em;
	font-size: 11px;
	background: url(images/sep_address.gif) no-repeat left 3px scroll;
}
#petitLogo {
	float: left;
	margin: 0px 80px 0px 50px;
}
address a{
	color: #ddd;
}
address a:hover{
	color: #fff;
}


/*    	    TT 	        */

#siteWeb{
	padding: 0px 0px 10px;
	text-align: center;
}
#siteWeb a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	
}
#siteWeb a:hover {
	color: #9cf;
	text-decoration: none;
}


/************************/
/*  	   COLONNES	     */
/************************/

/*  	   Moteur de recherche & Accès client     */

form#tableLogin {
	padding: 0px 10px 14px;
}
form#tableLogin p {
	margin: 5px 7px 5px 0px;
}

form#tableRecherche {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 110px;
	height: 18px;
}
.entree1 {
	width: 80px;
	height: 13px;

}
.envoi1 {
	float: right;
}
select.entree2 {
	border: 1px solid #81133A;
	width: 164px;
	height: 23px;
	color: #81133A;
}
.btOk {
	
}
.passoubli {
	color: #81133A;
	font-size: 11px;
	text-decoration: underline;
}

/*  	   Domaines	     */

.menuDomaine {
	margin: 10px 0px 10px 14px ;
	padding: 0px 0px 10px 4px ;
}
.menuDomaine li{
	list-style-image: url(illus/fleche-1.gif);
	margin: 0px 0px 4px 16px ;
	padding: 0px 0px 0px 0px ;
text-align: left;
}
.menuDomaine li.titre-domaine{
	list-style-image: none;
	list-style-type: square;
	margin: 14px 0px 4px 2px ;
	color: #E63F1D;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.menuDomaine a{
	color: #646569;
}
.menuDomaine a:hover{
	text-decoration: underline;
}


/* 	news 	*/

#newsList {
	margin: 10px 4px 10px 10px;
	font-size: 11px;
}
#newsList li{
	margin: 10px 0px 10px 0px;
}


/***************************/
/*		ACCUEIL		 */
/***************************/

.textintro {
	margin: 5px 0px 0px;
	padding: 0px 10px 10px;
	background: #e5e5e5;
	border-bottom: 9px double #ccc;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.textintro p{
	margin: 10px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.textintrotitle {
	margin: 5px 0px 0px;
	padding: 0px 10px 10px;
	text-align : center;
	background: #e5e5e5;
	font-family: Verdana,Arial,Helvetica,sans-serif;

}

.textintrotitle p{
	margin: 5px 0px 0px;
	background: #e5e5e5;
	text-align: left
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	

}


#navAccueil {
	margin-left: 58px;	
	overflow:hidden;
	position: center;
	padding: 0;
	font-size: 20px;
	display:block;
}
.navAcc-fr {
	background: #ccc url(images/fondblanc.png) no-repeat center 0px scroll;
	}
.navAcc-en {
	background: #ccc url(images/fondblanc.png) no-repeat center 0px scroll;
	}
.MainBloc {
	
	position: relative;
	float:left;
	height: 75px;
	width: 190px;
	padding: 30px;
	background: #E5E5E5 url(images/unbloc.png) no-repeat center  scroll;
	color: #FD6128;
	overflow: visible;
	padding-left:15px;
	padding-right:15px;
	padding-top:48px;
	padding-bottom:39px;	

}

.MainText {
	
	float:left;
	padding-top:8px;
	width:100%;
	height:100%;
	text-align:center;
	font-size: 20px;
	margin: 0px;
	font-family: Impact,Arial,Helvetica,sans-serif;
	color: #b9b9b9;	
	display:block;

}
.MainText a {
color: #604f41;
}

.MainText a:hover {
color: #B09F91;
}

.MainTextBanner {
	
	float:left;
	padding-top:8px;
	width:100%;
	height:100%;
	text-align:center;
	font-size: 20px;
	margin: 0px;
	font-family: Impact,Arial,Helvetica,sans-serif;
	color: #b9b9b9;	
	display:block;

}
.MainTextBanner a {
color: #363636;
}

.MainTextBanner a:hover {
color: #B09F91;
}


.hide {
	display:none;
}
.visible {
	display:block;
}

.UlMaintext{
	position: absolute;
	top:-10000px;
	left: -10000px;
	margin:0px;
	height: 136px;
	width: 365px;
	padding: 0;
	z-index:1;
	background-image: url(images/rectangle.png);
	margin-top: 2px;
	padding-top: 14px;
}
.UlMaintext li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	margin-left: 43px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	list-style-image: url(illus/fleche-2.gif);

}




.UlMaintext a {
color: #5d4018;
}
.MainText a:hover {
color: #B09F91;
}
#MenuSolution {
	position: relative;
	float:left;
	height: 23px;
	width: 177px;
	padding: 00px 0px;
	visibility: visible;
	cursor:pointer;
	background-image:   url(images/titre-Solutions-gris-fr.gif);
}
#MenuSolution.active {
	background-image:   url(images/titre-Solutions-rose-fr.gif);
}
#MenuServices {
	position: relative;
	float:left;
	height: 23px;
	width: 177px;
	padding: 00px 0px;
	visibility: visible;
	cursor:pointer;
	background: url(images/titre-Services-gris-fr.gif);
}
#MenuServices.active {
	background: url(images/titre-Services-rose-fr.gif);
}

#navSolutions {
	position: absolute;
	top: 95px;
	left: 49px;
}
#navServices {
	position: absolute;
	top: 350px;
	right: 544px;
}
#navActualites {
	position: absolute;
	top: 236px;
	left: 74px;
}
#navSociete {
	position: absolute;
	top: 236px;
	left: 347px;
}

/***************************/
/*		INTERNE		*/
/***************************/

#navIntSolutions {
	position: absolute;
	top: 179px;
	left: 19px;
}
#navIntServices {
	position: absolute;
	top: 179px;
	left: 256px;
}
#navIntActualites {
	position: absolute;
	top: 159px;
	left: 513px;
}
#navIntSociete {
	position: absolute;
	top: 159px;
	left: 750px;
}

/************************/
/*    	   CONTACT  	     */
/************************/

#plan {
	float: left;
	margin: 0px 20px 20px 20px;
}
.raisonSociale {
	margin: 10px 0px 4px;
	font-size: 16px;
	font-weight: bold;
	color: #268;
}
.coordonnees {
	margin: 4px 0px 10px;
	font-size: 14px;
}


/*****************************/
/*  RUBRIQUES ET PRODUITS  */
/*****************************/

#ficheProduit p{
	margin: 10px 0px 0px;
	text-align: justify;
}

.zone-1 {
	float: left;
	width: 168px;
	margin: 10px 0px 20px 10px;
}
.Z1haut {
	height: 11px;
	line-height: 11px;
	background: url(images/zone-1-haut.gif) no-repeat center top scroll;
}
.Z1centre {
	padding: 2px 5px;
	background: #FFBC5C;
}
.Z1bas {
	height: 11px;
	line-height: 11px;
	background: url(images/zone-1-bas.gif) no-repeat center top scroll;
}
.Z1centre p{
	color: #646569;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0px 16px;
	padding-left: 16px;
	background: url(illus/fleche-3.gif) no-repeat left 0.2em scroll;
}
.Z1centre p.titre-Z1{
	color: #000000;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0px 0px 16px;
	padding-left: 0px;
	background: none;
	text-align: center;
	font-variant: small-caps;
}

.zone-2 {
	float: left;
	margin: 10px 20px 10px 10px;
	padding: 2px 10px 10px;
	width: 200px;
	border: 1px dashed #ccc;
	background: #f6f6f6;
}

.zone-3 {
	clear: right;
	float: right;
	margin: 10px 10px 10px 20px;
	padding: 2px 10px 10px;
	width: 280px;
	border: 1px dashed #ccc;
	background: #f6f6f6;
}

/*  	   documents produits	     */

.unDoc {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
	margin: 30px 10px;
	color: #c00;
}


/************************/
/*  	   ACTUALITES	     */
/************************/

/*  	   presse	     */

#tablePresse {
	width: 734px;
}
#tablePresse tr.TPHead{
	font-weight: bold;
	font-size: 1.2em;
}
#tablePresse td{
	border-bottom: 1px solid #ccc;
	background: #f6f6ff;
	padding: 6px 4px;
}
#tablePresse td.TPCentre{
	text-align: center;
}


/************************/
/*  	   CONTACT	     */
/************************/

#message {
	float: left;
	width: 400px;
	text-align: right;
}
#message label{
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #553;
	margin: 4px 0px;
}
#message input , #message textarea {
	font-size: 11px;
	line-height: 11px;
	border: 1px solid #553;
	padding-left: 2px;
}
#message input {
	width: 250px;
	height: 13px;
}
#message input.entree2 {
	width: 80px;
	height: 13px;
}
#message textarea {
	width: 250px;
	height: 80px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#message input#Envoyer {
	border: 0;
	width: auto;
	height: auto;
	padding-left: 10px;
	color: #553;
	font-size: 14px;
	cursor: pointer;
}

#tableLogin {
	float: left;
	width: 400px;
	height:200px;
	text-align: right;
	margin-top:50px;
}
#tableLogin label{
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #553;
	margin: 4px 0px;
}
