<!--
/*
 * Comme il est indiqué dans les conditions de réutilisation
 * (http://www.mandra-zone.fr.st/licence/), les éléments
 * graphiques et le design du site (feuille de styles CSS
 * et images comprises) restent la propriété exclusive de leurs auteurs
 * respectifs conformément aux droits d'auteur.
 * Si vous voulez utiliser quelque partie du site, merci d'adresser
 * votre demande a contact@mandra-zone.fr.st.
 */

/* definitions generales */
body {
  position: absolute;
  background-repeat: repeat;
  background-image: url('../img/fond.jpg');
  text-align: left;
  width: 1280px;
  margin: auto;
  
}
/****************************************/
/* divers */
.blank {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.center {
  text-align : center;
}


/****************************************/
/* elements */

#header {
    position : absolute;
    background : #a7b1b5 url('../img/banniere.jpg') no-repeat;
    border : 0px;
    border-color : #000000;
    height : 90px;
    width : 765px;
    margin-left: -378px;
    top: 0px;
    left: 50%;
  }
  
#menu {
    position : relative;
    background: #ffffff;
    background-image: url('../img/fond.jpg')no-repeat;
    top : 177px;
    width : 140px;
    border : 1px dotted #C290DF;
    font: 12px Arial,"Sans serif";
    left: 262px;
    margin-bottom: 2px;
  }
  

#main {
  position: relative;
  background: #ffffff;
  left: 407px;
  top: -62px;
  width: 619px;
  border : 1px dotted #C290DF;
  font: 11px Arial,"Sans serif";
  color: #000000;
}

.cadre {
  position: relative;
  background: #ffffff;
  width: 215px;
  height: 215px;
  border : 1px dotted #C290DF;
  padding: 5px;
  z-index 1;
}

#news {
  position: relative;
  background: #ffffff;
  background-image: url('../img/fond.jpg')no-repeat;
  left: 5px;
  top: -65px;
  width: 764px;
  height: 80px;
  color: #000000;
  border : 1px dotted #C290DF;
  font: 12px Arial,"Sans serif";
  margin: auto;
  
}

#foot {
  position: relative;
  background: #ffffff;
  background-image: url('../img/fond.jpg')no-repeat;
  left: 5px;
  width: 764px;
  top: -60px;
  border : 1px dotted #C290DF;
  font: 12px Arial,"Sans serif";
  color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: auto;
}

/****************************************/
/* ss elements */

/*tableaux*/
.tableau table {
  position: relative;
  left: 1%;
  right: 1%;
  border-collapse: collapse;
  border: 0px solid #660066;
  width: 98%;
  font: 10px Arial,"Sans serif";
}

.tableau a, .tableau a:hover, .tableau a:link, .tableau a:active, .tableau img {
  font: bold 10px Arial,"Sans serif";
  color: #ffffff;
  text-decoration: none;
  border: 0px solid #000000;
}

.tableau tr, .tableau td {
  background: #fedcff;
  border : 1px dotted #C290DF;
  color: #660066;
  text-align: center;
  vertical-align: center;
  width: 210px;
  height: 210px;
  }
/****************************************/
/* texte */
/*Menu*/
.titre_menu {
    position : relative;
    left : 0px;
    top : 0px;
    border : 0px solid #000000;
  }

.lien_menu {
  position: relative;
  font: 12px Arial,"Sans serif";
  color : #000000;
  text-decoration: none;
  left: 2%;
  right: 1%;
}

.lien_menu:hover {
  position: relative;
  font: 12px Arial,"Sans serif";
  color: #990099;
  text-decoration: none;
  left: 2%;
  right: 1%;
}

.lien_page {
  position: relative;
  font: 12px Arial,"Sans serif";
  color : #000000;
  text-decoration: none;
}

.lien_page:hover {
  position: relative;
  font: 12px Arial,"Sans serif";
  color: #990099;
  text-decoration: none;
}
 /*principale*/
.contine {
  position: relative;
  text-align: center;
  font: 12px Arial,"Sans serif";
  color: #660066; 
} 

.compteur {
  background : url('../img/1.jpg') no-repeat top right;
  width : 139px;
}

.text_foot {
  position: relative;
  text-align: justify;
  font: 12px Arial,"Sans serif";
  color: #000000; 
}

/* news */
.tnews {
  position: relative;
  text-align: left;
  left: 1%;
  right: 1%;
  width: 98%;
  font: bold 13px Arial,"Sans serif";
  text-decoration: underline;
  color: #660066; 
}

.pnews {
  position: relative;
  text-align: left;
  left: 1%;
  right: 1%;
  width: 98%;
  font: 12px Arial,"Sans serif";
  color: #000000; 
}

.nnews {
  position: relative;
  text-align: left;
  left: 1%;
  right: 1%;
  width: 98%;
  font: bold 12px Arial,"Sans serif";
  text-decoration: underline;
  color: #000000; 
}

.lien_news {
  font: 12px Arial,"Sans serif";
  color : #000000;
  text-decoration: none;
}

.lien_news:hover {
  font: 12px Arial,"Sans serif";
  color: #990099;
  text-decoration: none;
}

/****************************************/
/* tests */

-->
