/* GLOBAL */
html {
	margin: 0;
	padding: 0;


}
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/* LANGS Spec (62.5%) */
HTML:lang(fr) { quotes: '« ' ' »' }
HTML:lang(de) { quotes: '»' '«' '\2039' '\203A' }
body:lang(it)   {
quotes: '“ ' ' ”' ;
font-size: 97%;
}
body:lang(fr)   {
quotes: '« ' ' »' ;
font-size: 97%;
}
body:lang(en)   {
quotes: '" ' ' "' ;
font-size: 97%;
}
body:lang(de)   {
quotes: '»' '«' '\2039' '\203A' ;
font-size: 97%;
}

/* SECTORS */
#header {
height: 134px;
background-color: white;
background-image: url("../img/test.png") ;
background-repeat: no-repeat;
background-position: right top;
}
#conteneur {
position: relative;
width: 800px;
min-height: 682px;
max-height:100%;
margin: 0 auto; 
background-color:#ffffff;
}
#centre {
background-image: url("../img/base.png") ;
background-repeat: repeat-x;
background-position: bottom;
margin-left: 210px;
margin-right: 184px;
text-align: left;
padding-left:10px;
font-size: 0.85em;
overflow: hidden;
min-height:642px;
}
#gauche {
background-image: url("../img/menu.png") ;
background-repeat: no-repeat;
background-position: top;
position: absolute;
left:0;
width: 210px;
min-height: 622px;
text-align: right;
font-size: 1em;
overflow: hidden;
}
#droite {
background-image: url("../img/picts.png") ;
background-repeat: no-repeat;
background-position: top;
position: absolute;
overflow: hidden;
right:0;
width: 184px;
min-height: 642px;
font-size:1em;
text-align:left;
}
#pied {
height: 20px;
background-color: #ffffff;
text-align:center;
padding-left:20px;
}
#plan {
margin-left: 210px;
margin-right: 184px;
padding-left:0px;
min-height:642px;
text-align: left;
font-size: 0.85em;
}

/* OTHERS */
.leftcont {
text-align:right;
}
hr {
width: 60%;
color: #6e5737;
}
.stick {
position: relative;
top: 40px;
left: 10px;
width: 200px;
background-color: transparent;
margin: 0;
z-index:50;
}
.plan-img {
position: absolute;
top: 290px;
z-index:20;
}
.replace {
padding-left:10px;
}

/* LISTING LINE */

div.row span.left {
 	float: left;
 	text-align: left;
	font-size:0.67em;
	color:#f5951c;
 	width: 85%;
 }

div.row span.right {
 	float: right;
 	text-align: right;
	font-size:0.68em;
	color:#1f3e7e;
 	width: 15%;
 }

/* TABLES */

table {
border-collapse: collapse;
width: 95%;
margin: auto;
}
th {
font-family: Helvetica, Arial, verdana, sans-serif;
border: thin solid #6495ed;
width: 25%;
padding: 5px;
text-align: center;
vertical-align: middle;
line-height:70%;
}
td {
font-family: Georgia, verdana, sans-serif;
border: thin solid #6495ed;
width: 25%;
padding: 5px;
text-align: center;
vertical-align: middle;
}
caption {
font-family: sans-serif;
}

/* TEST INFOBULE */

a.info {
position: relative;
text-decoration: none;
border-bottom: 1px gray dotted;
}
a.info span {
display: none;
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
a.info:hover span {
min-width:150px;
max-width:250px;
display: inline;
position: absolute;
top: 1em;
left: 3em;
background: #f1eeb9; /* F1EEB9 f2f1c4 */
text-align: center;
color: #6e5737;
padding: 5px;
}

object {width:210px; height:600px;}


