@charset "UTF-8";

html, body {
	/*hack IE 6*/
	height: 100%;
} 

body {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #663300;/*663300;*/
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: left;
	/*background: #C9BA6E;*/
	background: black url(../images2/site_BKG_black.jpg) no-repeat fixed center top;
	/*background: black url(../images2/site_BKG_blue.jpg) no-repeat center top;*/
	/*background: white url(../images2/site_BKG_white.jpg) no-repeat center top;*/
	/*background: #E8D781 url(../images2/site_BKG_E8D781.jpg) no-repeat center top;*/
}

img {
	/*IE rajoute des bordures aux images
	IE et Firefox ajoute des bordures aux images-liens*/
	border: 0 none;
	margin: 0;
	padding: 0;
}

hr {
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

ul, li {
	list-style-type: square;
}

h1, h2 {
	color: #CC9933;/*CC9933;*/
	font-weight: bold;
}

h1 {
	font-size: 2em;
	/*text-shadow: black 1px 2px 2px;*/
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4, ul.class_h4, li.class_h4 { 
	font-size: 1em;/*0.9em;*/
	font-style: italic;
	font-weight: normal;
	color: #999966;
}

hr{
	border-width: 1px;
	border-style: solid;
}
/* @group containers */

#container { 
	width: 700px;  /* REM: 780px = paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	margin: 0 auto;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	background: url(../images2/meta_BKG.png) no-repeat center top;
}

#containerBIG { 
	width: 740px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	background: url(../images2/meta_BKG.png) no-repeat center top;
}



/* @end */

/* @group meta */

#meta {
	height: 115px;
	background: url(../images2/meta_BKG.png) no-repeat center top;
	clear: both;
	position: relative;
}


#metaLangue {
	float: right;
	padding: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#google_translate_element{
	float: right;
	position: absolute;
	top: 110px; /*ou à 30px si on veut le coller au drapeau */
	right: 0px;
	padding-right: 20px;
}

#metacolor{
	float: right;
	position: absolute;
	top: 40px;
	right: 20px;
	
	/*position: relative;
	top: 37px;
	right: -40px;*/
}
#metaBaseline {
	/*float: left;*/
	width: 100%; /* placement= hauteur img + padding metaLangue */
	color: #C9BA6E;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	padding: 10px 0 9px 10px;
	position: absolute;
	top: 55px;
}

#metaMenu{
	/*REM: ce metaMenu au positionnement absolu est pour FF qui laisse -sinon- un espace entre le menu et le bandeeau*/
	float: left;
	position: absolute;
	top: 85px;
	overflow: hidden;
}

#metaMenu ul, #metaMenu ol, #metaMenu p  {
	margin: 0 0 0 5px; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 0;
	/*
	border-bottom: 1px solid red;
	border-top: 1px solid red;
	*/
	float: left;
	width: 100%;
	display: inline-block;
	/* height: 30px;// NE SERT à rien pour IE lte 7 */
}

#metaMenu a {
	text-align: center;
	font-size: 10px;
	text-transform: capitalize;

	line-height: 30px;
	text-decoration: none;
	border-right: 1px solid #7C612C;
	color: #C9BA6E;
	padding: 9px 5px 8px;
}

#metaMenu a.selected, #metaMenu a:hover {
	background: url(../images2/meta_BT_fond_r.jpg) repeat-x center top;
	color: #663300;
}
.metaSousMenu{

}

/* @end */

/* @group My Group */

/*#ContainerMenu{
	position: relative;
}

#menu {
	position: absolute;
	height: 30px;
	top: 85px;
}

#menu dl {
	display: block;
	height: 30px;
	float: left;
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
}


#menu dt {
	display: block;
	height: 30px;
	color: white;
	 centrage vertical 
	line-height: 30px;
	 centrage horizontal 
	text-align: center;
	cursor: pointer;
	list-style-type: none;
}

#menu dd {
	margin: 0;
	padding: 0;
	display: block;
	background-color: red;
	width: 100%;
	list-style-type: none;
}

#menu dd ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

#menu dd ul li a {
	list-style-type: none;
	text-decoration: none;
	color: white;
	display: block;
	border-top: 1px solid orange;
	list-style-type: none;
	// Hack IE (pour pouvoir remonter un sous-menu 	
	border-bottom: 1px solid aqua;
}
#menu dl:hover, #menu dd ul li a:hover {
	// REM IE: ne pas donner de hauteur à la liste qui déroule... Ca marche très bien. Par contre pas le choix de la hauteur 
	background-color: lime;
	list-style-type: none;
}

#menu dl dd {
		display: none;

}
#menu dl:hover dd {
		display: block;
		width: 80px;

}*/


/* @end */

/* @group screenshots */

.screenshots {
	background-color: black;
	padding: 5px;
	height: 140px;
}

.screenshots p {
	color: silver;
	font: 1.3em italic normal Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5em;
	margin-left: 10px;
}

.screenshots ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

.screenshots ul li a {
	display: block;
	width: 80px;
	margin-right: 2px;
	padding: 4px;
	background-color: gray;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: color 0.2s linear;
}

.screenshots a:hover, #screenshots a.selected {
	background-color: #C9BA6E;
}



/* @end */

/* @group pages */

#versions {
	margin: 0 auto;
	max-width: 740px;
	min-width: 250px;
	/* REM: WebView 310px = 295px(zone affichage) +15px(slider vertical) - 10px*2(padding .Main) = 275px(zone utile) */
	background-color: white;
}

#versions ul li {
	margin-left: -25px;
}

#pro {
	margin: 0;
	background-color: white;
	display: block;
}

/* @end */

.Main {
	/*width: 100%;*/
	min-width: 250px;
	max-width: 740px;/*pour le Help*/
	/*border: 1px solid gray;*/
	margin: 0 auto;
	background-color: white;
	padding-top: 0;

	padding: 10px 10px 20px;
}

#HelpGauche {
	/*display: block;*/
	float: left;
	border-right: 1px solid silver;
	margin: 0;
	padding: 10px;
	width: 40%;
}

#HelpMain {
	/*display: block;*/
	float: right;
	height: 400px;
	padding: 10px;
}

#ColGauche {
	/*display: block;*/
	float: left;
	/* REM: width finale = width + padding-r+l */
	width: 110px;
	margin-right: 15px;
	opacity: 1;
}

#ColDroite {
	/*display: block;*/
	float: right;
	/* REM: width finale = width + padding-r+l */
	width: 110px;
	margin-left: 15px;
	opacity: 1;
}

#ColMain {
	display:block;
	float: left;
	width:465px;
	margin:0;
	padding-top: 0px;
	/*	
	padding-right: 130px;
	padding-left: 130px;
	*/
}

#pied {
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
	background-color: #C9BA6E;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}
#nav_bas a {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8em;/*0.8em;*/
}

/* @group cartouche */

/*.cartouche p, .cartouche_opacity p, .cartouche ul li, .cartouche h2, .cartouche_opacity h2*/

/*.cartouche, .cartouche_opacity, .cartouche p, .cartouche_opacity p, .cartouche h2, .cartouche_opacity h2 {
	font-size: 0.85em;9px;
}*/
.cartouche *, .cartouche_opacity * {
	font-size: 10px;/*0.95em;*/
	/*REM: du fait des éléments imbriqués, une valeur en % réduit la taille de certains items comme une poupée russe :-( */
}
.cartouche, .cartouche_opacity {
	text-align: center;
	
	padding: 0 0 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #C9BA6E;/*E4DDB7;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*
	border-width: 1px;
	border-style: solid;
	*/
}

.cartouche h2, .cartouche_opacity h2 {	
	padding: 10px 0;
	background-color: #663300;
	text-transform: uppercase;
	
	font-weight: bold;
	font-style: italic;
	color: #e1ca78;
}

.cartouche_opacity {
	/*REM =coul "fond" à 30%;*/
	background-color: #EFEAD4;
	padding: 0 0 5px;
}

.cartouche_opacity h2{	
	background-color: #C9BA6E;
	color: white;
}

.cartouche .screen a  {
	padding: 4px;
	background-color: gray;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: color 0.2s linear;
	display: block;
}

.cartouche .screen a.selected {
	background-color: white;
}

.cartouche .screen a:hover {
	background-color: #663300;
}

.cartouche p, .cartouche_opacity p {
	/*color: inherit;*/
	padding: 5px;
}

.cartouche ul li {
	color: inherit;
	text-align: left;

	list-style-position: outside;
	list-style-type: square;
	opacity: 1;
	margin: 5px 5px 5px -25px;
	list-style-image: url(../images2/fleche_dr.png);
}

/*.cartouche a {
	color: inherit;
}*/

.cartouche a:hover {
	text-decoration: inherit;
	color: white;
	background-color: #CC9900;
}


/* @end */

#ColGauche.overflow, .overflow #ColGauche, .overflow{
	width: 115px;
	overflow-x: hidden; 
	overflow-y:hidden;
	margin: 0;
	padding: 0;
	position: relative;
	left: -5px;
}


/* @group focus */


.focus ul {
	margin: 0;
	padding: 0;
}
.focus li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.focus li.box {
	display: inline-block;
	/*clear: both;*/

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #C9BA6E;/*#C1C0C4;*/
	/*width: 63%;*/
	max-width: 445px;/*740 - GAUCHE+droite(110+margin15)*2 - MAIN(pad15) = 720-125*2 = 470*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: color 0.2s linear;
}

.focus li.box:hover, .focus li a.box:hover {
	color: white;
	background-color: black;
}

.focus h2 {
	color: gray;
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.6em;
	margin-left: 10px;
}



.focus .GUI {
	display: inline;
	width: 245px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.focus .thumb {
	display: inline;
	width: 80px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: color 0.2s linear;
}

.focus a {
	background-color: #C9BA6E;/* même coul que le fond*/
}

/*..selected:hover focus a.thumb:hover,{*/


/* @end */

.center {
	text-align: center;
}

.left {
	text-align: right;
}

.accroche {
	background-color: black;/*#330000;/*black;*/
	color: silver;
	/*display: inline-block;*/
	padding: 10px;
	/*font: italic normal 1.5em/1.5em Georgia, "Times New Roman", Times, serif;*/
}

.accroche h5 {
	color: silver;
	font-weight: normal;
	font-size: 1.5em;
}

.accroche p, .accroche a {
	color: silver;
}

.clear {
	padding: 0; 
	margin: 0; 
	clear: both;
}



.inline {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.inline_left {
	display: block;
	float: left;
	margin-right: 5px;
}

.inline_right {
	display: block;
	float: right;
	margin-left: 5px;
}

.demi_largeur {
	width: 48%;
	display: inline-block;
}

.retrait {
	margin: 0 10px;
	display: inline;
	float: left;
}

.zoom {
/* mettre a cheval sur l'image vignette */
	right: 20px;
	position: relative;
	visibility: visible;
}

.bandeau, .bandeau a {
	margin: 0;
	padding: 0;
	/* en attendant la release, je masque ;-) 
	color: #CC0000;
	visibility: hidden;
	height: 0;*/
}

.new, .new a {
	color: #CC0000;
	background-color: transparent;
	/* en attendant la release, je masque ;-) 
	visibility: hidden;*/
}
new a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	/* en attendant la release, je masque ;-) 
	visibility: hidden;*/
}

.script {
	font: italic 1.5em/2em Georgia, "Times New Roman", Times, serif;
}

.exergue {
	font-size: 1.7em;
	/*font-weight: bold;*/
}

.petit, .minus {
	font-size: 0.7em;
	/*font-weight: bold;*/
}

.red {
	color: #CC0000;
}

.previous {
	color: #1D599A;
}

.black {
	color: #000000;
}

.fond{
/*utilisé pour la fonction recherche*/
	background-color: #CC9900;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* @group liens */

/* REM: si a est défini au début, il interfère sur tous les a de class (donc veiller à pré-définir les autres class avant de passer au global) */

a, a li {
	color: #663300;
	text-decoration: underline;
	padding: 1px 2px;
}

/*Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!*/

a:hover, a li:hover {
	color: white;
	text-decoration: none;
	background-color: #CC9900;
}

/*Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!*/

a:active, a li:active {
	color: white;
	background-color: #663300;
	padding: 1px 2px;
}

/* @end */

.hidden {
	display: none;
	visibility: hidden;
	/*overflow: visible;*/
}

#compteur {
	width: 90px;
	/*height: 20px;*/
	background-color: black;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	font: bold 18px "Courier New", Courier, mono;
	color: white;
}
#compteur span {
	font: bold 12px "Courier New", Courier, mono;
	text-transform: none;
	color: gray;
}

/* @group form - registration */

#RegSide {
	width: 150px;
	float: right;
	display: block;
	padding: 10px;
	height: 100%;
	color: gray;
	border: 2px dotted silver;
	background-color: #e2e3e6;
}

#Contents {
	width: 530px;
	float: left;
	display: block;
	background-color: white;
}

.imput{
	margin: 0 1px 0 0;
	/*border-right: 1px solid black;*/
}

.imput .product {
	padding: 15px 0;
	clear: both;
}

.imput .product.pair {
	background-color: #EFEAD4;
}

.imput .check{
	float: left;
	width: 30px;
	text-align: right;
	margin-left: 50px;
	/*border-right: 1px solid black;*/
}

.imput .info{
	float: left;
	width: 300px;
	text-align: left;
	/*border-right: 1px solid black;*/
}

.imput .prix{
	float: left;
	width: 80px;
	text-align: right;
	margin: 0 10px;
	/*border-right: 1px solid black;*/
}

.imput .total{
	float: left;
	width: 20%;
	text-align: left;
	margin: 0 20px;
	/*border-right: 1px solid black;*/
}

.warnings {
	display: block;
	background-color: #FFF17F;
	padding: 10px;
	margin: 0;
	min-height: 15px; /* REM: taille de l'icone (hors pad) */
}
	
.problems {
	width: 100%;
	background-color: #FFF17F;
	padding: 10px;
	margin: 0 -10px;
}
/* @end */

/* @group bt_search */

#bt_search{
	margin: 0;
	padding: 2px 30px 5px;
	/* REM: même coul que .screenshots */
	background-color: black;
	min-height: 15px;
	clear: both;
}
#status, #rsearch, #rsearch a{
	color: silver;
	margin: 0;
	padding: 0;
}

#q{
	margin: 0 100px 0 5px;
}
#q input[type="text"]{
	float: left;
	border: 0;
	width: 120px;/* REM: max=210px */
	height: 20px;
	background: url(../images2/bt_search.png) no-repeat left top;
/*color: #666;*/
	padding: 0 0 0 10px;
	color: black;
}
#q input[type="text"]:hover, #q input[type="text"]:focus{
	background: url(../images2/bt_search.png) no-repeat left bottom;
}
#q input[type="submit"]:hover{
	background: url(../images2/bt_search.png) no-repeat right bottom;
}
#q input[type="submit"]{
	float: left;
	border: 0;
	width: 30px;
	height: 20px;
	background: url(../images2/bt_search.png) no-repeat right top;
	cursor: pointer;
}

/* @end */
