  
.onglets {
	display:none;
}
					    					    
.boutonfermer {
	display:none;
}

.print_non {
	display:none;
}

/*     //////////////////////////////////////////////////////////////////////////////// */

/* constantes dans la page */
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin : 0px;
	background-color: #FFFFFF;
	color: #000000;
}


/* gros blocs de la page */
#logo{
	float:left;
 	display:none;

}
#titre{
	display:none;
}
#header {
	display:none;
}
#header2 {
	display:none;
}

#menu {
	display:none;
}
#corps{
	width:100%;
	/*float:left;*/
}


/* Gestion du menu de gauche */
.li_menu {
	display:none;
}
.a_menu {
	display:none;
}

/* Définition des tag HTML courants */

h1{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align:center;
	page-break-after:avoid;
}
h2{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align:center;
	page-break-after:avoid;

}
p{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table{
	font-size: 12px;
	width:80%;
}
th{
	font-size: 14px;
	background-color: #FFFFFF;
	color: #000000;
}
.th_recherche{
	 background-color:#FFFFFF;
}

a{	text-decoration :none;
}


/* Définition des styles personalisés*/
.textecentre{
	text-align:center;
}
.textegras{
	font-weight: bold;
}
.texteitaliquecentre{
	text-align:center;
	font-style: italic;
	
}
a.rouge {
}

.erreur {
}
.warning {
	text-align: center;
	font-weight: bold;
	color: black;
	font-style: italic;
}


/****************************************** FORMULAIRE *******************************************************/

.fond_formulaire {
}

/* Lignes normales */

tr.pair {
}

tr.impair {
}
tr.requis_pair {
	background-color:#F1F8FB;
}

tr.requis_impair {
	 background-color:#F1F8FB;
}



a.onglet {
	display:none;
}




