@charset "UTF-8";

/* CSS Document */
@page { 
	size: portrait;
	margin: 2cm;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    margin: 0;
    padding: 0;
    font-size: 11px;
    background-color: #207aba;
    background-image: url(../img/home/fond_body.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

body a {
    text-decoration: none;
}

body a:hover {
    text-decoration: underline;
}

body img {
    border: 0;
}

html,body {
    height: 100%;
}

.clear {
    clear: both;
}

#global {
    height: 100%;
    background-image: url(../img/home/fond_ville.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#container {
    height: 640px;
    width: 1000px;
    bottom: 0px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}

.bleu_fonce {
    color: #0e6daf;
}

.bleu_clair {
    color: #69caef;
}

/* HOME --------------- */
#petit_menu {
	display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
    padding-top: 3px;
    padding-right: 10px;
}

#petit_menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

#recherche {
	display: none;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
}

#champ_recherche {
	display: none;
    float: right;
    position: relative;
    background-image: url(../img/home/fond_recherche.jpg);
    background-repeat: no-repeat;
    height: 25px;
    width: 143px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding-top: 7px;
    padding-left: 15px;
}

#champ_recherche input {
	display: none;
    border: 0;
    background-color: transparent;
}

#logo {
    padding-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #9b9b9b;
    height: 490px;
}

#infos {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #cbd1d4;
    text-align: center;
    padding-top: 20px;
}

/* MENU --------------- */
#espace_menu_accueil {
	display: none;
    width: 140px;
    float: left;
    height: 52px;
    position: relative;
}

#menu {
	display: none;
    padding-left: 7px;
    float: left;
    position: relative;
}

#menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    display: block;
    float: left;
    position: relative;
    text-align: center;
}

#menu a:hover {
    text-decoration: none;
}

#menu a.menu0 {
    height: 32px;
    width: 124px;
    background-image: url(../img/menu/img_off_0.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}

#menu a.menu0:hover {
    background-image: url(../img/menu/img_on_0.gif);
}

#menu a.menu1 {
    height: 32px;
    width: 115px;
    background-image: url(../img/menu/img_off_1.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}

#menu a.menu1:hover {
    background-image: url(../img/menu/img_on_1.gif);
}

#menu a.menu2 {
    height: 32px;
    width: 115px;
    background-image: url(../img/menu/img_off_2.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}

#menu a.menu2:hover {
    background-image: url(../img/menu/img_on_2.gif);
}

#menu a.menu3 {
    height: 32px;
    width: 116px;
    background-image: url(../img/menu/img_off_3.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}

#menu a.menu3:hover {
    background-image: url(../img/menu/img_on_3.gif);
}

#menu a.menu4 {
    height: 32px;
    width: 116px;
    background-image: url(../img/menu/img_off_4.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}

#menu a.menu4:hover {
    background-image: url(../img/menu/img_on_4.gif);
}

#menu a.menu5 {
    height: 32px;
    width: 118px;
    background-image: url(../img/menu/img_off_5.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}

#menu a.menu5:hover {
    background-image: url(../img/menu/img_on_5.gif);
}

/* IMAGES MENU */
#img_menu0 {
	display: none;
    position: absolute;
    left: 652px;
    top: 383px;
    z-index: 6;
}

#img_menu1 {
	display: none;
    position: absolute;
    left: 443px;
    top: 310px;
    z-index: 4;
}

#img_menu2 {
	display: none;
    position: absolute;
    left: 811px;
    top: 406px;
    z-index: 2;
}

#img_menu3 {
	display: none;
    position: absolute;
    left: 559px;
    top: 315px;
    z-index: 3;
}

#img_menu4 {
    position: absolute;
    left: 443px;
    top: 374px;
    z-index: 5;
}

#img_menu5 {
	display: none;
    position: absolute;
    left: 909px;
    top: 425px;
    z-index: 1;
}

/* PAGES INTERIEURES --------------- */
.pagesinterieures {
    font-family: Arial, Helvetica, sans-serif;
    color: #4a4a4a;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    background-image: none;
    background-color: #FFFFFF;
}

#global_interieures {
    height: 100%;
    background-image: url(../img/pagetype/fond_ciel.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

#container_interieures {
    width: 950px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
}

#logo_interieures {
    float: left;
    position: relative;
}

/* HEADER ---- */
#header {
    padding-bottom: 55px;
}

#champ_recherche_interieures {
	display: none;
    float: right;
    position: relative;
    background-image: url(../img/pagetype/fond_recherche.jpg);
    background-repeat: no-repeat;
    height: 25px;
    width: 143px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding-top: 7px;
    padding-left: 15px;
}

#champ_recherche_interieures input {
	display: none;
    border: 0;
    background-color: transparent;
}

/* FIL D'ARIANE ---- */
#fil_ariane {
	display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #898989;
    padding-bottom: 5px;
    margin-top: 35px;
    margin-right: 10px;
    margin-left: 7px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9c9c9c;
}

#fil_ariane a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #898989;
}

#fil_ariane a.actif {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #d95e44;
}

#content {
    padding-top: 10px;
}

/* SOUS MENUS ---- */
#sousmenu {
	display: none;
    float: left;
    position: relative;
    width: 150px;
    padding-right: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2;
    line-height: 25px;
}

#sousmenu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #dd5e44;
}

#textes {
    float: left;
    padding-left: 25px;
    position: relative;
    width: 755px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #4a4a4a;
}

#fleche_menu {
	display: none;
    position: absolute;
    left: -15px;
    top: 52px;
}

#sous_sousmenu {
	display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #626262;
    padding-bottom: 10px;
    line-height: normal;
}

#sous_sousmenu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #626262;
}

/* TEXTES ---- */
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #dd5e44;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.col_left {
	font-size: 16px;
    float: left;
    position: relative;
    width: 350px;
    text-align: justify;
}

.col_right {
	font-size: 16px;
    float: left;
    position: relative;
    width: 360px;
    padding-left: 15px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #dd5e44;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

/* TEXTES ---- */
#footer {
	display: none;
    height: 356px;
    background-image: url(../img/pagetype/footer.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#mel {
	display: none;
    margin-left: 224px;
    top: 77px;
    position: absolute;
    height: 47px;
    width: 220px;
}

#mel_home {
	display: none;
    margin-left: 160px;
    top: 220px;
    position: absolute;
    height: 47px;
    width: 220px;
}

.img2col {
    padding-bottom: 15px;
}

.imgcol_perso {
    height: 188px;
    width: 154px;
    padding-bottom: 15px;
}

.col_centrale {
    position: relative;
    width: 720px;
}
#tag_cloud {
	display: none;
    display: block;
    height: 90px;
    margin-left: 720px;
    position: absolute;
    top: 60px;
    width: 220px;
    text-align: justify;
    overflow: hidden;
}
/* ------------------ */