*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #ffffff;	
}

#conteneur
{
	width: 1080px;
	height:750px;
	margin: 0 auto;
	position: relative;
}

#logo
{
	width: 167px;
	height: 214px;
	margin: 0 auto;
	padding-top: 200px;
}

#clock
{
	width: 133px;
	height: 155px;
	position: absolute;
	background: url("../images/clock.png") no-repeat;
}

#map_01
{
	width: 1040px;
	height: 710px;
	margin: 0 auto;
	margin-top: 20px;
	background: url("../images/map.png") no-repeat;
}

#map_02
{
	width: 1040px;
	height: 710px;
	margin: 0 auto;
	margin-top: 20px;
	background: url("../images/map_professionnels.png") no-repeat;
}

#map_03
{
	width: 1040px;
	height: 710px;
	margin: 0 auto;
	margin-top: 20px;
	background: url("../images/map_particuliers.png") no-repeat;
}
#map_04
{
	width: 1040px;
	height: 710px;
	margin: 0 auto;
	margin-top: 20px;
	background: url("../images/map_associes.png") no-repeat;
}

/* ----------------------------- navigateur_01 -------------------------- */

#nav01
{
	width: 166px;
	height: 180px;
	position: absolute;
	left: 895px;
	top: 265px;
}
#nav01 ul 
{
    margin:0;
    padding:0;
    list-style:none;
}
#nav01 li 
{
    margin:0;
    padding:0;
}
.professionnels img
{
	display: none;
}
.professionnels
{
	width:166px;
	height:38px;
	outline: none;
	display: block;
	background-image:url("../images/b_professionnels.png");
	position: absolute;
}
.professionnels:hover
{
	background-image: url("../images/bs_professionnels.png");
}
#nav_professionnels a
{
	background-image: url("../images/bs_professionnels.png");
}
.particuliers img
{
	display: none;
}
.particuliers
{
	width:166px;
	height:39px;
	outline: none;
	display: block;
	background-image:url("../images/b_particuliers.png");
	position: absolute;
	top:42px;
}
.particuliers:hover
{
	background-image: url("../images/bs_particuliers.png");
}
#nav_particuliers a
{
	background-image: url("../images/bs_particuliers.png");
}
.associes img
{
	display: none;
}
.associes
{
	width:166px;
	height:38px;
	outline: none;
	display: block;
	background-image:url("../images/b_associes.png");
	position: absolute;
	top:85px;
}
.associes:hover
{
	background-image: url("../images/bs_associes.png");
}
#nav_associes a
{
	background-image: url("../images/bs_associes.png");
}

.chefslieux img
{
	display: none;
}
.chefslieux
{
	width:166px;
	height:38px;
	outline: none;
	display: block;
	background-image:url("../images/b_chefslieux.png");
	position: absolute;
	top:127px;
}
.chefslieux:hover
{
	background-image: url("../images/bs_chefslieux.png");
}
#nav_chefslieux a
{
	background-image: url("../images/bs_chefslieux.png");
}

/* ----------------------------- navigateur_02 -------------------------- */

#nav02
{
	width: 212px;
	height: 67px;
	position: absolute;
	left: 0px;
	top: 573px;
}
#nav02 ul 
{
    margin:0;
    padding:0;
    list-style:none;
}
#nav02 li 
{
    margin:0;
    padding:0;
}
.pesked img
{
	display: none;
}
.pesked
{
	width:122px;
	height:29px;
	outline: none;
	display: block;
	background-image:url("../images/b_pesked.png");
	position: absolute;
	left: 90px;
}
.pesked:hover
{
	background-image: url("../images/bs_pesked.png");
}
#nav_pesked a
{
	background-image: url("../images/bs_pesked.png");
}
.box img
{
	display: none;
}
.box
{
	width:198px;
	height:23px;
	outline: none;
	display: block;
	background-image:url("../images/b_box.png");
	position: absolute;
	left: 0px;
	top:44px;
}
.box:hover
{
	background-image: url("../images/bs_box.png");
}
#nav_box a
{
	background-image: url("../images/bs_box.png");
}

/* ----------------------------- print -------------------------- */

#print
{
	width: 500px;
	height: 750px;
	position: absolute;
	left: 290px;
}
#print ul 
{
    margin:0;
    padding:0;
    list-style:none;
}
#print li 
{
    margin:0;
    padding:0;
}
.truck img
{
	display: none;
}
.truck
{
	width:78px;
	height:45px;
	outline: none;
	display: block;
	background:url("../images/b_truck.png") no-repeat;
	position: absolute;
	left: 145px;
	top: 315px;
}
.truck:hover
{
	background-image: url("../images/bs_truck.png");
}
#nav_truck a
{
	background-image: url("../images/bs_truck.png");
}

.amap img
{
	display: none;
}
.amap
{
	width:24px;
	height:23px;
	outline: none;
	display: block;
	background:url("../images/b_amap.png") no-repeat;
	position: absolute;
	left: 203px;
	top: 263px;
}
.amap:hover
{
	background-image: url("../images/bs_amap.png");
}
#nav_amap a
{
	background-image: url("../images/bs_amap.png");
}

.lorient img
{
	display: none;
}
.lorient
{
	width:60px;
	height:42px;
	outline: none;
	display: block;
	background:url("../images/b_lorient.png") no-repeat;
	position: absolute;
	left: 31px;
	top: 410px;
}
.lorient:hover
{
	background-image: url("../images/bs_lorient.png");
}
#nav_lorient a
{
	background-image: url("../images/bs_lorient.png");
}

.vincent img
{
	display: none;
}
.vincent
{
	width:22px;
	height:29px;
	outline: none;
	display: block;
	background:url("../images/b_vincent.png") no-repeat;
	position: absolute;
	left: 51px;
	top: 523px;
}
.vincent:hover
{
	background-image: url("../images/bs_vincent.png");
}
#nav_vincent a
{
	background-image: url("../images/bs_vincent.png");
}

/* ----------------------------- page_illustration -------------------------- */

#zone_images
{
	width:605px;
	min-height:400px;
	padding-bottom:50px;
}

#zone_home
{
	width:740px;
	min-height:400px;
	padding-bottom:50px;
}

.miniature_01
{
	width:120px;
	height: 90px;
	position: relative;
	margin:-1px;
}

h1
{
	color:#ff0084;
	font-family:Georgia;
	font-size:14px;
	font-weight:normal;
	padding-bottom:3px;
}

h2
{
	color:#666666;
	font-family:Georgia;
	font-size:12px;
	font-weight:normal;
	font-style: italic;
	padding-bottom:5px;
}

#zone_bas
{
	width:800px;
	height: 30px;
	position: relative;
	margin: 0 auto;
}

.titre
{
	margin-left: 17px;
	margin-top: 22px;
}

#table_accueil
{
	width: 360px;
	border-collapse: collapse;
	margin-left: 30px;
	margin-top: 12px;
}

#table_accueil td
{
	padding: 10px;
	padding-top: 0px;
	vertical-align : top;
}

.spacer
{
	width: 346px;
	margin-left: -3px;
}

.table-spacer
{
	border-right: dotted #808080 1px;
}

a
{
	text-decoration: none;
	color: #808080;
}
a:hover
{
	text-decoration: none;
	color: #9dd900;
}
a img
{
	border: none;
}
a img:hover
{
	border: none;
}
a img:focus
{
	border: none;
}

.texte_bas
{
	color: #444036;
	font-family: Arial;
	font-size: 11px;
	font-style: black;
	top: -10px;
}
body
{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
}

p
{
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
}

#gauche
{
	width: 400px;
	float: right;
}
#col_centre
{
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}
#table_goodies
{
	width: 360px;
	border-collapse: collapse;
	margin-left: 30px;
	margin-top: 12px;
}

#table_goodies td
{
	padding: 10px;
	padding-top: 0px;
	vertical-align : top;
	text-align:center;
}
.stitre
{
	margin-left: -103px;
}
#table_tarifs
{
	border-collapse: collapse;
}

#table_tarifs th
{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
}

#table_tarifs td
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.leftcol
{
    font-weight: bold;
    text-align: left;
    width: 480px;
}

.ligne_table
{
	height: 1px;
	background-color: #cdcdcd;
}

.couleur_table
{
	padding-left: 10px;
	background-color: #e6e6e6;
}

/* ----------------------------- page_tarifs -------------------------- */

#table_design
{
	width: 800px;
	border-collapse: collapse;
	margin-left: 30px;
	margin-top: 12px;
	margin-bottom: 15px;
}

#table_design td
{
	padding-top: 0px;
	padding-bottom: 0px;
}

.table_hautgauche
{
	width: 30px;
	height: 30px;
	background: url("../images/table_hg.png") no-repeat;
}

.table_hautcentre
{
	width: 760px;
	height: 30px;
	background: url("../images/table_hc.png") repeat-x;
}

.table_hautdroite
{
	width: 30px;
	height: 30px;
	background: url("../images/table_hd.png") no-repeat;
}

.table_centregauche
{
	width: 30px;
	background: url("../images/table_cg.png") repeat-y;
}

.table_centre
{
	width: 760px;
	background-color: #ffffff;
}

.table_centredroite
{
	width: 30px;
	background: url("../images/table_cd.png") repeat-y;
}

.table_basgauche
{
	width: 30px;
	height: 30px;
	background: url("../images/table_bg.png") no-repeat;
}

.table_bascentre
{
	width: 760px;
	height: 30px;
	background: url("../images/table_bc.png") repeat-x;
}

.table_basdroite
{
	width: 30px;
	height: 30px;
	background: url("../images/table_bd.png") no-repeat;
}

.titre_forfaits
{
	padding-top: 10px;
}