@charset 'iso-8859-1';
.messageerreur {
	font-size : 14px  ;
	text-align : center;
	font-weight : bold;
	color : #FF0000 ;
	}

.messagevalide {
	font-size : 14px  ;
	text-align : center;
	font-weight : bold;
	color : #0000FF ;
	}	
	
.cadrefond {
	border-style: solid;
	border-color: #186bb8;
	border-width : large;
	background: #ffffff;
	}
.cadre_admin2 {
	border-style: solid;
	border-color: #e5e5e5;
	border-width : thin;
	background: #f2f2f2;
	}
.cadre_admin3 {
	border-style: solid;
	border-color: #bbb;
	border-width : thin;
	background: #ddd;
	}
.cadre_admin {
	border-style: solid;
	border-color: #999;
	border-width : thin;
	background: #ccc;
	}
	
.type_fin_titre{
	font-size : 11px  ;
	text-align : center;
	font-weight : bold;
	color : #777;}
.type_fin{
	font-size : 11px  ;
	text-align : center;
	color : #777;
	border-bottom	: 1px solid #aaa ;}

.type_noir_titre{
	font-size : 11px  ;
	text-align : center;
	font-weight : bold;
	color : #777;
	border-style: solid;
	border-color: #aaa;
	border-width : thin;
	border-top	: 1px solid transparent ;
	border-bottom	: 1px solid transparent ;
	border-left	: 1px solid transparent ;}
.type_noir{
	font-size : 11px  ;
	text-align : left;
	font-weight : bold;
	color : #777;
	border-style: solid;
	border-color: #aaa;
	border-width : thin;
	border-top	: 1px solid transparent ;
	border-bottom	: 1px solid #aaa ;
	border-left	: 1px solid transparent ;}
.type_titre{
	font-size : 11px  ;
	text-align : center;
	color : #333;
	font-weight : bold;
	border-style: solid;
	border-color: #aaa;
	border-width : thin;
	border-top	: 1px solid transparent ;
	border-bottom	: 1px solid transparent ;
	border-left	: 1px solid transparent ;}
.type{
	font-size : 11px  ;
	text-align : center;
	color : #333;
	border-style: solid;
	border-color: #aaa;
	border-width : thin;
	border-top	: 1px solid transparent ;
	border-bottom	: 1px solid #aaa ;
	border-left	: 1px solid transparent ;}
	
.texte {
	font-size : 11px  ;
	text-align : justify;
	color : #333;}
	
.texte_centre {
	font-size : 11px  ;
	text-align : center;
	color : #333;}
	
.texte_droite {
	font-size : 11px  ;
	text-align : right;
	color : #333;}
	
.lien {
	font-size : 12px  ;
	color : #333;
	font-weight : bold;
	Font-family : 'Verdana',sans-serif ;
	}
.lien:hover {
	text-decoration: underline overline;
	color: #06f;
	}
	
.formulaire {
	font-size : 12px  ;
	color : #333;
	font-weight : bold;}