@charset "utf-8";
/* CSS Document */


*{
margin:0;
padding:0;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background:url(../img/background.jpg) top left repeat-x;
background-color:#b89e7b;
}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:23px;
color:#9b6e44;
font-weight:normal;
margin-bottom:10px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#9b6e44;
	font-weight:normal;
	border-bottom:1px dotted #9b6e44;
	margin-bottom:27px;
}

p{
	color:#55352b;
}

strong{
	color:#a5784f;
}

#conteneur{
	width:950px;
	min-height:820px;
	position:absolute;
	left:50%;
	margin-left:-475px;
}

#logo{
	position:absolute;
	margin-left:-70px;
}

#contenu{
	float:left;
	background:url(../img/cafe.jpg) top right no-repeat;
	background-color:white;
}

#menu{
	float:left;
	margin:45px 0 0 180px;
}

#menu ul{
	float:left;
	list-style-type:none; 	
}
#menu ul li{
	float: left;
	background: url(../img/bg-menu.png) top left no-repeat;
}
#menu ul li a{
	display:block;
	width:170px;
	height:40px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fffefe;
	text-decoration: none;
	line-height:45px;
	text-align:center;
}

#menu ul li a:hover{
	background:url(../img/bg-menu-hover.png) top left no-repeat;
}

#gauche{
	width:203px;
	min-height:593px;
	background-color:#b89e7b;
	margin-top:13px;
	margin-left:25px;
	float:left;
	padding:211px 20px 50px 20px;
	color:white;
}

#gauche ul{
	list-style-type:none;
	margin-bottom:18px;
}

#gauche ul li{
	font-size:11px;
	display:block;
	width:200px;
}

#gauche p{
	color:white;
	margin-bottom:18px;
}

#gauche span.droite{
	float:right;
	margin-top:-13px;
}

#gauche img{
	border:1px solid white;
	margin-bottom:28px;
}

#gauche blockquote {
	font-style:italic;
	font-size:11px;
}

#intro{
	margin-top:54px;
	background-color:white;
	margin-left:-80px;
	width:442px;
	min-height:126px;
	float:left;
	padding-top:25px;
	padding-left:18px;
}

#intro p{
	line-height:25px;
}

#txt_principal{
	float:left;
	padding-top:36px;
	padding-left:30px;
	width:652px;
	min-height:615px;
}

div.paragraphe{
	float:left;
	width:325px;
}

div.paragraphe ul li{
	list-style-image:url(../img/puce_cafe.jpg);
	color:#55352b;
	font-size:11px;
	margin: 0 20px 4px 20px;
}

#txt_principal p{
	width:300px;
	color:#55352b;
	font-size:11px;
	margin-bottom:18px;
}

#txt_principal img{
	float:left;
	margin:0 9px 9px 0;
}

hr{
	border:none;
	border-bottom: 1px dotted #a5784f;
	width: 95%;
	float: left;
}

div.clear{
	clear:both;
}

#footer{
	height:7px;
	width:950px;
	background-color:#55352b;
	float:left;
}

#footer2{
	height:15px;
	width:944px;
	background-color:#a5784f;
	float:left;
	font-size:10px;
	text-align:right;
	color:#55352b;
	padding-right:6px;
	padding-top:5px;
}

img#feuille{
	position:relative;
	margin:-200px 0 0 -150px;
}

