/* Feuille de style                  */
/* par LABBE Romain (12/04/2006)     */

/* Principale */
/*============*/

/* Coprs */

body {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt;
  color: white;
  background-color: #660033;
}

.std{
  font-family: arial, verdana, sans-serif;
  font-size: 9pt;
  color: white;
  line-height: 140%;
}

.std_high{
  font-family: arial, verdana, sans-serif;
  font-size: 9pt;
  color: #FFF293;
  line-height: 140%;
}


/* LIEN */
/*======*/


a {
  font-weight: bold;
  color: #F6F4B7;
  text-decoration: underline;
  font-size: 10pt;
}


a:link {
  font-weight: bold;
  color: #F6F4B7;
  text-decoration: underline;
  font-size: 10pt;
}
a:visited {
  font-weight: bold;
  color: #F6F4B7;
  text-decoration: underline;
  font-size: 10pt;
}


a:hover {
  font-weight: bold;
  color: #F6F4B7;
  text-decoration: none;
  font-size: 12pt;
}



/* Liens MAgic Web */
/*=================*/


a:link.magicweb {
  color: white;
  text-decoration: none;
  font-size: 8pt;
}

a:visited.magicweb {
  color: white;
  text-decoration: none;
  font-size: 8pt;
}

a:hover.magicweb {
  text-decoration: underline;
  font-size: 8pt;
  font-weight: bold;
  color: #AF3463;
}

a:active.magicweb {
  text-decoration: underline;
  font-size: 8pt;
  font-weight: bold;
  color: white;
}





/* Contact */
/*==========*/

.contact_back{
  background-position:  top left ;
  background-image: url('../images/contact/contact_back.jpg');
  background-repeat: no-repeat;
}

/* Presentation */
/*==============*/

.presentation_back{
  background-position:  top left ;
  background-image: url('../images/presentation/presentation_back.jpg');
  background-repeat: no-repeat;
}


/* Lien */
/*======*/

.lien_back{
  background-position:  top left ;
  background-image: url('../images/lien/lien_back.jpg');
  background-repeat: no-repeat;
}


/* Galerie */
/*======*/

.galerie_back{
  background-position:  top left ;
  background-image: url('../images/galerie/galerie_back.jpg');
  background-repeat: no-repeat;
}






/* Message */
/*=========*/

/* Erreur */
.err {
  background-image:url('../images/icon/ico_error.gif');
  background-repeat:no-repeat;
  margin-left:0;
  background-position: center left;
  padding-left: 20px;
  font-weight: bold;
  font-size: 12pt;
  color: white;
}


/*Info*/
.info{
  background-image:url('../images/icon/ico_info.gif');
  background-repeat:no-repeat;
  margin-left:0;
  background-position: center left;
  padding-left: 20px;
  font-weight: bold;
  font-size: 12pt;
  color: white;
}

/*Warn*/
.warn{
  background-image:url('../images/icon/ico_warn.gif');
  background-repeat:no-repeat;
  margin-left:0;
  background-position: center left;
  padding-left: 20px;
  font-weight: bold;
  font-size: 12pt;
  color: white;
}











