body {
	background: #cecece url(../images/index/background.jpg) no-repeat center top;
	font-family: "Arial", "Helvetica";
	font-size: 12px;
	color: #636465;}
p{
	margin: 0;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #000;
}

a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}

h1{
	font-size: 16px;
	margin: 5px 0;
}

h2{
	font-size: 14px;
	margin: 2px 0;
}

.ital{
	font-style: italic;
}

.align_right{
	text-align: right;
}

a img{
	border: none;
}
#container_page{
	width: 960px;
	margin: 0 auto;
}#container_header{
	height: 185px;	width: 960px;
}

#container_logo{
	width: 232px;
	height: 153px;
	background: url(../images/index/logo_index.jpg) no-repeat;
	position: relative;
	top: 30px;
	left: 50px;
}

#visu_header{
	position: relative;
	width: 550px;
	height: 163px;
	top: -175px;
	left: 400px;
	background: url(../images/index/header_index.gif) no-repeat;
}

/*-----menu accueil-----*/

#container_menu{
	position: relative;
	width: 491px;
	height: 25px;
	background: url(../images/fond_menu.png) no-repeat;
	top: -170px;
	left: 410px;
	padding: 0 25px;
	line-height: 25px;
}

#container_menu a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#container_menu ul{
	padding: 0;
	margin-top: 0;
}

#container_menu ul li{
	position: absolute;
	padding: 0 10px;
	list-style: none;
}

#container_menu ul #accueil{
	top: 0;
	left: 0;
}

#container_menu ul #prestation{
	top: 0;
	left: 100px;
}

#container_menu ul #contact{
	top: 0;
	left: 200px;
}

#container_menu ul #devis{
	top: 0;
	left: 375px;
}

#container_menu ul li:hover{
	background: url(../images/transp_menu.png);
}

#container_menu ul li:hover ul{
	display: block;
}

#container_menu ul li ul{
	display: none;
	background: #D3D500;
}

#container_menu ul li ul li{
	text-align: left;
	bisplay: block;
	position: relative;
	border-top: #636465 solid 1px;
}

#container_menu ul #prestation ul{
	width: 200px;
	margin-top: -1px;
	margin-left: -10px;
	position: absolute;
}

/*-----menu end-----*/

/*-----centre page-----*/

#center_page{
	width: 960px;
	min-height: 490px;
	margin: 180px auto 0;
	background: #fff;
	text-align: justify;
}

.bloc_deux_tier{
	float: left;
	width: 620px;
	padding: 10px;
}

.bloc_un_tier{
	float: left;
	width: 300px;
	padding: 10px;
}

.bloc_un_tier img{
	margin-right: 5px;
}

/*-----contenu-----*/

#edito{
	border-top: #636465 solid 2px;
	width: 100%;
}

#video{
	border-top: #636465 solid 2px;
	width: 100%;
}

#bloc_moinscher{
	border-top: #D4D600 solid 2px;
	color: #D4D600;
}

#bloc_devis{
	border-top: #3C70A8 solid 2px;
	color: #3C70A8;
}

#bloc_destineo{
	border-top: #935A60 solid 2px;
	color: #935A60;
}

.fond_vert{
	background: #D4D600;
	padding: 5px;
	color: #636465;
	height: 100px;
	text-align: left;
}

.fond_bleu{
	background: #3C70A8;
	padding: 5px;
	color: #fff;
	height: 100px;
	text-align: left;
}

.fond_bordeaux{
	background: #935A60;
	padding: 5px;
	color: #fff;
	height: 100px;
	text-align: left;
}

/*-----footer-----*/

#footer{
	text-align: center;
	font-size: 11px;
	background: url(../images/footer.jpg) no-repeat;
	line-height: 53px;
	width: 960px;
}

/*---------------------------------------clear-------------------------------------*/.clear {border:0;clear: both;height:0;line-height:0;visibility: hidden;}