@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	background-color: black;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
	}

body.envoi-cocktail {
	background: white url(../images/background-envoyer-cocktail.gif);
	margin: 10px;
	padding: 15px;
	text-align: left;
	}

body.envoi-cocktail p {
	margin: 11px 0;
	}

body.boutique-cocktail {
	background: white;
	margin-top: 10px;
	text-align: left;
	}

input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 14px;
	}

a {
	color: black;
	}
	
.link-ingredient {
	border-bottom: 0.5px dashed #999;
	text-decoration: none;
}

.link-ingredient:hover {
	border-bottom: 0.5px dashed #F00;
	text-decoration: none;
	color:#F00;
}

img {
	border: 0;	
	}

img.align-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

img.align-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

img.valign-middle {
	vertical-align: middle;
	}

img.onglet {
	margin-top: 25px;
	}

img.margin-hp {
	margin-left: 20px;
	}

#container {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#header {
	background: black url(../images/header.jpg);
	height: 120px;
	margin-bottom: 20px;
	}

#logo {
	position: absolute;
	top: 80px;
	}

#search {
	border: 1px solid #F00;
	padding: 5px;
	margin: 20px 0;
	background-color:#fff3f3;
	}

	
#menu {
	position: absolute;
	top: 90px;
	left: 475px;
	list-style: none;
	}

#menu li {
	float: left;
	text-align: center;
	line-height: 30px;
	margin: 0 3px;
	}

#menu li a {
	display: block;
	background: url(../images/header-menu.gif);
	width: 160px;
	height: 30px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

#menu li a:hover {
	color: black;
	}

#content {
	background: white url(../images/content-header.gif) top no-repeat;
	padding: 10px;
	height: 100%;
	}

#content p {
	margin: 11px 0;
	}

#content-left {
	float: left;
	width: 620px;
	margin-top: 20px;
	}

#content-right {
	float: right;
	width: 300px;
	}

#breadcrumb {
	margin: 0;
	padding: 20px 0;
	font-weight: bold;
	display: inline;
	}

#breadcrumb, #breadcrumb a {
	color: #959595;
	font-size: 12px;
	}

#content-left h1 {
	float: none;
	font: bold small-caps 20px Arial, sans-serif;
	color: red;
	}

#content-left .heading1 {
	margin-bottom: 20px;
	font: bold small-caps 20px Arial, sans-serif;
	color: red;
	}

#content-left h2 {
	border-left: 5px solid red;
	padding-left: 5px;
	font: bold 14px Arial, sans-serif;
	margin: 30px 0 20px 0;
	clear: both;
	}

#content-left h2.bold-14 {
	border-left: 0;
	padding-left: 0;
	font: bold 14px verdana, arial, sans-serif;
	margin: 10px 0;
	clear: both;
	}
	
#content-left h2.bold-14-bis, #content-left .bold-14-ter {
	border-left: 0;
	padding-left: 0;
	font: bold 14px verdana, arial, sans-serif;
	margin: 10px 0;
	clear: none;
	}

#content-left ol, #content-left ul {
	list-style-position: outside;
	margin-left: 20px;
	text-align: justify;
	}

#content-left ul.inside {
	list-style-position: inside;
	}

#content-left ul.similaires {
	margin-left: 0px;
	text-align: left;
	}	
	
#content-right ol, #content-right ul {
	list-style-position: outside;
	margin-left: 15px;
	text-align: justify;
	}

.black {
	color: black;
	}

.red {
	color: red;
	}

.bold-14 {
	font-size: 14px;
	font-weight: bold;
	}

.italic-grey {
	font-style: italic;
	color: #959595;
	}

.hlink {
	text-decoration: none;
	}

#cocktail-suivant-precedent {
	margin-top: 20px;
	width: 100%;
	}

#cocktail-suivant-precedent a {
	text-decoration: none;
	}
	
#ad-mpu {
	margin: 20px 0 20px 0;
	}		

#snapshot-container {
	background: white url(../images/recipe-snapshot-left.gif);
	}

#snapshot-content {
	background: url(../images/recipe-snapshot-bottom.gif) bottom no-repeat;
	}

#snapshot {
	background: url(../images/recipe-snapshot-top.gif) top no-repeat;
	padding: 5px;
	}
	
#fiche-signaletique, #evaluation {
	padding: 5px;
	border-bottom: 1px solid white;
	background-color: #F4F4F4;	
	}

#fiche-signaletique a {
	text-decoration: none;
	}

#fiche-signaletique a:hover {
	color: red;
	}

#outils {
	padding: 5px;
	background-color: #F4F4F4;	
	}

#related-container {
	background: white url(../images/related-content-left.gif);
	}

#related-content {
	background: url(../images/related-content-bottom.gif) bottom no-repeat;
	}

#related {
	background: url(../images/related-content-top.gif) top no-repeat;
	padding: 2px 10px 10px 10px;
	}

#moteur-recherche table {
	border-collapse: collapse;
	}
	
#moteur-recherche td {
	padding: 3px;
	}

#resultat-recherche {
	width: 620px;
	border-collapse: collapse;
	}

#resultat-recherche td {
	padding: 5px;
	}
	
.paire {
	background-color: #f3f3f3;
	}

.recherche-liste-ingredients {
	color: #666;
	font-size: 12px;
	}
	
#content-footer {
	background: #2D2C2C url(../images/content-footer.gif) top no-repeat;
	height: 30px;
	}

#footer {
	background: #2D2C2C url(../images/footer.gif) bottom no-repeat;
	padding: 10px;
	height: 100%;
	}

#footer h2, #footer .title-footer {
	color: white;
	border-left: 5px solid red;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	}

#footer p {
	margin: 18px 0 18px 10px;
	color: white;
	font-size: 12px;
	}

#footer ul {
	float: left;
	list-style: none;	
	margin: 18px 0 18px 10px;
	width: 12em;
	}

#footer ul li {
	margin: 2px 0;
	}

#footer li a {
	color: white;
	text-decoration: none;
	}

#footer li a:hover {
	color: red;
	}

#footer p a {
	color: white;
	text-decoration: none;
	}

#footer p a:hover {
	color: red;
	}

.clear {
	clear: both;
	}

.product_picture {
	width: 40px;
	height: 46px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0;
	}

.arrow {
	list-style: none;
	background: url(../images/arrow.gif) no-repeat left;
	width: 190px;
	padding: 4px 0 4px 15px;
	float: left;
	}

.floatleft {
	float: left;
}

.legende-photo, .legende-photo a {
	font-size: 12px;
	font-style: italic;
	color: #666;
	clear: left;
	width: 280px;
	line-height: 130%;
	text-decoration: none;
}

#photo {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

#ingredients {
	margin-top: 15px;
}

#recette {
	clear: both;
	padding-bottom: 20px;
	padding-top: 10px;
}

#chapo {
	margin: 10px 0;
}

.thumbnail-photo {
	margin: 5px;
}

.form-vote, p.form-vote {
	font-size: 12px;
	line-height: 120%;
}
