/* CSS general*/
html 
a {
    color: #51534f;
    text-decoration: none;
}
a:link {
    color: #251104;
    text-decoration: none;
}
a:visited {
    color: #251104;
    text-decoration: none;
}
a:hover{
    color: #660000;
    font-weight: bold;
    text-decoration: none;
}
a:active {
    color: #660000;
    font-weight: bold;
    text-decoration: none;
}
a img {
    border: none;
}
h1 {
    font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
    font-size : 14px; 
    line-height: 1.2;
}
h2 {
    font-weight: normal;
    font-size: 16px;
}
h3 {
    font-weight: normal;
    font-size: 18px;
}
h4 {
    font-weight: normal;
    font-size: 16px;
}
h5 {
    font-weight: bold;
    font-size: 12px;
    /*line-height: 0.8;*/
}
h6 {
    font-weight: normal;
    font-size: 12px;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin-top: 20px;
    margin-left: 80px;
    padding: 0;
    background-color: #dfdfde;
    font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
    font-size : 12px; 
    line-height: 1.2;	
}
#conteneur {
    width: 900px;
    margin-left: 0px;
    background: #d1d1d0;
}
#header {
    height: 120px;
    background-color: #c1c2c0;
}
#menu {
    height: 20px;
    background-color: transparent;
    text-align: center;
}
#gauche {
    position: absolute;
    background: #d1d1d0;
    left:80px;
    width: 240px;
    height: 410px;
    padding: 15px;
    margin: 0 auto;
    font-size : 12px;
    text-align: left;
    color: #51534f;
}
#droite {
    background-color:#d1d1d0;
    margin-left: 270px;
    width: 610px;
    height: 410px;
    text-align: center;
    padding: 10px;
}
#pop-up {
    margin-left: -80px;
    padding-left: 20px;
    padding-right: 20px;
}
td print {
    text-align: left;
}
#close {
    text-align: right;
}
#offres {
    background-color: #c1c2c0;
	width: 210px;
	height: 55px;
	font-size: 14px;
    font-weight: normal;
	text-align: center;
	border: 1px solid #000;
}
caption {
    caption-side: top;
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
#toutautour {
    width: 660px;
    border-width: 1px;
    border-style: solid;
    border-color: #a4a5a2;
}
#bgauche {
    border-left: 1px;
    border-left-style: solid;
    border-left-color: #a4a5a2;
}
#bgauche-dessous {
    border-left: 1px;
    border-left-style: solid;
    border-left-color: #a4a5a2;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a4a5a2;
}
#bdessous {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a4a5a2;
}
#pied {
    height: 50px;
    width: 894px;
    margin-left: 0px;
    margin-top: 0px;
    padding-right: 5px;
    background: #d1d1d0;
    font-size : 10px;
    color: #4d4e40;
}
