body {
	width: 1100px;
    margin: 20px auto;
	font-family: 'Arial';
	}
/* L'en-tête */

#en_tete {   
    height: 100px;
    margin-bottom: 20px;
}

#type_recherche {
	height:35px;
	width:60%;
	font-size:20pt;
    margin-left: auto;
    margin-right: auto;

}

div#recherche_rec {
    margin-left: auto;
    margin-right: auto;
	width:48%;
	float:left;
	border-radius:10px 10px 10px 10px;
	background-color: #5E9623;
}

div#recherche_ing {
    margin-left: auto;
    margin-right: auto;
	width:48%;
	float:right;
	border-radius:10px 10px 10px 10px;
	background-color: #1F3804;	
}
div#criteres {
	width:60%;
    margin-left: auto;
    margin-right: auto;	
}

div#ingredient {
	clear:both;
}
	
div#com {
	float:left;
	margin-right:50px;
}

tr{
	height: 30px;
}

div#haut_ingredient{
	height:100px;
	float:right;
	margin-right:50px;
	}

div#haut_recette{
	height:100px;
	float:left;
	margin-left:70px;
}

div#bas_ingredient{
	height:145px;
	clear:both;
}

div#bas_recette{
	height:145px;
	clear:both;
}

/*div#bas{
	padding:15px;
	height:90px;
	clear:both;
	width:20%;
	margin-left:auto;
	margin-right:auto;
}*/

.taille_bouton {
	width:90px;
	height:30px;
	font-size:18px;
	background-color:#5E9623;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    padding:0 3px 0 3px;
    display:inline-block;
    color: white;
}

.largeur_cellule {
	padding-left:5px;
}

thead {
	cursor : pointer ;
}

#table_result th {
	background-color: #5E9623;
	font-size:20pt;
	color:white;
	text-align:center;
}

#table_result tr:nth-child(odd) {
color:#000000;
background-color:#EAF2D3;
}

#table_result tr:nth-child(even) {
color:#000000;
}

div#titre{
	background-color: #CCCCCC;
	font-size:13pt;
	padding-left:30px;
	border-radius:10px 10px 10px 10px;
	margin-bottom:8px;
}

div#convertisseur {
    background-color: #5E9623;
    border-radius: 10px 10px 10px 10px;
    color: white;
    font-size: 16pt;
    text-align: center;
    width: 160px;
	position:absolute;
	top:20px;
	right:20px;
}

div#minuteur {
    background-color: #5E9623;
    border-radius: 10px 10px 10px 10px;
    color: white;
    font-size: 16pt;
    text-align: center;
    width: 160px;
	position:absolute;
	top:60px;
	right:20px;
}

/*changement couleur lien*/
a:link {
text-decoration: none;
color:black;
}

/*(Correspond aux liens visités)*/
a:visited {
text-decoration: none;
color:green;
}

/*(Correspond aux liens de survol)*/
a:hover {
text-decoration: none;
color:green;
}

/*(Correspond aux liens actifs)*/
a:active {
text-decoration: none;
} 