@CHARSET "UTF-8";

/*
 * CSS Reset
 */

html, body, div, span, applet, object, iframe,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
caption, tbody, tfoot, thead, th
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html, body
{
    background-color: #A9A9A9;
    height: 100%;
    min-height: 100%;
}

body, div, th, td{
    font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
    font-size: 0.9em;
}

img.innertext{
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    border: 1px solid #225c8f;
    float: left;
}

img.innertextsmall{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    border: 1px solid #000000;
    float: left;
}

#page{
    width: 1002px;
    background: url('images/fond_page.gif') repeat-y left top;
    background-color: #75a1c5;
    margin: auto;
}

.clear{
    clear: both;
    height: 0;
}

/***************************************
  BLOC LEFT
***************************************/
#left{
    float: left;
    width: 165px;
    background: url('images/fond_left_newsletter.jpg') repeat-y;
    border-right: 2px solid #4383cb;
}

#left_menu{
    width: 100%;
    height: 205px;
    background: url('images/fond_left_menu.jpg');
}

#left_menu_texte{
    /*position: relative;
    top: 20px;
    left: 0;*/
    color: #0a6eb1;
    font-size: 17px;
}

#menu dt {
    cursor: pointer;
    text-align: right;
    padding: 5px 15px 0 0;
    margin-right: 10px;
    width: 140px;
    background: url('images/puce_left_menu.png') no-repeat right;
}

#menu dd {
    position: absolute;
    z-index: 1000;
    margin-left: 167px;
    margin-top: -1.4em;
    width: 243px;
}

#menu dd .top{
    width: 243px;
    height: 16px;
    background: url('images/fond_menu_top.png') no-repeat left;
}

#menu dd .links{
    width: 243px;
    background-image: url("images/fond_menu_background.png");
}

#menu dd .bottom{
    width: 243px;
    height: 16px;
    background: url('images/fond_menu_bottom.png') no-repeat left;
}

#menu ul {
    padding: 2px;
}

#menu li {
    text-align: left;
    list-style-type: none;

}

#menu dt a{
    text-decoration: none;
    color: #0a6eb1;
    font-size: 17px;
    display: block;
}

#menu li a {
    text-decoration: none;
    color: #0a6eb1;
    font-size: 12px;
}

#menu li .puce{
    color: #f2b636;
    font-size: 10px;
    font-weight: bold;
}

#menu li a:hover {
    text-decoration: underline;
}

#menu dt a:hover{
    color: #f2b636;
}

#left_menu_texte p{
    text-align: right;
    padding: 5px 15px 0 0;
    margin-right: 10px;
    width: 140px;
    background: url('images/puce_left_menu.png') no-repeat right;
}

#left_menu_texte p a{
    text-decoration: none;
    color: #0a6eb1;
}

#left_menu_texte p a:hover{
    text-decoration: underline;
}

#left_spacer_01{
    width: 100%;
    height: 72px;
    background: url('images/fond_left_spacer_01.jpg');
}

#left_client_gestionnaire{
    width: 100%;
    height: 178px;
    background: url('images/fond_left_client_gestionnaire.jpg');
}

#left_client_gestionnaire_texte{
    padding-top: 90px;
}

#left_client_gestionnaire_texte ul{
    padding: 0 20px 0 35px;
}

#left_client_gestionnaire_texte li{
    font-size: 11px;
    margin-top: 5px;
    list-style: url('images/puce_left_client_gestionnaire.jpg') outside;
}

#left_client_gestionnaire_texte li a{
    text-decoration: none;
    color : #0a6eb1;
}

#left_client_gestionnaire_texte li a:hover{
    text-decoration: underline;
}

#left_client_occupant{
    width: 100%;
    height: 96px;
    background: url('images/fond_left_client_occupant.jpg');
}

#left_client_occupant_texte{
    padding-top: 60px;
}

#left_client_occupant_texte ul{
    padding: 0 20px 0 35px;
}

#left_client_occupant_texte li{
    font-size: 11px;
    margin-top: 5px;
    list-style: url('images/puce_left_client_occupant.jpg') outside;
}

#left_client_occupant_texte li a{
    text-decoration: none;
    color : #0a6eb1;
}

#left_client_occupant_texte li a:hover{
    text-decoration: underline;
}

#left_carte{
    width: 100%;
    height: 113px;
}

#left_newsletter{
    text-align: center;
    width: 100%;
    height: 50px;
    background: url('images/fond_left_newsletter.jpg');
}

/***************************************
  BLOC MAIN
***************************************/
#main{
    width: 832px;
    vertical-align: top;
    background-color: #75a1c5;
    overflow: hidden; /* HACK IE6 ... */
}

#main_entete{
    width: 100%;
    height: 167px;
}

#main_chemin{
    width: 100%;
    height: 31px;
    background: url('images/fond_main_chemin.png');
}

#main_chemin_texte{
    width: 800px;
    padding-top: 10px;
    text-align : right;
    color: #f2b636;
}

#main_chemin_texte a{
    text-decoration: none;
    color: #f2b636;
    font-size: 12px;
}

#main_chemin_texte a:hover{
    text-decoration: underline;
}

#main_index{
    width: 832px;
    height: 480px;
    background: url('images/fond_main_index.png') no-repeat left top;
    margin: 0;
    padding: 0;
}

#main_gauche{
    float: left;
    width: 319px;
    height: 480px;
    padding-top: 35px;
    margin: 0;
}

#main_centre{
    float: left;
    width: 272px;
    height: 470px;
}

#main_centre_texte{
    color : #FFFFFF;
    font-size: 13px;
    padding-top: 45px;
}

#main_centre_texte p{
    text-align: justify;
    margin: 20px 15px 0 15px;
}

#main_centre_texte p a{
    text-decoration: underline;
    color: #FFFFFF;
}

#main_droite{
    float: left;
    width: 140px;
    height: 400px;
}

#main_droite_texte{
    overflow: scroll;
    margin: auto;
    margin-left: 25px;
    margin-top: 35px;
    width: 187px;
    height: 375px;
}

#main_droite_texte p{
    text-align: justify;
    color: #0d4878;
    margin-right: 8px;
}

#main_droite_texte p a{
    text-decoration: underline;
    color: #0d4878;
}

#main_droite_texte p.title{
    color: #f2b636;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
}

#main_page{
    width: 832px;
    background: url('images/fond_main_page.png') no-repeat;
    margin: 0;
    min-height:500px;
    height:auto !important;
    height:500px;
}

#main_page_texte{
    padding: 40px;
}

#main_page_texte p{
    text-align: justify;
    color: #FFFFFF;
    font-size: 12px;
}

#main_page_texte p a{
    text-decoration: underline;
    color : #0a6eb1;
}

#main_page_texte ul{
    padding: 2px 0 2px 35px;
}

#main_page_texte li{
    margin: 2px 0 2px 0;
    color: #FFFFFF;
    font-size: 12px;
    text-align: justify;
}

#main_page_texte p.title{
    color: #f2b636;
    font-weight: bold;
    font-size: 15px;
    margin: 10px 0 10px 0;
}

#main_page_texte p.title a{
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

/***************************************
  BLOC FOOTER
***************************************/

#logos{
    margin: 0 0px 0px 590px;
    width: 210px;
    height: 70px;
    background: url('images/logos_main_page.png') no-repeat;
}

#footer{
    margin-left: 167px;
    width: 832px;
    color: #CACACA;
}

#footerlinks{
    border-top: 1px solid #9E9E9E;
    text-align: center;
    padding-top: 2px;
}

#footerlinks a{
    text-decoration: none;
    color: #CACACA;
}

#footerlinks a:hover{
    text-decoration: underline;
    color: #CACACA;
}

/***************************************
  FORMULAIRES
***************************************/
.form{
    background: #fff;
    border: 1px solid #000;
    width: 500px;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 120px;
}

.form label{
    width: 450px;
    display: block;
    font-weight: bold;
    text-align: right;
    padding: 0;
    margin: 5px 0 5px 0;
    font-size: 11px;
}

.form div{
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.form p{
    padding: 0;
    margin: 0;
}

.form .radiolabel{
    width: 350px;
    display: block;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 146px;
    margin: 5px 0 5px 0;
    font-size: 11px;
}

.form .radiolabel input{
    background: none;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border: 0;
    font-size: 11px;
}

.form .specialinput{
    background: url(images/input_background.jpg) repeat-x top left;
    width: 278px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #447799;
    font-size: 11px;
}

.form .label{
    width: 146px;
    display: block;
    font-weight: bold;
    text-align: right;
    padding: 0;
    margin: 5px 0 5px 0;
    font-size: 11px;
}

.form input, select{
    background: url(images/input_background.jpg) repeat-x top left;
    height: 20px;
    width: 300px;
    line-height: 20px;
    border: 1px solid #447799;
    font-size: 11px;
}

.form textarea{
    background: url(images/input_background.jpg) repeat-x top left;
    height: 200px;
    width: 300px;
    border: 1px solid #447799;
    vertical-align: top;
    font-size: 11px;
}

.buttons{
    width: 500px;
    padding: 5px 0 5px 0;
    text-align: center;
    margin-left: 120px;
}

.buttons input{
    border: 1px solid #447799;
    background: url(images/button_background.png) repeat-x top left;
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

#agence{
    width: 220px;
    margin: 10px 0 0 5px;
    float: left;
    color: #CACACA;
    font-size: 11px;
    text-decoration: none;
}

#agence a{
    color: #CACACA;
    font-size: 11px;
    text-decoration: none;
}

#agence a:hover{
    text-decoration: underline;
}