html {
    margin:0;
    padding:0;
    background:#091B2E url('img/header-bg.jpg') repeat-x;
    font-family:verdana;
    font-size:75%;
    color:#626262;
}

body {
    margin:0;padding:0;
    background:url('img/footer-bg.jpg') repeat-x bottom;
}

a {
    color:#091B2E;
}
a:hover {
    color:#66B303;
    text-decoration:none;
}
a img {
    border:0;
}
img.photo {
    border:1px solid #626262;
    padding:5px;
    background:#F1F1F1;
}
h1 {
    color:#664210;
    font-size:16pt;
    border-bottom:1px solid #664210;
    padding-left:30px;
    background:url('img/puce.jpg') no-repeat;
}

h2 {
    margin-left:50px;
    font-size:15pt;
    color:#2F2F2F;
    text-decoration:underline;
}
h3 {
    margin-left:50px;
    font-size:12pt;
    color:#626262;
    font-style:italic;
}


#center {
    margin:0 90px;
    padding-left:10px;
    background:url('img/ombre-l.png') repeat-y;
}
#center2 {
    padding-right:10px;
    background:url('img/ombre-r.png') repeat-y right;
}
#center3{
    background:#EDEDED;
    min-width:600px;
}

#header{
    background: url('img/header.jpg') repeat-x;
    padding-top:8px;
    height:47px;
}
#bandeau {
    height:191px;
    background:#FFFFFF url('img/bandeau2.jpg') repeat-x 1px 0px;
}
#sidebar {
    width:250px;
    margin-right:5px;
    float:left;
    padding-top:20px;
}

#sidebar ul {
    list-style:none;
    font-size:11pt;
    font-weight:bold;
    padding:0 0 20px 0;
    margin-left:20px;
    border-left:1px solid #66B303;
}
#sidebar ul li {
    margin: 5px 0;
    padding:0;
}
#sidebar ul li a{
    color:#626262;
    text-decoration:none;
    padding-left:10px;
    border-left:3px solid #EDEDED;
}
#sidebar ul li a:hover,#sidebar ul li a.selected {
    color:#66B303;
    border-left:3px solid #66B303;
}


#content {
    margin-left:250px;
    border-left:1px solid #E6E6E6;
    padding-right:12px;
    background:url('img/content-r.png') repeat-y right;
    margin-right:20px;
    margin-top:-5px;
}
#content2 {
    background:#FFFFFF;
    min-height:600px;
}
#content3 {
    padding:0 10px;
}
#content3 p{
    text-align:justify;
}
#menu {
    text-align:center;
    padding:5px;
    background:url('img/menu.jpg') repeat-x;
}


#menu ul {
    display:inline;
    list-style:none;padding:0;
}
#menu ul li {
    display:inline;
    padding:0 15px;
    border-left:1px solid silver;
}
#menu ul li:first-child {
    border:0;
}
#menu ul li a {
    color:silver;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
}
#menu ul li a:hover,#menu ul li a.selected {
    color:#66B303;
    text-decoration:underline;
}

#content-footer {
    margin-left:250px;
    padding-right:10px;
    height:26px;
    background:url('img/content-bl.png') no-repeat;
    margin-right:10px;
    margin-top:-12px;
}
#content-br {
    background:url('img/content-br.png') no-repeat right -3px;
    height:26px;
}
#content-br div {
    background:url('img/content-b.png') repeat-x 0 -3px;
    height:26px;
    margin-left:27px;
    margin-right:42px;
}

#footer {
    padding-top:20px;
    font-size:9pt;
    text-align:center;
    padding-bottom:20px;
}

#fc {
    width:70px;
    height:315px;
    position:absolute;
    left:10px;
    top:400px;
    z-index:2;
    background:url('img/fc.png') no-repeat;
}

form p label {
    display:block;
    float:left;
    width:45%;
    margin-right:1%;
    border-bottom:1px solid;
}

form p input, form p textarea, form p select {
    width:50%;
    padding:2px 0;
}


#conception {
    position:absolute;
    right:0pt;
    top:10px;
    z-index:2;
}

#conception a {
    background:transparent url(../conception2.png) no-repeat scroll left center;
    display:block;
    height:195px;
    text-decoration:none;
    width:44px;
}
#conception a:hover {
    background:transparent url(../conception2.png) no-repeat scroll right center;
}
#conception a span {
    display:none;
}