/*
----------------------------------------------------------
Auteur: Jocelyn Berger
Date de création : 25.07.06
Fichier: boutique.css
Description: Mise en page de la structure pour la boutique
----------------------------------------------------------
*/

/* STRUCTURE POUR LA BOUTIQUE */


/* TABLEAUX */

.tableau_contenu_boutique {
	margin-top: 5px;
}

.tableaux_boutique {
	margin-bottom: 10px;
	
	width: 310px;
	
	margin-right: 10px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

.tableaux_boutique td {
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 11px;
}

.tableaux_boutique a:link {
	text-decoration: none;
}

.tableaux_boutique a:visited {
	text-decoration: none;
}

.tableaux_boutique a:hover {
	text-decoration: underline;
}

.tableaux_boutique_photo {
	height: 310px;

	text-align: center;
	vertical-align: middle;
}

.tableaux_galeries_nom {
	padding-top: 5px;
	
	height: 2.5em;
	
	vertical-align: top;
	
	font-weight: bold;
	
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #D2D2D2;
	
	border-bottom-style: none;
}

.tableaux_galeries_prix {
	padding-bottom: 5px;
}

.tableaux_boutique_tailles_prix {
	margin-top: 15px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

.tableaux_boutique_tailles_prix td {
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 11px;
	
	text-align: right;
}

.titres_tableaux_boutique_tailles_prix {
	font-style: italic;
  
	background-color: #D2D2D2;
}


/* CADRES */

.cadre_boutique_details_general {
	margin-bottom: 20px;
}

.cadre_boutique_details_gauche {
	width: 340px;
	
	text-align: center;
	
	vertical-align: top;
}

.cadre_boutique_details_droite {
	width: 340px;
	
	vertical-align: top;
}

.cadre_boutique_details_nom {
	margin-top: 10px;
	margin-bottom: 10px;
	
	font-weight: bold;
	
	color: #1728A5;
}

.cadre_boutique_details_description {
	text-align: justify;
}

.retour_haut_page_boutique {
	margin-top: -10px;
	margin-bottom: 25px;
}


/* FORMULAIRES */

.tableau_formulaire_envoi_mail_boutique_colonne1 {
	width: 165px;
}

.tableau_formulaire_envoi_mail_boutique_colonne2 {
	width: 280px;
}

.champ_formulaire_envoi_mail_boutique {
	width: 278px;
	
	font-size: 11px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

.champ_formulaire_envoi_mail_localite_boutique {
	width: 224px;
	
	font-size: 11px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}

.champ_formulaire_envoi_mail_boutique_textarea {
	width: 278px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}


/* FILTRES */
#boutique_cadre_filtre {
	margin-top: 25px;
	margin-left: 10px;
	
	padding: 10px 10px 10px 10px;
	
	width: 454px;

	border-style: solid;
	border-width: 1px;
	border-color: #D2D2D2;
}