/* ----------------------------------------------------------------------------- */
/*                          Paramètres généraux                                  */
/* ----------------------------------------------------------------------------- */

BODY {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

TD {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-image: url(/images/puce.gif);
	color: #000000;

}

.petit {

	font-size: 10px;
}

img { border:0px;}
/* -------------------------- */
/* Liens (Général)            */
/* -------------------------- */



A {	
	color: #444444;
	text-decoration: none;
}

A:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
}

A:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #800000;
}
A:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
}
A:link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
  
}

/* -------------------------- */
/* Liens (MENU HORIZONTAL)    */
/* -------------------------- */



A.hor {	

  text-decoration: none;
	line-height: 25px;
}

A.hor:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #800000;
	line-height: 25px;
}

A.hor:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 25px;
}
A.hor:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #800000;
  line-height: 25px;
}
A.hor:link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  color: #800000;
  line-height: 25px;
}



/* -------------------------- */
/* PARAGRAPHES / TITRES...... */
/* -------------------------- */

H1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #800000;

}

H2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #800000;
}

H3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #800000;
}

H4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}



/* -------------------------- */
/* FORMULAIRES............... */
/* -------------------------- */


INPUT {
	border:1px solid #800000;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;

}
SELECT, option {
	border:1px solid #800000;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 4px;
}

TEXTAREA {
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;
}



/* ------------------------------------- */
/* STYLES CSS PERSONNALISES              */
/* ------------------------------------- */

.pied {
	font-size: 12px;
	color: #800000;

}
.ColR {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}
.cadre8 {
	border: 1px solid #800000;
}

