/*
Theme Name: Bio-Ex
Theme URL : none
Description: Theme Bio-Ex
Author: Sylvain Vandoolaeghe
Author URL: none
*/
/*@charset "utf-8";*/

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

body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background:#f4f4f4;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
}


img	{
	border-style: none;
}

/*Styles des polices*/

h1, h2, h3, h4, h5, h6 {
	line-height:1.2;
	color:#333333;
	font-variant: small-caps;
}

h1 {
	font-size:3.4em;
}

h2 {
	font-size:2.4em;
	margin-top:1em;
	margin-bottom:.7em;
}

h3 {
	font-size:1.8em;
	margin-bottom:.6em;
}

h4 {
	font-size:1.6em;
	margin-bottom:.5em;
}

h5 {
	font-size:1.4em;
	margin-bottom:.4em;
}

h6 {
	font-size:1.3em;
	margin-bottom:.3em;
}



/*Style des liens dans la div des articles (y compris le titre et les metadonnées)*/

.mainContent a, .mainContent a:visited{
	color:#333333;
	text-decoration: none;
	border-bottom-color: #333333;
	border-bottom-style: dotted;
	border-bottom-width: 1px; 
}

.mainContent a:hover {
	color:#D70D19;
	border-bottom-color: #D70D19;
}

.mainContent a:active {
	color:#F5AF16;
	border-bottom-color: #F5AF16;
}

/*Style des liens sur les titres (passent devant le réglage ci-dessus)*/

#container h1 a, #container h1 a:visited, #container h2 a, #container h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	color:#333333;
	text-decoration: none;
	border: none;  
}

#container h1 a:hover, #container h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#D70D19;
}

#container h1 a:active, #container h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color:#F5AF16;
}

/*Style des liens sur le bandeau navigation articles suivants articles précédents*/

.precedent_suivant a, .precedent_suivant a:visited{
	color:#333333;
	text-decoration: none;
	border-bottom-color: #333333;
	border-bottom-style: dotted;
	border-bottom-width: 1px; 
}

.precedent_suivant a:hover {
	color:#D70D19;
	border-bottom-color: #D70D19;
}

.precedent_suivant a:active {
	color:#F5AF16;
	border-bottom-color: #F5AF16;
}


/* On attaque les blocs principaux*/

#logo{
	width: 800px;
	height: 140px;
	margin: 0 auto;
	text-align: right;
}

#home{
	width: 260px;
	height: 140px;
	float: left;
	margin: 0;
	padding: 0;
	clear:none;
}

/* FORMULAIRE DE RECHERCHE */

#recherche {
	float:right;
	clear:none;
	width:242px;
	background-color: #262929;
	padding:10px;
	border-bottom: 1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

fieldset.search {
	border: none;
	width: 242px;
	padding: 0px;
	margin: 0px;
	margin: 0 auto;
	background-color: #262929;
}

.search input, .search button {
	border: none;
	float: left;
}

.search input.box {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #333333;
	font-size: 1.2em;
	width: 190px;
	height: 16px;
	padding: 4px 10px 2px 10px;
	background-color: #999999;
	margin-right: 5px;
}

.search input.box:focus {
background-color: #cccccc;
	outline: none;
}

.search button.btn {
	width: 25px;
	height: 24px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/loupe.gif) no-repeat top right;
	border-top: 1px solid #262929;
	border-bottom : 1px solid #262929;
}

.search button.btn:hover {
	background: url(images/loupe-over.gif) no-repeat bottom right;	
}

/*FIN DU FORMULAIRE DE RECHERCHE*/

/* ***********DRAPEAUX SITES EN LANGUE ETRANGERE******************* */

.drapeaux {
	display:block;
	float:right;
	clear:right;
}
/* ***********FIN DES DRAPEAUX SITES EN LANGUE ETRANGERE******************* */


#banniere{
	width: 800px;
	height: 260px;
	margin: 0 auto;
	background-image: url(images/fond-banniere.jpg);
	background-position: top left;
	background-repeat: no-repeat;}


/* Container général du menu, qui s'étend à  gauche et à  droite */

#menu{
	background-image: url(images/fond-menu.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
	height: 25px;
	min-width: 800px;
	margin-top: 40px;	 /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}

/* Container du menu FIXE à  800px */

#navigation-container{
	width: 800px;
	margin: 0 auto;
}

/*liste composant le menu*/

#navigation-container ul{
	text-transform: uppercase;
	font-weight: bold;
	margin:0;
	padding:0;
	list-style-type: none;
	line-height: 24px;
}

#navigation-container li{
	float: left;
	margin:0 3px 0 0;
}

#navigation-container ul a, #navigation-container ul a:visited{
	display: block;
	float: left;
	text-decoration: none;
	color:#330000;
	font-size:1em;
	padding: 0 5px;
	margin: 0;
}


#navigation-container ul a:hover{
	background-color: #e2e2e2;
	padding: 0 4px;
	border-left: #ffffff solid 1px;
	border-right:#aa1912 solid 1px;
	border-bottom: #e2e2e2 solid 1px;
	margin: 0;
}


#debord-gauche {
	position: absolute;
	left: 0;
	top: 25px;
	background-image: url(images/fond-breadcrumb.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 29px;
	width: 50%;
	border-bottom: 1px solid #787878;
	z-index: -999;
}

/*Conteneur général sidebar et contenu*/

#container {
	position: relative;
	background-image:url(images/fond-container.gif);
	background-position:center top;
	background-repeat:repeat-y;
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 999;
} 
 
 
/*sidebar*/
 
#sidebar1 {
	font-size: 1.1em;
	float: right; /* since this element is floated, a width must be given */
	width: 248px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/nos-produits.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 80px;
	display: inline; /*Fixe le bug double-marges sur les floats sous IE6*/

}



.boutons-produits {
	position: relative;
	width: 158px;
	padding-left : 75px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.boutons-produits a, .boutons-produits a:visited{
	text-decoration:none;
	color:#333333;
}

.boutons-produits a:hover{
	border-bottom: 1px dotted #D70D19;	
	color:#D70D19;
}

.boutons-produits:hover {
	background-image: url(images/fleche-bouton-sidebar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.boutons-produits img{
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;
}

.boutons-produits h3 {
	font-size : 1em;
}


.separateur-sidebar {
	width: 200px;
	margin: 30px auto 20px auto;
}

#breadcrumb {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 5px;
	width: 544px;
	background-image: url(images/fond-breadcrumb.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 29px;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 0.8em;
	border-bottom: 1px solid #787878;
}

#breadcrumb a, #breadcrumb a:visited{
	color: #D70D19;
	text-decoration: none;
}


#breadcrumb a:hover{
	color: #D70D19;
	border-bottom: dotted 1px #D70D19;
}




/*contenu principal des pages/articles*/

.mainContent {
	font-size:1.2em; /* c'est basé sur la taille de base qui est 1.1em. Donc ça fait 1.1x1.1*/
	width: 449px;	
	margin: 0px 250px 0px 1px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 50px 30px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: white;
}

.mainContent p {
	line-height:1.3em;
	margin-bottom:1.2em;
}

.mainContent pre{
	max-width: 400px;
	overflow: scroll;
}

.postmetadata {
	background-color: #EEEEEE;
	border: #CCCCCC 1px solid;
	padding: 5px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

.postmetadata img, .tags img{
	border: none;
	vertical-align: middle;
	margin:2px;
}


.mainContent ol{
	list-style-position: outside;
	margin:0 0 1.3em 2.5em;
}

.mainContent ul{
	list-style-image: url(images/PostBullets.gif);
	margin:0 0 1.3em 2em;
}


.precedent_suivant {
	margin: 0 300px 0 50px;
	padding-bottom: 20px;
}
/* ******************* breadcrumbForum ******************* */

#breadcrumbForum {
	margin: 0;	padding-left: 5px;
	width: 793px;
	background-image: url(images/fond-breadcrumb.gif);
	background-position: top;
	background-repeat: repeat-x;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 0.9em;
	border-bottom: 1px solid #787878;
}

#breadcrumbForum a, #breadcrumbForum a:visited{
	color: #D70D19;
	text-decoration: none;
}


#breadcrumbForum a:hover{
	color: #D70D19;
	border-bottom: dotted 1px #D70D19;
}


/* ******************* Conteneur Forum ********************** */

#containerForum {
	position: relative;
	background-image:url(images/fond-container-forum.gif);
	background-position:center top;
	background-repeat:repeat-y;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	z-index: 999;
} 

#containerForum h1 a, #containerForum h1 a:visited, #containerForum h2 a, #containerForum h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	color:#333333;
	text-decoration: none;
	border: none;  
}

#containerForum h1 a:hover, #containerForum h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#D70D19;
}

#containerForum h1 a:active, #containerForum h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color:#F5AF16;
}


/* ******************* mainContent Forum ******************** */

.mainContentForum {
	font-size:1.2em; /* c'est basé sur la taille de base qui est 1.1em. Donc ça fait 1.1x1.1*/
	width: 758px;	
	margin: 0px 1px 0px 1px;
	padding: 0px 20px 30px 20px;
	background-color: white;
}


#footer {
	font-size: 1.1em;
	color: #cccccc;
	margin:0;
	background-image:url(images/fond-footer.gif);
	background-repeat:repeat;
	background-position:top center;
	width:100%;
	background-color: #ffffff;
	border-top: 1px solid black;
}

#footer-content {
	width: 800px;
	margin: 0 auto;
	background-image:url(images/mousse.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding: 50px 104px 100px 104px;
}

.footer-box {
	text-align: left;
	float: left;
	background-color: #262929;
	-moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
	width: 180px;
	padding: 10px;
	margin-left: 50px;
}

.footer-box ul {
	list-style-type : none;
}

.footer-box ul a {
	text-decoration: none;
	color: #cccccc;
}

.footer-box ul a:hover {
	border-bottom : 1px dotted #cccccc;
}

.footer-box h3 {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
}
.feed {
float: right;
display: block;
 }
.feed img {
		width:50px;
height: 36px;
}

.copyright {
	margin-top: 20px;
	clear: both;
}

.clearfloat { /* à placer à la fin des maincontents pour s'assurer que les éléments flottants n dépassent pas du conteneur */
	clear:left;
	margin: 0;
	height:0;
	font-size: 1px;
	line-height: 0;
	/*display:none;*/
}

.clearfloatfinal { /* à placer à la fin du conteneur principal*/
	clear:both;
	margin: 0;
	height:0;
	font-size: 1px;
	line-height: 0;
	/*display:none;*/
}

legend {
	margin-left: 10px;
	font-variant:small-caps;
	line-height: 1.2;
	font-size:1.3em;
}

fieldset {
	border: dashed 1px #666666;
	padding: 10px;
/* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}


/*Classes générées automatiquement par Wordpress*/

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

a.more-link {
border-bottom: none;
}

.mainContent a:hover {
	color:#D70D19;
}

.mainContent a:active {
	color:#F5AF16;
}

/*Fin des Classes générées automatiquement par Wordpress*/


