/* CSS Document */

body { 
	font-family: arial;
	background-color : #EEEEEE;
	color :#173B8F;
}
a {
	color : #3B80C2;
	/*color : #BBD4EE;*/
}
.titre0 { font-size: 30px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		color :#173B8F;
}
.titre { font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
}
.titre-noir { font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		color:#000;
}
.titretab { font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		background-color:#5e8c03;
		color:#fff;
}
.gras { font-weight: bold;
}
.noir {
	color:#000;}
.petit { 
	font-size: 10px;
	color: #173B8F;
}
.thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

/*.tableau1 {
	background-image : url(../img/fond-degrad.jpg);
	background-position: center;
	background-repeat : repeat-x;
}*/
.tableau-top {
	background-image : url(../img/fond-top.jpg);
	background-position: bottom;
	background-repeat : repeat-x;
}
.tableau-bas {
	background-image : url(../img/fond-bas.jpg);
	background-position: bottom;
	background-repeat : repeat-x;
}
.contenu {
	border-width : 1;
	
}
.sous {
	background-color : #A2BBE1;
	border-width : 1;
}
.bg_1 {
	background-color:#CFC;
	}
.bg_2 {
	background-color:#FDDBC4;
	}
.bg_3 {
	background-color:#FFC;
	}
