/*
 * Nom du fichier : style.css
 * Dernière modification : 00:03 06/01/2008
 *
 * Feuille de styles du site Georges-Benedetti.fr
 */



/*
 * Styles de base
 */
html, body { font-family: "Trebuchet MS"; font-size: 14px; }

h1
{
	margin: 0;
	margin-bottom: 50px; /* Espace vide sous le nom pour y caser la "bannière flash" */
	text-transform: uppercase;
	text-indent: 50px;
	font-size: 2.4em;
	color: #6C6;
}

h2 { font-size: 1.2em; padding-bottom: 25px; margin-top: 40px; }

h3 { font-size: 1.1em;  }

/*
 * Liens par défaut
 */
a:link, a:visited { color: #000; text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { color: #CCC; }


/*
 * Bloc global du site
 */
#global { width: 760px; margin: 0 auto; position: relative; }


/*
 * Bloc de la bannière flash
 * Celui-ci est en positionnement absolu par rapport à son bloc parent #global
 */
#ban_swf 
{
	position: absolute;
	left: 20px;
	top: 50px;
	z-index: 1;
}


/*
 * Bloc des drapeaux français / english
 * Positionné par rapport au bloc parent #global
 */
#langue
{
	position: absolute;
	top: 108px;
	right: 20px;
	z-index: 2;
	padding: 0;
}

#langue img { width: 25px; border: 0; }


/*
 * Navigation principale
 */
#nav
{
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin-top: 50px;
	margin-right: 20px;
}

*>#nav { margin: 0; } /* hack : instructions lues par tous les navigateurs sauf IE6 */

#nav li 
{
	display: inline;
}

#nav li a, #nav li a:hover
{
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 18px;
}   

/* Boutons normaux */
#nav_acc { color: #99C; background: #ffffff; }
#nav_qui { color: #9C9; background: #ffffff; }
#nav_pro { color: #FFCFA0; background: #ffffff; }
#nav_con { color: #FC6; background: #ffffff; }
#nav_mem { color: #F974EB; background: #ffffff; }


/* Boutons survolés */
#nav_acc:hover { color: #FFF; background: #99C; }
#nav_qui:hover { color: #FFF; background: #9C9; }
#nav_pro:hover { color: #FFF; background: #FFCFA0; }
#nav_con:hover { color: #FFF; background: #FC6; }
#nav_mem:hover { color: #F974EB; background: #CFC; }



#nav_type {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
	position: relative;
	border-top: 1px solid #E5E5E5;
	margin-top; 100px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	margin-left: 507px;	
}

#nav_type li {
	display: block;
	width: 175px;
	font-size: 10px;
	padding: 6px;
	text-align: left;
}

#nav_type a { color: #E5E5E5; font-weight: bold; text-decoration: none; }
#nav_type a:hover { border-bottom: 1px solid #E5E5E5; color:#FFCFA0 }





 /*
  * Contenu principal du site
  */
#contenu
{
	 position: relative;
	height: 20px;
	border-color: #CFC;
	border: 20px solid #CFC;
	border-top-width: 50px;
	border-bottom-color: #ffffff;
	border-bottom-width: 0px;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 0px;
}
#contenu2
{
	position: relative;
	border: 20px solid #CFC;
	border-top-width: 0px;
	border-top-color: #ffffff;
	border-bottom-width: 20px;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	padding-bottom: 35px;
	padding-left: 20px;
	padding-right: 20px;
	}


.fiche_produit { clear: left; margin-bottom: 50px;}
img.flot_gauche {

	width:250px;
	padding: 20px;

	margin-right: 300px;
}

img.autres_photos { width: 140px; display: block; float: left; }

#contenu .produit { margin: 10px 10px 75px 10px; }
#contenu .produit p { float: left; width: 50%; margin-right: 25px; }

#liste_prod {  width: 690px; margin-top: 5px; }
#liste_prod td { width: 230px; padding-bottom: 50px; vertical-align: top; }
#liste_prod img { display: block; }
#liste_prod a img { border: 2px solid #CCC; }
#liste_prod a:hover img { border: 2px solid #9C9;}
#liste_prod a:hover span { color: #9C9; text-decoration: underline; }
#liste_prod span { font-size: 12px; display: block; width: 160px; text-align: center; }


.spacer { visibility: hidden; clear: both; }

/*
* Formulaire
*/
fieldset { padding: 15px; margin: 30px 0; border: 1px solid #CCC; background: #FFFFF4; }
label { float: left; width: 150px; }
input, textarea { border: 1px solid #CCC; }
form .btn { margin-left: 165px; }

#msgChampObligatoire { text-align: right; }
.champObligatoire {	color: #F00; font-weight: bold; font-family: arial; }
form .msgErr { color: red; font-size: small; }

/*
* Qui sommes-nous ?
*/
address { text-align: center; margin: 20px; }
/*
* magiczoom
*/
/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			2px solid #CFC;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			1px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#CFC;
	text-align: 	center;
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#CFC;
}