/*
   orange     #f57115
   rouge      #ee1c23
   background #dedddd
   background #f8f8f8 (corps)
*/


/* IE */
body, html {
   /*background: #000000;*/
   background: #f8f8f8;

   font-size: small;
}

p {
   text-align: justify;
   text-indent: 1em;
}

p.noindent {
   text-indent: 0em;
}

h1 {
   font-size: small;
}

h2 {
   font-size: x-small;
}

table {
   padding-top: 2ex;
   padding-bottom: 8ex;
}

td {
   padding-top: 2ex;
}

/*
div {
   border: 1px solid;
   margin: 1px;
   padding: 1px;
}
*/

a {
   text-decoration: none;
   color: #f57115;
}

a:hover {
   color: #ee1c23;
}

img {
   border: 0;
}

small {
   font-size: xx-small;
}

/*
span {
   border: 1px solid red;
   padding: 0px;
   margin: 0px;
}
*/

#corps {
   border: 2px solid #000000;
   
   background: #ffffff;
   /* ne pas changer, couleur de bg en dur des images (non transparentes) */

   width: 700px;
   margin-right: auto;
   margin-left: auto;      

   padding-left: 30px;
   padding-right: 30px;
}


#header {
   position: relative;
   top: 5px;
   background: url("../images/bandeau_haut.png");
   height: 150px;
   margin-bottom: 2em;
}

#footer {
   background: url("../images/clavier.png");
   width: 760px;
   height: 117px;
   position: relative;
   left: -30px;
   clear: both;
}

#contact {
   text-align: center;
   margin-top: 3ex;
}

#webmaster {
   font-size: small;
   color: gray;
}

#presentation #photos {
   text-align: center;
}

#main_menu {
   margin-bottom: 5ex;
   text-align: center;
}

#main_menu ul {
   padding: 0;
}

#main_menu li {
   display: inline;
   margin-right: 1em;
   font-size: 12px;
}

#main_menu a {
   text-decoration: none;
   color: gray;
}

#main_menu a:hover {
   color: black;
}

#main_menu #selected {
   color: #f57115;
   font-weight: bold;
}


#contenu {
   padding-right: 4em;
   padding-left: 3em;
}

#rss-feed {
  border: 1px dotted #cccccc;
  text-align: center;
  padding: 1em;
  margin-top: 5ex;
  background: #e9e8ff;
}

#show-anciens-concerts {
  background: url('../images/fleche.gif') left center no-repeat;
  padding-left: 10px;
}

#anciens-concerts {
  display: none;
}

#preview_concerts {
   float: right;
   padding: 1ex 1em 5ex 1em;
   margin-left: 2em;
   font-size: smaller;

   border: 1px dotted #f57115;
   text-align: center;
   background: #F5EDBC;
}

#preview_concerts a {
   color: black;
}

#preview_concerts a:hover {
   color: gray;
}

#preview_concerts ul {
   padding: 0;
   margin: 2ex 0 4ex 0;
}

#preview_concerts li {
   list-style-type: none;
}

#preview_concerts #titre {
   text-align: center;
   color: gray;
   font-style: italic;
   color: #f57115;
}

#preview_concerts #lien_agenda {
   text-align: center;
   font-size: smaller;
}


.image_lettrine {
   float: left;
   margin: 0 1em 1ex 0;
}

.concert {
   margin-bottom: 5ex;
   margin-left: 2em;
   list-style-type: none;
   border-left: 1px solid red;
   padding: 1ex 0 1ex 1.5em;
}

.concert .annonce {
   margin-bottom: 1ex;
}

.concert .adresse {
   margin-top: 1ex;
   margin-bottom: 1ex;
   font-size: small;
}

.concert .texte {
   margin-top: 1ex;
}

#calendar-concerts, #concerts-passes {
        margin-top: 5ex;
}

.player {
   text-align: center;
}

#messages .message {
   margin-bottom: 5ex;
}

#messages .message .entete {
   margin-bottom: 1ex;
}

#messages .message .entete:before {
   content: url("../images/petite_etoile.png");
   padding-right: 10px;
}

#messages .message .date {
   position: relative;
   left: 20px;
   font-size: smaller;
}

#messages .message .texte_message {
   border-left: 1px solid red;
   padding-left: 1.5em;
   margin-left: 3em;
}

#messages .message .texte_message p {
   text-indent: 0;
}

/* non visible par défaut pour ne pas avoir un "voir tous les messages" 
 * en cas de non javascript. La propriété visible est mise à true par
 * le javascript*/
#switch_messages_visibles {
  background: url('../images/fleche.gif') left center no-repeat;
  padding-left: 10px;
  text-decoration: underline;
  cursor: pointer;
  display: inline;

  /* désactivé par javascript */
  display: none;
}

#messages_non_visibles {
  display: none;
}

#contenu-formulaire {
   margin-left: 3em;
   margin-top: 2ex;
}

#contenu-formulaire div {
   margin-top: 2ex;
}

.resultat-formulaire, .user-message {
   margin-bottom: 6ex;
   padding-top: 1ex;
   padding-bottom: 1ex;
   border: 1px dashed #f57115;
   text-align: center;
   background: #F5EDBC;
}

.erreur-formulaire {
   margin-bottom: 6ex;
   padding-top: 1ex;
   padding-bottom: 1ex;
   border: 1px dashed #ee1c23;
   text-align: center;
   background: #EEC8C8;
}

#formulaire {
   margin-left: 5em;
   margin-top: 5em;
}

input, textarea {
   border: 1px solid #f57115;
   background-color: #F5EDBC;
   margin-top: 2ex;
}

#standards {
   margin-top: 15ex;
}

#licence {
   border: 1px dashed #f57115;
   background-color: #F5EDBC;
   padding: 4px;
   margin-bottom: 3ex;
}

.liens li {
    margin-bottom: 2ex;
}

