/*Classe*/
.text_center {
  text-align: center;
}
.right {
	float: right;
	margin: 10px 30px;
}
.left {
	float: left;
	margin: 5px 35px 15px 15px;
}
.error {
     color: #ff0000;
	 font-weight: bold;
}
.nom {
	font-family: times, "times new roman", sans-serif;
	color: #f90;
	font-size: 15px;
}
.date {
	display: inline;
	margin-top: 0px;
	color: #b2b2b2;
	font-size: 0.8em;
	font-weight: normal;
}
.haut {
	text-align: right;
	margin-bottom: 0;
}
.clear_left {
	clear: left;
}

/*polices*/
#entete h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 1.4em;
	line-height: 3em;
}
#entete h1#crea {
   position: absolute;
   top: 0px;
   left: 30%;
   color: #f60;
}
#entete h1#ref {
	position: absolute;
	top: 50px;
	left: 40%;
	color: #f90;
}
#entete h1#heberg {
	position: absolute;
	top: 95px;
	right: 25%;
	color: #fc0;
}
#contenu h1 {
	text-align: center;
	font-size: 1.3em;
	margin: 0.3em 0 1.5em 0;
	color: #f93;
	font-family: times, "times new roman", sans-serif;
}
h2 {
	margin: 25px 0 0 0;
	font-size: 1.4em;
}
#contenu h2 {
	font-family: verdana, arial, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FF8000;
	margin: 25px 0 10px 0;
	line-height: 16px;
	background: url(../images/fleche.gif) left 2px no-repeat;
	text-indent: 20px;
	text-align: left;
}
#contenu h2.spe {
	margin: 10px 0 10px 0;
}
#contenu h2.spe2 {
	margin: 20px 0 10px 0;
	font-size: 1.2em;
	line-height: 1.3em;
	background: none;
	text-indent: 0px;
	text-align: center;
}
h3 {
   color: #f90;
   font-size: 1.1em;
   margin: 20px 0 0 0;
   text-align: center;
}
h3.spe {
   color: #f90;
   font-size: 1.1em;
   margin: 30px 0 0 0;
   text-align: left;
}
#col_right2 h3, #col_right h3 {
	margin: 5px 0 15px 0;
}
.cadre h3 {
   color: #f60;
   margin: -10px 0 10px 0;
   text-align: center;
}
h3.nom {
   color: #f90;
   font-size: 1.1em;
   margin: 20px 0 0 0;
   text-align: left;
}
#col_right h3 {
	font-size: 1em;
	margin: 5px 0 10px 0;
}
.cadre h4 {
	margin: 10px 0 -5px 0;
	font-size: 1em;
	text-align: center;
	color: #f90;
}
h4 {
	margin: 20px 0 5px 0;
	font-size: 1em;
	text-align: left;
	color: #f90;
}

