body {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
#header {
height: 100px;
/*background-color: #CCCCCC;*/
background-image: url("Chicago.jpg");
text-align:center;
border-top-style:solid;
border-bottom-style:solid;
border-color:#CC0000;
border-width:2px;
color:#BBBBBB;
}
#conteneur {
position: absolute;
width: 750px;
left: 50%;
margin-left: -375px;

}
#centre {
}
#gauche {
position: absolute;
left:0;
width: 150px;
}
#pied {
height: 30px;
background-color: #CCCCCC;
text-align:center;
border-top-style:solid;
border-bottom-style:solid;
border-color:#CC0000;
color:#AC2317;
border-width:2px;
font-size: 0.6em;
}
.article{
margin :10px;
padding :10px;
border-style:dotted;
border-width:2px;
border-color:#AAAAAA;
}

.signature{
padding: 10px;
text-align: left;
font-size: 0.8em;
color: #7F7F7F;
text-transform: lowercase;
}


h3{
text-decoration: underline;
text-transform: uppercase;
font-size:1.0em;
color: gray;
}

h2{
font-size:1.2em;
color: #AC2317;
text-transform: uppercase;

}

.image{
padding: 15px;
height:160px;
width:240px;
float:left;
border-style: none;
}
p {
margin: 0 0 10px 0;
text-align: justify;
color: #4C4C4C;
font-size: 1.0em;
font-stretch: expanded;
}
a:link {
	text-decoration: none;
	border-style: none;
}
a:visited {
	text-decoration: none;
	border-style: none;
}
