* {
	margin: 0;
	padding: 0;
}

body {
background: #8bb4c7;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
margin: 0;
padding: 0;
line-height: 16px;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 140px;
background: url(images/header.png) no-repeat;
}
#header h1 { 
font-size: 30px;
letter-spacing: -1px;
padding: 35px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #eee;
}
#header h2 {
font-size: 22px;
color: #eee;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#top {
background: url(images/top.png) no-repeat;
padding: 10px 0;
}



#content {
background: url(images/middle.png) repeat-y;
padding: 0 20px;
}

#bottom {
background: url(images/bottom.png) no-repeat;
padding: 10px 0;
}


.liste {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	}


.articles {
padding: 10px;
}

#footer {
text-align: center;
font-size: 11px;
padding: 10px 0;
}

.orange {
	font-family: Verdana, Geneva, sans-serif;
	color: #EC721D;
	font-size: 12px;
}

.titrecentre {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 15px;
	color: #EC721D;
}
.textegros {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

#bouton {
	position:relative;
	float:left;
	margin-left:2Opx;
	padding-left:12px;
	padding-top:5px;
	height: 167px;
	color:#FFF;
}
	
.bouton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16;
	color:#FFF;
}

#gauche {
	position:relative;
	float:left;
	margin-top:-10px;
	margin-left:-150px;
	padding-top:10px;
	width:130px;
	height:215px;
	background-image:url(images/gauche.png);
	background-repeat:no-repeat;
}

a {
	color:#fff;
}

a:hover { 
	color: #EC721D;
	}
