@charset "utf-8";

/********************************************************/
/*                   Som-Tee (c)                        */
/* ==================================================== */
/* ** Webmasters **                                     */
/* Jérôme Haefliger (redpaladin (at) gmail.com)         */
/* Gilles Di Pietrantonio (del.dipso (at) gmail.com)    */
/*														*/
/* (c) copyright, all rights reserved 					*/
/********************************************************/
/* =================================================================== */
/* style principal */
html, body {
	padding: 0px; margin: 0px;
	/*height: 100%;*/

	/* Police par défaut */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
/* Pour les liens hypertextes par défaut */
a {
	color: #FFFFFF;
	text-decoration:none;
}
/* Toutes les images n'ont pas de bordure lorsqu'elles sont des liens */

img {
	border:none;
	text-align:center;
}
/* Les png sont transprents sur IE6*/
img {behavior: url(/pngHack/pngHack.htc);}

/* Les tableaux ont tous une largeur de 100% */
table {
	width:100%;
}
/* =================================================================== */
/* Pour règler le problème des flottants */
/* methode de Allstrat, thx to him !     */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*backslash hack hides from IE mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end backslash hack */
/* =================================================================== */
#menu {
	position:absolute;
	left:0;
	width: 100%;
	/* distance avec le haut de body */
	top:23px;
	/* hauteur de la bande du menu */
	height:35px;
	background:#FFFFFF;
	/*border:solid #FFFF00 2px;*/
	z-index:1;
}
#menu ul {
	position:relative;
	left:0px;
	/*border:solid #00FF66 1px;*/
	height:50px;
	width:auto;
	text-align: center;
}
/* Cellules */
#menu li {
	position:relative;
	display:inline;
	/*border:solid #CC0000 1px;*/
	padding:0 5% 25px;
}

/* Proprieté de la police */
#menu a {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Sélecteur qui s'affiche quand la souris passe dessus ou quand on se trouve sur la page*/
#menu li:hover, .selector {
	background-image:url(img/selecteur.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
/* =================================================================== */
#wrapper {
	position: relative;
	width: 775px;
	padding-top: 110px;
	margin-left:auto;
	margin-right:auto;
	/*border:solid #33CC66 1px;*/
	min-height: 90%;
}
/* =================================================================== */
/* Cadres principaux */
.gauche, .droite, .unique {
	margin-top:10px;
	padding-bottom:5px;
	position:relative;
	background-image: url(img/bg_translucide.png);
	/*border:solid #33CC66 1px;*/
}

/* Le texte à l'intérieur des cadres */
/* mettre juste une marge entre le bord et le texte dans les colonnes, genre de 2 ou 3 px de chaque côté.*/
.gauche p, .droite p, .unique p {
	margin: 10px 3px;
}
/* Utiliser pour les titres */
.gauche h1, .droite h1, .unique h1  {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-variant: small-caps;
}
/* Utiliser pour une date, regarder la page news */
.gauche h2, .droite h2, .unique h2  {
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 10px 10px;
	text-align:right;
}
/* les liens soulignés et sans l'italique. Quand tu passes dessus, le soulignement se vire. */
.gauche a, .droite a, .unique a  {
	text-decoration:underline;
}
.gauche a:hover, .droite a:hover, .unique a:hover  {
	text-decoration:none;
}

/* Les cadres      */
/* =================================================================== */
.droite {
	width: 370px; 
	margin-left: 30px;
	float:left;
}
.gauche {
	width: 370px; 
	float:left;
}
.unique {
	width: 775px; 
}

/* Partie du bas   */
/* =================================================================== */
#footer {
	/*position: absolute;
	left:0px;
	bottom:0px;*/
	margin-top:10px;
	z-index:1px;
	/*border:solid #33CC66 1px;*/
	/* Police */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(img/bg_translucide.png);
}
#footer a {
	font-style:normal;
	font-weight:bold;
}
/* Les formulaires */
/* =================================================================== */
/* formulaire de la page contact */
.contact_form {
	padding:0;
	border-color:#AEAEAE;
	background:#3F3F3F;
	border-style:solid;
	color:#FFFFFF;
	overflow:auto;
	width:100%;
}
/* formulaire de la page card (products.php) */
.card_form {
	font-style:italic;
}
/* formulaire de la page panier */
.purchase_top {
	text-align:center;
	background-color:#FFFFFF;
	color:#000000;
}
.purchase_content {
	text-align:center;
	background-color:none;
	font-size:9px;
}
/* Au moment ou l'on va partir direction Paypal ... */
.purchase_alert {
	text-align:center;
	padding: 10px;
	width:300px;
	background:#FFFFFF; 
	color:#000000; 
	border:dotted #FF0000;
	margin-left:auto;
	margin-right:auto;
}
.purchase_recapitule {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
}
.purchase_thankyou {
	font-weight:bolder;
	font-size:14px;
	text-align:center;
}
/* =================================================================== */