


/* ########## general ########## */

#all {
    min-width: 800px;
    position: relative;
    font-size: 14px;
    border: solid 1px white;
}

img {
    border:none;
}

p {
    text-align: justify;
}

a { color: #555555;  text-decoration: none; }
a:hover { text-decoration: underline; }

li {
    text-align: justify;
}

/* ########## Communs ########## */

#div_newsletter {
    max-width: 250px;
    margin: 10px;
    position: relative;
    border: 1px solid black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    background-color: #eeeeee;
}

#div_newsletter h4 {
    margin:0px;
}

#div_newsletter p {
    margin:0px;
}


#logo {
    position:absolute;
    top:10px;
    left:10px;
}

#menus {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 290px;
}

/* langue */

ul#langue {
    position:relative;
    list-style: none;
}

ul#langue li {
    display: inline;
}

img.mini_drapeau {
    height: 20px;
    border: 1px solid black;
}

/* navigation */

ul#navigation {
    position:relative;
    font-family: sans;
    font-size: 20px;
    padding: 0em;
    margin: 0em;
    padding-left: 1em;
    width: 18em;
    height: 15.3em;
    background: url("/degrade_4.png") white no-repeat;
}

ul#navigation li {
    list-style: none;
    font-weight: bold;
    /*text-shadow:-1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    width: 100%;
    height: 1.7em;
}

ul#navigation li a {
    position: relative;
    top: 0.4em;
    text-decoration:none;
    color:white;
}

ul#navigation li a:hover {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, black 0.1em 0.1em 0.2em;
}

/* Navigation espace prive */

#retour_public h2 {
    width: 18em;
    background: url("/images/retour_public.png") white no-repeat;
    height: 1.8em;
    padding: 0.2em;
    color: white;
    font-family: sans;
    margin-bottom: 0em;
}

#retour_public h2 a, #navigation_perso h2 a, #navigation_admin h2 a {
    text-decoration:none;
    color:white;
}

#retour_public h2 a:hover, #navigation_perso h2 a:hover, #navigation_admin h2 a:hover {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, black 0.1em 0.1em 0.2em;
}

#navigation_perso h2 {
    width: 18em;
    background: url("/images/espace_prive.png") white no-repeat;
    height: 1.8em;
    padding: 0.2em;
    color: white;
    font-family: sans;
    margin-bottom: 0em;
}

#navigation_perso ul { margin: 0px; width: 20em; }
#navigation_perso ul li { margin: 0px; text-align: left; }

#navigation_admin h2 {
    width: 18em;
    background: url("/images/espace_admin.png") white no-repeat;
    height: 1.8em;
    padding: 0.2em;
    color: white;
    font-family: sans;
    margin-bottom: 0em;
}


#navigation_admin ul { margin: 0px; width: 20em; }
#navigation_admin ul li { margin: 0px; text-align: left; }


/* ########## Cadre principal ########## */

#principal {
    position: relative;
    margin-top: 120px;
    margin-bottom: 50px;
    left: 380px;
    right: 20px;
    padding: 0px;
    max-width: 800px;
    min-height: 560px;
}

#principal p {
    text-indent: 0em;
    margin: 1em 0em;
}

#principal_haut {
    width: 100%;
    position: relative;
}

#principal_haut ul.liens {
    width: 100%;
    background: #007f32;
    padding: 0.6em;
    font-size: 1.2em;
}

#principal_haut ul.liens li {
    color: #a6a6a6;
    list-style: none;
    display: inline;
}

#principal_haut ul.infos {
    clear:both;
    list-style:none;
    padding: 0em;
    margin: 0.5em 0em;
}

#principal_haut ul.liens li:not(:first-of-type):before {
    content: "   |   ";
}

#principal_haut ul.liens li a {
    color: white;
    text-decoration: none;
}

#principal_haut ul.liens li a:hover {
    color: grey;
    text-decoration: none;
}


#principal_haut ul.arborescence {

}

#principal_haut ul.arborescence {
    margin-top: 0px;
}

#principal_haut ul.arborescence li {
    margin-top: 0px;
    color: #007f32;
    list-style: none;
    display: inline;
    margin-left: 0px;
    font-weight: bold;
}

#principal_haut ul.arborescence li:not(:first-of-type):before {
    content: " . ";
}

#principal_haut ul.arborescence li a {
    color: #007f32;
    text-decoration: none;
}

#principal_haut ul.arborescence li a:hover {
    text-decoration: underline;
}


#principal_haut ul.actions {
    float: right;
}
#principal_haut ul.actions li {
    width: 100%;
    text-align: right;
    list-style: none;
}

#principal_bas {
    position: relative;
    border: 1px solid white;
}

.p_prec {
    float:left;
}

.p_suiv {
    float:right;
}

.modif {
    margin: 0px;
    margin-top: 2em;
}


#principal h1 {
    text-align: center;
}

#principal li {
    margin: 0.2em;
}

#principal div {
    clear: both;
}




/* ########## specifique ########## */

p.description {
    font-style:italic;
}

.nom {
    font-variant: small-caps;
}

.nom_famille {
    font-variant: small-caps;
}

ul.liste_noms {
    border:2px outset black;
    background-color:#eeeeee;
}

ul.non_cadre{
    border:none;
    background:none;
}

ul.liste_noms li {
    display: inline;
}

ul.liste_noms li:not(:first-of-type):before {
    content: " - ";
}

a.moins {
    color:red;
}



/* agenda */

ul.annonce {

}

ul.annonce li {
    position: relative;
    list-style: none;
    padding: 1em 2em;
}

ul.annonce li:not(:first-of-type) {
    border-top: solid 1px black;
}

ul.annonce li p {
    margin: 0;
}

ul.annonce li p.date {
    position: relative;
    font-weight: bold;
    color: orange;
}


ul.annonce li p.nature {
    position: absolute;
    right: 2em;
    top: 1em;
    color: blue;
}

ul.annonce li h5 {
    margin: 0.5em;
    font-weight: bold;
    font-size: 1em;
}

ul.annonce li p {
    font-size: 0.8em;
    margin: 0.5em;
}

ul.annonce li p.lire a:before {
    content: " > ";
}

span.titre_categorie {
    margin-right: 2em;
    color: orange;
    font-weight: bold;
    font-size: 1em;
    min-width: 10em;
}

ul.annonce img.pays { float:right; margin-left: 1em; }

p.resume span {
    display: block;
}


/* #################################### Formulaire ############################*/

hr { clear:both; }

form.short_form {
    width: 25em;
}

#principal form.short_form p {
    text-indent: 0px;
    clear: both;
    padding: 0px;
    margin: 0px;
}

#principal form.short_form input {
    display: block;
    float: right;
    margin-left: 1em;
}

#principal form.short_form input[type="submit"] {
    float: none;
}

.submit {
    display: block;
}

form.long_form {
    width: 40em;
}

form.long_form p
{
    clear: both;
}

form.long_form input {
    display: block;
    float: right;
    margin: 0em;
    margin-left: 1em;
}

form.long_form input[type="text"] {
    background: #FFFFFF;
    border-style: outset;
    border-color: grey;
    width: 13.6em;
}

form.long_form input[type="radio"] {
    float: none;
    display: inline;
    margin-right: 1em;
}

form.long_form input[type="checkbox"] {
    float: none;
    display: inline;
    margin-right: 1em;
}

form.long_form input[type="submit"] {
    float: none;
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
}


#principal form.long_form p {
    text-indent: 0px;
    clear: both;
    padding: 0px;
    margin: 0px;
}

#principal form.long_form div.group { position: relative; }

#principal form.long_form p.demi_gauche {
    width: 19em;
}

#principal form.long_form p.demi_droite {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 19em;
}


form.long_form input.a_remplir {
    background: #FFCCCC;
}

form.long_form input.date {
    background: url("/images/icon_calendar.png") no-repeat scroll 12em 50% #FFFFFF;
}

form.long_form input.date.a_remplir {
    background: url("/images/icon_calendar.png") no-repeat scroll 12em 50% #FFCCCC;
}


form.long_form input.large {
    width: 35em;
}

form.long_form select {
    display: block;
    float: right;
    margin-left: 2em;
    min-width: 13.8em;
}

form.long_form textarea {
    background: #FFFFFF;
    width: 100%;
    border-style: outset;
    border-color: grey;
}

form.long_form textarea.a_remplir {
    background: #FFCCCC;
}



form.long_form #details {
    width: 100%;
    border-style: outset;
    border-color: grey;
}


#principal .cache {
    display:none;
}

#principal td { padding: 0em 0.5em; min-width: 10em; }


#haut_page {
    margin: 0.5em 0em 0.5em 0em;
    width: 100%;
    background-color: #FFFF00;
    text-align: center;
    padding: 0.5em;
}
#haut_page p {
    margin: 0px;
    padding: 0px;
    padding-left: 300px;
}

#pied_page {
    position: absolute;
    bottom: 0em;
    margin: 0px;
    padding: 0px;
    background: #007f32;
    padding-left: 350px;
    width: 100%;
}

#pied_page ul {
    margin: 0px;
    padding: 0.6em;
}

#pied_page ul li {
    display: inline;
    margin: 0px;
    color: #a6a6a6;
    list-style: none;
}

#pied_page ul li:not(:first-of-type):before {
    content: "   |   ";
}

#pied_page ul li a {
    color: white;
    text-decoration: none;
}

#pied_page ul li a:hover {
    color: grey;
    text-decoration: none;
}
