/*                                  */
/*         ACCES-WEB.COM            */
/*   Copyright 2006, Acces-web      */
/*    CREE LE : 15-02-2007          */
/*         par Dorothee             */
/*----------------------------------*/


body {
  	background:url(../images/fond-page.jpg) repeat-x #6f5349;
  	font-family:Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	padding:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  	text-align:left;
}

#conteneur {
  position: relative;
  text-align: justify;
  margin: 0px;
  padding: 0px;
  width: 760px;
  background:#ffffff;
}

#gauche {
	float:left;
	width:17px;
	padding:0;
	margin:0;
	background:url(../images/img-default/gauche.jpg) no-repeat top #6f5349;
	height:684px;
	text-indent:-5000px;
}

#droite {
	float:left;
	width:19px;
	padding:0;
	margin:0;
	background:url(../images/img-default/droite.jpg) no-repeat #6f5349;
	height:684px;
}

#contenu {
	float:left;
	width:724px;
	padding:0;
	margin:0;
}

#footer{
	clear:left;
	width:724px;
	height:24px;
	background:url(../images/img-default/footer.jpg) repeat-x top #6f5349;
	color:#c5bab6;
	padding:3px 0 0 0;
}
	a.footer{
		text-decoration:none;
		color:#c5bab6;
	}

/********************************************************************************/
/***************************** PAGE ACCUEIL *************************************/
/********************************************************************************/

#header {
	float:left;
	width:714px;
	height:19px;
	padding:3px 10px 0 0;
	margin:0;
	background:url(../images/img-default/header.jpg) no-repeat;
	text-align:right;
	color:#6f5349;
	font-weight:bold;
}
	a.header {
		text-decoration :none;
		color:#6f5349;
	}
	
#animation {
	float:left;
	width:724px;
	height:346px;
	padding:0;
	margin:0;
}

/************ Menu ************/
ul#menu {
	float:left;
	width:724px;
	height:37px;
	margin: 0px;
	padding: 0;
	display:inline;
}
ul#menu li {
	list-style-type: none;
	float:left;
	margin:0;
}
ul#menu li a.presentation { float:left; display:block; background:url(../images/img-default/menu-presentation.jpg); width:243px; height:37px; text-indent:-5000px;}
ul#menu li a.services { float:left; display:block; background:url(../images/img-default/menu-services.jpg); width:239px; height:37px; text-indent:-5000px;}
ul#menu li a.vehicules { float:left; display:block; background:url(../images/img-default/menu-vehicules.jpg); width:242px; height:37px; text-indent:-5000px;}
/******************************/

#redactionnel {
	float:left;
	width:482px;
	height:335px;
	padding:0;
	margin:0;
	background:white;
	font-size:12px;
}
	#redactionnel h3 {float:left; padding:0; margin:0; width:482px; height:39px; background:url(../images/img-default/bienvenue.jpg); text-indent:-5000px;}
	.txtAccueil {float:left; padding:5px 15px 0 19px; margin:0; color:#67554c; text-align:justify; line-height:17px;}

#agences {
	float:left;
	width:242px;
	height:248px;
	padding:87px 0 0 0;
	margin:0;
	background:url(../images/img-default/agences.jpg) no-repeat 0 30px #fff;
	font-size:12px;
}
	.adresse {
		padding:10px 0 0px 28px;
		margin:0;
		color:#ffffff;
		text-align:left;
		/*line-height:12px;*/
	}
	.contact {
		padding:5px 30px 0px 28px;
		margin:0;
		color:#ff6666;
		text-align:left;
		font-weight:bold;
		font-size:12px;
	}
	a.lienContact:link, a.lienContact:visited {
		text-decoration:none;
		color:#ff6666;
	}
	a.lienContact:hover {
		text-decoration:underline;
		color:#ff6666;
	}

