.toietmoi
 {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
 }
.toietmoi2
 {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18;
 }
 .parenthese
 {
	font-size: 32;
 }
.titre
 {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24;
 }
a:link
{
	color: #0099CC;
}
a:visited
{
	color: #0099CC;
}
a:hover
{
	color: #0000FF;
}
a:active
{
	color: #FF6600;
}
.mailto
{
	font-size: 12px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}
.erreur
{
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.titre_menu
{
	font-size: 12px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.deposeur
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099CC;
}
.date
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}
.msgerreur
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.titrep
{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}
.comment
{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}
.resume
{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #F3542C;
}
.titreph
{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24;
	color: #FFFFFF;
	text-decoration: blink;
}

.ombre
{
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='gray')";
    /* For IE 5.5 - 7 */
}

.ombre2
{
	width:95% ;
	background-color:gray ;
}
	
.boite
{
	width:100% ;
	border: solid 1px black ;
	position:relative ;
	top:-5px ;
	left:-5px ;
}
