﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0px;
}

div#main
{
    width: 970px;
}

div#liste_sejour
{
    float: left;
    width: 220px;
    text-align:center;
}

div#contenu
{
    float: left;
    width: 750px;
}

div#liste_sejour .titre
{
    font-size: 14px;
}

div#liste_sejour .fixe
{
    background-color: #CCCCCC;
    text-align:left;
 
}
div#liste_sejour .fixe a{
   color:Black;
}
div#liste_sejour .off:hover
{
	background-color:#EDEDED; 
}
div#liste_sejour .off
{
    background-color: #FFFFFF;
}


div#liste_sejour .on
{
    background-color: #EDEDED;
    cursor: pointer;
}

div#liste_sejour .nomSejour
{
    font-weight: bold;
}

div#liste_sejour .infoEtablissement
{
    font-size: 10px;
    width:180px;
}

a
{
    color: #81CFFE;
    text-decoration: underline;
    font-weight: bold;
}

div#contenu .bloc
{
    border: 1px #CCCCCC solid;
    padding-bottom: 30px;
}


/* MENU */
div#menu
{
    width: 748px;
    margin-bottom: 5px;
}

div#menu .barreMenu
{
    background-color: #CCCCCC;
    padding: 6px 2px 0px 5px;
    font-size: 12px;
}

div#menu div#onglet a
{
    text-decoration: none;
    padding: 2px 5px 0px 5px;
}

div#menu div#onglet .off
{
    background-color: #626262;
    color: #FFFFFF;
}

div#menu div#onglet .on
{
    background-color: #FFFFFF;
    color: #626262;
}



div#menu .barreSubMenu
{
    height: 20px;
    background-color: #FFFFFF;
    padding: 6px 2px 0px 5px;
}


div#menu span#subOnglet a
{
    height: 100%;
    padding: 0px 5px 0px 3px;
    color: #626262;
}

div#menu span#subOnglet .off
{
    text-decoration: underline;
}

div#menu span#subOnglet .on
{
    text-decoration: none;
    font-weight: bold;
}
/* FIN DU MENU */



.error
{
    font-weight: bold;
    color: Red;
    text-align: center;
}

.inputText
{
    border: 1px solid #808080;
}

.listBox
{
    border: 1px solid #808080;
}

#map
{
    width: 350px;
    height: 290px;
    overflow: hidden;
    z-index: 1;
}

/* PAGE INSCRIPTION */
.inscription
{
    width: 500px;
}

.contrat
{
    width: 480px;
    height: 250px;
    overflow: auto;
    padding: 10px;
}

.formulaireInscription
{
    text-align: left;
}

.titreAdmin
{
    font-size: 14px;
    font-weight: bold;
    color: #808080;
}



/* BOX */
div.divMask
{
    background-color: #000000;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: none;
    z-index: 1000;
}

div.divContainer
{
    z-index: 1000;
    border: 1px #000000 solid;
    background-color: #FFFFFF;
    position: absolute;
    display: none;
    font-size: 12px;
    padding: 0px;
}


table.admin
{
    border-collapse: collapse;
    margin-top: 10px;
    background-color: #C2F3BA;
    color: #000000;
}
table.admin td
{
    border: 1px #000000 solid;
    font-size: 12px;
    padding: 2px 4px 2px 4px;
}
table.admin th
{
    background-color: #0078B3;
    color: #FFFFFF;
    border: 1px #000000 solid;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 2px 4px 2px 4px;
}
table.admin td.active
{
    background-color: #C2F3BA;
}
table.admin td.suspendue
{
    background-color: #FFAD5B;
}

table.admin a
{
    color: blue;
    text-decoration: underline;
    font-weight: normal;
}
#legende_carte
{
    font-style: italic;
}
#bt_ajouter_galerie
{
    background-image: url(img/fond_bt2.gif);
    width: 170px;
    height: 16px;
    border: 1px #B6B6B6 solid;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    margin-left:auto;
    margin-right:auto;
    cursor: pointer;
    margin-top:20px;
}
