* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #fbfcff;
    color: black;
    font-family: Verdana;
    font-size: 13px;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: #346b95;
}

a:visited {
    text-decoration: none;
    color: #346b95;
}

img {
    border: none;
}

embed {
    display: block;
}

#mainpage {
    width: 1001px;
    margin-left: auto;
    margin-right: auto;
}

#mainmenu {
    width: 980px;
}

.mainmenuitem {
    float: left;
}

.emptyfooter {
    clear: both;
}

.error {
    color: #ff5555;
    font-weight: bold;
    text-indent: 15px;
    padding-top: 5px;
}

#ariane {
    clear: both;
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    font-style: italic;
    text-indent: 10px;
    color: #8db1d9;
}

#ariane a {
    font-size: 10px;
    font-style: italic;
    color: #8db1d9;
}

#ariane a:visited {
    font-size: 10px;
    font-style: italic;
    color: #8db1d9;
}

#bandeauhaut {
    margin: 10px 10px 0px 10px;
}

#maingauche {
    float: left;
    display: inline;
    width: 210px;
    padding: 10px 10px 0px 10px;
}

#maincontenu {
    float: left;
    display: inline;
    width: 530px;
    padding: 13px 10px 0px 10px;
}

#maincontenularge {
    float: left;
    display: inline;
    width: 751px;
    padding: 13px 9px 0px 10px;
}

#maindroite {
    float: left;
    display: inline;
    width: 200px;
    padding: 10px 10px 0px 10px;
}

#mainbas {
    clear: both;
    width: 1000px;
    height: 0px;
    font-size: 0px;
    margin: 0px 10px 0px 10px;
}

/***** Modules dynamiques ****/
.modulegroup {
    background-image: url("/static/deco/modulebody.jpg");
    background-repeat: repeat-y;
    margin-bottom: 10px;
}

.module {
    width: 204px;
    height: 36px;
    margin-left: 2px;
    border-left: solid 1px #24559f;
    border-right: solid 1px #24559f;
    background-image: url("/static/menu/modulebutton.jpg");
    background-repeat: no-repeat;
    color: #002856;
    cursor: pointer;
}

.module:hover {
    color: #ffffff;
}

.module table {
    width: 204px;
}

.module tr {
    height: 36px;
}

.module td {
    text-align: center;
    height: 36px;
}

.modulegroupheader {
    width: 210px;
    height: 3px;
    font-size: 0px;
    background-image: url("/static/deco/moduleheader.jpg");
    background-repeat: no-repeat;
}

.modulegroupfooter {
    width: 210px;
    height: 3px;
    font-size: 0px;
    background-image: url("/static/deco/modulefooter.jpg");
    background-repeat: no-repeat;
}

.modulecontent {
/*    display: none;*/
    padding-top: 4px;
    border-bottom: solid 1px #24559f;
    overflow: auto;
}

.moduleitem {
    margin-left: 15px;
    margin-right: 15px;
}

.moduleitem a {
    color: black;
}

.moduleitem a:visited {
    color: black;
}

.moduleitemsection {
    font-size: 11px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px;
}

.moduleitemsection .subtitle {
    margin-top: 5px !important;
    font-size: 12px !important;
}

/*.moduleitemsection .content {
    text-align: justify;
}*/

.moduleitemsection .morelink {
    text-align: right;
    font-size: 9px;
    padding-top: 3px;
    padding-right: 10px;
}

/********** Bandeau **********/
#bandeau {
    font-size: 0px;
}

#bandeauheader {
    width: 980px;
    height: 3px;
    font-size: 0px;
    background-image: url("/static/deco/bandeauheader.jpg");
    background-repeat: no-repeat;
}

#bandeaubody {
    width: 974px;
    font-size: 0px;
    border-left: solid 3px #3d6aad;
    border-right: solid 3px #3d6aad;
}

#bandeaubody img {
    display: block;
}

#bandeaufooter {
    width: 980px;
    height: 3px;
    font-size: 0px;
    background-image: url("/static/deco/bandeaufooter.jpg");
    background-repeat: no-repeat;
}

/********** Contenu **********/
#contenureel {
    overflow: auto;
}

.title_normal {
    background-image: url("/static/deco/titre_normal.jpg");
    background-repeat: no-repeat;
    width: 529px;
    height: 27px;
    padding-top: 10px;
    margin-bottom: 5px;
    text-indent: 15px;
    text-align: left;
    color: #002856;
}

.subsection {
    margin-top: 20px;
}

.subtitle {
    color: #3d6aad;
/*    font-weight: bold;*/
}

.subsection .content {
    text-align: justify;
    font-size: 11px;
}

.subsection .morelink {
    text-align: right;
    font-size: 9px;
    padding-top: 3px;
    padding-right: 10px;
}

#referencement {
    font-size: 9px;
    text-align: justify;
    color: #22477f;
}

.vignette {
    vertical-align: top;
    float: left;
    margin-right: 5px;
}

/********** Options **********/
#optionspanel {
    width: 751px;
}

#optionsmenu {
    width: 751px;
}

.optionsmenuitem {
    cursor: pointer;
    display: block;
    float: left;
    background-image: url("/static/menu/option.jpg");
    background-repeat: no-repeat;
    text-align: center;
    width: 142px;
    height: 27px;
    padding-top: 10px;
    color: #063468;
}

.nolink {
    cursor: default;
}

#optionsmenuleft {
    cursor: pointer;
    display: block;
    float: left;
    background-image: url("/static/menu/option_left2.jpg");
    background-repeat: no-repeat;
    text-align: center;
    width: 21px;
    height: 37px;
}

#optionsmenuright {
    cursor: pointer;
    display: block;
    float: left;
    background-image: url("/static/menu/option_right2.jpg");
    background-repeat: no-repeat;
    text-align: center;
    width: 20px;
    height: 37px;
}

#optionscontainer {
    clear: both;
}

.optioncontent {
    border-left: solid 1px #24559f;
    border-right: solid 1px #24559f;
    border-bottom: solid 1px #24559f;
}

/********** Statiques ***********/

.statique {
    margin-bottom: 10px;
    font-size: 0px;
}

.statiqueheader {
    width: 201px;
    height: 3px;
    font-size: 0px;
    background-image: url("/static/deco/statiqueheader.jpg");
    background-repeat: no-repeat;
}

.statiquebody {
    width: 195px;
    font-size: 0px;
    border-left: solid 3px #3d6aad;
    border-right: solid 3px #3d6aad;
}

.statiquebody img {
    display: block;
}

.statiquefooter {
    width: 201px;
    height: 3px;
    font-size: 0px;
    background-image: url("/static/deco/statiquefooter.jpg");
    background-repeat: no-repeat;
}

/********* Bandeau bas **********/
#sitemap {
    width: 980px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 5px 5px 5px;
    background-image: url("/static/deco/sitemap_body.jpg");
    background-repeat: repeat-y;
}

#sitemapheader {
    width: 980px;
    height: 4px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0px;
    background-image: url("/static/deco/sitemap_header.jpg");
    background-repeat: no-repeat;
}

#sitemapfooter {
    width: 980px;
    height: 4px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0px;
    background-image: url("/static/deco/sitemap_footer.jpg");
    background-repeat: no-repeat;
    clear: both;
}

.sitemapcolumn {
    width: 176px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.sitemaptitle {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #346b95;
    font-size: 12px;
}

.sitemapcontent {
    margin-bottom: 20px;
}

.sitemapcontent p {
    font-size: 9px;
}

#sitemapcolumnfooter {
    clear: both;
}

#contact {
    color: #336c97;
    font-size: 12px;
    width: 970px;
    margin-top: 2px;
    margin-left:15px;
    margin-right:15px;
    text-align: justify;
    margin-bottom: 15px;
}

#contact a {
    color: #336c97;
}

#contact a:visited {
    color: #336c97;
}

.inlinenote {
    font-size: 9px;
}

/********* Formulaire de contact **********/
#page_contact #panneaudroit {
    width: 490px;
    float:right;
}

#page_contact #panneaugauche {
    width: 400px;
    margin-left: 30px;
    margin-bottom: 15px;
}

#page_contact .checkbox input {
    vertical-align: middle;
}

#page_contact .checkbox {
    padding-right: 5px;
    margin-bottom: 5px;
}

#page_contact .checkbox label {
    color: #3379b4;
    font-size: 11px;
}

#page_contact .line100 {
    width: 360px;
    margin-bottom: 5px;
}

#page_contact .line100 input {
    width: 360px;
    border: solid 1px #146ab3;
}

#page_contact .line50 {
    float: left;
    width: 175px;
    margin-right: 10px;
    margin-bottom: 5px;
}

#page_contact .line50 input {
    width: 175px;
    border: solid 1px #146ab3;
}

#page_contact textarea {
    width: 360px;
    border: solid 1px #146ab3;
    margin-bottom: 5px;
}

#page_contact .fieldtitle {
    color: #6d6d6f;
    font-size: 10px;
    margin-top: 3px;
    clear: left;
}

#page_contact .obligatoire {
    color: red;
    font-size: 11px;
}

#page_contact .send {
    background-color: #5c8ec3;
    border: solid 1px #24549c;
    color: white;
    font-size: 11px;
    width: 60px;
    height: 20px;
    margin-left: 300px;
}

#page_contact h3 {
    background-image: url("/static/deco/contact_section.jpg");
    background-repeat: no-repeat;
    padding-left: 87px;
    padding-top: 19px;
    width: 384px;
    height: 43px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #5b8ec3;
    font-size: 16px;
    clear: both;
}

#page_contact h4 {
    font-size: 15px;
    color: #1067b4;
    font-weight: normal;
}

#page_contact .numtel {
    padding-top: 10px;
    color: #636363;
    font-weight: bold;
    font-size: 12px;
}

#page_contact .smallnote {
    color: #636363;
    font-size: 8px;
    padding-top: 3px;
}

#page_contact .adresse {
    font-size: 11px;
    padding-top: 10px;
    color: #636363;
}

#page_contact .bloc_tel {
    background-image: url("/static/deco/contact_telephone.jpg");
    background-repeat: no-repeat;
    height: 62px;
    width: 140px;
    float: left;
    padding-left: 72px;
    padding-right: 20px;
    padding-bottom: 40px;
}

#page_contact .bloc_adresse {
    background-image: url("/static/deco/contact_adresse.jpg");
    background-repeat: no-repeat;
    height: 62px;
    width: 155px;
    float: left;
    padding-left: 72px;
    padding-right: 20px;
    padding-bottom: 40px;
}
