.gauche {
float: left;
/*position: relative;*/
padding-bottom:5px;
left: 0;*/
} 

.droite {
margin-left:0px;
margin-top: 0px;
margin-bottom:0px;
}


/* Général */
body {
	color: #FFFFFF;
	background: #000000;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Conteneur central */
#centre {
	
}

/* Contenu principal */
#principal {
	color: #000000;
	background: #C0A106;
	/*min-width:200px;*/
	/*float:none;*/

}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}

#pied {
	background-color:#000000;
	/*background:#C0A106;
	background-repeat:repeat-y;*/
}

/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 120px 0px;
}
	
#global_index {
	width: 100%;
	min-width: 930px;
	/*float:left;*/
	background-color:#AF793D;
	}

/* Contenu principal */
#principal {
	/*margin-right: 10px;*/
	/*margin-top:0px;*/
	margin-right: 180px;
	/*border-right:1px solid #000000;*/
	padding: 10px 0px;
	height:480px;
	max-height:700px;
	min-width:200px;
	/*left: 30px;*/
	position:static;
	}
#principal > :first-child {
	margin-top: 0px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Pied de page */
#pied {
	/*position:static;*/
	width:100%;
	visibility:visible;
	margin:0px;
	font-size: .85em;
	/*clear:both;*/
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}

#imgmenu {
	background-image:url(Ceves/bieres/ingredients.png);
	margin-top:10px;
	margin-left:20px;
	background-repeat:no-repeat;
	float:left;
	height:300px;
}
#imgcontenu {
	background-image:url(Ceves/bieres/blonde.png);
	margin-top:0px;
	margin-left:0px;
	background-repeat:no-repeat;
	float:left;
	height:800px;
	width:150px;
}



