
/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#ffffff; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }

h1 { color:#ffffff; font-size: 1.1em; }
h2 { color:#ffffff; font-size: 1.3em; }
h3 { color:#ffffff; font-size: 1.17em; }
h4 { color:#ffffff; font-size: 1em; }
h5 { color:#ffffff; font-size: 0.83em; }
h6 { color:#ffffff; font-size: 0.67em; }
p { color:#ffffff; font-size: 1em; }
ul, ol { color:#ffffff; font-size: 1em; }
li {  color:#ffffff; font-size: 1em; }
a { color:#ffffff; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur après le clic */
input { border-width:thin; padding:3px; color:#ffffff; }
textarea { border-width:thin; padding:3px; color:#ffffff; }
em { }
strong { }


/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; font-size:12px;}
.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.strike, .barre { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }
.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }
.clearer { clear: both; width: 0; height: 0; line-height: 0; }

/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:#3366cc; border:1px scroll #FFFFFF; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }

/*classes supplémentaires*/
.compte{font-size:12px; text-align:left:}

.padL{padding-left:50px;}
.padR{padding-right:50px;}

.historique{width:600px; height:600px; overflow:auto; margin:5px;}
.historique p { color:#000;}

.or{ color:#e8b72c;}


.contenu-left{float:left; margin:10px; width:430px;}

.part{width:100px; height:100px;}

.fiche{width:280px; margin:10px; background:#4466c1; border:1px solid #346ac2; min-height:200px; float:left; text-align:center;}
.fiche img{ border:1px solid #dcbf49;}
.fiche p{ margin:2px;}

.produit{width:500px; height:180px; overflow:auto; margin:5px;}
.produit p { color:#000;}
.produit img{ border:1px solid #dcbf49;}

#languages{float:right; margin-right:70px; }
#languages_list li{float:left; list-style:none; margin-left:10px;}

/*	Formulaires
----------------------------------------------------------*/
form { 
	display: block;
	margin: 0;
	padding: 0;
}
fieldset {
	/*margin: 1.8em 20px 1em 0px;*/
	padding: 0 0.8em;
}

legend {
	padding: 0.1em 0.3em;
	margin: 0;
}

label {
	display: block;
	cursor: pointer;
}

input, textarea, select {
	font-size: 1em;
	border: 1px solid #000;
	background-color:#3366cc; border:1px scroll #FFFFFF;
}

input.checkbox, input.radio { 
	border: none;
}

textarea {
	width: 100%;
}

select {
	max-width: 11em;
}
option {
	padding: 0 0.3em;
}
optgroup option {
	padding-left: 1em;
}

p.field {
	margin: 0.5em 0;
}
p.field label {
    display: block;
}
ul.field {
	list-style: none;
	margin: 1em 0;
}
ul.field li {
	margin: 0.5em 0;
}

input.submit {
	padding-bottom: 2px;
	border: 1px solid white;
	height:19px;
}
input.submit:hover, input.submit:focus, input.submit:active {
	background-color: #fff;
	color: #404c71;
	cursor: pointer;
	border: 1px solid #000;
}

/* champs requis */
label.required {
	font-weight: bold;
}
label.required:after {
	content: ' *';
	color: #c00;
}
label.required:before {
	content: '';
}
.required-notes {
	font-size: 0.9em;
	font-weight: bold;
}
.required-notes:before {
	content: '* ';
	color: #c00;
}
.required-notes:after {
	content: '';
}


.recette{border:1px solid #FFF; padding:10px; margin:10px;}

