/*

gris foncé du fond initial :  #444444
gris texte                    #585040
bleu foncé logo               #0000C0
bleu moyen                    #6666cc
rouge                         #993300
rouge (liens)                 #ab2617
vert moyen                    #669933
vert forum                    #51752B
vert clair fond               #E0EED0
jaune                         #FFFF33
*/

/*--------------------------------------------------------------------------*/
body {
  margin: 0 0 15px 0;
  padding: 0;
	background-color: #E0EED0;
  text-align: center;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}

#body_centre {
  background-color: #E0EED0;
  width: 770px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#main {
  margin: 0;
  background-color: #666666;
}


/* sidebar */
table#sidebar_main {
  margin: 0;
	padding: 0;
}
td.sidebar_bottom {
  width: 225px;
  background: #000000 url(/images/design/bottom.gif) no-repeat left bottom;
}
td.sidebar_top {
  width: 225px;
  background: url(/images/design/top.gif) no-repeat;
  padding: 2px;
}
td.sidebar_top_forum {
  width: 225px;
  background: url(/images/design/top-forum.gif) no-repeat;
}
td.sidebar_top p { text-align: left; }
td.sidebar_top div {
  margin: 15px 4px;
  padding: 0;
  color: white;
}
td.sidebar_top p, td.sidebar_top td {
  color: white;
}
h2.sidebar {
	color: white;
}



#contenu {
  margin: 5px 20px 15px 20px;
  padding: 0;
}

#footer {
  background-color: #E0EED0;
  text-align: right;
  margin: 0;
  padding: 5px 15px 0 0;
	color: #585040;
  clear: both;
	font-size: 11px;
}
#footer a{ color:#585040; text-decoration: none; }
#footer a:hover{ color:#ab2617; text-decoration: underline;}

#fil_ariane {
  margin: 0;
  padding: 0;
  color: #808080;
	font-size: 11px;
}
#fil_ariane a {color:#cc6633; text-decoration:none}
#fil_ariane a:hover{ text-decoration:underline}


/* formulaire de recherche dans la marge */
form#recherche {
  margin: 10px 5px;
  padding: 0;
  height: 18px;
}
form#recherche input {
  margin: 0;
  padding: 0;
  width: 130px;
  height: 16px;
  color: black;
	font-size: 11px;
  border: 0;
}
form#recherche input.submit {
  margin: 0;
  padding: 0;
  width: 60px;
  height: 16px;
  background-color: black;
  color: white;
  font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
  border: 1px solid white;
}

/* formulaire de recherche dans le corps de la page */
form#recherche_contenu {
  margin: 10px 0;
  padding: 10px;
  border: 2px solid #993300;
}
form#recherche_contenu input {
  width: 140px;
  height: 16px;
  color: black;
	font-size: 11px;
  border: 1px solid #E0EED0;
}
form#recherche_contenu input.submit {
  margin: 0;
  padding: 0;
  width: 60px;
  height: 16px;
  background-color: white;
  color: black;
  font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
  border: 1px solid black;
}


/*--------------------------------------------------------------------------*/
/* titres et sous-titres */
/*--------------------------------------------------------------------------*/

h1 {
  margin: 15px 0 30px 0;
  padding: 0;
  height: 22px;
	font-family: tahoma;
	font-size: 18px;
	color: #6666cc;
  font-weight: bold;
  background: transparent url(/images/design/fond-titre.png) no-repeat bottom left;
}
h1.forum {
  margin: 0;
}
h2 {
  margin: 10px 0;
  padding: 0;
	font-family: tahoma;
	font-size: 16px;
	color: #0000C0;
  font-weight: bold;
}
h3.sidebar {
	font-family: tahoma;
	font-size: 13px;
	color: #669933;
  font-weight: bold;
}
h3 {
  clear: both;
  padding: 0 0 3px 0;
	font-family: tahoma;
	font-size: 13px;
	color: #669933;
  font-weight: bold;
}
h3.souligne {
  border-bottom: 1px solid #669933;
}
h1 a, h1 a:hover, h1 a:visited, h1 a:link {
	color: #6666cc;
  texte-decoration: none;
}

/*--------------------------------------------------------------------------*/
/* listes */
/*--------------------------------------------------------------------------*/

ul.puces_bleues {
  margin: 10px 0 10px 10px;
  padding: 0;
}

ul.puces_bleues li {
  background: transparent url(/images/design/puce-bleue.png) no-repeat bottom left;
  list-style: none;
  vertical-align: middle;
  margin: 0;
  padding: 0 0 0 15px;
}

ul.liste_etroite {
  padding: 0 1px 10px 1px;
  margin: 0 0 20px 0;
}

ul.liste_etroite li {
  background: transparent url(/images/design/li-lien.gif) no-repeat top left;
  list-style: none;
  padding: 2px 0 0 10px;
}

ul.home {
  margin: 0;
  padding: 0 0 0 10px;
}
ul.home li {
  margin: 0;
  padding: 10px 0 0 5px;
}

.list ul{margin:0px; padding:0px; list-style:none; line-height:18px;}
.list ul li{ background:url(/images/design/list_marker.gif) no-repeat left top; padding:0 0 0 7px}
.list ul li a{ color:#C5513B; text-decoration:underline}
.list ul li a:hover{text-decoration:none}

.list1 ul{margin:0px; padding:0px; list-style:none; line-height:18px;}
.list1 ul li{ background:url(/images/design/list_marker1.gif) no-repeat left top; padding:0 0 0 7px}
.list1 ul li a{ color:#B02114; text-decoration:underline}
.list1 ul li a:hover{text-decoration:none}

/*--------------------------------------------------------------------------*/
/* balises classiques */
/*--------------------------------------------------------------------------*/
p, ul, li, td, table{
	font-family: tahoma;
	font-size: 13px;
	vertical-align: top;
	color: #585040;
}
p {
  text-align: justify;
}

form { margin:0px; padding:0px}

div.label {
  width: 230px;
  clear: both;
  display: inline;
}

a, a:visited {color: #ab2617; text-decoration: none}
a:hover{ text-decoration: underline}

span a{ color:#585040; text-decoration:underline}
span a:hover{ text-decoration:none}

a img{
border: 0;}


/*--------------------------------------------------------------------------*/
/* classes diverses et variées ;-) */
/*--------------------------------------------------------------------------*/
.clear {clear: both;}

.green{ color:#749F1F}
.green a{ color:#749F1F; text-decoration:underline}
.green a:hover{ text-decoration:none}

.rouge {color: #993300;}
.gris {color: #585040;}

.black{ color:#B3B1B1}
.black a{ color:#C5513B; text-decoration:underline}
.black a:hover{ text-decoration:none}
.black b a{ color:#B3B1B1; text-decoration:underline}
.black b a:hover{ text-decoration:none}
.black span{ color:#C5513B; font-size:10px}

/* formulaire de contact */
form#contact {
  margin:0;
  padding: 5px;
  border: 1px solid #669933;
  background-color: #E0EED0;
}
form#contact input, form#contact textarea { margin-left: 20px; }
form#contact textarea {  width: 400px; height: 200px;}
form#contact input { width: 400px;}
form#contact input.radio { width: 15px;}
form#contact input.submit { width: 200px; font-weight: bold;}
form#contact label { padding-left: 10px; }

/*
.form input {
	width:166px;
	height:19px;
	font-family:tahoma;
	font-size:11px;
	color: #585040;
	padding:2 0 0 6px;
	border-color: black;
	border-width:1px;
	background-color:#ffffff
}

.form textarea {
	width:166px;
	height:119px;
	font-family:tahoma;
	font-size:11px;
	color:#585040;
	overflow:hidden;
	padding:2 0 0 6px;
	border-color:#D9D9D9;
	border-width:1px;
	background-color:#ffffff
}
*/

.erreur  {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   padding-left: 10px;
   padding-right: 10px;
   background-color: #CC0000;
   color: White;
}
.warning {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   padding-left: 10px;
   padding-right: 10px;
   background-color: #003366;
   color: White;
}

.encadre {
	font-size: 15px;
  font-weight: bold;
  background-color: #FFFFEE;
  border: 3px solid #ab2617;
  padding: 10px !important;
	text-align: left;
	margin: 20px;
}

.float-left {
  float: left;
}


/* ------------------------ Tableau de données ---------------------------*/
div.tableau_donnees {
  /*text-align: center;*/
  /*margin: 0 auto 0 auto;*/
}
div.tableau_donnees table{
  border: 1px solid #117899;
  /*margin: 10px auto 15px auto;*/
  text-align: center;
  font-size: 80%;
}
div.tableau_donnees th {
  padding: 3px;
	font-weight: bold;
  text-align: center;
  color: white;
	background-color: #117899;
}
div.tableau_donnees td {
  padding: 2px;
	font-weight: normal;
  text-align: center;
  color: black;
	background-color: white;
  border: 1px solid #6CB9D3;
}
div.tableau_donnees td.gauche {
  text-align: left;
}
div.tableau_donnees td p {
  font-size: 100% !important;
}



/* ------------------------ Tableau sans bordures ---------------------------*/
div.tableau_light {
}
div.tableau_light table{
  border: 0;
  text-align: left;
}
div.tableau_light td {
  padding: 7px;
  font-size: 12px;
	font-weight: normal;
  text-align: left;
  color: black;
	background-color: white;
  border: 0;
}
div.tableau_light td.centre {
  text-align: center;
}
div.tableau_light p {
  font-size: 12px;
}
div.tableau_light h2 {
  font-size: 14px;
}


/* visible ou pas */
.visible {display: block;}
.invisible {display: none;}


div.avertissement {
	font-size: 13px;
  background-color: #FFFFEE;
  border: 3px solid #ab2617;
  padding: 10px !important;
	text-align: left;
	margin: 20px;
}


/*--------------------------------------------------------------------------*/
/* produit */
/*--------------------------------------------------------------------------*/

div.un_produit h2 {
	font-size: 13px;
}

div#colonne_droite {
  float: right;
  width: 130px;
  border-left: 1px solid #669933;
  border-bottom: 1px solid #669933;
  margin: 0 0 10px 10px;
  padding: 0 0 10px 10px;
}

div.ligne_vignette {
  clear: left;
  margin: 0 0 15px 0;
  padding: 0;
}
div.vignette_produit {
  float: left;
  margin: 0 10px 5px 0;
  width: 80px;
  text-align: center;
}

td.vignette_produit_marge {
  height: 80px;
  width: 80px;
  text-align: center;
  background-color: white;
}


b.chapeau {
	font-size: 14px;
	font-weight: bold;
}
a.marque, a.marque:visited {
	color: #669933;
  text-decoration:none
}
a.marque:hover {
	color: #ab2617;
  text-decoration:underline
}
a.tag, a.tag:visited {
	color: #585040;
  text-decoration:none
}
a.tag:hover {
	color: #6666cc;
  text-decoration:underline
}
a.neutre, a.neutre:visited {
	color: #585040;
  text-decoration:none
}
a.neutre:hover {
	color: #585040;
  text-decoration:underline
}
a.produit_marge, a.neutre:produit_marge {
	color: #FFFF33;
  text-decoration:none
}
a.produit_marge:hover {
	color: #ff6600;
  text-decoration:underline
}
a.resultat {
	color: #0000C0;
  font-weight: bold;
}


/*--------------------------------------------------------------------------*/
/* marques */
/*--------------------------------------------------------------------------*/
div.vignette_marque {
  float: left;
  margin: 0 10px 5px 0;
  width: 120px;
  text-align: center;
}


/*--------------------------------------------------------------------------*/
/* avis */
/*--------------------------------------------------------------------------*/

form#avis textarea {
  margin: 0 0 5px 10px;
  width: 400px;
  height: 150px;
}

.submit_vert {
	font-size: 12px;
  font-weight: bold;
  border: 1px solid #339900;
  color: #339900;
  padding: 2px;
}

.submit_orange {
	font-size: 12px;
  font-weight: bold;
  border: 1px solid #FF9900;
  color: #FF9900;
  padding: 2px;
}

.submit_rouge {
	font-size: 12px;
  font-weight: bold;
  border: 1px solid #FF0000;
  color: #FF0000;
  padding: 2px;
}

div#synthese_avis {
  border: 1px dashed #993300;
  padding: 5px;
  margin: 0;
  text-align: center;
}
div#synthese_avis b {
  font-size: 14pt;
  font-weight: bold;
}
div.avis {
  width: 330px;
  border: 1px solid #6666cc;
  padding: 5px;
  margin: 0 0 10px 0;
}
p.note { margin: 0; padding: 0;}


/* tags */
ul#nuage_tags {
margin:0;
padding:0 1em;
display:block;
}

#nuage_tags li {
display:inline;
margin: 0 10px 0 0;
padding: 0;
background-image: none;
}

#nuage_tags li.n1 { font-size: 8pt; }
#nuage_tags li.n2 { font-size: 9pt; }
#nuage_tags li.n3 { font-size: 11pt; }
#nuage_tags li.n4 { font-size: 12pt; }
#nuage_tags li.n5 { font-size: 14pt; }


.afficher {
  background-color: white;
  border: 1px solid #808080;
  padding: 1px;
  margin: 0;
  display: block; 
}
.masquer {
  background-color: white;
  border: 1px solid #808080;
  padding: 1px;
  margin: 0;
  display: none; 
}




/* BLOG */
/*  
Theme Name: Bio Preferences
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 

/* Begin Typography & Colors */
/*
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}
*/
#content {
/*	font-size: 1.2em*/
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
/*
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
*/
.description {
	font-size: 1.2em;
	text-align: center;
	}
/*
h2 {
	font-size: 1.6em;
	}
*/
h2.pagetitle {
	font-size: 1.6em;
	}

/*
h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
*/
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/*
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	*/
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
/*	width: 450px;*/
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */
/*
h1 {
	padding-top: 70px;
	margin: 0;
	}
*/
.description {
	text-align: center;
	}
/*
h2 {
	margin: 30px 0 0;
	}
*/
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

/*
h3 {
	padding: 0;
	margin: 30px 0 0;
	}
*/
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


div.sidebartags a {
}


p.auteur {
  font-style: italic;
  text-align: right;
}
/* fin blog */


.hreview {
  border: 2px solid #51752B;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  padding: 5px;
  margin:5px;
}
.hreview .description {  text-align:left;}
.planque {display:none}
.avis_formulaire {
  border: 2px solid #51752B;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  padding: 5px;
  margin:5px;
  background-color: #f9f1f0;
}
.avis_champ_texte {width: 300px;}
.avis_label_champ {font-weight: bold;}


