/*
Feuille de style principale du site evenementiel lagarce.net
Copyright 2005 - Association C.R.I.S. - Yves Tannier
*/

/* element de configuration generale
-------------------------------------------------------- */
* { margin: 0; padding: 0; border: 0; }

body {
    background: top left #abbdcd url(fond_page.gif) repeat-y;
    font: 0.7em Arial,sans-serif;
    color: #000;
    margin-left: 10px;
}
img {
    border: 0;
}   
a {
    color: #abbdcd;
}
a:hover {
    text-decoration: none;
}
ul, li {
    list-style-type: square;
} 
.spacer {
    clear: both;
    font-size: 1px;
}
.hide {
    display: none;
}

#container {
    display: table;
    width: 100%;
}
#colonne_un, #colonne_deux,#colonne_trois {
    display: table-cell;
    height: 100%;
    min-height: 682px;
}
#colonne_un {
    background: top left #e9eff8 url(fond_menu.jpg) no-repeat;
    position: absolute;
    width: 241px;
    height: 634px;
}
#copy {
    position: absolute;
    bottom:0;
    padding: 5px;
    color: #ccc;
}
#copy a {
    color: #ccc;
}
#colonne_un h1 {
    background: top left url(logo06-07.gif) no-repeat;
    width: 237px;
    height: 105px;
    margin-top: 12px;
}
#colonne_un h1 span {
    display: none;
}
#colonne_un h1 a {
    width: 237px;
    height: 105px;
    display: block;
}
#colonne_deux {
    background: #fff;
    position: absolute;
    left: 251px;
    width: 450px;
}
#bandeau_bleu {
    font-size:1px; 
    height: 10px;
    background: #abbdcd;
}
#colonne_trois {
    background: top left #abbdcd url(fond_droite_b.gif) repeat-y;
    position: absolute;
    left: 701px;
    width: 241px;
}
#fond_colonne {
    background: top left #abbdcd url(fond_droite.jpg) no-repeat;
    height: 682px;
}
#menu_principal {
    position: absolute;
    left: 25px;
    margin-top: 25px;
}
#menu_principal li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}
#menu_principal li a:hover {
    color: #69aa18;
}
#menu_principal li {
    list-style-type: none;
}
.violet {
    background: center left url(violet.gif) no-repeat;
    padding-left: 14px;
}
.orange {
    background: center left url(orange.gif) no-repeat;
    padding-left: 14px;
}
.bleu {
    background: center left url(bleu.gif) no-repeat;
    padding-left: 14px;
}
.vert {
    background: center left url(vert.gif) no-repeat;
    padding-left: 14px;
}
.jaune {
    background: center left url(jaune.gif) no-repeat;
    padding-left: 14px;
}
#recherche_site {
    position: absolute;
    top: 240px;
    margin-left: 10px;
}
#recherche_site h3 {
    font-size: 0.8em;
    color: #abbdcd;
}
#bouton_recherche {
    border: none;
    background: transparent;
    font-weight: bold;
    color: #abbdcd;
}
#recherche {
    background: center left #fff url(loupe.gif) no-repeat;
    padding: 2px;
    padding-left: 18px;
    border: 1px solid #abbdcd;
    width: 120px;
    color: #000;
}
.spip_logos {
    margin-bottom: -3px;
}
#auteur_spectacle {
    background: #99b4a8;
    padding: 10px;
    color: #fff;
}
#auteur_spectacle h2 a {
    color: #fff;
    text-decoration: none;
}
#auteur_spectacle a {
    color: #fff;
}
#chapo {
    padding: 15px;
    text-align: justify;
    color: #415891;
}
#cartouche {
    padding: 15px;
}
.titre_auteur {
    float: left;
    width: 320px;
    color: #69aa18;
}
.titre_auteur a {
    text-decoration: none;
    color: #69aa18;
}
#cartouche h3 {
    float: right;
    width: 100px;
    font-size: 1em;
	font-weight: strong;
}
.texte, .ps {
    padding: 15px;
    text-align: justify;
}
.texte p {
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 150%;
}
.texte ul {
    margin-left: 10px;
}
.texte li {
    padding: 2px;
}
.texte h4 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.texte h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #ca2421;
    font-size: 1.4em;
}
#recherche_resultat {
   padding: 15px;
}
#recherche_resultat h1 {
    margin-top: 10px;
    color: #69aa18;
}
#recherche_resultat ul, li {
    list-style-type: none;
}
#recherche_resultat ul {
    margin-top: 15px;
}
#recherche_resultat li {
    padding-bottom: 15px;
}
#recherche_resultat .lien a {
    color: #ccc;
}
#liste_rubriques, #page_auteur {
    padding: 20px;
}
#liste_rubriques h1, #page_auteur h1 {
    margin-top: 10px;
}
#liste_rubriques p, #page_auteur p {
    text-align: justify;
    margin-top: 5px;
}
#liste_rubriques h3, #page_auteur h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.5em;
}
#liste_rubriques h3 a, #page_auteur h3 a {
    color: #69aa18;
    text-decoration: none;
}
#liste_rubriques h3 a:hover, #page_auteur h3 a:hover {
    color: #abbdcd;
    text-decoration: none;
}
#liste_rubriques .spip_logos, #page_auteur .spip_logos {
    padding: 10px;
}
#page_auteur h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
#page_auteur h3 {
    font-size: 1.3em;
} 
input, select, textarea {
    border: 2px solid #ccc;
    padding: 2px;
}
#form_contact p {
    margin-top: 5px;
    margin-bottom: 15px;
}
.alerte {
    margin: 15px;
    padding: 5px;
    border-left: 5px solid red;
    font-size: 1.4em;
    font-weight: bold;
}
#accueil {
    padding: 20px;
    text-align: justify;
} 
#edito h2 {
    margin: 5px;
    margin-left: 0;
    color: #69aa18;
}
#edito p a {
    text-decoration: none;
    color: #000;
}
#edito .spip_logos, #prochain_spec .spip_logos {
    padding: 10px;
}
#prochain_spec, #nouvelles_est {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
#prochain_spec h2, #nouvelles_est h2, #edito h1 {
    font-size: 1.3em;
    margin-bottom: 5px;
}
#prochain_spec h3 {
    font-size: 1.7em;
}
#prochain_spec h4 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 5px;
}
#prochain_spec h3 a, #edito h2 a {
    color: #69aa18;
    text-decoration: none;
}
#prochain_spec h3 a:hover, #edito h2 a:hover {
    color: #abbdcd;
}
#nouvelles_est h3 {
    margin-top: 10px;
    font-weight: normal;
}
.adresse {
    font-size: 1.2em;
    color: #ca2421;
}
