*{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body{
	background-image:url('lib/fond_motif_site.gif');
	margin: 10px;
	background-color:#FFFFFF;
}

.decale{
	padding-left : 10px;
}

.bordure_point{
	border-top: 1px dotted #CCCCCC;
}

tr.over:hover{
	background: url('lib/bg_over.gif');
        background-repeat: repeat-x;
}

/* STYLES DU TEXTE */
.rubrique{
	font-size: 18px;
	font-weight: bold;
}

.alerte{
	font-weight: bold;
	color: #CC0000;
}

.alerte_big{
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}

.mini{
	font-size: 9px;
}

/* STYLES DES LIENS */

a{
	color: #0B4B7E;
	text-decoration: underline;
}

a:hover{
	color: #FF6D00;
	text-decoration: underline;
}

a.titre{
	color: #0B4B7E;
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;
}

a.titre:hover{
	color: #FF6D00;
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;
}

a.rubrique{
	color: #0B4B7E;
	text-decoration: underline;
}

a.rubrique:hover{
	color: #FF6D00;
	text-decoration: underline;
}

.border_gris{
	border: 1px solid #D5D5D5;
	/* border-collapse: collapse; */
}

/* style BLEU */
.titre_bleu{
	background-image: url('lib/bg_bleu.gif');
	color: #FFFFFF;
}

.border_bleu{
	border: 1px solid #0B4B7E;
	/* border-collapse: collapse; */
	background-color:#FFFFFF;
}

.bouton_bleu{
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	border: 1px solid #0B4B7E;
	background-color: #FFFFFF;
	background-image: url('lib/bouton_bleu.gif');
        background-repeat: repeat-x;
        background-position: center;
}

/* style VERT */
.titre_vert{
	background-image: url('lib/bg_vert.gif');
	color: #FFFFFF;
}

.border_vert{
	border: 1px solid #008009;
	/* border-collapse: collapse; */
}

.bouton_vert{
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	border: 1px solid #008009;
	background-color: #FFFFFF;
	background-image: url('lib/bouton_vert.gif');
        background-repeat: repeat-x;
        background-position: center;
}

/* style ORANGE */
.titre_orange{
	background-image: url('lib/bg_orange.gif');
	color: #FFFFFF;
}

.border_orange{
	border: 1px solid #FF6D00;
	/* border-collapse: collapse; */
}

.bouton_orange{
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	border: 1px solid #FF6D00;
	background-color: #FFFFFF;
	background-image: url('lib/bouton_orange.gif');
        background-repeat: repeat-x;
        background-position: center;
}