body
{
	font-family:Arial;
	font-size:12px;
	background-color:#C4C4C4;
}

/* Structure de base */
#site
{
	width:908px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-463px;
	padding:0 9px;
	background:url(../images/layout/background.gif) repeat-y;
}

#banner
{
	width:906px;
	height:91px;
	margin-left:1px;
}

#menu
{
	width:908px;
	height:32px;
	background:url(../images/layout/menu_background.gif) repeat-x;
}

	#menu #menu_left
	{
		width:136px;
		height:32px;
		position:relative;
		float:left;
		background:url(../images/layout/menu_logo_bottom.jpg) no-repeat;
	}
	
	#menu #menu_right
	{
		width:772px;
		height:32px;
		position:relative;
		float:left;
	}
	
	#smenu
	{
		width:506px;
		margin:12px 0 0 225px;
	}
	
#content
{
	width:751px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-left:1px;
	padding-left:135px;
	padding-right:20px;
	padding-bottom:10px;
	background:url(../images/layout/background_bottles.jpg) no-repeat scroll right bottom;
}

#footer
{
	width:906px;
	height:31px;
	margin-left:1px;
	background-color:#BDDDE7;
	text-align:center;
	font-size:14px;
	color:#284B55;
	line-height:31px;
}

#bottom
{
	width:926px;
	height:34px;
	background-image:url(../images/layout/bottom.jpg);
	background-repeat:none;
	background-position:bottom;
	margin-left:-9px;
	font-size:11px;
	line-height:20px;
	text-align:center;
	color:#666666;
}

.contact
{
	position:absolute;
	top:185px;
	left:600px;
	margin-right:20px;
	width:200px;
}

/* Textes */
a
{
	color:#006699;
	text-decoration:none;
}

a:hover, a:active
{
	text-decoration:underline;
}

h1
{
	font-size:24px;
	font-weight:normal;
}

h2
{
	font-size:18px;
	font-weight:normal;
}

p
{
	padding:0;
	margin:0 185px 15px 0;
	text-align:justify;
}

ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

li
{
	line-height:1.5em;
}

.lien
{
	text-align:right;
	font-style:italic;
}

/* Message d'erreur */
.error
{
	color:#000000;
	padding:5px 5px 5px 26px;
	border:1px solid #FF0000;
	background-color:#FFAAAA;
	font-weight:bold;
	background-image:url(../images/icones/error.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	margin-bottom:20px;
}

/* Message d'alerte */
.alert
{
	color:#000000;
	padding:5px 5px 5px 26px;
	border:1px solid #FF7500;
	background-color:#FFE7AC;
	background-image:url(../images/icones/alert.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	margin-bottom:20px;
}

/* Message de validation */
.valid
{
	color:#000000;
	padding:5px 5px 5px 26px;
	border:1px solid #009000;
	background-color:#AAFFAA;
	font-weight:bold;
	background-image:url(../images/icones/success.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	margin-bottom:20px;
}

/* Divers */
	/* Centrage */
	.center
	{
		text-align:center;
		vertical-align:middle;
	}

	/* Alignement a droite */
	.right
	{
		text-align:right;
	}
	
	/* Puce de liste */
	.puce
	{
		color:#284B55;
		font-weight:bold;
	}
	
	/* Ligne de séparation */
	.break
	{
		clear:both;
	}

/* Styles images */
img
{
	border:0;
}

.img
{
	border:1px solid #284B55;
	margin:0 8px 8px 0;
	padding:5px;
	float:left;
}

/* Icones (administration) */
.icone
{
	margin-bottom:-4px;
}

.action
{
	margin-left:10px;
}

/* Styles formulaires */
.cssform p.row
{
	clear:left;
	margin:0 80px 0 36px;
	padding:5px 0 8px 0;
	padding-left:110px;
	height:1%;
}

.cssform label
{
	float:left;
	margin-left:-110px;
	width:105px;
	text-align:right;
}

.cssform input, select, textarea
{
	font-size:12px;
	border:1px solid #284B55;
}

.cssform .checkbox
{
	border:0;
}

/* Styles tablaux */
.tableBorder
{
	width:506px;
	border:#000000 solid 1px;
	border-collapse:collapse;
	vertical-align:top;
	margin:0 80px 14px 36px;
}

.tableBorder tr, td
{
	border:#000000 solid 1px;
	padding:3px 6px 3px 6px;
}

.tableBorder th
{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#1F1F1F;
	padding:3px 6px 3px 6px;
	border:1px solid #000000;
}

.tableBorder img
{
	margin:0 !important;
	float:none !important;
}

.noBorder
{
	border-collapse:collapse;
	border-spacing:0;
	margin:0 80px 14px 36px;
}

.noBorder td
{
	border:0;
	border-top:1px solid #878787;
	padding:5px 10px 5px 10px;
	vertical-align:middle;
}

.noBorder a
{
	color:#000000 !important;
	text-decoration:none;
}