



/*  On définit les largeurs des cellules de la page peinture.html qui affiche toutes les séries 
*/

.larg_serie_11
{
width: 45%
}

.larg_serie_12
{
width: 35%
}

.larg_serie_13
{
width: 10%
}

.larg_serie_14
{
width: 10%
}




.bas
{
	width: 800px;
	height: 40px;
	position: absolute;
	bottom: 10%;
	display: inherit;
	left: 10%;
	top: 89%;
	right: 10%;
}

.bashome
{
	width: 200px;
	height: 28px;
	margin-top: 0;
	margin-left: -100px;
	position: absolute;
	display: inherit;
	bottom: 3%;
	left: 50%;
	background-color: silver;
	text-align: center;
	border: 3px gray double;
}



.centre
{
	width: auto;
	height: auto;
	display: inherit;
	left: 50%;
	bottom: 250px;
	position: absolute;
	margin-left: -350px;
	border: 3px gray double;
}

.fondtxt
{
	width: 380px;
	height: 150px;
	margin-top: 0;
	margin-left: -190px;
	position: absolute;
	display: inherit;
	left: 50%;
	bottom: 50px;
	background-color: #CCCCCC;
	text-align: center;
	border: 3px gray double;
}

.michelinelo
{
	color: #808080;
	font-size: 55px;
	font-family: verdana;
	text-decoration: none;
}

.txthome_150
{
	color: #888888;
	font-size: 100px;
	font-family: arial;
	text-decoration: none;
	letter-spacing: 2px;
}

.txthome_60
{
	color: #666666;
	font-size: 60px;
	font-family: verdana;
	text-decoration: none;
	letter-spacing: 2px;
}

.txthome_50
{
	color: #666666;
	font-size: 40px;
	font-family: verdana;
	text-decoration: none;
	letter-spacing: 2px;
}

.txthome_40
{
	color: #666666;
	font-size: 40px;
	font-family: verdana;
	text-decoration: none;
	letter-spacing: 2px;
}

.txthome_30
{
	color: #666666;
	font-size: 30px;
	font-family: verdana;
	text-decoration: none;
	letter-spacing: 2px;
}

.txthome_25
{
	color: #CC0000;
	font-size: 25px;
	font-family: verdana;
	text-decoration: none;
	letter-spacing: 1px;
}

.txthome_red_25
{
	color: #CC0000;
	font-size: 25px;
	font-family: verdana;
	text-decoration: none;
	letter-spacing: 1px;
}

.txthome_20
{
	color: #666666;
	font-size: 20px;
	font-family: verdana;
	text-decoration: none;
	letter-spacing: 2px;
}

.txthome_15
{
	color: #666666;
	font-size: 20px;
	font-family: verdana;
	text-decoration: none;
	letter-spacing: 0px;
}

.txthome
{
	color: #CCCCCC;
	font-size: 65px;
	font-family: Comic Sans MS;
	text-decoration: none;
	letter-spacing: 2px;
}

.txthomebis
{
	color: #666666;
	font-size: 20px;
	font-family: arial;
	text-decoration: none;
}

.txthomeunder
{
	color: #999999;
	font-size: 15px;
	font-family: arial;
	text-decoration: none;
	letter-spacing: 2px;
}

.txtnav
{
	color: #999999;
	font-size: 16px;
	font-family: verdana;
	text-decoration: none;
	font-style: inherit;
}

.txtleg
{
	color: #666666;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	line-height: 15px;
}

.txtleg2
{
	color: #CC0000;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	line-height: 15px;
}
.txt
{
	color: #33333;
	font-size: 9px;
	font-family: verdana;
	text-decoration: none;
	line-height: 10px;
}
.txt1
{
	color: #808080;
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
	line-height: 15px;
}
.txt2
{
	color: #333333;
	font-size: 13px;
	font-family: verdana;
	text-decoration: none;
	line-height: 15px;
}

.txtrouge
{
	color: #CC0000;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}

.txtgris
{
	color: #666666;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}

   .txt_goto_version
{
	color: #0000FF;
	font-size: 13px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
}


   .txt_goto_retour
{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
}


.sign
{
	color: gray;
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
}


a
{
	color: #666666;
/*	font-size: 12px;					       Modifié le 23/06/2024 */
	font-size: 14px;						/* Modifié le 23/06/2023 */
	font-family: arial;
	text-decoration: none;

}


a:hover
{
	color: #CC0000;							/* Change la couleur de la police lorsqu'on passe la souris */
/*	font-size: 12px;						   Par défaut taille 12px, mais on peut modifier la taille dans les classes de chaque CSS */
	font-size: 14px;						/* Modifié le 23/06/2023 */
	font-family: arial;
/*	text-decoration: none;					   Modifié le 23/06/2024 */
	text-decoration: underline;				/* Modifié le 23/06/2023 */
} 
