/* couleurs utilisées pour site */
/* fond de la page #dbd4bc */
/* orange rollover menus #ffcc00 */
/* fond marron menus #b54b0b
couleur textes menus #330000
couleur titres #993300
*/

body  {
	font-size: 10px; 
	font-family: Verdana, Arial, sans-serif; 
	background-color: #dbd4bc;
	color:#330000;
	margin:0px;
	text-align: center;
}

img {border: 0;}

td  { 
	color: #330000; 
	font-size:10px;
	font-family: Verdana, Arial, sans-serif;
}

/* LIENS */ 
a:link { text-decoration:none; font-weight:bold; color: #330000;}
a:visited { text-decoration:none; font-weight:bold; color:#330000;}
a:hover {}

.liencour {
  color: #330000;
  text-decoration: none;
  font-weight: bold;
  text-align: right;
  padding: 10 15 10 0;
  display: block;
  width: 95px; /* mozilla */
  _width:110px;
  background-color: #ffcc00;
}

/* liens menus */
a.menubas {
	color:#330000;
}

a:hover.menubas {
	background-color: #ffcc00;
}


.interligne {
	line-height: 20px;
}

blockquote { margin-right: 15px; margin-left: 15px;}


/* FORMULAIRES */
input[type="text"] {
	border: 1px solid #000;
}
input[type="submit"] {
	border: 1px solid #000;
}
input[type="button"] {
	border: 1px solid #000;
}
select {
	font-size: 9px;
	font-family: Verdana;
}

.inscription_titre {
	text-align: center;
	font-size: 16px;
}

.inscription_soustitre {
	font-weight: bold;
	font-size: 11px;
}

/* on élargit les lignes dans les forms */
form table {
	/* line-height: 5px; */
}

.erreur {
	color: #ff0000;
	font-weight: bold;
}


/* styles généraux */
.titre { font-weight: bold; font-size:16px; color: #993300; }
.intertitre { font-weight: bold; font-size:10px }
.texte {color: #330000; font-size: 9px;}
.texte_OVERFLOW{color: #330000; font-size: 9px; height:280px; overflow:auto; width:270px;}

.credits {color:#993300; font-size:9px;}
a.credits {font-family: Verdana; color:#993300; font-size:9px;font-weight: normal;letter-spacing: 1px}
.legende { font-size: 9px; font-style: italic}

