/* =----------------------------------- Mes-Chaussures-com Encyclopedie */
* {
	margin: 0;
	padding: 0;
}
#searchsubmit {
	width:20px;
	height:20px;
	border:none;
	vertical-align:middle;
}
#s1 {
	vertical-align:middle;
}
body {
	background: #403B3B;
	/* Couleur texte */
	color: #333;
	font-size: 62.5%;
	/*font:12px*/
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	text-align: center;
} 
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2.3em;
}
h3 {
	/* Titre + mise en page Widgets */
	font-size: 12px;color:#fff;background:#403b3b;text-indent:5px;padding:5px;padding-left:5px;margin:0 0 7px;

}
h4 {
	font-size: 1.2em;
}
h5 {
	/* Titre + mise en page Widgets */
	font-size: 1.2em;color:#333;background:#000;text-indent:5px;padding:5px;padding-left:5px;
}
a {
	/* Couleur FONT Nav + Titre du billet */
	color: #403B3B;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #403B3B;    /* survol des TITRES des billets */
}

/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 1.4em;
	line-height: 1.4em;
}
/* Alignement des texte dans la barre de nav */
.nav li {
	line-height: 0.6em;
}
.nav li a {
	font-weight: bold;           
/*	letter-spacing: 1px;		-------- Police de la nav         */
/*	text-transform: uppercase; */
}
.nav li a span {
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #ccc;
}
.nav li a:hover,
.nav li a.focus {
	color: #fff;
}
.searchField input {
	color: #777;
}

.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.fix{display:inline-block;} 

* html .fix{height:1%;}

.fix{display:block;}


.toggleCategories li a {
	color: #fff;
}
.toggleCategories li a:hover {
	color: #ccc;
}
.postMeta {
	font-size: 0.9em;
	text-transform: uppercase;
}
/*	couleur date avant billet  */
.postMeta span.date {
	color: #ccc;
	text-align: right;
}
/*	couleur nbre de commentaires avant billet  */
.postMeta span.comments a,
.postMeta span.date a {
	color: #333;
}
.post h2 {
	line-height: 1.2em;
	margin-top : 15px;
	color: #333; 
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 26px;
}
/* couleur titre nav 2 eme colone + couleur lien ds contenu billet + contour image si lien */
.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
/*	border-bottom: 1px solid #ddd;   */
	color: #333; 
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}
.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
/*	TEXTE Etat survol categories	*/
.commentlist .comment-meta a:hover {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;  /* Font survol Categories */
	color: #F0F;
	border-bottom: 1px;/* couleur soulignement categorie   solid #0192B5 */
}
.secondaryColumn a {
	font-weight: normal;
}
.entry ul,
.entry ol,
.entry blockquote {
	color: #555;
}
.entry blockquote {
	font-style: italic;
}
.secondaryColumn h3,
#commentsContainer h3 {
	font-size: 1.2em;
	color: #333;
}
#cancel-comment-reply-link {
	color: #0192B5;
	font-size: 0.8em;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}
#footer p a {
	font-weight: bold;

}

/* =----------------------------------- main structure */
#wrapper {
/* =----------------------------------- Espacement entre le haut de la page et logo / image */
/*	border-top: 0px solid #0192B5;*/
	margin: auto;
	text-align: left;
	width: 970px;
	padding: 10px;
	background-color:#fff;
}
#masthead {
	padding: 10px 0
}
#filler {}
#mainColumn {
	float: left;
	margin: 20px 0 0 0;
	width: 650px;
}
.secondaryColumn {
	float: right;
	margin: 20px 0 0 15px;
	overflow: hidden;
	width: 300px;
}

.thirdColumn {
	float: right;
	margin: 20px 0 0 15px;
	overflow: hidden;
	width: 300px;
}

/* =----------------------------------- header elements */
#masthead h1 {
	float: left;
	margin: 15px 0 0 7px;
}
#masthead h1 a {
	text-transform: uppercase;
	width: 400px;
}
#blogLead img {
	background: #fff;
	border: 1px solid #bbb;
	float: right;
	height: 42px;
	margin: 0 7px;
	padding: 2px;
	width: 42px;
}
#authorIntro {
	float: right;
	margin: 8px 0 0 0;
	width: 340px;
}

/* =----------------------------------- top + bottom navigation */
.navStripWrapper {
	position: relative;
	width:970px;
	height:32px;
	margin-top:5px;
}
.nav {
	background: #403b3b;    /* couleur de fond de la nav */
	width:970px;
	height:40px;
	float: left;
}
/* Couleur des barres de séparation dans la nav */
.nav li {
	border-right: 1px solid #ccc;
	display: block;
	float: left;
}
.nav li a {
	color:#fff;
	display: block;
	padding: 16px 0px 0px 7px;
	width: 121px;
	height: 24px;
}
.nav li a span {
	
}
.nav li a:hover {
	background: #F3A;     /*   couleur au survol bloc nav	*/
}
.nav li a.focus {
	background: #0192B5;
}
.nav li ul {
	position: absolute;
	left: -999em;
	z-index:220;
}

.nav li:hover ul {
	left: auto;
	display: block;
}
	
.nav li.sfhover ul {
	left: auto;
}
.sous-nav {
	display: block;
}
.sous-nav li {
	width: 94px;
	float: left;
	clear: both;
}
.sous-nav li a {
	text-indent: 5px;
	color:#fff;
	display: block;
	padding: 13px 0px 2px 6px;
	width: 122px;
	height: 18px;
	background: #ccc;
	border-bottom: 1px solid #fff;
}
.sous-nav li a span {
	
}
.sous-nav li a:hover {
	background: #F3A;     /*   couleur au survol bloc nav	*/
}
.sous-nav li a.focus {
	background: #0192B5;
}

.searchField {
	float: right;
	border: 0;
	padding: 8px 5px 0px 0px;
}
.searchField div {
	margin: 5px 8px 0 0;
}
.searchField span {
	background: #fff;
	border: 2px solid #ccc;
	border-left-color: #ccc;
	border-bottom-color: #ccc;
	display: block;
}
.searchField input {
	border: 1px solid #403b3b;
	outline: none;
	padding: 2px;
	width: 220px;
}
.toggleCategories {
	background: #0192B5;
}
.toggleCategories ul, .toggleCategories2 ul {
	padding: 8px 7px 7px;
}
.toggleCategories ul li {
	display: block;
	float: left;
	width: 102px;
}
.toggleCategories li a {
	margin: 3px 0 4px 5px;
}


/* =----------------------------------- meta lead for each post */
/* =----------------------------------- couleur de la ligne de s�paration horizontale avant date */
.postMeta {
	border-top: 1px dotted #ccc;
	text-align: right;
	margin-bottom: 7px;
	position: relative;
}
.postMeta .container {
	position: absolute;
	top: -9px;
	right: 0;
}
.postMeta span.date {
	background: #fff;
	padding: 0 4px;
}
.postMeta span.comments {
	background: #fff url(images/chat_grey.gif) no-repeat 2px -1px;
	padding-left: 18px;
}

/* =----------------------------------- general post */
.post {
	margin: 0 0 20px 0;
}
.post h2 {
	margin-bottom: 5px;
	padding: 0 0px;
}
.post h2 a {
	display:block;
}

/* =----------------------------------- entry body */
.entry {
	overflow: hidden;
	font-size: 12px;
	clear: both;
}
.entry p {
	line-height: 1.8em;
	margin: 7px 0px 13px;
	text-align : justify;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	/*list-style: circle;*/
}
.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}
/* =----------------------------------- contour des images  */
.entry img,
.entry a img {
	background: #fff;
	border: 0px; 
/*	border: 3px solid #ccc;		*/
/*	padding: 2px;				*/
}

/* =----------------------------------- contour des images AU SURVOL */
.entry a:hover img {
	border-color: #fff;
}

.entry.meta {
	background: #fff;
	/*border: 1px solid #ccc;*/
	border-width: 1px 0;
}
.entry.meta p {
	margin: 5px 7px;
}
.entry.meta .highlight {
	text-transform: uppercase;
	font-size: 10px;
}
.entry.meta a {
	color: #403b3b;
	border-color: #bbb;
}
.entry.meta a:hover {
	color: #403b3b;
	border-color: #403b3b;
}


/* =----------------------------------- Zone Home page sous le billet */
.entry.meta1 {
	/*background: #E3ECF9;*/
	/*background: #dedede;*/
	border-width: 0px 0px;
	width: 460px;
	margin-bottom: 5px;
	/*border:1px dotted #ccc;*/
}
.entry.meta1 p {
	margin: 2px 0px;
}
.entry.meta1 .highlight1 {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	text-transform: none;
	font-size: 12px;
}
.entry.meta1 a {
	color: #333;
	border-color: #bbb;
}
.entry.meta1 a:hover {
	color: #f0f;
	border-color: #000;
}
/* =----------------------------------- Zone Home page sous le billet  FIN */



/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #777;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	background: #fff;
	border: 1px solid #ddd;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #0192B5;
	border-color: #0192B5;
	background: #eee;
}

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border: 1px solid #ccc;*/
	font-size: 12px;
	color: #fff;
	background: #333;
	margin: 0 0 7px 0;
	padding: 3px 4px;
}
.thirdColumn h3 {
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;*/
	font-size: 12px;
	color: #fff;
	background: #403b3b;
	margin: 0 0 7px 0;
	padding: 3px 4px;
}
.widgetContainer {
	margin: 0 0 15px 0;
}
/* WIDGET Colonne milieu Mise en page des titres des RUBRIQUES */
.widgetContainer ul li {
	margin: 0 3px 3px 5px;
	border-bottom:1px dotted #ccc;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin: 0;
	line-height: 1.5em;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0;
	padding: 7px 4px 0;
	border-top: 1px solid #ccc;
	background: #fff;
/*	border-top: 1px solid #0192B5;  */
}
#commentsContainer h5 {
	display: block;
/*	espacement apr�s bloc r�ponses  */
	margin: 0px 0;
	padding: 5px 2px 5px;
	border-top: 1px solid #bbb;
/*	border-top: 1px solid #0192B5;  */
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px dotted #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 4px 3px;
	border: 1px solid #cbc2c2;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #fff;
	margin-right: 4px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px dotted #cbc2c2;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}

/* =----------------------------------- boring footer */
/*
#footer {
	border-top: 1px solid #0192B5;
	margin: 35px 0;
}
#footer p {
	padding: 14px 3px 0; 
}
*/
#footer11 {

	clear: both;

	text-align: center;

	padding-top: 10px;

	padding-bottom: 0px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	color: #A6A6A6;

}



#footer12, #footer13 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	border-top:1px dotted #cbc2c2;
}


#footer_wrap {

	width:1000px;

	margin: auto;

}

#footer_left {

	background-color: #eee;

	float:left;

	width:510px;

	color: #7F7F7F;

	border: 5px solid #333;

	padding: 10px;

	margin: 0px;

	list-style-type: none;

}

#footer_right {

	background-color: #FFFFFF;

	color: #7F7F7F;

	padding: 5px;

	margin: 0px;

}

.footer_content_left {

	text-align: left;

}

.footer_content_left img {

	border: 2px solid #fff;

	padding: 2px;

	margin-right: 5px;

	margin-bottom: 5px;

}

.footer_content_left img:hover {

    border: 2px solid #F3A;

}



.cats:after{content:".";display:block;height:60px;clear:both;visibility:hidden;}

/* titres des blocs (rose) */

.cats{display:inline-block;color:#FF39B0;padding: 5px 5px 5px 5px;} 

* html .cats{height:1%;}

.cats{display:block;}

#archives{background:#EEEEEE;}

#archives ul{list-style:none;padding:5px 0 3px 0;}

#archives li{float:left;display:block;width:101px;}

#archives li a{font-weight:bold;color:#333;font-size: 10px;width:99px;display:block;padding:2px 0 2px 2px;}

#archives li a:hover{font-weight:bold;width:99px;display:block;padding:2px 0 2px 2px;color:#fff; background-color:#333;}





.floatleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}


/* Début Script Random Image */
#conteneur
{  width:auto;
   margin-top:10px;
   padding-bottom:10px;
   padding-top:5px;}


#logo
{  
   width:250px;
   height:150px;
   float:left;
   }
   
#logo img {
border:none;
}

#rotator
{  background: url(rotator/rotator.php) no-repeat center top;
  width: 710px;
  height: 150px;
  float:right;
  }
/* Fin Script Random Image */

.vote_article { 
border:1px dotted #F0F;
font-family:"trebuchet ms";
font-size:12px;
height:15px;
margin:0 0 0;
padding:6px;
text-indent:2px;
}
.bloc_adsense_468 {
	width: 468px;
	margin-bottom: 5px;
/*	border: 1px dotted #ccc; */
}
.bloc_adsense {
	width: 250px;
	border: 1px dotted #ccc;
	margin-bottom: 15px;
}
.bloc_adsense_middle {
	width: 466px;
	border: 1px dotted #ccc;
	margin-bottom: 15px;
}

/* =----------------------------------- ADOK CONCEPTION */


/* -=< PAGE ACCUEIL >=- */

#barre-recherche {
	margin: 5px auto 20px auto;
	background : url('images/fond-recherche.png') no-repeat top left;
	width : 625px;
	height : 52px;
}

#barre-recherche #searchForm2 input#s2 {
	border : 0px;
	outline: none;
	margin-left: 63px;
	margin-top: 15px;
	padding-top : 3px;
	height : 17px;
	color: #777;
	width:340px;
	float: left;
	font-size : 1em;
}

#barre-recherche #searchForm2 input#searchsubmit2 {
	margin-left: 20px;
	margin-top: 15px;
	float: left;
}

div#chaussures-femme, div#chaussures-homme, div#chaussures-enfant {

}

div#chaussures-femme a, div#chaussures-homme a, div#chaussures-enfant a {
	margin-left: 20px;
	border: 0px;
}

div#chaussures-femme img, div#chaussures-homme img, div#chaussures-enfant img {
	border: 0px;
}

.plus-de-modeles a {
	margin-top: 0px;
	float: right;
	color : #FF33AA;
	font-size: 0.9em;
}

.plus-de-modeles a:hover {
	color : #333;
}

.index-titre {
	color : #403b3b;
	font-size : 15px;
	font-family : "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	border-bottom : 1px dotted #cbc2c2;
	padding : 0px 0px 3px 10px;
}

.index-bloc-defilement {
	margin: 6px 3px 20px 3px;
	height : 100px;
}

/* -=< PAGE PRODUIT >=- */

.titre-categorie {
	float: left;
        width:650px;
}

.titre-categorie .icone-categorie {
	float: left;
	margin : 0px 10px 0px 0px;
}

.titre-categorie .icone-categorie img {
	border : 0px;
	height: 50px;
}

.titre-categorie .libelle-categorie {
	float: left;
	margin : 10px;
	line-height: 1.2em;
	color: #333; 
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 26px;
}

.colonne-de-gauche {
	float: left;
	margin : 0px 0px 20px 10px;
	width: 237px;
}

.colonne-de-droite {
	float: right;
	width: 390px;
	margin : 0px 0px 20px 0px;
}

.photo-produit {
	margin-bottom: -12px; /* pour palier au for�age du margin du plugin sociable */
	float: left;
}

.tags {
	background : url("images/icone-tag.gif") no-repeat center left;
	padding-left : 20px;
	color: #A7A7A7;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 9px;
	font-weight : bold;
}

.tags a {
	color: #A7A7A7;
}

.tags a:hover {
	color: #FF33AA;
}

.rose {
	color : #FF33AA;
	font-weight : bold;
}

.collection {
	margin-top : 10px;
}

.annee_chaussure {
	margin-top : 10px;
}

.prix-indicatif {
	margin-top : 10px;
}

.premiere-bande {
	width: 648px;
	float: left;
	/* border-top : 1px dotted #ccc; */
}

.premiere-bande .note-globale {
	float: left;
	margin : 0px;
	padding: 20px 0px 15px 0px;
	width: 200px;
}

.premiere-bande .avis-produit {
	float: right;
	margin : 0px;
	padding: 20px 60px 15px 5px;
	text-align : center;
	width: 200px;
}

.avis-produit .comments {
	background : url("images/icone-commentaire.gif") no-repeat top left;
	padding-left : 20px;
	color: #A7A7A7;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 12px;
}

.avis-produit .new-comment {
	background : url("images/icone-ajout-commentaire.gif") no-repeat top left;
	padding-left : 20px;
}

.avis-produit .comments a, .avis-produit .new-comment a {
	font-weight : normal;
	color: #A7A7A7;
}

.avis-produit .comments a:hover , .avis-produit .new-comment a:hover {
	font-weight : normal;
	color : #FF33AA;
}

.premiere-bande .partager {
	float: right;
	margin: 0px;
	padding: 20px 0px 15px 5px;
	color: #A7A7A7;
	width: 135px;
}

.premiere-bande .partager .sociable {
	float: right;
	margin: -1px 0px 0px 7px;
}

.deuxieme-bande {
	width: 648px;
	float: left;
	border-top : 1px dotted #cbc2c2;
}

.deuxieme-bande .pub-produit {
	width: 234px;
	height: 60px;
	/* background : url('images/pub-bidon.png') no-repeat top left; */
	/* border: 1px solid #FF89C5; */
	float: left;
	margin: 25px 0px 10px 5px;
}

.autres-modeles {
	margin-top : 14px;
	color : #A7A7A7;
	font-size : 12px;
}

.autres-modeles a {
	color: #FF33AA;
}

.autres-modeles a:hover {
	color: #333;
}

.autres-modeles-carroussel {
	float: right;
	width: 390px;
	margin: 0px 5px 10px 0px;
	padding-top: 6px;
}

.autres-modeles-carroussel a {
	margin-left: 20px;
	margin-bottom: 0px;
}

.autres-modeles-carroussel .plus-de-modeles a {
	margin-top: 0px;
	float: right;
	color : #FF33AA;
}

.autres-modeles-carroussel .plus-de-modeles a:hover {
	color : #333;
}

.offres-commercants {
	border-top : 1px dotted #ccc;
	padding-top: 10px;
	margin-bottom: 20px;
	float: left;
}

.offres-commercants a {
	color: #FF33AA;
	font-weight: bold;
}

.offres-commercants a:hover {
	color: #333;
}

.offres-commercants-titre {
	margin: 7px;
	float: left;
        color:#A7A7A7;
        font-size:12px;
}

.offres-commercants-liste {
}

.offre-blanche {
	width: 630px;
	padding: 10px;
	background: #FFF;
	float: left;
	margin-bottom: 3px;
}

.offre-grise {
	width: 630px;
	padding: 10px;
	background: #F7F7F7;
	float: left;
	margin-bottom: 3px;
}

.offre-partie-gauche {
	float: left;
	border-right : 1px dotted #cbc2c2;
	width: 465px;
}

.offre-partie-gauche .offre-photo {
	margin-right: 15px;
	width: 80px;
	height: 80px;
	float: left;
}

.offre-partie-gauche .offre-photo img {
	border: 0px;
}

.offre-partie-gauche .offre-titre {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	width: 355px;
}

.offre-partie-gauche .offre-description {
	float: left;
	margin-right: 15px;
	width: 355px;
	font-size: 11px;
	text-align: justify;
}

.offre-partie-droite {
	float: right;
	width: 150px;
}

.offre-partie-droite .offre-logo {
	margin: 5px auto 10px auto;
	width: 88px;
	height: 31px;
}

.offre-partie-droite .offre-logo img {
	border: 0px;
	width: 88px;
	height: 31px;
}

.offre-partie-droite .offre-prix {
	float: left;
	color: #FF33AA;
	font-weight: bold;
	font-size: 17px;
	margin-top: 4px;
}

.offre-partie-droite .offre-infos {
	float: right;
	margin-right: 5px;
}

.offre-partie-droite .offre-infos img {
	border: 0px;
}

/* -=< PAGE TAG >=- */

.page-tag-titre {
	line-height: 1.5em;
	color: #403b3b; 
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 26px;
	float: left;
}

.page-tag-navigation {
	float: right;
	margin: 6px 25px 0px 0px;
}

.page-tag-navigation-bas {
	float: right;
}

#navigation-bas {
	border-top : 1px dotted #ccc;
	border-bottom : 1px dotted #ccc;
	padding-top: 6px;
	padding-bottom: 6px;
	clear: both;
	float: left;
	width: 620px;
	margin-bottom: 20px;
}

.page-tag-navigation .numero {
	margin: 1px;
	text-align: center;
	float: left;
}

.page-tag-navigation a {
	width: 24px;
	height: 20px;
	padding-top: 4px;
	background: #fff;
	color: #333;
	display: block ;
}

.page-tag-navigation a:hover {
	width: 24px;
	height: 20px;
	padding-top: 4px;
	background: #ff33aa;
	color: #fff;
	display: block ;
}

.page-tag-navigation .current {
	width: 24px;
	height: 20px;
	padding-top: 4px;
	background: #ccc;
	color: #333;
	display: block ;
}

.page-tag-navigation .vide {
	width: 24px;
	height: 24px;
	background: #fff;
	display: block ;
}

.page-tag-navigation .nav-prev a {
	width: 24px;
	height: 24px;
	background: #fff;
	display: block ;
	background: url('images/nav-prev.png') no-repeat top left;
}

.page-tag-navigation .nav-next a {
	width: 24px;
	height: 24px;
	background: #fff;
	display: block ;
	background: url('images/nav-next.png') no-repeat top left;
}

.page-tag-liste-modeles {
	clear: both;
	float: left;
	width: 680px;
}

.page-tag-produit {
	float: left;
	width : 310px;
	border-top : 1px dotted #cbc2c2;
}

.page-tag-produit-photo {
	float : left;
	width : 140px;
	height : 140px;
	margin : 25px 10px 20px 5px;
}

.page-tag-produit-photo img {
	border : 0px;
}

.page-tag-produit-photo img {
	width : 140px;
	height : 140px;
	border : 0px;
}

.page-tag-produit-description {
	float : right;
	width : 120px;
	height : 140px;
	overflow: hidden;
	margin : 25px 30px 20px 0px;
}

.page-tag-produit-titre {
	line-height: 1.1em;
	color: #333; 
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 14px;
	margin-top: 3px;
}

.page-tag-produit-note {
	margin : 8px 2px 2px 0px;
	color : #fff;
	font-size : 0px;
}

.page-tag-produit-avis {
	margin : 0px 2px 2px 2px;
}

.page-tag-produit-avis img, .page-tag-produit-avis a {
	border : 0px;
}

.page-tag-produit-tags-similaires {
	margin : 0px 2px 0px 2px;
}

.page-tag-produit-tags-similaires-titre {
	line-height: 1.5em;
	color: #A7A7A7; 
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 12px;
	font-style : italic;
}

.page-tag-produit-tags-similaires-liste {
	line-height: 1.1em;
	color: #A7A7A7; 
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 10px;
}

.page-tag-produit-tags-similaires-liste a {
	color: #FF33AA; 
}

.page-tag-produit-tags-similaires-liste a:hover {
	color: #333; 
}

/* -=< PAGE TOUTES LES MARQUES >=- */

.page-cat-liste-marques {
	margin: 25px 0px 10px 0px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 12px;
	color: #333;
	float: left;
}

.page-cat-liste-marques-colonne-1 {
	float: left;
	margin-right: 9px;
}

.page-cat-liste-marques-colonne-2 {
	float: left;
	margin-right: 9px;
}

.page-cat-liste-marques-colonne-3 {
	float: left;
	margin-right: 9px;
}

.page-cat-liste-marques-colonne-4 {
	float: left;
}

.page-cat-liste-marques-lettre {
	margin-bottom: 10px;
	width: 155px;
}

.page-cat-liste-marques-lettre-titre {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 20px;
	color: #FF33AA;
	border-bottom: 1px dotted #cbc2c2;
	padding-bottom: 7px;
	margin-bottom: 8px;
}

.page-cat-liste-marques-lettre-modeles {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 12px;
	color: #333;
}

.page-cat-liste-marques li {
	list-style: none;
}

.page-cat-liste-marques li a {
	color: #403b3b;
}

.page-cat-liste-marques li a:hover {
	color: #ff33aa;
}

/* -=< PAGE MARQUE >=- */

.page-cat-titre {
	line-height: 1.5em;
	color: #403b3b; 
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 26px;
	border-bottom : 1px dotted #cbc2c2;
}

#infos-marque {
}

#infos-marque .barre-outils {
	border-top : 1px dotted #ccc;
	border-bottom : 1px dotted #ccc;
	float: left;
	width: 650px;
	margin: 10px 0px 10px 0px;
}

#infos-marque .barre-outils .note-globale {
	float: left;
	margin : 10px 0px;
	padding: 0px;
	padding: 10px 0px;
	width: 200px;
}

#infos-marque .barre-outils .avis-produit {
	float: right;
	margin : 0px;
	padding: 20px 30px 10px 5px;
	width: 200px;
}

#infos-marque .barre-outils .partager {
	float: right;
	margin: 0px;
	padding: 20px 0px 10px 5px;
	color: #A7A7A7;
	width: 185px;
}

#infos-marque .barre-outils .partager .sociable {
	padding-left: 50px;
	margin: -17px 0px 0px 7px;
}

#infos-marque .barre-outils .tags {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-bottom: 15px;
}

#infos-marque .modeles-marque {
	margin-top : 14px;
	color : #A7A7A7;
	font-size : 12px;
	float: left;
}

#infos-marque .modeles-marque-libelle a {
	color: #FF33AA;
}

#infos-marque .modeles-marque-libelle a:hover {
	color: #333;
}

#infos-marque .modeles-marque-carroussel {
	padding-top: 6px;
	margin: 6px 3px 20px 3px;
	height : 100px;
}

/* -=< DIVERS >=- */

.st-tag-cloud {
	text-align: justify;
	line-height: 2em;
}

.titre-resultat-recherche {
	line-height: 1.5em;
	color: #333; 
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size : 26px;
	border-bottom : 1px dotted #ccc;
}

.contenu-resultat-recherche {
	padding-top: 10px;
}

/* Gestion des images dans les posts */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 15px 8px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.post-ratings {
	margin-left: 5px;
	padding-left:5px;
}

.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
	float: left;
	margin-left: -5px !important;
	margin-right: 5px !important;
}


#footer ul#feed li {
background : transparent url(images/feed-icon.png) no-repeat scroll left center;
list-style-image : none;
list-style-position : outside;
list-style-type : none;
margin : 0;
padding : 5px 20px;
}


#footer {
/* background : #222 url(images/background-vagues-06.gif); */
background : #403b3b;
clear : both;
color:#eee;
height : 250px;
/*   width:960px;   */
margin : 0 auto;

}
#contenu-footer {
position:relative; /*Fix IE bug*/
font-size : 11px;
margin-left : auto;
margin-right : auto;
padding-top : 15px;
position : relative;
text-align : left;
width : 960px;
}


#sitemap-footer {
position:relative; /*Fix IE bug*/
color:#777777; /* couleur des slashs */
background:#403b3b;
height:205px;
margin-bottom:10px;
padding:10px;
-moz-border-radius:0.7em; /*Coins arrondis dans Firefox*/
-webkit-border-radius:0.7em; /*Coins arrondis dans Safari*/
border-radius:0.7em; /*Coins arrondis dans Chrome*/
}



#sitemap-footer h1 {
color:#eee;
font-family:arial,verdana,helvetica,sans-serif;
font-size:16px;
font-weight:bold;
margin-bottom:5px;
}

#sitemap-footer p {line-height:2em;color:#CCCCCC;}
#sitemap-footer a { /* Liens dans le plan du site */
color:#CCCCCC;text-decoration:none;font-size:11px; }
#sitemap-footer a:hover { text-decoration:none;border-bottom:none; }

#bloc-sitemap-1,#bloc-sitemap-2,#bloc-sitemap-3,#bloc-sitemap-4 { /*background:#fefefe;*/float:left; }
#bloc-sitemap-1 { margin-left:10px;margin-right:80px;width:210px; }
#bloc-sitemap-2 { width:210px; }
#bloc-sitemap-3 { width:210px; }
#bloc-sitemap-4 { margin-right:10px;width:200px; }
}
