@charset "UTF-8";
/* CSS Document */

body{
	width: 860px;
	margin: auto;
	background-repeat: repeat-x;
	background-image: url(media/bg.jpg);
	
		
}

#contenant-site{
	margin:0 auto;
	height:700px;
	width:860px;

}

#top-site{
	background-image: url(media/top.jpg);
	margin:0 auto;
	height:203px;
	

}

#index{
	background-image: url(index.jpg);
	background-repeat: no-repeat;
	background-position : center;
	width:860px;
	height:550px;
}

#main-site{	
	margin:0 auto;
	height:450px;	

}
#main-site-index{
	margin:0 auto;
	height:550px;
}

#main_left{
	background-image: url(media/main-left.jpg);
	background-repeat: no-repeat;
	width:350px;
	height:450px;
	float:left;

}

#main_right{
	background-image: url(media/main-right.jpg);
	background-repeat: no-repeat;
	width:510px;
	height:450px;
	float:right;

}

#michelin{
	height: 117px;
	width: 90px;
	position:relative;
	left: 380px;
	top: 0px;
	visibility: visible;

}

#main_right-tarif{
	background-image: url(media/main-right-tarifs.jpg);
	background-repeat: no-repeat;
	width:510px;
	height:450px;
	float:right;

}

.H1{
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: #5F181C;
}

.texte{
	font-size: 13px;
	font-family: Verdana;
	font-weight: normal;
	color: #631E21;
	padding-right:10px;
}

.texte a, a:visited{
	
	color: #4A72A3;
	text-decoration: underline;
	
	
}

.texte a:hover{
	
	color: #4870A1;
	text-decoration: none
}

.texte-retrait{
	font-size: 12px;
	font-family: Verdana;
	color: #330000;
	font-style: oblique;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #330000;
	margin-left:30px;
	padding-left:10px;
	padding-right:10px;
}

#pied-page-site-index{
	height:47px;
	font-size: 11px;
	text-align: left;
	padding-top:0px;
	font-weight: bold;
	color: #374768;
	font-family: Verdana;	
}

#pied-page-site-index a, a:visited{
	color: #333333;
	text-decoration: none;
}

#pied-page-site-index a:hover{
	color: #999999;
	text-decoration: none;
}


#pied-page-site{
	background-image: url(media/bottom.jpg);
	background-repeat: no-repeat;
	height:47px;
	font-size: 11px;
	text-align: left;
	padding-top:15px;
	font-weight: bold;
	color: #374768;
	font-family: Verdana;	
}

#pied-page-site a, a:visited{
	color: #333333;
	text-decoration: none;
}

#pied-page-site a:hover{
	color: #999999;
	text-decoration: none;
}
