#Titre {
	background-color: #3399FF;
	text-align: center;
	width: 100%;
	font-size: 16pt;
	color: white;
}
#logos {
	width: 250px;
width:100%;
text-align: center;
	background-color: #FFFFFF;
	
}

.TitreTexte {
	font-family:Georgia;
	background-color:#FF3333;
	font-size: 12px;
}


body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #3399FF;
	text-decoration: underline;
	font-size: 16px;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	color: #FFFFFF;
	background-color: #3399FF;
	cursor: help;
	font-size: 16px;
}
a:active {
	color: #FFFFFF;
	background-color: #3399FF;
	cursor: help;
	font-size: 16px;
}
#sous_titre {
	border: medium dotted #3399FF;
	text-align: center;
	width: 100%;
	font-size: 14pt;
	color: #3399ff;
}
#sous_titre1 {
	border: thin solid #339933;
	text-align: center;
	width: 100%;
	font-size: 12pt;
	color: #339933;
}
.sous_titre2 {
	background-color: #339933;
	text-align: left;
	width: 50%;
font-size: 10pt;
	color: white;
	}
#contact {
	border: medium dotted #339933;
	text-align: left;
	width: 50%;
	font-size: 10pt;
	color: #339933;
}

a.lien :link{
	color: #339933;
	text-decoration: underline;
	font-size: 16px;
}
a.lien :visited{
	color: #339933;
	text-decoration: none;
	font-size: 16px;
}
a.lien :hover{
	color: #FFFFFF;
	background-color: #339933;
	cursor: help;
	font-size: 16px;
}
a.lien :active{
	color: #FFFFFF;
	background-color: #339933;
	cursor: help;
	font-size: 16px;
	}