/*
  FICHIER :   default.css
  CRÉÉ PAR :  04PMO
              Centre Professionnel et Artisanal du Jura Bernois (CPAIJB)
  DATE :      2007-10/11
  HISTORIQUE:

  DESCRIPTION :
  Feuille de styles du template Joomla réalisé pour le site web du Salon de la
  formation JU/JB, édition 2008, réalisée avec Firefox.
  Les attributs commençant par _ ne sont interprêtés que par IE6/IE7.
*/

/* Légendes des images : prop3=#386f85 */

/* Balises générales */
* {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

body {
  background-image: url(../images/fonddeg.gif); 
  background-repeat: repeat-x;
  background-color: #5fc6ed;  
}

a {
  text-decoration: none;
  color: #2d6980;
  font-weight: bold;
}

/* Attributs créés par Tidy HTML pour remplacer les STYLE= */
div.c2 {position: absolute; top: 0px; left: 0px; width: 801px; height: 781px; z-index: 1;}
div.c1 {position: absolute; top: 0px; left: 798px; width: 108px; height: 781px; z-index: 0;} 

/* Menu */

#mainlevel-nav {
  position: absolute;
  top: 320px; _top: 338px;
  left: 74px;
  width: 160px;
  z-index: 20;
  list-style-type: none;
}

#mainlevel-nav li {
  background-image: url(../images/index3.gif);
  background-repeat: no-repeat;
  padding-right: 10px;
  text-align: right;
  margin: 2px;
  font-size: 12px;
  line-height: 20px;
}

#mainlevel-nav a {
  color: white;
  !important;
} 

/* Menu links */

.links {
  position: absolute;
  top: 515px;
  left: 125px;
  width: 145px;
  height: 26px;
  z-index: 3;
  text-align: right;
  
  _line-height: 80%;
}

.links-item {
  margin-bottom: 0.1px;
  color: #2d6980;
  font-size: 10px;
  margin-top: 0px;
}

/* Contenu (Firefox et partiellement IE) */

#contenu {
  background-image: url(../images/fond_contenu.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 214px;
  left: 280px;
  z-index: 21;
  width: 500px;
  margin-top: 1px;
  font-size: 11px;
  line-height: 13pt;
  color: #191919;
  background-color: white;
  padding: 10px;
  
  _width: 521px;
}

#sponsors{
    position: absolute;
    left: 850px;
    top: 0px;
    border: solid white 2px;
    background-color: white;
    padding: 20px;
}

/* Soulignement des liens (contenu) 
#contenu a {
  text-decoration: underline;
}

.contentpagetitle a {
  text-decoration: none;
  !important;
} */

/* Contenu (IE) */
.contentpaneopen td {
  _color: #191919;
  _font-size: 12px;
  _line-height: 160%;
}

/* .contentheading {
  width: 300px;
} */


/* Module de log-in pour l'édition d'articles */
.moduletable-login {
  position: absolute;
  top: 370px;
  left: 300px;
  z-index: 3;
}

/* Bandeau vert Titre */
#titre_article, .contentheading  {
  background-repeat: no-repeat;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background-image: url(../images/bloc3ba.gif);
  text-align: left;
  margin-bottom: 15px;
  padding-left: 10px;
  width: 100%;
}

.contentpaneopen {
  width: 100%;
}

.contentheading a {
  color: #FFFFFF;
}

.componentheading  {
  font-size: 16px;
  border-bottom: 3px groove #5fc6ed;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-style: italic;
}

/* Mospagebreak */
.contenttoc {
  border: solid 1px;
  margin: 5px;  
  padding: 2px;

}

.contenttoc th {
  background-color: #5fc6ed;
  border: solid 1px;
}
/****************/

