
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
 background-image: url(img/bgcolor.jpg);
}

#conteneur {
position: absolute;
width: 770px;
left: 50%;
margin-left: -385px;
}

#header {
height: 210px;
  background-color: #FFFFFF;
  background-image:url(img/h.jpg);
  background-repeat:no-repeat;
  background-position: bottom;/*center;*/
}

#centre {
padding-left: 10;
height: 620px;
height: 100%;
background-color:#FFFFFF;
background-image:url(img/bg.jpg);
background-repeat:repeat-y;
background-position: top;
background-position: top;
}
/*menu*/
.menugauche {
list-style-type: none;
margin: 0;
padding: 0;
padding-top: 30px;
overflow: hidden;
 font: 12px;
}

.menugauche .lev1 {
margin-bottom: 5px;
margin-left: 5px;
  list-style-position: inside;
  /*list-style-image: url(img/mp1.gif);*/
overflow: hidden;
  font: 10px;
  }
.menugauche .lev1sel {
margin-bottom: 5px;
margin-left: 5px;
  list-style-position: inside;
  list-style-image: url(img/mp1s.gif);
font-weight: bold;
overflow: hidden;
  font: xx-small;
}
.menugauche .lev2 {
margin-left: 11px;

  list-style-position: inside;
  /*list-style-image: url(img/mp2dn.gif);*/
    font: smaller;
}
.menugauche .lev2dn {
margin-left: 15px;
  list-style-position: inside;
  list-style-image: url(img/mp2dn.gif);
  display: none;
}
.menugauche .lev2sel {
margin-left: 16px;
  list-style-position: inside;
  list-style-image: url(img/mp2s.gif);
  font-weight: bolder
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}

.menugauche a:hover {
text-decoration: none;
}
/*menu*/
#pied {
height: 71px;

margin-bottom: 5px;
margin-left: -0px;
padding-left: 15px;

background-color: #FFFFFF; /*#E8E8E8;*/
background-image:url(img/footer.jpg);
background-repeat:no-repeat;
background-position: center top;

border: none;

text-align: center;
  vertical-align: text-bottom
}

.LPartneur{
padding-top: 0px;
  list-style-type: none;
  	margin: 20;
	padding: 0;

	border-bottom: 0px solid #ccc;
	border-top: 0px ridge Silver;
}

p#title {padding: 10px;}
p {margin: 0;}

.bgb{
/*background-image:url(img/bgb.jpg);*/
background-repeat:no-repeat;
background-position: center top;
}

.centrblock{
padding-right: 10px;
padding-left: 10px;

text-align: left;
overflow: hidden;
}

.tbl1{
font-size:smaller;
overflow: scroll;
}
table caption {
background-image:url(img/linetitle.jpg);
background-repeat:no-repeat;
color:#DDDDDD;
/*background-repeat:repeat-x;*/
}
table caption#mld {
background-position: center;   
background-image:url(img/bgcolor.jpg);
overflow: hidden;
background-repeat:no-repeat;
color:#DDDDDD;
/*background-repeat:repeat-x;*/
}
#cntr{
background-repeat:no-repeat;
background-position: center right;
}
.in{background-image:url(img/ctr/in.png);}
.us{background-image:url(img/ctr/us.png);}
.mx{background-image:url(img/ctr/mx.png);}
.se{background-image:url(img/ctr/se.png);}
.fr{background-image:url(img/ctr/fr.png);}
.es{background-image:url(img/ctr/es.png);}
.hk{background-image:url(img/ctr/hk.png);}
.ca{background-image:url(img/ctr/ca.png);}
.sa{background-image:url(img/ctr/sa.png);}
.de{background-image:url(img/ctr/de.png);}
.ru{background-image:url(img/ctr/ru.png);}
.br{background-image:url(img/ctr/br.png);}

/*--*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 220px;
/*	border-bottom: thin ridge Silver;
	border-top: thin ridge Silver;*/	
	}

ul#nav li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 219px;
	top: 0;
	display: none;
	}
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px dotted #ccc;
	border-bottom: 0;
	}




