/*Elements communs*/
body {
    margin: 0; padding: 0;
    font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}
h1 { font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 12px; margin:0 0 5px 0; padding:0; font-weight: normal; color:#c6341d}
p {font-size: 13px; text-align: justify; margin: 0.3em 0 0.75em 0; color:#595959}
a {text-decoration: none; color:gray}
a img {border: none;}
a:hover {color:#c6341d}
ul {margin: 5px 0 20px 55px ;padding:0}
li {list-style:none; font-size: 13px; text-align: justify;padding:0 0 3px 0}
hr {color: white; border: none; }

.rouge {color:#c6341d}
.lismall {font-size: 13px;}
.SansPuce {list-style: none; font-size: 13px;margin:0;}
.Gras {font-weight:bold;}
.clearright{clear:right}
.clearleft{clear:left}
.clearboth{clear:both}
.hidden{}


/* ARCHITECTURE DU SITE */
#SiteComplet {
    position: relative;
	width: 1010px;
	margin: 0 auto 0 auto;
}



#BlocContenu {
    position: relative;
    margin-top: 30px; margin-bottom:15px;
    padding-bottom:0px;
	width: 100%;
	z-index:1;
}

#BlocLogo{
    margin: 12px 0 0 12px;
    width: 329px;
}
#Logo {
    display: block;
}
#Titre {
    display: block;
}
#BlocContact{
    position: absolute;
    right:15px; top:35px;
}
#BlocGauche {
    position: absolute; left:0;
    width:180px; height: 542px;
    margin-left:12px; margin-top:10px;
}


#BlocDroite {
    position: relative;
    width:793px;
    margin-left : 206px;
}



#PiedDePage {
    position: absolute; bottom:0px; left:205px;
    width: 793px; height:24px;
    text-align: left;
    z-index:2;
}
#PiedDePage p {
    display: inline;
    font-size: 11px; font-style: italic; color:#636363;
}


