/*	KRICK.CH
	AUTEUR : LAURE VANONCINI - OUEB.CH */

/*Masque le titre à imprimer pour affichage Web*/
#haut_print, #bas_print
	{
	display : none;
	}
	
body
	{
	font-family: Arial;
	color: #666666;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	}

td, li
	{
	font-size: 11px;
	}	

td.td_fond_degrade
	{
	background-image: url(../images/fond_gris.jpg);
	background-repeat: repeat-x;
	}	

p
	{
	font-size: 11px;
	line-height: 15px;
	}

li	
	{
	margin-top: 5px;
	margin-bottom: 5px;
	}

/* TITRE SITE (IMAGE) */
h1
	{
	}

/* RUBRIQUE */
h2
	{
	}

/* SOUS-RUBRIQUE */
h3
	{
	}

/* TITRE DE LA PAGE */
h4
	{
	color: #0073BB;
	font-size: 11px;
	font-weight: bold;
	}

/* SOUS-TITRE DE LA PAGE */
h5
	{
	font-size: 11px;
	font-weight: bold;
	}

/* POUR TOUS LES TITRES ET SOUS-TITRES */

h1, h2, h3, h4, h5
	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* STYLES ET TAILLES DES TEXTES */

.txt_gras
	{
	font-size: inherit;
	font-weight: bold;
	}

.txt_09
	{
	font-size: 9px;
	}

.txt_10
	{
	font-size: 10px;
	}

.txt_11
	{
	font-size: 11px;
	font-weight: inherit;
	}

.txt_12
	{
	font-size: 12px;
	}

.txt_maj
	{
	text-transform: uppercase;
	}

.txt_italic
	{
	font-style: italic;
	}

.txt_noir
	{
	color: #000000;
	}

.txt_maj
	{
	text-transform: uppercase;
	}

/*LIENS*/

a
	{
	color: #333333;
	}

a:active
	{
	text-decoration: underline;
	} 

a:link
	{
	text-decoration: underline;
	}

a:visited
	{
	text-decoration: underline;
	} 

a:hover
	{
	text-decoration: none;
	}

/*LIENS INVISIBLES POUR MENU*/

a.a_inv:active
	{
	text-decoration: none;
	color: #666666;
	} 

a.a_inv:link
	{
	text-decoration: none;
	color: #666666;
	}

a.a_inv:visited
	{
	text-decoration: none;
	color: #666666;
	} 

a.a_inv:hover
	{
	text-decoration: underline;
	color: #333333;
	}
	
	
