html, body {
	height: 100%;
	margin: 0;
	}
#global {
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	position: relative;
	}
#footer {
	position: absolute;
	width: 900px;
	bottom: 0;
	}
#center {
	/* éviter la superposition 
	du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: auto;	
	width: 900px;
	background-image: url(../images/date.jpg);
	background-repeat: no-repeat;
	background-position: right 25px;
	background-color: #FFF;
	}
	
#chapeau {
	padding: 0 300px 30px 20px;
	}	

#col1 {
	float: left;
	width: 420px;
	padding: 0 10px 0 20px;
	}
	
#col2 {
	float: right;
	width: 420px;
	padding: 0 20px 0 10px;	
	}
	

	
.chefs {
	width: 420px;
	background-color: #FFF;
	overflow: hidden;
	}
	.chefsSpecial {
	background-color:#EEE;
	width: 420px;
	padding-left: 10px;
	overflow: hidden;
	}
.photoChef {
	float: right;
	margin-left: 10px;
	padding-bottom: 10px;
	}
	
.photoLarge {
	padding-bottom: 10px;
	}

hr {
	clear:both;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	height: 1px;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	}
	
	.blocContact {
	width: 200px;
	float: left;
	}
		
	.blocPresse {
	width: 120px;
	height: 190px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	}
	
	.blocPresse img{
	border: thin solid #a9cf46;
	}
	
	.blocSpecial {
	font-size: 0.88em;
	background-color:#a9cf46;
	padding: 5px;
	}
	.blocSpecial a{
	color:#672068; 
	background-color:#FFF;
	text-decoration: none;
	}
	
	.bgTitre {
		background-color: #672068;
		color:#fff;
		}
