
/* Styles pour les messages */

.error {
	background: url('../images/erreur_icon.gif') 4px 6px no-repeat;
	background-color: #ffdfdf;
	
	margin: 5px 0;
	padding: 6px 0 6px 25px;
	
	color: #f00;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	border: 1px solid #ffbfbf;
}

.minierror {
	background: url('../images/erreur_icon.gif') 1px center no-repeat;
	background-color: #ffdfdf;
	
	margin: 4px 0;
	padding-left: 20px;
	display: block;
	
	color: #f00;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	
.fatal_error {
	background: url('../images/erreur.gif') 4px 6px no-repeat;
	background-color: #fff;
	
	min-height: 50px;
	width: 500px;
	margin: -120px auto 0 -250px;
	/*padding: 5px 0 5px 60px;*/
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	color: #f00;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	border: 1px solid #f00;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.fatal_error .message {
		width: 440px;
		margin-left: 50px;
	}
	
	.fatal_error a:link,
	.fatal_error a:visited,
	.fatal_error a:hover,
	.fatal_error a:active,
	.fatal_error a:focus {
		color: #800;
		text-decoration: underline;
	}

.info {
	background: url('../images/info.gif') 4px 6px no-repeat;
	background-color: #fff;
	
	min-height: 50px;
	width: 500px;
	margin: -120px auto 0 -250px;
	/*padding: 5px 0 5px 60px;*/
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	color: #080;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	border: 1px solid #0c0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.info .message {
		width: 440px;
		margin-left: 50px;
	}
	
	.info a:link,
	.info a:visited,
	.info a:hover,
	.info a:active,
	.info a:focus {
		color: #0b0;
		text-decoration: underline;
	}
	
/* Styles pour les illustrations */

#loading {
	width: 200px;
	height: 20px;
	margin: -7px 0 0 -100px;
	padding: 1px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	border: 2px solid #cfcfcf;
}
 
#loading .bar {
	background-color: #000;
	
	width: 0px;
	height: 20px;
	
	color: #fff;
	font-family: 'Helvetica', Arial, Tahoma, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 21px;
	letter-spacing: 0.1em;
}

#images {
	width: 250px;
	height: 350px;
	visibility: hidden;
	
	position: relative;
}
	#images img {
		position: absolute;
		top: 0;
		right: 0;
	}
	
/* Style pour les cocktails */

.cocktails_info {
	width: 800px;
	margin: 0 auto 15px auto;
	padding: 0 5px;
	
	border: 1px dashed #aaa;
}

.cocktail_tbl {
	width: 445px; /* normalement 465, mais on laisse 20 px en tout pour la marque */
	margin-left: 10px;
	float: left;
}
	.cocktail_tbl h3 {
		background-color: #feb;
		
		margin: 4px 4px;
		
		color: #fc0;
		font-size: 15px;
		text-align: center;
		
		border: 1px solid #fd9;
	}
		
	.cocktail_image {
		width: 200px;
		vertical-align: top;
		
		text-align: center;
	}
	
	
	.cocktails_recette {
		width: 245px;
		height: 275px;
		vertical-align: top;
	}
		.cocktails_recette .recette {
			width: 100%;
			height: 290px;
			overflow: auto;
			
			text-align: justify;
		}

/* Styles divers (seuls) */

.icon {
	position: relative;
	top: 2px;
}

.button_submit {
	font-weight: bold;
	font-variant: small-caps;
}

.adminbar {
	background-color: #f0e0e0;
	
	width: 250px;
	margin: 0 5px 20px 20px;
	padding-top: 8px;
	float: right;
	
	color: #000;
	
	border: 1px solid #dacaca;
}
	.adminbar h3 {
		background-color: #baa;
		
		width: 98%;
		margin: -4px auto 4px auto;
		padding: 0;
		
		color: #a00;
		font-size: 1.3em;
		font-variant: small-caps;
		text-align: center;
		
		border: none;
	}
	.adminbar .buttons {
		width: 102px;
		padding: 4px;
		float: left;
	}
		.adminbar .buttons img {
			margin-bottom: 6px;
		}
