body{
    margin-top:0;
    background-color:#E8E8E8;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
#ombre{
    width:974px;
    background: #E8E8E8 url("../img/ombrelaterale.gif") center top repeat-y;
    margin: auto;
}
#ombrebasse{
    clear: both;
    background: #E8E8E8 url("../img/ombrebasse.gif");
    height: 7px;
    margin: auto;
}
#page{
    background-color: #FFFFFF;
    margin: auto;
    width: 960px;
    border: 1px #C1C1C1 solid;
}

a{
	color: #7891A0;
}

a img{
    border: 0;
}

.rouge{
    color: #5E0000;
}

p{
    text-align: justify;
}

#header{
	height:163px;
	vertical-align:bottom;
}

#logoarea{
    position:relative;
}

#login{
    float: right;
    margin: 10px;
    font-weight: bold;
    font-size: 0.8em;
}
#login .input{
    height: 16px;
    font-size: 0.8em;
    border: 1px solid #000000;
}
#login .submit{
    background-color: #A4A5A9;
    height: 18px;
    font-size: 0.8em;
    font-weight: bold;
    border: 1px solid #A4A5A9;
    vertical-align: middle;
}

#conteneurfondu {
    position:absolute;
}
#imagefonduA {
    position:absolute;
    width:960px;
    height:163px;
    opacity:100;
    FILTER:alpha(opacity=100);
}
#imagefonduB {
    position:absolute;
    width:960px;
    height:163px;
    opacity:0;
    FILTER:alpha(opacity=0)
}

#bandetransparente0 {
    position:absolute;
    top:80px;
    z-index:10;
    width: 100%;
    height: 56px;
    background-color: #FFFFFF;
    filter:alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
.degrade {
    position:absolute;
    top:80px;
    height: 56px;
    background-color: #FFFFFF;
    filter:alpha(opacity=8);
    -moz-opacity: 0.08;
    opacity: 0.08;
}
#logo{
    position:absolute;
    float: left;
    z-index:99;
    padding: 79px 0 0 20px;
}
#adresse{
    position:absolute;
    z-index:80;
    padding: 120px 0 0 140px;
}

.lignerouge{
    position:absolute;
    z-index:99;
    border-top:1px solid #5E0000;
}

#banderouge{
    clear: both;
    background-color: #5E0000;
    height: 6px;
}

#bandeorange{
    clear: both;
    background-color: #D13A0E;
    height: 4px;
}

#menuhaut{
    clear: both;
    background-color: #D13A0E;
    padding: 7px 0px;
}

#menuhaut a{
	color: #000;
	text-decoration: none;
}

#menuhaut a:link{
}
#menuhaut a:visited{
}
#menuhaut a:hover{
	color: #FFFFFF;
}

.menuh{
    padding: 0;
    margin: 0;
}

.menuh li{
    list-style: none;
    display: inline;
    padding-right: 15px;
    padding-left: 15px;
    font-size:14px;
    font-weight: bold;
}

.menuh li.actif{
    color: #FFFFFF;
}

#separateurmenuh {
    display: inline;
    border-left:1px solid #5E0000;
}

#bandegrise{
    position:relative;
    clear: both;
    background-color: #A4A5A9;
    text-align: right;
    padding-right: 10px;
    padding-top: 1px;
    height: 3px;
}

#container{
    clear: both;
    
}

#leftarea{
    float: left;
    width: 220px;
    height: 450px;
}
#leftarea h3.spip{
    background: #D13A0E url("../img/fondGris.gif") repeat-x bottom;
    border-left:10px solid #5E0000;
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0px 5px;
}

.flecherouge{
    background:url("../img/flecheRouge.gif") no-repeat;
    background-position: 0 3px;
    border:0px solid black;
    color: #000000;
    font-size: 12px;
    padding: 0px 10px 0px 18px;
    margin: 10px 20px 0px 10px;
}

#leftarea a{
    color: #000;
    text-decoration: none;
}
.menutitle{
    background: #A4A5A9 url("../img/fondGris.gif") repeat-x bottom;
    padding: 10px 10px 0px 10px;
    border-right:1px solid #5E0000;
}
.menutitle .title{
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.menuchapo{
    background: #A4A5A9 url("../img/fondGris.gif") repeat-x bottom;
    padding: 40px 10px 0px 10px;
    border-right:1px solid #5E0000;
}
.textechapo{
    background: #fff;
    height:200px;
    padding: 10px 10px 20px 10px;
    border-right:1px solid #5E0000;
}

.menu{
    padding:10px;
    border-right:1px solid #5E0000;
}
.menu ul{
    margin: 0;
    padding-left: 20px;    
}

.menu ul li{
    list-style: none;
    margin: 10px 0 10px 0;
}

.menu ul li.actif{
    list-style: url("../img/puce.gif");
}

.menu a{
    color: #000;
    text-decoration: none;
}

#mainarea{
    margin-left: 250px;
    padding-top: 40px;
}
#content{
    margin-right: 280px;
}
#content .title, #content h3.spip{
    background: #A4A5A9 url("../img/fondGris.gif") repeat-x bottom;
    border-left:10px solid #D13A0E;
    color: #000000;
    font-weight: bold;
    font-size: 1.3em;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0px 5px;
}

#rightarea{
    float: right;
    width: 240px;
    padding: 0px 10px 10px 0px;
}
#rightarea p.spip{
    padding: 0 0 0 10px;
    text-align: left;
}
#rightarea a{
    /*text-decoration: none;
    font-weight: bold;*/
}
#rightarea h3.spip{
    background: #A4A5A9 url("../img/fondGris.gif") repeat-x bottom;
    border-left:10px solid #5E0000;
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0px 5px;
}
#footer{
    clear: both;
    padding:5px 0 0 0;
    height: 24px;
    background: url("../img/fondRouge.gif") repeat-x;
    background-position: 10px 24px;
}

#footer a{
	color:#000000;
	text-decoration: none;
}

#footer ul{
}

#footer ul li{
    float: left;
    list-style: none;
    margin-left: 10px;
    font-size: 10px;
    font-weight: bold;
}

#plan{
	margin-top: 10px;
}

#plan .secteur{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

#plan ul.level1{
	margin: 0;
    padding-left: 30px;
}

#plan ul.level1 li{
	list-style: url("../img/puce.gif");
	margin-bottom: 10px;
}

#plan a{
	color: #000000;
	text-decoration: none;
}
