/*
v3.2.1 nov 2012
    -ajout des .back_couleur
v3.2.0 fev 2011 ajout de text_w (texte en blanc)
v 3.1.0 nov 2009
	- complement de style d'onglet pour ajax
v 2.3.0 mai 2007
	- ajout de style onglet et fusion avec stylebis
*/


.Bouton_noir
{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color:#666666;
}

.Bouton_noir:hover
{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}

.onglet
{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color:#111111;
}

.onglet:hover
{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color:#eeeeee;
}
/*********************************************/
/* !! Attention, ici, seules les images changent !! */
/*Onglet non sélectionné...*/
td.menuitem{
	height: 20px;
	width: 100px;
	background-image: url("../img/onglet_inactif_clair.gif");
	text-align: center;
	font-weight: bold;
	color:#111111;
	/*padding-left: 12px;*/
}
/* Onglet non-sélectionné survolé */
td.menuitem:hover{
	background-image: url("../img/onglet_inactif.gif");
	/*color:#couleur;*/
}
/* Onglet sélectionné */
td.menuitemactu{
	height: 20px;
	width: 100px;
	background-image: url("../img/onglet_actif.gif");
	text-align: center;
	font-weight: bold;
	padding-left: 0px;
}
/*****************/
.Grand_titre
{
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
	color:#333333;
	font-weight: bold;
}

.Grand_titre_W
{
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
}
.Texte
{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color:#111111;
}

.Texte_W
{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color:#FFFFFF;
}
.Texte_bold
{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color:#222222;
}

 .texte_ital
 {
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color:#222222;
	font-style: italic;
} 

a {
	text-decoration: none;
	color: blue;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial;
}

.mouseon:hover {
	cursor: pointer;
}


#no_border {
	border-style: none;
}

#listing {
	border-style: solid none;
}

#highlight {
	background-color: #D7DBFF;
}


.scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.doigt {
	cursor: pointer;
    color:#111111;
}

.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	text-align:left;
}

.small_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	border-width:1;
	border-color:gray;
	text-align:center;
}

.small_input_text_area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	border-width:1;
	border-color:gray;
	text-align:left;
}

.hidden_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	border-width:0;
	border-color:black;
	text-align:center;
	background-color: #9CCF9C;
}
.hidden_input_w {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	border-width:0;
	border-color:black;
	text-align:center;
	background-color: white;
}
.hidden_input_gris {
	border-width:0;
	background-color: #eee;
}
.submenu { /*a supprimer en 4.3*/
	position:absolute;
	width:80px;
	background-color: white;
}
/*.back_bleuclair {	d4.3 inutilisé
	background-color: #CCCCFF; 
}*/
.back_bleuclair_txt {	
	background-color: #CCCCFF ; /*moyen=#9999ff*/
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color:#111111;
}
.back_bleutresclair_txt {	
	background-color: #EEEEFF ;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color:#111111;
}
.back_vertclair_txt {	
	background-color: #C7E0C9; 
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color:#111111;
}
.back_verttresclair_txt {	
	background-color: #DAFFD9; /*#CCFFCC;*/
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color:#111111;
}
.back_grisclair {
    background-color: #C0C0C0; /* inutilisé */
}

/* reprend le #highlight pour les filtres*/
.back_hightlight {
	background-color: #D7DBFF;
}
