/* CLASSIC STYLE */

/* Titre du blog */
.titreblog {
	background-color: #ffffff;
	color: Navy;
	font-family: "Trebuchet MS";
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

/* phrase aléatoire sous le titre du blog */
.phrase {
	color: Teal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

/* dates des posts et des commentaires */
.date {
	color: Purple;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}
	
/* titre des posts */
.titre {
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	text-indent: 5px;
	padding-top: 25px;
}
	
/* posts, corps des messages et des commentaires */
p  {
	background-color: #ffffff;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	text-indent: 15px;
}

body, .texte {
	background-color: #ffffff;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* première lettre des paragraphes */	
p:first-letter {
	color: Black;
	border: 1px;
	border-color: #E74949;
	font-size: 11px;
	font-weight: normal;
	text-indent: 0px;
}	

/* nom du bloggueur et heure */
.heure {
	color: Navy;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-indent: 15px;
}

/* liens */
a {
	color: Green;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	
a:hover {
	color: Maroon;
	background-color: White;
}
	
a:visited {
	color: #666666;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	
a:active { 
	color: #E74949;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}
	
/* formulaire */
.form {
	color: #E74949;
	border: 1px solid #97E749;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-indent: 0px;
}

/* pour définir la bordure de la photo aléatoire. Rien de très important, en somme. */
.photo {
	background : #ffffff;
	border : thick solid #ffffff;
}

/* pour écrire certains passages en tout petit */
.petit { 
	background-color: #ffffff;  
	color: #494BE7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: justify;
	letter-spacing: normal;
	text-indent: 15px;
	}
