body {
	font-family: arial;
	font-size: 11px;
}

#logodiver {
	width: 770px;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	background-color: #3366FF;
	background-position: left center;
	background-repeat: no-repeat;
}

.titre {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.texte_titre {
text-indent: 30px;
color: white;
font-size: 12px;
}

.texte1, .texte2 {
	text-indent: 30px;
	
}

.texte1 {
	color: black;
	font-size: 12px;
}

.texte2, .texte2 a {
	color:white;
	font-size: 11px;
}
.texte2 a:hover {
	color:#6FD629;
	font-size: 11px;
}

.msg {
	padding: 20px 30px 20px 30px;
	color: black;
	font-size: 11px;
	width : 770px;
}

.nom {
	font-weight: bold;
	float : left;
	width : 40%;
	
}

.mail, .contenu_msg {
	margin-bottom: 25px;
}

.mail a {
	color: black;
	text-decoration: none;
}

.mail a:hover {
	text-decoration: underline;
	color: #3366FF;
}

.date {
	font-style: italic;
	color: #3366FF;
	width: 100%;
	text-align : right;

}