a:link {
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight:bold;
	font-style: italic;
}
a:active {
	color: #262626;
	text-decoration: none;
	font-weight:bold;
	font-style: italic;
}
td{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
}
input{
	font-size: 9px;
}
.big_img {
  position: absolute;
  left: 520;
}
.dyn_logo {
  position: absolute;
}
.rech{
	line-height: 8px;
	vertical-align: top;
	white-space: nowrap;
	display: inline;
}

.big_title{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.sous_titre{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #262626;
	font-weight:bold
}

.menu_rubrique{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold
}

.menu_ss_rubrique{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #262626;
	font-weight:bold
}

.lien_suite{
	color: #FFCC00;
	text-decoration: none;
	font-weight:bold;
	font-style: italic;
}

.pub_date{
	font-size: 12px;
	color: #616156;
	text-decoration: none;
	font-weight:bold;
}

.doc{
	color: #FFCC00;
	text-decoration: none;
	font-weight:bold;
}

.rub_titre{
	font-size: 16px;
	color: #FFFF00;
	text-decoration: none;
	font-weight:bold;
}

.avertissement{
	font-size: 10px;
	color: #003399;
	text-decoration: none;
}

/*** Mise en forme des formulaires ***/

#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: arial, hevetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #009933;
	margin: 0;
	padding: .5em;
	text-align: center;
}
#piedForm {
	text-align: right; /*** Les boutons sont alignés à droite ***/
}
#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	border: 1px solid black;
	color: black;
	background: #efefef;
	margin: 0;
	padding: 1em;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#corpForm fieldset#coordonnees label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 40%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}
#corpForm fieldset#identite label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 40%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}
#corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #FFCC00;
	color: black;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}
.alert {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}