/*  

Copyright © 2006 Troll d'idées. Tous droits réservés.

Feuille de styles commune
Thème : Black Lagoon
Créé le : 22/11/2006

Cette feuille de styles définie l'apparence des éléments communs à tous les templates du site.

*/

/* ========== Balises HTML ========== */

body {
	margin: 25px 0 0 0;
	padding: 0;
	font: 70% Arial, Helvetica, sans-serif;
	color: #777;
	background-color:#FFFFFF;
}

p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

div {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0 0 0 20px;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color:#777;
	}


.radio {
	width: auto;
	border: none;
}

select, .textfield, .textarea {
	padding: 2px;
	color: #666;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}

select, .textfield{
	font-size:1em;
}

input:focus.textfield, input:focus.textarea, select:focus, .textarea:focus {
	border:1px solid #666;
	background-color:#f3f1e9;
}


.erreur {
	margin: 0 0 20px 0;
	padding: 5px;
	color: #FFFFFF;
	background-color: #b92025;
}

#main .erreur strong {
	color: #FFFFFF;
}

.erreur a {
	color: #FFFFFF;
	text-decoration: underline;
}

fieldset {
	margin: 0 0 20px 0;
	padding: 5px;
	border: #D9D9D9 1px solid;
}

legend {
	margin: 0 0 5px 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
}

fieldset .content {
	padding: 10px 5px 1px 5px;
	color: #7F7F7F;
	background-color: #F2F2F2;
}

fieldset .content label {
	float: left;
	display: block;
	padding: 0 10px 0 0;
	width: 140px;
	line-height: 23px;
	text-align: right;
}

fieldset .content div {
	margin: 0 0 10px 0;
}

fieldset .content .label {
	display: inline;
	float: none;
	margin: 0 0 0 5px;
	width: auto;
}

.spacer{
	clear:both;
	}

p.details {
	clear:both;
	text-align: right;
	}
	
p.details a{
	background:url(../images/puce_details.gif) no-repeat left;
	padding-left:20px;
	text-decoration:none;	
	}
	
p.details a:hover{
	color:#333;
	}

input.bt_panier{
	float: right;
	background: url(../images/ajouter-panier.jpg) no-repeat right;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size: 8pt;
	padding: 0 0 7px 20px;
	display:block;
	height:28px;
	width:132px;
	border:none;
	}

input.bt_panier:hover{
	color:#333;
	cursor:pointer;
	}

p.prix{
	float: left;
	color:#666;
	margin:0;
	}
	
p.prix span{
	color: #f06754;
	font:1.6em Arial, Helvetica, sans-serif;
	}
		
.bouton{
	float:right;
	margin: 15px 0 0 0;
	text-align:right;
	}

p.retour{
	background:url(../images/puce_retour.gif) no-repeat left;
	padding: 0 0 0 15px;
	margin-top:10px;
}

p.retour a{
	text-decoration:none;
	}
	
p.retour a:hover{
	background-color:#fff;
	text-decoration:underline;
}

.gauche{
	float:left;
	}
	
/* ========== top ========== */

#top h1 {
	padding: 90px 0 0 0;
	padding-left: 35px;
	font-size: 0.9em;
	font-style:normal;
	font-weight:normal;
}

#top h1 a {
	color: #777;
	text-decoration: none;
}

#top h2 {
	font: 1.5em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#top #logo{
	position:absolute;
	top: 25px;
	margin-left:15px;
	}


/* ========== header ========== */

#header label{
	color:#777;
	display:block;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	background:url(../images/puce_fleche.gif) no-repeat left;
	padding: 0 0 0 15px;
	margin-bottom:5px;
	}

#header a{
	text-decoration:none;
	color:#777;
	}

#header a:hover{
	color:#666;
	}

#header .content{
	border-left:1px solid #e8e9e4;
	border-right:1px solid #e8e9e4;
	padding:0 15px;
	margin:0;
	/* zoom:1;  fixe IE bug */
	}

#header .header_top{
	height:14px;
	background:url(../images/header_top.gif) no-repeat;
	}
	
#header .header_footer{
	background:url(../images/header_footer.gif) no-repeat;
	height:14px;
	clear:both;
	}
	

/* ========== search ========== */

#search {
	line-height: normal;
}

#search td {
	vertical-align: middle;
}

#search .textfield {
	padding: 2px;
	margin: 0 5px 0 0;
	width: 160px;
	border: 1px solid #ccc;
}

#search .bt_search {
	float: right;
	width: 17px;
	height: 24px;
	border: none;
	background:url(../images/bt_ok_gris.jpg) no-repeat;
	cursor: pointer;
}


/* ========== menu ========== */



/* ========== chemin ========== */

#chemin a {
	color: #777;
	text-decoration: none;
}

#chemin a:hover {
	color: #666;
	text-decoration: underline;
}


/* ========== txt_size ========== */

#txt_size a.petit {
	font-size: 0.9em;
	}

#txt_size a {
	color: #b92025;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#txt_size a:hover {
	color: #666;
}

/* ========== sideleft ========== */

#sideleft h1 {
	background:url(../images/bg_h1_sideleft.jpg) no-repeat;
	height:41px;
	color:#FFFFFF;
	font:normal 1.4em Arial, Helvetica, sans-serif;
	padding: 8px 0 0 15px;
	}

/* ========== sideright ========== */

#sideright h1, #sideright h2 {
	background:url(../images/bg_h2_bloc_rouge.jpg) no-repeat;
	height:41px;
	color:#FFFFFF;
	font:normal 1.4em Arial, Helvetica, sans-serif;
	padding: 8px 0 0 15px;
}

#sideright h2.vert {
	background:url(../images/bg_h2_bloc_vert.jpg) no-repeat;
}

#sideright h3 {
	color:#666;
	background:url(../images/filet_dashed.jpg) repeat-x bottom;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-bottom:5px;
}

#sideright h3 span{
	color:#777;
	font-size:1em;
	text-transform:none;
	}

#sideright h3 a{
	text-decoration:none;
	}


#sideright h4 {
}

#sideright input.bt_panier{
	background:url(../images/ajouter-panier-petit.jpg) no-repeat right;
	height:21px;
	width:100px;
	font-size:0.75em;
	padding:0 0 5px 15px;
	}

#sideright .bouton{
	width:100px;
	}


/* ========== main ========== */

#main h1{
	background:url(../images/bg_h1_main.jpg) no-repeat;
	color:#FFFFFF;
	height:33px;
	font: 1.5em Arial, Helvetica, sans-serif;
	padding:3px 0 0 10px;
	margin:15px 0 10px 0;
	}

#main h2 {
	margin: 15px 0 10px 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
}

#main h3 {
	margin: 10px 0 5px 0;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	letter-spacing:0.5pt;
	color:#b92025;
}

#main h4 {
	font-size: 1.3em;
	font-weight: bold;
}

#main strong{
	color:#666;
}
	
#main p.accroche{
	background:url(../images/bg_accroche.jpg) no-repeat;
	color:#FFFFFF;
	height:33px;
	font: 1.5em Arial, Helvetica, sans-serif;
	padding:3px 0 0 10px;
	margin:15px 0 10px 0;
}

#main p.accroche a{
	text-decoration:none;
	color:#fff;
	}


#main img.illustration{
	border:1px solid #e8e9e4;
	padding:3px;
	}

#main .bouton{
	width:132px;
	margin-top:25px;
	}

#main .zoom{
	margin:10px 0px;
	background-color:#f1f1f1;
	padding:5px;
	width:125px;
	}
	
#main .zoom a{
	text-decoration:none;
	color:#777;
	padding:0 0 10px 0;
	}

#main .zoom a:hover, #main .zoom p a:hover span{
	color:#333;
}

	
#main .zoom img{
	vertical-align:middle;
	margin-right:5px;
	}
	
#main .zoom p a span{
	color:#666;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	margin-top:10px;
	}

.bt_top {
	float:right;
	background:url(../images/puce_up.gif) right no-repeat;
	padding:0 15px 0 0;
	margin-top:15px;
	}

.bt_top a {
	color:#777;
	text-decoration: none;
	}

.bt_top a:hover {
	color:#666;
	}


/* ========== footer ========== */

#footer{
	color:#ccc;
	font-size:0.9em;
	}

#footer a {
	text-decoration: none;
	color:#ccc;
}

#footer a:hover {
	color:#777;
}



/* ========== Les billets du CMS ========== */

.post_footer {
	height: 10px;
	clear: both;
}

/* -- titre + sous-titre + texte (.post_simple) -- */

.post_simple {
}

/* -- fiche produit -- */

.post_fiche .post_content {
	padding: 0 0 0 150px;
}

#main .post_fiche h2{
	text-transform:uppercase;
	background:url(../images/filet_dashed.jpg) repeat-x bottom;
	font: normal 1.4em Arial, Helvetica, sans-serif;
	padding-bottom:2px;
	}

#main .post_fiche h2 span{
	background:url(../images/puce_fleche_grise.gif) no-repeat left;
	padding-left: 20px;
	}

#main .post_fiche h3{
	color:#666;
	font:normal 1.2em Arial, Helvetica, sans-serif;
	}


#main .post_fiche h4{
	text-transform:uppercase;
	background:url(../images/filet_dashed.jpg) repeat-x bottom;
	color:#f06754;
	font:normal 1em Arial, Helvetica, sans-serif;
	padding:20px 0 3px 0;
	margin-bottom:15px;
	}

.post_fiche .prix{
	margin:0;
}

.post_fiche p.offre{
	background:url(../images/picto_offre.gif) no-repeat left;
	font-size:1.2em;
	padding: 0 0 0 28px;
	margin-top: 15px;
	height:21px;
	width:100px
}

.post_fiche p.nouveau{
	background:url(../images/picto_nouveau.gif) no-repeat left;
	font-size:1.2em;
	padding: 0 0 0 28px;
	margin-top: 15px;
	height:21px;
	width:100px
}


.post_fiche .post_content a:hover{
	background-color:#D6EAF1;
	color:#333;
	}
	
.post_fiche .post_content{
	background:url(../images/filet_dashed.jpg) repeat-x bottom;
	padding-bottom:20px;
}

.post_fiche .post_footer{
	clear:both;
	background:url(../images/filet_dashed.jpg) repeat-x bottom;
	padding:10px 0;
}

/* -- titre + sous-titre + texte + img gauche (.post_img_left) -- */

.post_img_left {
}

.post_img_left .post_content {
	padding: 0 0 0 170px;
}

.post_img_left .illustration, .post_img_left .produit{
	float:left;
}

/* -- titre + sous-titre + texte + img droite (.post_img_right) -- */

.post_img_right {
}

.post_img_right .post_content {
	padding: 0 220px 0 0;
}

.post_img_right .illustration{
	float: right;
}

/* -- titre + sous-titres + textes sur 2 colones (.post_2_col) -- */

.post_2_col .post_col_left {
	float: left;
	width: 48%;
}

.post_2_col .post_col_right {
	float: right;
	width: 48%;	
}


/* ========== le catalogue ========== */

.post_footer_produit {
	height: 10px;
	background: url(../images/filet_dashed.jpg) repeat-x center bottom;
	clear: both;
}

.tags a {
	color: #f06754;
}

/* ========== Les billets du Blog ========== */

.post_blog {
	margin: 30px 0 20px 0;
}

#main .post_blog h1 {
	margin: 0;
	background:none;
	font:bold 1.6em Arial, Helvetica, sans-serif;
	padding:0 0 5px 0;
	color: #bdd638;
	height:auto;
}

.post_blog .post_header h1 a {
	color: #bdd638;
	text-decoration: none;
}

.post_blog .post_header h1 a:hover {
	color: #bdd638;
}

.post_blog .post_header {
	margin: 0 0 0 0;
	padding: 0 0 0 72px;
	color: #959595;
	height:80px;
}

.post_header .auteur {
	color:#666666;
	font-style:italic;
	font-family:"Georgia", Times New Roman, Times, serif
}

.post_blog .post_date {
	background:url(../images/fond_date.jpg) no-repeat;
	float: left;
	width:63px;
	height:80px;
	padding: 5px 5px 0 0px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
}

.post_blog .post_date .jour {
	font-size: 2.8em;
	line-height: 20px;
}

.post_blog .post_date .mois {
	font-size: 1.6em;
	line-height: 18px;
}

.post_blog .post_date .annee {
	font-size: 1.2em;
	line-height: 10px;
}

.post_blog .post_chapo {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	clear:both;

}

.post_blog .post_content {
	padding: 0;
	margin: 0;
	clear:both;
	}

.post_blog .post_detail {
	padding: 0 0 5px 0;
	margin:15px 0 0 0;
}

.post_blog .post_detail a{
	background: url(../images/puce_suite.gif) no-repeat left;
	padding:15px;
	color:#f06755;
	text-decoration:none;
	}
	
.post_blog .post_detail a:hover{
	text-decoration:underline;
	}

.post_blog .bookmarqueurs {
	margin: 15px 0;
	font-size: 0.9em;
}

.post_blog .bookmarqueurs span {
	line-height: 20px;
}

.post_blog .bookmarqueurs span a {
	padding: 2px 0 2px 20px;
}

.post_blog .bookmarqueurs ul {
	margin: 10px 0 0 0;
	padding: 0;
}

.post_blog .bookmarqueurs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.post_blog .post_footer {
	clear: both;
	height: auto;
	line-height: normal;
}

/* -- commentaires -- */

.post_commentaires {
}

.blog_commentaires h2 {
	margin: 0 0 20px 0;
}

.post_commentaires .post_header {
	margin: 0 0 10px 0;
	font-size: 0.9em;
}

.post_commentaires .post_header .auteur {
	font-weight: bold;
}

.post_commentaires .post_content {
	padding: 5px;
	border: #ccc 1px solid;
	background-color: #f3f1e9;
	color:#333;
}

.post_commentaires .post_admin {
/*	border: #ba2126 3px solid;
*/	background-color: #ba2126;
	color: #fff;
}

.post_commentaires .post_footer{
	height:10px;
}

.post_commentaires .post_admin .avatar {
	padding: 2px;
	float: right;
	border: 1px solid #ccc;
	display:block;
}

.post_commentaires .avatar {
 display: none;
}

.post_commentaires .post_content p {
	padding: 0 60px 0 0;
}

.post_notes {
	margin: 0 0 20px 0;
}

.post_commentaires .note {
	float: right;  
}

.post_commentaires .post_footer_commentaire {
	height: 0;
	clear: both;
}

/* -- pour le catalogue -- */

.produit_commentaires .post_options {
	float: right;
	line-height: 15px;
}

/* -- poster un commentaire -- */

.new_commentaire {
	margin: 0 0 30px 0;
}

.new_commentaire h2 {
	margin: 0 0 20px 0;
}

.new_commentaire form table {
	width: 400px;
}

.new_commentaire form td {
	padding: 0 0 10px 0;

}

.new_commentaire .textfield {
	width: 200px;
}

.new_commentaire .textarea {
	width: 400px;
}

.new_commentaire .factultatif {
	font-style: italic;
}

.new_commentaire .bt_post {
	border:none;
	background:url(../images/bt_poster.jpg) no-repeat;
	cursor: pointer;
	width:180px;
	height:25px;
	margin:10px 0 0 0;
}

/* ========== Navigation ========== */

#main .nav {
	margin: 10px 0 20px 0;
	padding: 2px 0;
	text-align: center;
	border-top:1px solid #ecede8;
	border-bottom:1px solid #ecede8;
}

#main .nav div, .search_result_nav div {
	background-color:#ecede8;
	padding:1px 0;
}
	
#main .nav .selected, .search_result_nav .selected  {
	font-weight: bold;
	text-decoration: underline;
}
/* ========== Commande ========== */

.chemin_commande {
	margin: 20px 0;
	padding: 0;
}

.chemin_commande li {
	margin: 0 15px 0 0;
	display: inline;
	list-style: none;
}

.chemin_commande a {
	padding: 0 0 2px 0;
	text-decoration: none;
}

.chemin_commande .actif {
	color: #B92025;
}

/* ========== Les Block ========== */


.block .content ul li {
}

.block .content ul li a {
	text-decoration: none;
}

/* -- main -- */

#main .block {
	margin: 0 0 10px 0;
}

#main .block .content ul li {
	display: block;
}

#main .block ul li a {
}

#main .block h2 {
}

#main .block_accueil h1{
	background:url(../images/bg_h1_blog.jpg) no-repeat;
}

#main .block_accueil ul li{
	list-style:url(../images/puce_blog.gif);
	padding:5px 0 0 0;
	}

#main .block_accueil {	
	background:url(../images/filet_dashed.jpg) repeat-x bottom;
	padding: 0 0 20px 0;
	}


/* -- sideleft -- */

#sideleft .block {
	margin: 0 0 20px 0;
}	

#sideleft .block ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#sideleft .block ul li{
	padding:3px 0 4px 15px;
	background:url(../images/filet_dashed.jpg) repeat-x bottom;
	}

#sideleft .block ul li a{
	display:block;
	text-decoration:none;
	color: #777;
	}
	
#sideleft .block ul li a:hover{
	color:#333;
	background-color: #f3f1e9;
		}


/* -- sideright -- */

#sideright .block {
	margin: 0 0 20px 0;
}

#sideright .block ul {
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
	}

#sideright .block ul li{
	padding:3px 0 4px 0;
	background:url(../images/filet_dashed.jpg) repeat-x bottom;
	}

#sideright .block ul li a{
	display:block;
	text-decoration:none;
	color: #777;
	}
	
#sideright .block ul li a:hover{
	color:#333;
	background-color: #f3f1e9;
		}
		

#sideright .block ul li{
	list-style:url(../images/puce_blog.gif);
/*	background:url(../images/puce_blog.gif) no-repeat left;
*/}

/* ========== Eléments de mise en forme (utilisé par le configurateur de page du Back-Office) ========== */

.col {
	clear: both;
	/*zoom: 1;  Pour faire fonctionner tout ça sur cette s... de IE6 ! */
}

.col_left_50_50 {
	float: left;
	width: 48%;
}

.col_right_50_50 {
	float: right;
	width: 48%;
}

.col_left_65_35 {
	float: left;
	width: 63%;
}

.col_right_65_35 {
	float: right;
	width: 33%;
}

.col_left_35_65 {
	float: left;
	width: 33%;
}

.col_right_35_65 {
	float: right;
	width: 63%;
}

.col_left_35_35_35 {
	float: left;
	width: 31%;
}

.col_middle_35_35_35 {
	float: left;
	width: 31%;
	margin: 0 0 0 3.5%;
	display: inline;
}

.col_right_35_35_35 {
	float: right;
	width: 31%;
}

.col_footer {
	clear: both;
}
