@import "globaldesign.css";

h2 {
	color: #550f32;
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
.entete{height:240px; margin: 0; padding: 0}
.entete-image{height: 197px; text-align: right; margin: 0; padding: 0; float: left;}

.entete .d1_1{}
.entete .d1_2{float:right;}

.col-left{float: left; height: 100%;}
.col-left .d2_1{
	float: left;
	width: 128px;
	}
.col-left .d2_2{
	float: left;
	width: 24px;
	background-color: #550F32;
	border-left: 7px solid #34081E;
	border-right: 7px solid #34081E;
	height: 100%;
	}
.col-left .d2_3{
	float: left;
	width: 203px;
	}
	
.carte {
	border: 1px solid #33081d;
	width: 400px;
	margin: 20px auto 20px auto;
	}
	
	
/*-------Body--------*/

.page {
	height: auto;
	margin-top: 0;
	}
	
.content {
	float: left;
	width: 500px;
	padding: 0 10px 0 10px;
	}
	
/*-------header--------*/	
.random {
	width: auto;
	background: #550F32;
	padding: 3px;
	}

/*-------footer--------*/	
.piedpage {
	background: #550F32;
	border-bottom: 20px solid #34081E;
	clear: both; 
	text-align:center;
	margin-bottom: 0;
	padding: 10px;
	}

/*-------Menu--------*/
.menu ul {margin:0;padding:0}
.menu li{display:block;list-style-type:none;margin:0 0 11px 0}
.menu li a{display:block;text-decoration:none;}
.menu img{border:none;}
.menu span{display:none;}
.btn_accueil{display:block;width:203px;height:34px;background-image:url("../habillage/btn_resto.gif")}
.btn_accueil_active{display:block;width:203px;height:34px;background-image:url("../habillage/btn_resto_active.gif")}
.btn_carte{display:block;width:203px;height:34px;background-image:url("../habillage/btn_carte.gif")}
.btn_carte_active{display:block;width:203px;height:34px;background-image:url("../habillage/btn_carte_active.gif")}
.btn_situation{display:block;width:203px;height:34px;background-image:url("../habillage/btn_situation.gif")}
.btn_situation_active{display:block;width:203px;height:34px;background-image:url("../habillage/btn_situation_active.gif")}
.btn_contact{display:block;width:203px;height:34px;background-image:url("../habillage/btn_contact.gif")}
.btn_contact_active{display:block;width:203px;height:34px;background-image:url("../habillage/btn_contact_active.gif")}

