/*---------------------------------------------------------------------------------------------------*/
/*Mise en forme de la page du site                  */
/*---------------------------------------------------------------------------------------------------*/


body {
background-color:#342508;}

.total {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500PX;
	margin-top: -280px;
	width: 1000px;
	background-color:#FFFFFF;
}




/*---------------------------------------------------------------------------------------------------*/
/*Mise en forme du header du site                   */
/*---------------------------------------------------------------------------------------------------*/

.logo_webis {
	position: relative;
	float:left;
	margin:7px;
}


.picto_webis {
 float:right;
 position: relative;
 display:inline;
 width:600px;
 height:130px;
 background-image:url(Images/elements/nouveaute.gif);
 background-position:center 8px;
 background-repeat:no-repeat;
}

.pub_picto {
 float:left;
 position:relative;
 display:inline;
 width:468px;
 height:60px;
 top:50px;
 left: 66px;
}



/*---------------------------------------------------------------------------------------------------*/
/*Mise en forme du menu horizontal du site          */
/*---------------------------------------------------------------------------------------------------*/

#menu {
	width: 100%;
	float:left;
	z-index:5;
}

#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : left; /* on centre le texte qui se trouve dans la liste */
}

#menu ul /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 11px; /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */       
        color : #000000; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
		background-repeat:no-repeat;
		height:41px;
}



#accueil{background-image:url(Images/Boutons-rubriques/webisyhome_accueil.gif);width:85px;}
#accueil.current {background-position:center -41px;}
#accueil:hover{background-position:center -82px;}
#accueil.current:hover{background-position:center -82px;}

#mobilier{background-image:url(Images/Boutons-rubriques/webisyhome_mobilier.gif);width:85px;}
#mobilier.current {background-position:center -41px;}
#mobilier:hover{background-position:center -82px;}
#mobilier.current:hover{background-position:center -82px;}

#decoration{background-image:url(Images/Boutons-rubriques/webisyhome_decoration.gif);width:99px;}
#decoration.current {background-position:center -41px;}
#decoration:hover{background-position:center -82px;}
#decoration.current:hover{background-position:center -82px;}

#immobilier{background-image:url(Images/Boutons-rubriques/webisyhome_immobilier.gif);width:98px;}
#immobilier.current {background-position:center -41px;}
#immobilier:hover{background-position:center -82px;}
#immobilier.current:hover{background-position:center -82px;}

#auto_moto{background-image:url(Images/Boutons-rubriques/webisyhome_auto_moto.gif);width:105px;}
#auto_moto.current {background-position:center -41px;}
#auto_moto:hover{background-position:center -82px;}
#auto_moto.current:hover{background-position:center -82px;}

#course{background-image:url(Images/Boutons-rubriques/webisyhome_faire_ses_courses.gif);width:147px;}
#course.current {background-position:center -41px;}
#course:hover{background-position:center -82px;}
#course.current:hover{background-position:center -82px;}

#high_tech{background-image:url(Images/Boutons-rubriques/webisyhome_high_tech.gif);width:89px;}
#high_tech.current {background-position:center -41px;}
#high_tech:hover{background-position:center -82px;}
#high_tech.current:hover{background-position:center -82px;}

#jardinage{background-image:url(Images/Boutons-rubriques/webisyhome_jardinage.gif);width:103px;}
#jardinage.current {background-position:center -41px;}
#jardinage:hover{background-position:center -82px;}
#jardinage.current:hover{background-position:center -82px;}

#bricolage{background-image:url(Images/Boutons-rubriques/webisyhome_bricolage.gif);width:104px;}
#bricolage.current {background-position:center -41px;}
#bricolage:hover{background-position:center -82px;}
#bricolage.current:hover{background-position:center -82px;}

#energie{background-image:url(Images/Boutons-rubriques/webisyhome_energie.gif);width:84px;}
#energie.current {background-position:center -41px;}
#energie:hover{background-position:center -82px;}
#energie.current:hover{background-position:center -82px;}




#menu li /* Éléments des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 0px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 0px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 100px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
		z-index:5;
		border-style:solid;
		border-right-style:solid;
		border-width:1px;
		border-color:#342508;
}



#menu li ul a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */       
        color : #000000; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
		background-repeat:no-repeat;
		height:24px;
}

#menu li ul a:hover /* Contenu des listes quand on passe dessus */
{ 
        color:#FFFFFF; /* couleur du texte */
}


#menu li ul li /* Eléments de sous-listes */
{
        /* pour ie qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous-liste */
		vertical-align:middle;
		background-color:#FFFFFF;
		width:100%;

}
#menu li ul li:hover /* Eléments de sous-listes */
{
        /* pour ie qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous-liste */
		vertical-align:middle;
		background-color:#B34218;
		width:100%;
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 0px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -25px 0 0 180px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

*:first-child+html #menu li ul ul {
		margin-left:180px;
}



/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}


#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
		width:180px;
}




/*---------------------------------------------------------------------------------------------------*/
/*Mise en forme du bloc haut droit     */
/*---------------------------------------------------------------------------------------------------*/
.bloc_haut_droit {
	float: left;
	position:relative;
	width:748px;
	margin-top:5px;
	display:inline;
}


.Pub_haut_droit {
	float: left;
	position: relative;
	margin-top:3px;
	display:inline;
}


/*---------------------------------------------------------------------------------------------------*/
/*Mise en forme de la colonne de gauche du site     */
/*---------------------------------------------------------------------------------------------------*/

.bloc_de_gauche {
	float:left;
	position: relative;
	margin-right: 2px;
	margin-top: 0px;
	width: 250px;
	background-color:#FFFFFF;
	display:inline;
}
.newsletter {
	float:left;
	position: relative;
	width: 98%;
	height: 90px;
	padding: 1%;
	background-image:url(Images/elements/fond bleu euro.jpg);
	text-align: justify;
	color: #FFFFFF;
	display:inline;
}

.menu1_gauche{
	float:left;
	position: relative;
	width: 100%;
	margin-top: 5px;
	background-image:url(Images/elements/orange1.gif);
	background-repeat:no-repeat;
	display:inline;
}

.menu1_gauche a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.menu1_gauche a:hover {
	color:#000000;
}

.menu2_gauche{
	float:left;
	position: relative;
	width: 100%;
	margin-top: 2px;
	background-image:url(Images/elements/orange2.gif);
	background-repeat:no-repeat;
	display:inline;
}

.menu2_gauche a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.menu2_gauche a:hover {
	color:#000000;
}

.menu3_gauche{
	float:left;
	position: relative;
	width: 100%;
	margin-top: 2px;
	background-image:url(Images/elements/orange3.gif);
	background-repeat:no-repeat;
	display:inline;
}

.menu3_gauche a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.menu3_gauche a:hover {
	color:#000000;
}


.menu4_gauche{
	float:left;
	position: relative;
	width: 100%;
	margin-top: 2px;
	background-image:url(Images/elements/orange4.gif);
	background-repeat:no-repeat;
	display:inline;
}

.menu4_gauche a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.menu4_gauche a:hover {
	color:#000000;
}


.pub1_gauche{
	float:left;
	position: relative;
	margin-top: 5px;
	display:inline;
}

.pub2_gauche{
	float:left;
	position: relative;
	margin-top: 5px;
	display:inline;
}

.pub3_gauche{
	float:left;
	position: relative;
	width: 250px;
	height: 250px;
	margin-top: 5px;
	display:inline;
	}





/*---------------------------------------------------------------------------------------------------*/
/*Mise en forme de la colonne centrale du site      */
/*---------------------------------------------------------------------------------------------------*/

.bloc_central{
	float:left;
	position: relative;
	margin-top: 5px;
	margin-right:2px;
	width: 496px;
	background-color:#FFFFFF;
	display:inline;
}



/*barre de position actuelle*/
.position {
	float : left;
	position: relative;
	width: 496px;
	height: 28px;
	margin-right:2px;
	background-image:url(Images/elements/encart_haut.gif);
	background-repeat:no-repeat;
	display:inline;
}

.position2 {
	float : left;
	position: relative;
	width: 250px;
	height: 67px;
	margin-right:2px;
	background-image:url(Images/elements/Encart-droite3-60.gif);
	background-repeat:no-repeat;
	display:inline;
}

.position3 {
	float : left;
	position: relative;
	width: 250px;
	height: 95px;
	margin-right:2px;
	background-image:url(Images/elements/Encart-droite3.gif);
	background-repeat:no-repeat;
	display:inline;
}

.centrage_texte {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.centrage_texte2 {
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}


/*Texte d'accroche*/
.texte_accueil {
	float:left;
	position: relative;
	width: 98%;
	margin-top: 5px;
	padding-left:1%;
	padding-right:1%;
	display:inline;
}

/*Les podiums*/
.podium {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/podium.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_automoto {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-Auto_Moto.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_assurance {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-assurance.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_credit {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-credit.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_auto {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-auto.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_moto {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-moto.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_bricolage {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-Bricolage.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_decoration {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-decoration.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_vaisselle {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-vaisselle.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_ustensiles {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-ustensiles.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_rangement {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-rangement.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_linge {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-linge.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_fleurs {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-fleurs.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_mur {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-mur.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_accessoires {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-accessoires-deco.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_energie {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-energie.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_ht {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-High-Tech.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_telephonie {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-telephonie.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_informatique {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-informatique.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_electromenager {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-electromenager.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_imageson {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-imageson.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_courses {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-cybermarche.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_animaux {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-accessoires-animaliers.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_cybermarches {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-cybermarches.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_gastronomie {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-gastronomie.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_vins {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-vins.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_immo {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-Immobilier.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_jardinage {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-jardinage.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_mobilier {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-Mobilier.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_bureau {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-bureau.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_chambre {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-chambre.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_jardin {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-jardin.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_sdb {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-sdb.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_salon {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-salon.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium_cuisine {
	float: left;
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: 5px;
	background-image:url(Images/elements/Podium-cuisine.gif);
	background-repeat:no-repeat;
	display:inline;
}
.podium1_60 {
border-style:solid;
	border-width:2px;
	border-color:#B34218;
	
	position:absolute;
	top:70px;
	left:188px;
}

.podium2_60 {
border-style:solid;
	border-width:2px;
	border-color:#B34218;
	position:absolute;
	top:98px;
	left:37px;
}

.podium3_60 {
border-style:solid;
	border-width:2px;
	border-color:#B34218;
	position:absolute;
	top:113px;
	right:37px;
}


.podium1_90 {
	border-style:solid;
	border-width:2px;
	border-color:#B34218;
	position:absolute;
	top:40px;
	left:188px;
}

.podium2_90 {
border-style:solid;
	border-width:2px;
	border-color:#B34218;
	position:absolute;
	top:68px;
	left:37px;
}

.podium3_90 {
	border-style:solid;
	border-width:2px;
	border-color:#B34218;
	position:absolute;
	top:83px;
	right:37px;
}

.must {
	
	float: left;
	position: relative;
	width: 242px;
	height: 239px;
	margin-right: 5px;
	margin-left: 2px;
	background-image:url(Images/elements/le_must_du_moment.gif);
	background-repeat:no-repeat;
	display:inline;
}

.pubmust {
	border-style:solid;
	border-width:2px;
	border-color:#B34218;
	position:relative;
	width:120px;
	top: 70px;
	left: 13px;
	z-index:1;
}

.bestoffre {
	float: right;
	position: relative;
	width: 242px;
	height: 237px;
	background-image:url(Images/elements/la_bestoffre_des_internautes.gif);
	background-repeat:no-repeat;
	display:inline;
}

.pubbest {
	width:120px;
	border-style:solid;
	border-width:2px;
	border-color:#B34218;
	position:relative;
	top: 45px;
	left: 115px;
}

.top10 {
	float:left;
	position: relative;
	width:100%;
	height: 275px;
	margin-top: 5px;
	background-image:url(Images/elements/Offre-speciale.gif);
		background-repeat:no-repeat;
}

.pubtop {
	float:left;
	position:absolute;
	width: 130px;
	height: 70px;
	top: 95px;
	left: 90px;
	margin-right:2px;
	background-image:url(Images/top10/Encart1.gif);
	background-repeat:no-repeat;
	display:inline;
	padding-top:5px;
	
}

.neufpubs {

	position:absolute;
	top: 93px;
	left: 222px;
	width:280px;
	height:170px;
}

.pubstop9 {

	float : left;
	position:relative;
	width: 85px;
	height: 45px;
	margin-right:2px;
	background-image:url(Images/top10/Encart9.gif);
	background-repeat:no-repeat;
	display:inline;

	

}




/*bloc principal des pages secondaires*/
.bloc_principal {
	position:relative;
	float:left;
	width:496px;
	display:inline;
}

.bloc_principal_large {
	position:relative;
	float:left;
	width:746px;
	display: inline;
}


/*---------------------------------------------------------------------------------------------------*/
/*Mise en forme de la colonne droite du site        */
/*---------------------------------------------------------------------------------------------------*/

.bloc_de_droite {
	float: left;
	position: relative;
	margin-top: 5px;
	width: 250px;
	height:100%;
	background-color:#FFFFFF;
	display:inline;
}

.besoins {
	float : left;
	position: relative;
	width: 138px;
	height: 28px;
	margin-left:1px;
	margin-right:1px;
	background-image:url(Images/elements/11.gif);
	background-repeat:no-repeat;
	display:inline;
}

.besoins a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.besoins a:hover {
	color:#000000;
}

/*Pour la page d'acceuil*/
.besoins2 {
	float : left;
	position: relative;
	width: 139px;
	height: 28px;
	margin-left:0px;
	margin-right:0px;
	background-image:url(Images/elements/11.gif);
	background-repeat:no-repeat;
	display:inline;
}

.besoins2 a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.besoins2 a:hover {
	color:#000000;
}


.placement {
	float : left;
	position: relative;
	width: 110px;
	height: 28px;
	background-image:url(Images/elements/22.gif);
	background-repeat:no-repeat;
	display:inline;
}

.placement a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.placement a:hover {
	color:#000000;
}


.bloc_texte {
	float: left;
	position: relative;
	width:100%;
	margin-top: 5px;
	margin-bottom:5px;
	font-size:10px;
	text-align:justify;
	
}

.bloc_texte p {
	font-size:10px;
	text-align:justify;
}

.bloc_texte p ul{
	font-size:10px;
	text-align:justify;
}

.pub_droite {
	float:left;
	position: relative;
	margin-top: 5px;
	text-align:center;
	display:inline;
}



/*---------------------------------------------------------------------------------------------------*/
/*Mise en forme du pied de page                     */
/*---------------------------------------------------------------------------------------------------*/

.footer {
	float : left;
	position: relative;
	width: 100%;
	height:75px;
	margin-top : 10px;
	text-align: center;
	background-image:url(Images/elements/footer-2.gif);
	background-repeat:no-repeat;

}

#footer2 {
	float : left;
	position: relative;
	width: 100%;
	margin-top : 1px;
	background-color:#342508;
}

/*---------------------------------------------------------------------------------------------------*/
/*Mise en forme des textes                          */
/*---------------------------------------------------------------------------------------------------*/

/*Format des titres du texte d'accueil*/
h1 {
	color:#B34218;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:justify;
}
titre {
	color:#d9901d;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:justify;
}
titre a{
	color:#d9901d;
	text-decoration:none;
}
/*Format des textes classics*/
p {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


/*Format du footer*/
h2 {
	padding-top: 5px;
	font-size: 10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

h2 a {
	color:#FFFFFF;
}

/*Footer de la page principal*/
h3 {
	font-size: 9px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

h3 .texte2 {
	font-weight:bolder;
	font-size:11px;
	}

.texte1 {
color:#B34218;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}


	
/**Liste a puce**/
ul {
padding: 10px;
margin: 0;
list-style:none;
list-style-position:outside;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

/*---------------------------------------------------------------------------------------------------*/
/*Les Liens                        */
/*---------------------------------------------------------------------------------------------------*/
.lien{
color: #000000;
}

.liens_simulation a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
text-align:justify;
color:#342508;
} 

.liens_simulation a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
text-align:justify;
color:#B34218;
} 

.astuce{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
.astuce a{
color:#d9901d;
}
.astuce a:hover{
color:#B34218;
}


/*---------------------------------------------------------------------------------------------------*/
/*Les Séparations                      */
/*---------------------------------------------------------------------------------------------------*/
.separation_250 {
float:left;
background-image:url(Images/elements/barre_250.gif);
background-repeat:no-repeat;
background-position:5px;
width:250px;
height:13px;
display:inline;
}

.separation_500 {
float:left;
background-image:url(Images/elements/barre_500.gif);
background-repeat:no-repeat;
background-position:3px;
width:496px;
height:13px;
display:inline;
}

.separation_750 {
float:left;
background-image:url(Images/elements/barre_710.gif);
background-repeat:no-repeat;
background-position:5px;
width:720px;
height:13px;
display:inline;
}

.separation_top {
	float:left;
	position:relative;
	background-image:url(Images/elements/separation-top-10-marchands.gif);
	background-repeat:no-repeat;
	background-position:8px;
	width:250px;
	height:4px;
	display:inline;
}

.separation_verticale_top10 {
float:left;
background-image:url(Images/elements/separation_top10.gif);
background-repeat:no-repeat;
width:10px;
height:60px;
display:inline;
margin-left:10px;
}
/*---------------------------------------------------------------------------------------------------*/
/*Sous menu de droite                */
/*---------------------------------------------------------------------------------------------------*/
.categorie a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#342508;
font-weight:bold;
text-decoration:none;
}

.categorie#current{
background-color:#342508;
}


.categorie#current a{
color:#FFFFFF;
}


.categorie :hover {
display:block;
background-color:#B34218;
color:#FFFFFF;
}

/*---------------------------------------------------------------------------------------------------*/
/*Page du top 10 webisy                   */
/*---------------------------------------------------------------------------------------------------*/
.bonsplans {
	float:left;
	position:relative;
	width:748px;
	height:742px;
	background-image:url(Images/elements/Top_10_tableau.gif);
	display:inline;
	z-index:0;
}

.pub_bonsplans {
	float:left;
	position:relative;
	width: 620px;
	height: 60px;
	left:120px;
	top:10px;
	margin-bottom:14px;
	z-index:1;
}
