/* ---------------------------------------------------------------------------
				Feuille de style par defaut
----------------------------------------------------------------------------*/

	/* div { border:1px solid black; } */

/* Styles de base */

body { 
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body, p, th, td, div {
	color: #061324;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-size : 12px;
	text-align: justify;
}
a {
	color: #C42145;
	text-decoration: none;
}
a:hover {
	color: #C42145;
	text-decoration: underline;
}

/* Styles speciaux */

.rubriques {
	text-align: center;
	font-family: Times;
	font-size: 19px;
	color: #061324;
	font-weight: bold;
}
.rubriques h1 {
	font-size: 19px;
	font-weight: bold;
	margin: 0px;
}
.rubriques a {
	color: #061324;
	text-decoration: none;
}
.rubriques a:hover {
	color: #C42145;	/* 38797F */
	text-decoration: none;	/*underline;*/
}

.txt_intro {
	font-size: 14px;
	color: #6A8EAB;
	text-align: left;
}
.txt_intro h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
.txt_intro a {
	color: #6A8EAB;
}

.bord_anim {
	border: 3px solid #7DA7CB;
}

.copyright {
	text-align: center;
}
.copyright, 
.copyright a {
	font-size: 10px;
	color: #ccc;
}
.copyright a:hover {
	color: #C42145;
	text-decoration: underline;
}

