/*****************************************/
/*       ImprimEco.info  -  CSS          */
/*       © Tous droits réservés          */
/*****************************************/

* {
margin: 0;
padding: 0;
}

body {
font-family: Tahoma, taipei;
font-size: 12px;
background-color: #CCF;
}

img {
border: none;
}

#conteneur {
width: 900px;
margin: 0 auto;
padding: 0;
background-color: #FFF;
}

#header {
background-color: #0B2404;
text-align: right;
color: white;
font-style: italic;
background-image: url("./img/fond-bann.png");
background-repeat: no-repeat;
background-position: left;
}

#logo {
height: 150px;
}

a {
text-decoration: none;
color: #006000;
}

a:hover {
text-decoration: underline;
}

#menu {
text-align: center;
width: 100%;
background-image: url("./img/barre2.png");
height: 19px;
padding-top: 2px;
}

#menu li {
display: inline;
list-style-type: none;
padding-left: 20px;
padding-right: 20px;
}

#menu li a {
color: black;
font-size: 14px;
text-decoration: none;
}

#menu li a:hover {
color: #036;
}

#bloc_gauche {
border: 0;
float: left;
clear: left;
margin: 10px;
width: 150px;
}

.bloc {
border-top: 2px solid #005200;
border-left: 1px solid #005200;
margin-bottom: 10px;
padding-bottom: 5px;
background-color: #FFF;
line-height: 16px;
padding-left: 10px;
}

.titrebloc {
color: #000;
width: 100%;
text-align: center;
border: none;
font-weight: bold;
margin-bottom: 3px;
}

#content {
border-top: 1px solid #8EC700;
border-left: 1px solid #8EC700;
margin:	10px 10px 10px 175px;
padding: 10px;
}

#content table.listref {
width: 99%;
text-align: center;
border-collapse:collapse;
}

#content table.listref td {
border: 1px solid #aaa;
}

#content table.listref th {
border: 1px solid #aaa;
font-style: bold;
}

#content a {
text-decoration: none;
color: #036;
}

#content a:hover {
text-decoration: underline;
color: #B30C1F;
}

#content li {
list-style-position: inside;
}

#content p {
text-align: justify;
}

#content b {
font-style: bold;
color: #7A0;
}

h1 {
font-size: 28px;
margin-bottom: 15px;
}

h2 {
font-size: 18px;
font-style: italic;
}

h3 {
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
}

#footer {
clear: both;
margin-top: 10px;
background-color: #FFF;
border: 1px dotted #aaa;
text-align: center;
}

.center {
text-align: center;
}

hr {
background-color: #AAA;
height: 2px;
border: 0;
margin: 15px auto;
width: 80%;
}
