/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Verdana, Myryad Web, Arial;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}
a:link {
	text-decoration: none;
	color: #003366;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #336699;
}
a:active {
	text-decoration: none;
}

.TitreGrasNoir {
	font-size: 14px;
	font-weight: bold;
}
input {
border:1px solid black;
background-color: #FFFFFF;
font-family:Trebuchet MS, Verdana, Myryad Web, Arial;
font-size:10px;
color:#666666;
}
input:active {
border:1px inset #F7AA91;
background-color: #FFFFFF;
color: #666666;
} 
select, option {
background-color: #F0F0F0;
color: #666666;
vertical-align: middle;
text-align:center;
	margin: 2px 2px 1px 0;
	margin-right: 2px;
white-space: nowrap;	
}
textarea {
border:1px solid black;
background-color: #FAD8E1;
font-family:Trebuchet MS, Verdana, Myryad Web, Arial;
color:#666666;
}
input.bouton {
border:1px outset #F7AA91;
font-weight:normal;
background-color: #FF9966;
font-size:80%;
color:#666666;
cursor:pointer;
}
input.bouton:hover {
border:1px outset white;
background-color:#FF9966;
color: #333333;
}
input.bouton:active {
border:1px inset #F7AA91;
background-color: #FFFFFF;
color: #666666;
} 
input.boutonJaune {
border:1px outset #F7AA91;
font-weight:normal;
background-color: #FFFF33;
font-size:80%;
color:#666666;
cursor:pointer;

}
input.boutonJaune:hover {
border:1px outset white;
background-color:#FFFF33;
color: #F7AA91;
}
input.boutonJaune:active {
border:1px inset #F7AA91;
background-color: #FFFFFF;
color: #666666;
}
.gras {
	font-family: Trebuchet MS, Verdana, Myryad Web, Arial;
	font-weight: bold;
}
.ingre {
list-style-type:square;
padding-left:10px ;
margin-left:10px;}
