﻿body 
{
    font-size:13px;
    font-family:Arial;
    color:#3B3F4D;
    background-color:#C7CAD3;
    margin:0;
}

.Erreur
{
	font-weight:bold;
	color:Red;
	font-size:17px;
}

div#intro
{
	margin:auto;
	text-align:center;
	margin-top:20px;
}

div#intro a 
{
    text-decoration:none;
    border:solid 1px #6F6F6F;
    border-width:1px 0;
    color:#6F6F6F;
    padding: 0 2px;
}

div#intro a:hover 
{
    border-color:White;
    color:White;
}

.liensMoteur 
{
    display:none;
}

/*******************/
/*     Master Page        */
/*******************/
.global
{
    background-color:White;
    border-collapse:collapse;
    width:1003px;
    margin:auto;
}

.header
{
    background:url('../Images/header.jpg') left top no-repeat;
    height:126px;
    width:100%;
 }
 .lienAccueil 
 {
    float:left;
    display:block;
    margin-left:10px;
    width:425px;
    height:75px;
 }
 .preprod 
 {
    margin-top:0px;
    margin-left:45px;
    float:left;
    color:White;
    font-weight:bold;
    width:150px;
    height:30px;
 }
 .preprod a 
 {
    color:White;
 }
 
 .back, .backAccueil
 {
    margin-left:45px;
    margin-top:0px;
    float:left;
    display:block;
    background:url('../Images/back.gif') left top no-repeat;
    width:34px;
    height:27px;
    position:relative;
 }
 a.back:hover, a.backAccueil:hover 
 {
    background:url('../Images/backOn.gif') left top no-repeat;
 }
 
 a.lienHome{
	position:relative;
	display:block;
	width:25px;
	height:25px;
	clear:both;
	left:160px;
	top:0px;
 }
 a.lienHome img{
	border:0;
 }
	
 .colonneGauche 
 {
    vertical-align:top;
    width:241px;
    background:url('../Images/sousMenu.jpg') left 235px;
    background-repeat: repeat-y;
 }
 .menu 
 {
    height:237px;
    background:url('../Images/fondMenu.jpg') left top no-repeat;
 }

.contenu 
{
    vertical-align:top;
    padding-left:10px;
    height:520px;
    background:url('../Images/fond.jpg') left top no-repeat;
}

.hautSousMenu 
{
    height:278px;
    background:url('../Images/hautSousMenu.jpg') left top no-repeat;
}

.basSousMenu
{
    width:241px;
    height:177px;
    background:url('../Images/basSousMenu.jpg') left bottom no-repeat; 
}

.basSousMenuSansTop
{
   height:120px;
   background:url('../Images/basSousMenuSansTop.jpg') left bottom no-repeat; 
}

.contenuSousMenu 
{
    margin-top:-250px;
    width:200px;
    text-align:center;
}
.contenuSousMenu a 
{
    text-decoration:none;
    color:White;
    font-weight:bold;
}
.footer
{
    width:762px;
    height:180px;
    background:url('../Images/footer.jpg') left top no-repeat; 
    vertical-align:top;
}
.footerSansTop
{
    width:763px;
    height:120px;
    background:url('../Images/footerSansTop.jpg') left bottom no-repeat; 
    vertical-align:top;  
}

.footerSansTop .cartoucheFooter, .footerAccueil .cartoucheFooter,.footer .cartoucheFooter
{
    width:468px;
	margin:30px auto 0 auto;
}

.footer .cartoucheFooterTop , .selection .footerSansTop .cartoucheFooterTop 
{
    margin-top:15px;
    margin-left:25px;
    width:326px;
    height:54px;
}

div.path{
    color:#666666;
    font-size:12px;
    text-decoration:none;
}
div.path a{
	text-decoration:none;
	color:Black;
}
div.path a:hover{
	color:#F26522;
}

/***********/
/* Menu Haut */
/***********/

.menu ul.Menu, .menuAccueil ul.Menu 
{
    margin:0;
}
.menu ul.Menu li,.menuAccueil ul.Menu li
{
    list-style-type:none;
    padding-top:3px;
}
.menu ul.Menu li a ,.menuAccueil ul.Menu li a 
{
    text-decoration:none;
    color:White;
    height:30px;
    width:120px;
    _width:140px;
     display:block;
    font-weight:bold;
    background:url('../Images/puce_off.gif') right top no-repeat;
    padding-right:35px;
    text-align:right;
    font-size:1.1em;
  
}
.menu ul.Menu li a:hover, .menuAccueil ul.Menu li a:hover  
{
    background:url('../Images/puce_on.gif') right top no-repeat;
}

/************/
/* Menu Milieu */
/************/
.contenuSousMenu ul.Menu 
{
    margin:0;
    text-align:center;
}
.contenuSousMenu ul.Menu li
{
    width:170px;
    margin-left:-20px;
    list-style-type:none;
    padding-bottom:20px;
    background:url('../Images/separateurGrand.gif') right bottom no-repeat;
}
.contenuSousMenu ul.Menu li a
{
    display:block;
    text-decoration:none;
    color:White;
    font-weight:bold;
    height:32px;
}

.titreColonneGauche 
{
    text-align:center;
    width:200px;
    font-size:1.2em;
    color:White;
    font-weight:bold;
    padding-bottom:20px;
    background:url('../Images/separateurGrand.gif') right bottom no-repeat;
}


/***********/
/* Menu Bas  */
/***********/
.basSousMenu 
{ 
    vertical-align:bottom;
}
.basSousMenu ul.Menu, .basSousMenuAccueil ul.Menu 
{
    margin:0;
}
.basSousMenu ul.Menu li, .basSousMenuAccueil ul.Menu li
{
    width:170px;
    margin-left:0px;
    list-style-type:none;
    padding-top:5px;
    background:url('../Images/separateurPetit.gif') right bottom no-repeat;
}
.basSousMenu ul.Menu li.sansTrait, .basSousMenuAccueil ul.Menu li.sansTrait
{
     background:transparent;
}
.basSousMenu ul.Menu li a, .basSousMenuAccueil ul.Menu li a 
{
    text-decoration:none;
    padding-left:20px;
    font-size:12px;
    color:White;
    height:32px;
     width:120px;
    _width:140px;
   
    display:block;
    font-weight:bold;
    background:url('../Images/puceBas_off.gif') right top no-repeat;
    padding-right:35px;
    text-align:right;
}
.basSousMenu ul.Menu li a:hover, .basSousMenuAccueil ul.Menu li a:hover  
{
    background:url('../Images/puceBas_on.gif') right top no-repeat;
}

/*****************/
/* Page Default.aspx  */
/*****************/
.globalAccueil 
{
 /*   background:url('../Images/Accueil/fondAccueil.jpg') left top;*/
    background-repeat:repeat;
    background-color:White;
    width:1003px;
    margin:auto;
}
.headerAccueil 
{
    width:1003px;
    height:100px;
    background:url('../Images/Accueil/headerAccueil.jpg') left top no-repeat;
    float:left;
}
.cadreLangueNL 
{
    float:left;
    margin-left:813px !important;
    margin-left:413px;
    margin-top:-40px;
    padding:1px;
}
#cadreNewsletter 
{
    display:none;
}
.choixLangue 
{
    border :solid 2px #6C6C6C;
    width:172px;
}
.newsletterRegistration 
{
    margin-top:5px;
    font-weight:bold;
    color:Black;
    font-size:12px;
    height:13px;
    width:130px;
}
.txtEmail 
{
   width:145px;
    border:solid 2px #6C6C6C;
    border-right-width:0px;
    margin-bottom:5px !important;
    margin-bottom:2px;
    height:15px;
}
.btnEmail 
{
    margin-left:0 !important;
    border:solid 2px #6C6C6C;
    border-left-width:0px;
    margin-top:0px !important;
    margin-top:-3px;
    margin-right:0;
}
.menuAccueil 
{
    background:url('../Images/Accueil/fondMenuAccueil.jpg') left top no-repeat;
    height:243px;
    width:208px;
    float:left;
    padding-top:40px;
}
.menuAccueil ul 
{
     float:right;
    padding-right:20px;
}
.imageAccueil 
{
    overflow:hidden;
    height:286px;
    width:800px;
    float:left;
    margin-top:-3px;
    margin-left:-5px;
    background-image:url(../Images/Accueil/imageAccueil.jpg);
}
.imageAccueil img{
	border:0;
}

.contenuSousMenuAccueil 
{
    background:url('../Images/Accueil/sousMenuAccueil.jpg') left top no-repeat;
    height:311px;
    width:279px;
    float:left;
    overflow:hidden;
    margin-bottom:0 !important;
    margin-bottom:1px;
}
.contenuAccueil 
{
    background:url('../Images/Accueil/fondContenuAccueil.jpg') left top no-repeat;
    height:311px;
    width:724px;
    float:left;
}
.basSousMenuAccueil 
{
    background:url('../Images/Accueil/basSousMenuAccueil.jpg') left top no-repeat;
    height:113px;
    width:279px;
    float:left;
    clear:left;
    margin-top:0 !important;
    margin-top:-1px;    
}
.footerAccueil 
{
    background:url('../Images/Accueil/footerAccueil.jpg') left top no-repeat;
    height:113px;
    width:724px;
    float:left;
}

.headerAccueil .preprod 
 {
    margin-left:490px !important;
    margin-left:245px;
    margin-top:35px;
    float:left;
    color:White;
    font-weight:bold;
    width:150px;
 }


.backAccueil 
{
    float:left;
    margin-left:40px;
    margin-top:35px;
    background-image:url('../Images/Accueil/back.gif');
}
.backAccueil:hover 
{
       background-image:url('../Images/Accueil/backOn.gif');
}
.hot 
{
    margin-top:13px;
    float:left;
}
.hautHot 
{
   background:url('../Images/Accueil/hautHot.jpg') left top no-repeat;
    width:370px;
    height:59px;
}
.contenuHot 
{
    background:url('../Images/Accueil/fondHot.jpg') left top no-repeat;
    width:370px;
    height:170px;
    overflow:auto;
}


.new 
{
    margin-top:13px;
    float:left;
}
.hautNew
{
    background:url('../Images/Accueil/hautNew.jpg') left top no-repeat;
    width:350px;
    height:59px;
}
.contenuNew
{
    background:url('../Images/Accueil/fondNew.jpg') left top no-repeat;
    width:350px;
    height:239px;
    
}
.contenuHot div.content 
{
    overflow:auto;
    margin-left:25px;
    width:310px;
    height:170px;
}


.contenuNew div.content{
    overflow:auto;
    height:228px;
    width:300px;
    margin-left:25px;
}
.banniereBasAccueil 
{
    margin-top:240px;
    _margin-top:-70px;
    margin-left:18px;
    background:url('../Images/Accueil/fondBannerBasAccueil.jpg') left top no-repeat;
    width:352px;
    height:69px;
    padding-top:4px !important;
    padding-top:0;
}


.ActualitePuce 
{
    color:#9C0F08;
    font-weight:bold;
}
.ActualiteDate, .ActualiteTitre
{
    font-weight:bold;
}
.divActu 
{
	margin-bottom:5px;
	margin-left:20px;
}

.ActualiteLien{
    margin-bottom:10px;
    display:block;
    text-align:right;
    color:#BD7202;
    text-decoration:none;
    font-weight:bold;    
}

.moreHot
{
    color:#BD7202;
    text-decoration:none;
    font-weight:bold;
    margin-left:20px;
}
.ActualiteLien:hover, .moreHot:hover
{
    text-decoration:underline;
}
.imgActu 
{
    float:right;
    margin-right:20px;
}

.imgHot 
{
    width:140px;
    float:right;
}
.hotTitre 
{
    font-weight:bold;
    font-size:1em;
    
}

.boutonBiseauDroit
{
	background:url('../Images/boutonBiseauDroit.gif') left top no-repeat;
	width:214px;
	height:26px;
	color:#A1CEFB;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding-top:3px;
	padding-left:3px;
	border:0;
	cursor:pointer;
	text-align:left;
}

/**************/
/*     Sondage     */
/**************/
.cadreSondage
{
    margin-top:21px;
    padding-top:1px;
    margin-left:13px;
    height:290px;
    width:232px;
    background:url('../Images/Accueil/fondSondage.jpg') left top no-repeat;
}


/************/
/*     Chat       */
/************/
.cadreModule1
{
		padding-top:1px;
    margin-top:16px;
    margin-left:10px;
    height:98px;
    width:232px;
    background:url('../Images/Accueil/fondModule1.jpg') left top no-repeat;
}

/***************/
/*     Podcast       */
/***************/
.cadreModule2
{
		padding-top:1px;
    margin-left:13px;
    height:98px;
    width:232px;
    background:url('../Images/Accueil/fondModule2.jpg') left top no-repeat;
}
table.lastPodcasts td.cellPreview img
{
    width:120px;
}

/***************/
/*         Blog         */
/***************/
.cadreModule3
{
	padding-top:1px;
    margin-left:13px;
    height:98px;
    width:232px;
    background:url('../Images/Accueil/fondModule3.jpg') left top no-repeat;
}

div.sousCadreModuleTitre{
	height:20px;
	margin:5px 8px 0 8px;
	color:White;
	padding:2px 0 0 2px;
	font-weight:bold;
}
div.sousCadreModule{
	margin:2px 8px 0 8px; 
	height:60px;
	overflow:hidden;
	color:White;
}
div.sousCadreModule p{
	margin:0 0 2px 0;
	padding:0;
}

.moreModule
{
    color:#CCCCCC;
    text-decoration:none;
    font-weight:bold;
    font-size:0.8em;
}
.moreModule:hover
{
    text-decoration:underline;
}
.spanModule{
    color:#CCCCCC;
    text-decoration:none;
    font-weight:bold;	
}
.desc{
	font-size:0.8em;
}

/*********************************/
/* Page de sélection Plateforme / Categorie */
/*********************************/

.selection .header
{
    background:url('../Images/header.jpg') left top no-repeat;
    height:126px;
    width:100%;
 }

.selection .menu 
 {
    height:237px;
    background:url('../Images/fondMenu.jpg') left top no-repeat;
 }

.selection .contenu 
{
    vertical-align:top;
    height:585px !important;
    height:573px;
    padding-top:8px;
    padding-left:21px;
    margin:0;
    background:url('../Images/SelectionProduits/fond.jpg') left top no-repeat; 
}

.selection .hautSousMenu 
{
    display:none;
}

.selection .basSousMenu
{
    width:241px;
    height:177px;
    background:url('../Images/SelectionProduits/basSousMenu.jpg') left top no-repeat; 
    
}
.selection .contenuSousMenu 
{
    margin-top:0;
    padding-top:30px;
    width:241px;
    height:318px;
    background:url('../Images/SelectionProduits/hautSousMenu.jpg') left top no-repeat;
    vertical-align:top;
}

.selection  .colonneGauche 
 {
    vertical-align:top;
    width:241px;
    background:url('../Images/SelectionProduits/fondSousMenu.jpg') left 365px no-repeat;
   
 }
.selection .footer, .selection .footerSansTop
{
    width:762px;
    height:176px;
    background:url('../Images/SelectionProduits/footer.jpg') left top no-repeat; 
    vertical-align:top;
}
 

.selectionPlateformeCateg 
{
    width:710px;
}

.intervallPlateformeCateg 
{   
    font-size:1px;
    width:1px;
}
/*
.titreChoixPlateformeSelected, .titreChoixPlateformeOn, .titreChoixPlateformeOff, .titreChoixCategorieOn, .titreChoixCategorieOff, .titreChoixCategorieSelected
{
    height:61px;
    width:333px;
}

.titreChoixPlateformeOff 
{
    background:url('../Images/SelectionProduits/hautCadrePlateformeOff.gif') no-repeat;
}
.titreChoixPlateformeOn
{
    background:url('../Images/SelectionProduits/hautCadrePlateformeOn.gif') no-repeat;
}
.titreChoixPlateformeSelected
{
    background:url('../Images/SelectionProduits/hautCadrePlateformeSelected.gif') no-repeat;
}

.titreChoixCategorieOff 
{
    background:url('../Images/SelectionProduits/hautCadreCategorieOff.gif') no-repeat;
}
.titreChoixCategorieOn
{
    background:url('../Images/SelectionProduits/hautCadreCategorieOn.gif') no-repeat;
}
.titreChoixCategorieSelected
{
    background:url('../Images/SelectionProduits/hautCadreCategorieSelected.gif') no-repeat;
}
.basChoixPlateformeOff, .basChoixCategorieOff,.basChoixPlateformeOn, .basChoixCategorieOn
{
    background:url('../Images/SelectionProduits/basCadreOff.jpg') no-repeat;
    height:15px;
    background-position:left top;
    font-size:1px;
}
.basChoixPlateformeOn, .basChoixCategorieOn
{
    background:url('../Images/SelectionProduits/basCadreOn.gif') no-repeat;
    height:5px;
}
*/

.contenuChoixPlateformeOff,.contenuChoixCategorieOff,.contenuChoixPlateformeOn,.contenuChoixCategorieOn, .contenuChoixCategorieSelected, .contenuChoixPlateformeSelected
{
    vertical-align:top;
    padding-top:60px;
    background-position:  left top;
    background-repeat:no-repeat;
    height:507px ;
    width:322px;
    
}

.contenuChoixCategorieOn
{
    background-image:url('../Images/SelectionProduits/fondCategorieOn.jpg');
}
.contenuChoixCategorieOff
{
    background-image:url('../Images/SelectionProduits/fondCategorieOff.jpg');
}
.contenuChoixCategorieSelected
{
    background-image:url('../Images/SelectionProduits/fondCategorieSelected.jpg');
}
.contenuChoixPlateformeOn
{
    background-image:url('../Images/SelectionProduits/fondPlateformeOn.jpg');
}
.contenuChoixPlateformeOff
{
    background-image:url('../Images/SelectionProduits/fondPlateformeOff.jpg');
}
.contenuChoixPlateformeSelected
{
    background-image:url('../Images/SelectionProduits/fondPlateformeSelected.jpg');
}




.LienPlateforme 
{
    display:block;
    margin-left:40px;
    font-weight:bold;
    color:#3B3F4D;
    text-decoration:none;
    cursor:pointer;
    padding-top:1px;
    height:43px;
}
.LienPlateforme .Tiret 
{
	float:left;
	width:20px;
	margin-top:1px;
    border-bottom:solid 3px #3B3F4D;
}
.LienPlateforme .Texte 
{
   display:block;
   float:left;
   margin-top:9px;
   margin-left:2px;
}
.imgPicto 
{
	float:left;
    border:solid 3px #3B3F4D;
}

.Selectionne, .LienPlateforme .Texte:hover
{
    color:#8A2B28; 
}


/******************/
/*  Liste des produits   */
/******************/
.headerListe 
{
    margin-left:-7px;
    width:759px;
    height:145px;
    background:url('../Images/ListeProduits/fondHeader.jpg') left top no-repeat;
}

.headerListe .picto 
{
    border:solid 3px black;
}

.plateformeChoisie, .categorieChoisie 
{
    float:left;
    clear:left;
    margin-left:30px!important;
	margin-left:10px;
	width:auto!important;
	width:200px;
    padding-top:30px;
    color:#CC1305;
    font-weight:bold;
    font-size:17px; 
}
.categorieChoisie 
{
    padding-top:35px;   
}
.gridProduits 
{
    margin-left:11px;
    width:727px;
    border-width:1px;
}
.ligneProduits
{
    background-color:#B9BCC7;
}
.ligneAlternee 
{
    background-color:#E9E9EA;
}
.descriptionProduit 
{
    width:380px;
    text-align:left;
    vertical-align:top;
}
.pictosProduit 
{
    width:135px;
}
.ligneProduits .descriptionProduit 
{
    background:url('../Images/ListeProduits/fondItem1.jpg') right top no-repeat;
    background-color:#B9BCC7;
  }
.ligneProduits .pictosProduit
{
    background:url('../Images/ListeProduits/fondItem2.jpg') left top no-repeat;
}

.ligneAlternee .descriptionProduit 
{
    background:url('../Images/ListeProduits/fondAlternate1.jpg') right top no-repeat;
    background-color:#E9E9EA;
}
.ligneAlternee .pictosProduit
{
    background:url('../Images/ListeProduits/fondAlternate2.jpg') left top no-repeat;
}
.pictoResultats 
{
    width:70px;
    margin:auto;
}
.titreResultats 
{
    background:url('../Images/ListeProduits/puceTitre.gif') left 3px no-repeat;
    padding-left:10px;
    color:#DD6629;
    font-weight:bold;
    margin-left:10px;
    text-decoration:none;
}
.descResultats 
{
    font-family:Arial;
    display:block;
    padding:10px;
    text-decoration:none;
    color:Black;
}
.lienResultats 
{
    color:#CC1305;
    text-decoration:none;  
    border-top:solid 1px #7B7E87; 
    display:block;
	width:100%;
    margin-bottom:3px;
    font-weight:bold;
}
.lienResultats:hover 
{
    text-decoration:underline;
}
.platformProduct 
{
    width:100%;
    height:18px;
    color:#7B7E87;
    font-weight:bold;
    border-top:solid 1px #7B7E87;
}
.nouveauOK, .nouveauKO, .produitBrouillon
{
    margin-top:1px;
    margin-left:9px;
    width:125px;
    height:26px;
    margin-bottom:3Px;
}
.nouveauOK 
{
    background:url('../Images/new.gif') left top no-repeat;   
}
.produitBrouillon 
{
    background:url('../Images/draft.gif') left top no-repeat;   
}
.paginationProduits 
{
    background-color:White;
    font-size:20px;
}
.paginationProduits table
{
    margin:auto;
}
.paginationProduits a 
{
    color:Black;
    font-weight:bold;
}



/******************/
/*      Fiche produit      */
/******************/
/*
.produit .header 
{
    background:url('../Images/header.jpg') left top no-repeat;
    height:106px;
}
*/
.produit .preprod 
 {
    margin-left:45px;
    margin-top:20px;
    float:left;
    color:White;
    font-weight:bold;
    width:150px;
 }
 
.produit .back
 {
    margin-left:38px;
    margin-top:20px;
    float:left;
    display:block;
    background:url('../Images/back.gif') left top no-repeat;
    width:34px;
    height:27px;
    position:relative;
    clear:right;
 }

/*
.produit .menu 
{
    background:url('../Images/FicheProduit/fondMenu.jpg') left top no-repeat;
    padding-top:28px;
}
*/
.ficheProduit 
{
    background:url('../Images/fond.jpg') left top no-repeat;
    background-color:White;
    margin-left:-9px;
}

.mapPath a, .mapPath
{
    margin-bottom:10px;
    color:#666666;
   color:Black;
    font-size:12px;
    text-decoration:none;
    position:relative;
}

.mapPath a:hover 
{
    color:#F26522;
}
.mapPath .nomProduit 
{
    font-size:13px;
    font-weight:bold;
}
.imageProduit 
{
    text-align:right;
    clear:both;
    margin-bottom:0;
}

.cadreProduit
{
	float:left;
	margin-top:0 !important;
	margin-top:-4px;
}

.cadreProduit .cadreTitreProduit 
{
    padding-left:10px;
    width:528px;
    background-color:Black;
    font-family:Verdana;
    font-size:30px;
    color:#D43C1E;    
}


 .cadreProduit .cadreBiseauTitreProduit 
{
    padding-left:10px;
    padding-top:1px;
    width:528px;
    height:50px;
    overflow:hidden;
    background:url('../Images/FicheProduit/droiteTitreProduit.gif') right top no-repeat;
    background-color:Black;
}

.awards 
{
    float:left;
    clear:right;
    width:210px;
    height:76px;
    padding-top:1px;
}
.blocFeatures
{
    clear:left;
    float:left;
    width:470px;
    padding-left:10px;
    text-align:justify;
    margin-top:10px;
}

.listeFeatures 
{
	margin:0;
	padding:0;
}
.listeFeatures ul
{
	margin:0;
	padding:0;  
}

.listeFeatures li 
{
    list-style-type:none;
    background:url('../Images/FicheProduit/puceFeatures.gif') left 4px no-repeat;
    padding-left:20px;
    color:#005B7F;
    font-weight:bold;
    margin-bottom:15px;
    margin-left:0;
}

.listeFeatures li ul li
{
	font-weight:normal;
    margin-top:2px;
    margin-bottom:0;
    margin-left:20px;
}  

.retourFloat 
{
    clear:left;
}
.blocLiens 
{
    float:right;
    width:200px;
    margin-top:60px;
    _margin-top:0;

}
.boutonLien 
{
    margin-top:5px;
    font-size:12px;
    text-decoration:none;
    display:block;
    background:url('../Images/FicheProduit/boutonLien.gif') left top no-repeat;
    width:161px;
    height:24px;
    color:White;
    font-weight:bold;
    padding:3px 0 0 30px;
}
.titreSectionProduit 
{
    font-weight:bold;
    font-size:1.1em;
    margin-bottom:5px;
}
.faq 
{
    margin-left:20px;
    clear:both;
}
.faq dl 
{
    margin-top:0;
}
.faq dt 
{
    font-weight:bold;
    margin:5px 0 5px 10px;
}
.faq dd 
{
    margin-left:30px;   
}

.friend 
{
    display:block;
    clear:both;
    margin-left:20px;
    text-align:left;
    color:Black;
}
.pictoFriend 
{
    float:left;
    width:65px;
    margin-right:10px;
    border:solid 1px black;   
}
.titreFriend, .descFriend
{
    float:right;
    clear:right;
    width:100px;
    text-align:left;   
    color:Black;
}
.titreFriend 
{
    font-weight:bold;
    font-size:1.1em;
}
.descFriend 
{
    font-size:1em;
    font-weight:normal;
}

.pictoFriend, .titreFriend 
{
    margin-top:8px;   
}

.tabDistributeurs 
{
    width:70%;
}
.popup
{
    background:url('../Images/fondPopup.jpg') left top no-repeat;
}
.popup .faq 
{
    width:508px;
    margin-left:10px;
}
.popup .faq dl 
{
    margin-top:5px;
}
.popup .faq dt, .popup .faq dd 
{
    width:308px;
    clear:left;
    float:left;
}
.faq .fichiers 
{
    float:right;
}
.popup .separateur, .listeFichiers .separateur 
{
    margin-top:5px;
    clear:both;
    width:95%;
    height:10px;
    background:url('../Images/separateurGrand.gif') center top no-repeat;
}
.faq .titreFichiers 
{
    font-weight:bold;
}
.faq .fichiers a 
{
    display:block;
    margin-left:3px;
}
.fichier
{
    margin:10px 0 10px 0;
    color:Black;
    text-decoration:none;
}

.listeFichiers .image 
{
    float:left;
    border:2px solid #000000;  
}

.listeFichiers .image .thumb
{
    width:200px;
    margin-bottom:10px;  
}

.listeFichiers .texteFichier
{
    float:left;
    margin-left:20px;
    width:500px;
}

.listeFichiers .image .titreImg
{
    font-weight:bold;
}

.listeFichiers .titreFichier
{
    float:left;
    font-weight:bold;
    background:url('../Images/FicheProduit/puceFeatures.gif') left 2px no-repeat;
    padding-left:14px;
    margin-top:4px;
}
.listeFichiers .loupe 
{
    float:left;
}
.listeFichiers .fichier .descFichier 
{
    clear:both;
    margin-left:50px;
}


/*******************/
/*     Page Menu          */
/*******************/
.finSousMenu 
{
    clear:both;
    width:750px;
    border-top:solid 1Px #737373;
}
.itemSousMenu 
{
    clear:both;
    border-top:solid 1px #737373;
}
a.lienSousMenu 
{
    text-decoration:none;
    color:White;
    font-family:Arial;
    font-weight:bold;
    font-size:14px;
    background:url('../Images/boutonSousMenu_off.gif') left top no-repeat;
    display:block;
    width:185px;
    height:26px;
    padding:3px 0 0 30px;
    float:left;
    clear:left;
    margin-top:20px;
}

a.lienSousMenu:hover 
{
    background-image:url('../Images/boutonSousMenu_on.gif');
    color:#6BB0F6;
}

.descriptionSousMenu 
{
    margin:12px 0;
    border-left:solid 1px #737373;
    padding:20px;
    float:left;
    width:465px;
    
}



/*********************/
/* PRESS */
/*********************/

.tablePress{
	width:713px;
	margin:auto;
}
.tablePress td.label{
	text-align:right;
	width:50px;
}
.tablePress td.extrait{
	vertical-align:top;
	text-align:left;
}

.morePress 
{
    color:#CC1305;
    text-decoration:none;  
    font-weight:bold;
}
.morePress:hover
{
	text-decoration:underline;
}

.labelRouge{
	color:#C9441B;
}

/*********************/
/* AWARD */
/*********************/

table.award
{
	margin-bottom:20px;
}

td.awardImageCell
{
	vertical-align:middle;
	padding:4px;
}

td.awardContentCell
{
	font-weight:bold;
}

a.moreAwards
{
    color:#CC1305;
    text-decoration:none;  
    font-weight:bold;
	margin-right:20px;
}
a.moreAwards:hover
{
	text-decoration:underline;
}

/*********************/
/* PARTNERS */
/*********************/

.PartnersWelcome{
	font-size:2em;
	color:#A0A6B1;
	font-weight:bold;
}
.PartnersIdentite
{
	font-weight:bold;
}

a.partnersLink
{
    color:#CC1305;
    text-decoration:none;  
    font-weight:bold;
}
a.partnersLink:hover
{
	text-decoration:underline;
}

div.partnersMenu{
	margin-top:50px;
}

div.adresseDistributeur 
{
    margin-left:20px;
}

/*********************/
/* PLAN DE SITE */
/*********************/

div#planDeSite a
{
    text-decoration:none;  
    font-weight:bold;	
}
div#planDeSite a:hover{
	text-decoration:underline;
}

div#planDeSite div.itemPlanDeSite{
	margin-bottom:10px;
}

a.niveau1
{
	font-size:14px;
	color:Black;
	
}

a.niveau2{
	color:#BD7202;
	margin-left:25px;
}

a.niveau3{
	color:#BD7202;
	margin-left:50px;
}

a.niveau4{
	color:#BD7202;
	margin-left:75px;
}

a.niveau5{
	color:#BD7202;
	margin-left:100px;
}

div.contentContenu{
	width:740px;
	padding-top:1px;
	position:relative;
}

/*********************/
/* PIED (6TM) */
/*********************/

div#copyright
{
	font-size:11px;
	background-color:#2A2D36;
	text-align:right;
	color:White;
	padding:3px 8px 3px 3px;
}

div#copyright a{
	color:White;
	text-decoration:underline;
}

/*********************/
/* SONDAGE  */
/*********************/

div#sondage{
	margin:35px 10px 0 10px; 
	height:225px;
	overflow:auto;
}

div#sondage div.sondageTitre{
	color:White;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

div#sondage label,div#sondage .label{
	color:White;
}

div#sondage table.sondageBarre{
	border-collapse:collapse;	
	width:95%;
	font-size:11px;
} 

div#sondage td.sondageResultatGauche{
	height:12px;
	width:1px;
	background-image:url(../Images/sondages/bar_lcap.gif);
	background-repeat:no-repeat;	
}
div#sondage td.sondageResultatMilieu{
	height:12px;
	background-image:url(../Images/sondages/bar.gif);
	background-repeat:repeat-x;	
}
div#sondage td.sondageResultatDroit{
	height:12px;
	width:4px;
	background-image:url(../Images/sondages/bar_rcap.gif);
	background-repeat:no-repeat;
}

div#sondage td.sondageResultatPourcentage{
	vertical-align:top;
	text-align:right;
}

/*****************/
/*          CHAT          */
/*****************/
.chatPublic 
{
	margin:15px 15px 0 15px;
}
.cadreChat 
{
    border:#CCCCCC;
    color:#747474;
    padding-bottom:5px;
}

.tabInfos{
	width:99%;
	margin:auto;
	margin-bottom:10px;
	border-bottom:1px solid black;
}
.tabChat{
	width:99%;
	margin:auto;
}

.contenuChat 
{
    display:block;
    padding:1px;
    width:480px;
    height:380px;
    background-color:White;
    border:solid 1px #A5ACB2;
    margin:5px;
    overflow:auto;
}
.titreConnectesChat
{
    font-weight:bold;
    text-align:center;
        display:block;
}
.connectesChat 
{
    padding:1px;
    width:220px;
    height:340px;
    background-color:White;
    border:solid 1px #A5ACB2;
    overflow:auto;
}
.messageChat 
{
    margin-left:5px;
    width:480px;
}

.moderator
{
    color:Red !important;   
}

.courante 
{
    font-weight:bold !important;   
}

/*********************/
/* BLOG  */
/*********************/

.gvBlog{
	border-collapse:collapse;
	width:100%;
	margin-top:20px;
}
.gvBlog td{
	text-align:center;
	font-weight:bold;
}
.gvBlog .entete th{
	background-color:White;
	text-align:center;
	font-weight:bold;
}
.gvBlog .lienBlog{
	color:#CC1305;
	text-decoration:none;
}
.gvBlog .lienBlog:hover{
	text-decoration:underline;
}

/*********************/
/* CHAT SESSION  */
/*********************/

.gvSessionChat
{
    border-color:White;
	border-collapse:collapse;
	width:100%;
	margin-top:20px;
}
.gvSessionChat td{
	text-align:center;
	font-weight:bold;
}
.gvSessionChat .entete th{
	background-color:White;
	text-align:center;
	font-weight:bold;
}

/*********************/
/* CONSTRUCTION  */
/*********************/

.construction
{
	background-image:url(../Images/construction.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	height:515px;
	padding-top:1px;
	margin:0 0 0 -8px!important;
	margin:-15px 0 0 0;
	position:absolute;
	width:742px;
}