body
{
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #9acc01;
}
/****************************************************** CONTENEUR */
#conteneur {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 516px;
	text-align:left;
	font-family: "trebuchet ms", sans-serif;
	z-index:1;
}

#haut { 
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 138px;
	background-image: url("../_imgs/header.jpg");
}	

#date { 
	margin-left: auto;
	margin-right: 5px;
	width: 350px;
	text-align:right;
	vertical-align:middle;
	background:none;
	font-family: "trebuchet ms", sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#333;
	}	

#left {
	float:left;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	height: 545px;
	border:0px solid #000;
	margin:15px 15px 0px 0px;
	z-index:5;
	text-align:left;
}

#left-negoce {
	float:left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	height: 545px;
	border:0px solid #000;
	margin:15px 15px 0px 0px;
	z-index:5;
	text-align:left;
}

#right {
	float:right;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	height: 605px;
	border:0px solid #000;
	margin:15px 0px 0px 15px;
	z-index:5;
}

#centre {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align:left;
	font-family: "trebuchet ms", sans-serif;
	z-index:255;
}
#mentions {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align:right;
	font-family: "trebuchet ms", sans-serif;
	z-index:1;
}


/****************************************************** TYPO */
.txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	text-align:justify;
}
.titre {
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align:right;
}
.titre1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:left;
}
.titre2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

.tableau-titre
{
	font-size: 13px; 
	font-weight: bold;
	text-align:center;
}
.tableau-txt
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#000;
}



/****************************************************** LIENS */
a.tableau:link {color: #FFFFFF;}
a.tableau:visited {	color: #FFFFFF;}
a.tableau:hover {color: #FF9900;}

a.lien2:link {color: #FFFFFF;font-size: 14px; text-decoration:none;}
a.lien2:visited {	color: #FFFFFF;}
a.lien2:hover {color: #000;}

a.vignette img {border:2px solid white}
a.vignette:hover {border:0px }
a.vignette:hover img {border:2px #FF9900 solid}

a.collection {font-family: Verdana, Geneva, sans-serif;	font-size: 14px; color:#333;}
a.collection:link {text-decoration: none;}
a.collection:visited {text-decoration: none;color: #333;}
a.collection:hover {text-decoration: none;	color: #666;}
a.collection:active {text-decoration: none;	color: #333;}

/****************************************************** TABLE */
table#negoce {
	border-collapse: collapse;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;

	}

table#negoce td {
    padding: 5px;
	border: solid #000 1px;
	border-collapse: collapse;


}
.toprow-negoce {
    font-style: normal;
	font-weight:bold;
	color:#FFF;
    text-align: center;
    background-color: #669900;
}
.milieu-negoce {
    font-style: normal;
    text-align: left;
    background-color:#c0c0c0;
}


.toprow-collection {
	font-size:16px;
    font-style: normal;
	font-weight:bold;
	color:#FFF;
    text-align: center;
    background-color: #669900;
}

.titre_bled {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titre_bled1 {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#06F;
	padding:15px;
	margin:0 0 0 5px;
}


/****************************************************** MENU LISTE DES PIECES */

ul#menulist li ul{ display:none; }

ul#menulist li:hover>ul{ display:block; }

ul#menulist {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000;
   position: static;
	left: 5px;
	margin: 05px;
}

ul#menulist, ul#menulist ul {
	/* border:1px solid #990000;*/
  list-style:none;
	margin:0;
	padding:0;
	width:550px;
	_width:450px;
	background-color: none;
}

ul#menulist {
	border: 1px solid #b0e800;
}

ul#menulist ul {
	border: 1px solid #b0e800;
}

ul#menulist ul{
  position:absolute;
  top:-1px;
  left:180px;
}

ul#menulist li{
  position:relative;
  margin:0px;
  padding:0px;
  _display:inline;
}

ul#menulist a{
  display:block;
  width:100%;
  text-decoration: none;
  text-indent: 1em;
  width: 570px;
  padding: 5px 0;
}

ul#menulist li:hover, ul#menulist li a:hover {
  color: #000000;
  background-color: #a3d147;
 font-weight : bold;

}

ul#menulist a {
	color: #000000;
	text-decoration: none;
	font-weight : normal;
}

/****************************************************** CALQUES DIV POUR CARTE */

#plouisy {
	position:absolute;
	left:auto;
	top:170px;
	width:570px;
	height:60px;
	z-index:5;
	background-color: #9ACC02;
	border: 1px solid #B0E800;
	padding: 5px;
	visibility: hidden;
}
#corps {
	position:absolute;
	left:auto;
	top:170px;
	width:570px;
	height:60px;
	z-index:5;
	background-color: #9ACC02;
	border: 1px solid #B0E800;
	padding: 5px;
	visibility: hidden;
}
#martigne {
	position:absolute;
	left:auto;
	top:170px;
	width:570px;
	height:60px;
	z-index:5;
	background-color: #9ACC02;
	border: 1px solid #B0E800;
	padding: 5px;
	visibility: hidden;
}
#pleyben {
	position:absolute;
	left:auto;
	top:170px;
	width:570px;
	height:60px;
	z-index:5;
	background-color: #9ACC02;
	border: 1px solid #B0E800;
	padding: 5px;
	visibility: hidden;
}
#moreac {
	position:absolute;
	left:auto;
	top:170px;
	width:570px;
	height:60px;
	z-index:5;
	background-color: #9ACC02;
	border: 1px solid #B0E800;
	padding: 5px;
	visibility: hidden;
}
#pneu {
	position:absolute;
	left:auto;
	top:170px;
	width:570px;
	height:60px;
	z-index:5;
	background-color: #9ACC02;
	border: 1px solid #B0E800;
	padding: 5px;
	visibility: hidden;
}

