strong { font-weight: bold; }
body
{
	margin :0;
	padding:0;
	font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
	/*background-color: #565656;*/
	font-size: 1em;
	text-align: center;
    background: url("img/fond.jpg") no-repeat scroll center bottom / contain #F0F0F2;
	min-height: 1400px; 
	
}

#page
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	Min-height: 700px;
	border: 1px solid #A4A4A4;
}
.logo {
	float: left;
	width:149px;
	height:61px;
	margin :0;
	padding:0;
	border:0;
	
}
#header
{
	text-align: center; 
	background-image:url(img/header.jpg);
	height: 250px;
}
#header h1 { 
	color: #ffffff; 
	padding-top: 140px;
	margin:0;
	font-size: 3.2em;
}
#content
{	
    background-color: #ffffff;
	color: #181818;
	text-align: left;
	margin : 15px;
}
#content h2 { 
	text-align: center; 
	color: #75ad2a;
	padding : 0 0 30px 0;
	margin:0;
	font-size: 2.2em;
} 

#content p { 
	padding : 5px 20px 5px 20px;
	margin:0;
} 
#centre { 
	background-color: #e7eed8;
	border: 2px solid #6d3c42;
} 
#selection { 

} 
#footer
{
	background-image:url(img/foo-isol.jpg);
	height: 270px;
}
select{
	bottom:0;
	left:0;
	width:200px !important;
	line-height:26px;
	line-height:26px;
	text-indent:10px;
	cursor:default;
	border: 1px solid #6d3c42;
}

#result{
	bottom:0;
	margin-left:3px;
	width:857px !important;
	background-color: #dbe6c3;
	border: 2px solid #ffffff;
	text-align : center;
	font-size: 1.1em;
}
#result table {
	margin : 10px auto 10px auto;
	text-align: center;
	border-collapse: collapse;
}
#result tr /* Mettre une bordure sur les td ET les th */
{
    border-bottom: 1px solid #6d3c42;
}
#result th {
	color: #ffffff;
	background-color: #6d3c42;
	border: 2px solid #ffffff;
	
}

.variete { background-color: #ddd0d0; }

.espece{ background-color: #e7eed8;font-size: 0.9em; }
.dose{ background-color: #ffffff;font-size: 0.9em; }
.condt{ background-color: #ffffff;font-size: 0.9em; }
.lien{ background-color: #ffffff;font-size: 0.9em; }

.col1 { width:230px; }
.col2 { width:370px; }
.col3 { width:50px; }
.col4 { width:50px; }
.col5 { width:40px; }

.orange { background-color: orange; color: #000000; }
.green { background-color: #75ad2a; color: #000000; }
.red { background-color: red; color: #000000; }
.gray { background-color: gray; color: #000000; }

a  img{ border: 2px solid #ffffff; }


ol {counter-reset: lst;padding-left: 140px;} /* on initialise et nomme un compteur */
li {
    list-style-type: none;
    counter-increment: lst; /* on incrémente le compteur à chaque nouveau li */
    margin-bottom: 2px;
	color: #6d3c42;
	font-size: 0.9em;
	font-weight: bold;
}
li:before {
    content: counter(lst); /* on affiche le compteur */
    padding: 0 5px 0px;
    margin-right: 8px;
    vertical-align: top;
    background: #cab6b7;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
    color: #6d3c42;
}

#bas_tab {
	width :850px;
	background-color: #ffffff;
	margin: 5px 4px;
	font-size: 0.70em;
}
#bas_tab p{
	margin: 0;
	padding : 0;
	
}
.legend { font-size: 1.35em;font-weight: bold;}