/* CSS Document */
.titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height:25px;
	color: #A52311;
	font-style:italic;
	font-weight:bold;
}

.titre3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:25px;
	color: #AC3831;
	font-style:italic;
	font-weight:bold;
}

.titreb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height:25px;
	color: #005B72;
	font-style:italic;
	font-weight:bold;
}

.titre2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	line-height:25px;
	color: #005B72;
	font-style:italic;
}

.titre2b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	line-height:25px;
	color: #6A221C;
	font-style:italic;
}

.texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-style:italic;
	line-height:25px;
}

b,strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:bold;
}

body {
	background-color:#51686B;
}

.rouge {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#C3271D;
	font-weight:bold;
}

.frame {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#464448;
	text-decoration:none;
	font-style:italic;
	padding-right:20px;
	overflow: auto;
	height:300px;
}



/*******/
/* BAS */
/*******/
#bas {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#bas ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:center;
}

#bas li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	display:inline;
	color:#ffffff;
}

#bas li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	text-decoration:none;
	color:#ffffff;
}

#bas li a:hover {
	color:#F5A710;
}


