/* CSS Document */
h3 {
font-size : 11px; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
text-decoration: none;
font-weight: normal;
color : #ffffff;
}
h4 {
font-size : 12px; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
text-decoration: none;
font-weight: normal;
color : #ffffff;
}
h5 {
font-size : 12px; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
text-decoration: none;
font-weight: normal;
color : #000000;
}
h1 {
font-size : 13px; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
font-style: no bold;  
color : #97060F;
}
h2 {
font-size : 12px; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
font-style: bold;  
color : #89B719;
}
a:link {color: white; text-decoration:underline;}
a:visited {color: white; text-decoration:underline;}
a:hover {color:white; text-decoration:underline;}
.clear-both{
	clear : both
}

#header_accueil{
	background : url('/images2/header-accueil.jpg') no-repeat;
	height : 288px;
	width : 790px;
}
#header_accueil #header_accueil_gauche{
	width : 200px;
	height : 190px;
	float : left;
	text-align : left;
	color : white;
	font-family : Trebuchet MS;
	font-size : 12px;
	line-height : 15px;
	font-weight : bold;
	margin-left : 10px;
}

#header_accueil #header_accueil_droite{
	float : right;
	color : white;
	text-align : left;
	font-family : Trebuchet MS;
	font-weight : bold;
	margin-top : 30px;
	margin-right : 30px;
}


#header_accueil #header_accueil_gauche .gros_vert{
	text-transform : uppercase;
	font-weight : bold;
	font-size : 15px;
	color : #54D523;
}

#menus-solo{
	width : 54%;
	float : left;
	background-color : #087039;
	border : 1px solid black;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}

#menus-solo .menu{
	border : 1px solid white;
	width : 40%;
	float :left;
	color : white;
	font-weight : bold;
	font-family : Trebuchet MS;
	padding-top : 10px;
	padding-bottom : 10px;
	margin : 15px;
	height : 240px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}


#menus-duo{
	width : 39%;
	float : left;
	background-color : #087039;
	border : 1px solid black;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}

#menus-duo .menu{
	border : 1px solid white;
	width : 90%;
	float :left;
	color : white;
	font-weight : bold;
	font-family : Trebuchet MS;
	padding-top : 10px;
	padding-bottom : 10px;
	margin : 5px;
	margin-left : 10px;
	height : 283px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}
legend{
	color : #efca3f;
	font-weight : bold;
	font-size : 18px;
}
#liste_coupons{
	width : 790px;
	margin-left : auto;
	margin-right : auto;
}
#liste_coupons img{
	height : 200px;
	width : 300px;
	float : left;
	margin : 20px;
}

#boutons_supp{
	position : relative;
	height : 0px;
	width : 150px;
	
}
#bt_salade{
	position : absolute;
	top : -109px;
	left : 260px;
}
#bt_boisson{
	position : absolute;
	top : -116px;
	left : -21px;
}
#bt_dessert{
	position : absolute;
	top : -113px;
	left : 109px;
}
