@charset "utf-8";
body,div,table,tr,td,form,input,img {
	margin:0px;
	padding:0px;
}
body {
	background-color:#FFFFFF;
	margin: 0px;
}
/* CSS Document */

#conteneur {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	/* border:outset;*/
}
#centre {
	position:relative;
	float:left;
	width:800px;
}
#banniere {
	position:relative;
	float:left;
	width:800px;
	height:254px;
	background-image:url(images/Banniere.gif);
}

#menu {
	position:relative;
	float:left;
	width:272px;
}
#m_accueil a {
	position:relative;
	float:left;
	width:272px;
	height:84px;
	background-image:url(images/accueil.gif);
}
#m_accueil a:hover{
	position:relative;
	float:left;
	width:272px;
	height:84px;
	background-image:url(images/over/m_accueil.gif);
}

#m_garage a {
	position:relative;
	float:left;
	width:272px;
	height:62px;
	background-image:url(images/garage.gif);
}
#m_garage a:hover {
	position:relative;
	float:left;
	width:272px;
	height:62px;
	background-image:url(images/over/m_garage.gif);
}
#m_offres a{
	position:relative;
	float:left;
	width:272px;
	height:51px;
	background-image:url(images/offres.gif);
}
#m_offres a:hover {
	position:relative;
	float:left;
	width:272px;
	height:51px;
	background-image:url(images/over/m_offres.gif);
}
#m_photos a{
	position:relative;
	float:left;
	width:272px;
	height:45px;
	background-image:url(images/photos.gif);
}
#m_photos a:hover{
	position:relative;
	float:left;
	width:272px;
	height:45px;
	background-image:url(images/over/m_photos.gif);
}
#m_plan a{
	position:relative;
	float:left;
	width:272px;
	height:53px;
	background-image:url(images/plan.gif);
}
#m_plan a:hover{
	position:relative;
	float:left;
	width:272px;
	height:53px;
	background-image:url(images/over/m_plan.gif);
}
#m_contact a{
	position:relative;
	float:left;
	width:272px;
	height:55px;
	background-image:url(images/contact.gif);
}
#m_contact a:hover{
	position:relative;
	float:left;
	width:272px;
	height:55px;
	background-image:url(images/over/m_contact.gif);
}
#m_prive a{
	position:relative;
	float:left;
	width:272px;
	height:85px;
	background-image:url(images/prive.gif);

}
#m_prive a:hover{
	position:relative;
	float:left;
	width:272px;
	height:85px;
	background-image:url(images/over/m_prive.gif);
}
#corps{
	position:relative;
	float:left;
	width:520px;
}
#texte_haut{
	position:relative;
	float:left;
	width:428px;
	height:59px;
	padding-top:25px;
	padding-left:50px;
	padding-right:50px;
	background-image:url(images/texte_top.gif);
}

#texte{
	position:relative;
	float:left;
	width:428px;
	padding-left:50px;
	padding-right:50px;
	min-height:385px;
	background-image:url(images/texte.gif);
}
#texte_bas{
	position:relative;
	float:left;
	width:800px;
	height:111px;
	background-image:url(images/texte_bottom.gif);
}
h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
}
h3{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
}
