*{
	margin:0;
	padding:0;
}
body{
	background: #2D1010 url(../images/bg.gif) repeat-x;
	text-align: center;
}
a {
		font: bold 11px Arial, Verdana, Tahoma;
		color: #fff;
		text-decoration: underline;
}
	a:hover{text-decoration: none;}
#container{
	width: 960px;
	margin: 0 auto;
}

#fav {
	background: url(../images/fav.gif) no-repeat top;
	float: right;
	height:20px;
	padding:3px 8px 0 28px;
	width:153px;
	display:block;
	margin:0 0 11px 0;
}
	#fav a {
		font: bold 12px Arial, Verdana, Tahoma;
		color: #F41113;
		text-decoration: underline;

	}
	#fav a:hover {
		text-decoration: none;
	}
#header{
	width: 960px;
}
	#header a img{
		float: left;
		border: 0 none;
	}
#temoignages{
	float: left;
	width: 419px;
}
	#temoignages a img{
		float: left;
		border: 0 none;
	}

#content{
	width: 960px;
	margin: 0 auto;
}
	#content a img{
		border: 0 none;
	}

#pic{
	width: 160px;
	display: block;
	float: left;
	margin: 26px 16px 0 16px;
}
	#pic a img{
		border: 1px solid #fff;
	}
	#name{
		background: url(../images/name.gif) no-repeat center;
		display: block;
		text-align: left;
		margin: 4px auto;
		width:153px;
		height: 27px;
	}
		#name a{text-decoration: none;}
		#name a:hover span{text-decoration: underline; cursor:pointer;}
	#left{
		float: left;
		font: bold 12px Arial, Verdana, Tahoma;
		color: #fff;
		width: 100px;
		margin:5px 0 0 4px;
	}
	#right{
		width: 47px;
		text-align:right;
		float: left;
		font: normal 12px Arial, Verdana, Tahoma;
		color: #fff;
		margin:5px 2px 0 0;
	}