/* FEUILLE DE STYLES  
*******************************************************************************/

/* TABLE DES MATIERES
 
0/ REMISE A ZERO DES STYLES
1/ ELEMENTS HTML
2/ BLOCS
3/ PROPRIETES DES BLOCS
4/ CLASSES UTILITAIRES
5/ CLASSES UTILISEES EN VERSION PRECEDENTES
*******************************************************************************/

/* REMISE A ZERO DES STYLES
*******************************************************************************/
@import url(reset.css);

/* ELEMENTS HTML
*******************************************************************************/
html {
    font-size: 75%;
    font-family: arial, verdana, sans-serif;
    color: #000;
    text-align: justify;
}

body {
    background: #fff;
}

a {
    color: #d91f82;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: #ec8fc0;
}

ol, ul, p, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.0em 0;
    line-height: 1.4em;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style-type: lower-roman;
}

ul {
    list-style-type: disc;
}

ul ul {
    list-style-type: circle;
}

li {
    margin: 0 0 0.5em 1.5em;
}

ol li {
    margin: 0 0 0.5em 2.0em;
}

li li {
    margin: 0.5em 0 0.5em 1.5em;
}

pre {
    font-size: 1.3em;
}

img {
    border: 0px solid #fff;
}

em {
    font-weight: bold;
    font-style: normal;
}

strong {
    color: #d91f82;
    font-weight: bold;
}

acronym,
    abbr {
    border-bottom: 1px dotted #000;
}

caption {
    font-weight: bold;
    margin: 0 0 0.5em 0;
    color: #81015d;
}

table {
    margin: 0 auto 1.0em auto;
    width: 99%;
    border: 1px solid #81015d;
}

table th {
    font-weight: bold;
    background: #81015d;
    color: #fff;
}

table th {
    padding: 5px;
    text-align: center;
}

table td {
    padding: 5px;
    text-align: center;
}

table td.gauche {
    text-align: left;
}

table tr.impair {
    background: #ead1e2;
}

table tr.impair td {
    background: #ead1e2; /* inutile, mais IE fix */
}

table.formulaire {
    border: 0;
    width: 100%;
}

table.formulaire td {
    text-align: left;
}

table.formulaire td.label {
    text-align: right;
    width: 250px;
    font-weight: bold;
}

table.formulaire td.erreurs {
    width: 250px;
    padding: 0;
}

.erreur {
    background: #fbcddb;
    color: #ed054a;
    padding: 5px;
}

/* FORMULAIRES
*******************************************************************************/
form {
    text-align: left;
    font-size: 1.0em;
}

form input {
    font-size: 1.0em;
}

form textarea {
    font-family: arial, verdana, sans-serif;
    font-size: 1.0em;
}

form input[type=text],
    select,
    textarea {
    width: 250px;
    border: 1px solid #d91f82;
}

form input[type=submit] {
    /*text-indent: -5000px;
    background: transparent;*/
    cursor: pointer;
    border: 0;
    color: #fff;
    font-weight: bold;
}

form input[type=submit].envoyer {
    background: url(/img/bt-envoyer.jpg) no-repeat center center;
    width: 242px;
    height: 38px;
    line-height: 28px;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.25em;
}

form input[type=submit].envoyer:hover {
    background: url(/img/bt-envoyer-survol.jpg) no-repeat center center;
}

/* BLOCS
*******************************************************************************/

#conteneur {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    position: relative;
}

#logo {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
}

#entete {
    position: relative;
    background: url(/img/entete.jpg) repeat-x;
    height: 158px;
    border-bottom: 20px solid #81015d;
    margin: 0 0 20px 0;
}

#signature {
    position: absolute;
    top: 40px;
    left: 150px;
}

#module-clients {
    position: absolute;
    top: 10px;
    right: 20px;
    background: url(/img/espace-client-fond.png) no-repeat;
    width: 137px; /* largeur r�elle : 157px */
    height: 54px; /* hauteur r�elle : 64px */
    padding: 5px 10px;
}

#module-employes {
    position: absolute;
    top: 85px;
    right: 20px;
    background: url(/img/espace-employe-fond.png) no-repeat;
    width: 137px; /* largeur r�elle : 157px */
    height: 54px; /* hauteur r�elle : 64px */
    padding: 5px 10px;
}

#menu {
    position: absolute;
    bottom: 0;
    left: 145px;
    font-size: 0.9em;
    z-index: 2;
}

#sous-menu {
    float: left;
    width: 170px;
    margin: 0 20px 0 0;
    background: transparent url(/img/sousmenu-haut.jpg) no-repeat center top;
    padding-top: 8px;
}

#lateral {
    float: right;
    width: 210px;
    margin: 0 0 0 20px;
    _margin: 0 0 0 0px; /* IE6 */
}

#principal {
    overflow: auto; /* Contexte de formatage */
    _height: 1%; /* Contexte de formatage IE6 */
}

#accroche {
    background: url(/img/accroche-fond.jpg) no-repeat;
    width: 708px; /* largeur r�elle : 748px */
    height: 275px; /* hauteur r�elle : 315px */
    padding: 20px;
    margin: 0 0 20px 0;
}

#accroche_mm {
    background: url(/img/accroche-fond_mm.jpg) no-repeat;
    width: 708px; /* largeur r�elle : 748px */
    height: 275px; /* hauteur r�elle : 315px */
    padding: 20px;
    margin: 0 0 20px 0;
}

#pied {
    background: url(/img/pied.jpg) repeat-x;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    margin: 20px 0;
    text-align: right;
}

/* PROPRIETES DES BLOCS
*******************************************************************************/
/* #signature */
#signature .signature {
    font-size: 1.65em;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0.5em 0;
}

#signature .sous-signature {
    font-size: 1.35em;
    font-weight: bold;
    color: #fff;
}

/* #menu */
#menu li {
    float: left;
    list-style-type: none;
    width: 116px; /* largeur r�elle : 120px */
    height: 29px; /* hauteur r�elle : 39px */
    padding: 5px 2px;
    background: url(/img/menu.png) no-repeat;
    text-align: center;
    margin: 0 5px 0 5px;
    position: relative;
    font-weight: bold;
}

#menu li.actif {
    background: url(/img/menu-actif.png) no-repeat;
}

#menu li:hover {
    background: url(/img/menu-survol.png) no-repeat;
}

#menu li.actif a {
    color: #fff;
}

#menu li a,
    #menu li:hover a {
    text-decoration: none;
    color: #81015d;
}

#menu li ul {
    display: none;
    background: #e0b9d3 url(/img/sousmenu-survol-bas.png) no-repeat center bottom;
    padding-bottom: 8px;
    width: 155px;
    position: absolute;
    top: 39px;
    left: 0;
    margin-left: -17px;
}

#menu li:hover ul {
    display: block;
}

#menu li li {
    float: none;
    background: #e0b9d3; /* inutile, mais IE fix */
    border-bottom: 1px solid #fff;
    list-style-type: none;
    padding-bottom: 2px;
    margin-bottom: 0px;
    text-align: left;
    width: auto;
    height: auto;
    font-weight: normal;

}

#menu li li a {
    display: block;
    padding: 2px 5px;
    text-decoration: none;
    color: #fff;
}

#menu li li:hover a {
    background: #fff;
    color: #81015d;
}

/* #module-clients */
/* #module-employes */
#module-clients .titre,
    #module-employes .titre {
    text-align: left;
    font-weight: bold;
    color: #81015d;
    margin: 0 0 0.2em 0;

}

#module-clients ul,
    #module-employes ul {
    font-size: 0.9em;
}

#module-clients ul,
    #module-employes ul {
    font-size: 0.9em;
}

#module-clients li,
    #module-employes li {
    margin-bottom: 0;
}

/* sous-menu */
#sous-menu ul {
    background: #81015d url(/img/sousmenu-bas.jpg) no-repeat center bottom;
    padding-bottom: 8px;
    font-size: 0.9em;
}

#sous-menu li {
    border-bottom: 1px solid #fff;
    list-style-type: none;
    padding-bottom: 2px;
    margin-bottom: 0px;
    margin-right: 15px;
    text-align: left;
}

#sous-menu li a {
    display: block;
    padding: 2px 5px;
    text-decoration: none;
    color: #fff;
}

#sous-menu li.actif,
    #sous-menu li:hover {

}

#sous-menu li.actif a,
    #sous-menu li:hover a {
    background: #fff;
    color: #81015d;
}

/* #lateral */
#lateral .bloc {
    margin: 0 0 20px 0;
}

#lateral .recrutement {
    width: 210px;
    text-align: left;
}

#lateral .recrutement .titre {
    font-size: 1.15em;
    font-weight: bold;
    color: #81015d;
    background: #e8e8e8 url(/img/bloc-recrute-fond-haut.jpg) no-repeat center top;
    padding: 9px 10px 0 10px;
}

#lateral .recrutement .texte {
    font-size: 0.9em;
    background: #e8e8e8 url(/img/bloc-recrute-fond-bas.jpg) no-repeat center bottom;
    padding: 10px;
}

#lateral .generique {
    /*border-left: 1px solid #81015d;
    border-right: 1px solid #81015d;*/
    background: #fff url(/img/bloc-contextuel-bas.jpg) no-repeat center bottom;
    padding-bottom: 8px;
}

#lateral .generique .titre {
    background: #fff url(/img/bloc-contextuel-haut.jpg) no-repeat center 7px;
    font-size: 1.15em;
    font-weight: bold;
    color: #81015d;
    height: 17px;
}

#lateral .generique .titre span {
    background: #fff;
    padding: 0 10px;
    margin: 0 15px;
}

#lateral .generique .texte {
    border-left: 1px solid #81015d;
    border-right: 1px solid #81015d;
    padding: 10px;
}

/* #accroche */
#accroche .titre {
    text-align: left;
    font-weight: bold;
    color: #81015d;
    font-size: 1.65em;
}

#accroche .texte {
    margin: 0 0 0 330px;
    text-align: left;
    font-size: 1.15em;
}

#accroche .texte strong {
    font-size: 1.35em;
    color: #d91f82;
}

#accroche .bt-demande {
    background: url(/img/bt-demande.png) no-repeat;
    width: 231px; /* largeur r�elle : 251px */
    height: 28px; /* hauteur r�elle : 38px */
    line-height: 28px;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.25em;
}

#accroche .bt-demande:hover {
    background: url(/img/bt-demande-survol.png) no-repeat;
}

#accroche .bt-demande a {
    color: #fff;
    text-decoration: none;
}

/* #blocs */
#blocs .bloc {
    float: left;
    margin: 0 20px 0 0;
    width: 215px; /* largeur r�elle : 235px */
    height: 140px; /* hauteur r�elle : 160px */
    padding: 10px;
    position: relative;
}

#blocs .bloc .titre {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.15em;
    width: 215px;
    left: 10px;
    top: 10px;
    position: absolute;
}

#blocs .bloc .texte {
    margin: 40px 0 0 100px;
    text-align: right;
    font-size: 0.9em;
}

#blocs .tempsplein {
    background: url(/img/bloc-tempsplein.jpg) no-repeat;
}

#blocs .reguliere {
    background: url(/img/bloc-reguliere.jpg) no-repeat;
}

#blocs .babysitting {
    background: url(/img/bloc-babysitting.jpg) no-repeat;
}

/* #contenu */
#contenu h1 {
    font-weight: bold;
    font-size: 1.5em;
    color: #81015d;
    border-bottom: 1px solid #81015d;
    padding-bottom: 5px;
}

#contenu h2 {
    font-weight: bold;
    font-size: 1.35em;
    color: #d91f82;
    background: url(/img/puce.jpg) no-repeat 0 0.2em;
    padding-left: 26px;

}

#contenu h3 {
    color: #81015d;
    font-weight: bold;
}

/* .revue */
.revue {
    margin: 0 0 1.0em 0;
}

.revue img.support {
    float: left;
    margin: 0 30px 0 0;
}

.revue .texte {
    overflow: auto; /* Contexte de formatage */
    _height: 1%; /* Contexte de formatage IE6 */

}

/* CLASSES UTILITAIRES
*******************************************************************************/
.meta {
    font-size: 0.9em;
    color: #8c8c8c;
}

.succes {
    color: green;
    font-weight: bold;
}

.erreur {
    color: red;
    font-weight: bold;
}

.clear {
    clear: both;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.invisible {
    display: none;
}