@charset "utf-8";
/* CSS Document */

#Lettrine:first-letter
{
	margin-left: 10px;
	font-family : Comic sans ms, cursive;
	font-size : 30px;
	color : red;
	margin-right:0px;
}

/*--------*/
/* A HREF */
/*--------*/
a.Ad_A_Retour:link
{
	text-decoration: none;
	color: Blue;
}
a.Ad_A_Retour:visited
{
	text-decoration: none;
	color: Blue;
}
a.Ad_A_Retour:hover
{
	text-decoration: underline;
}

/*-------*/
/* Table */
/*-------*/
.Ad_Tab
{
	height: 100%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

/*---------*/
/* Colonne */
/*---------*/
.Ad_Td_Titre
{
	color: Green;
	font-family: Arial;
	font-size: 15pt;
	font-style: bold;
	text-align: center;
	text-decoration:none;
	width: 100%;
}
.Ad_Td_Contenu
{
	text-align: center;
	text-decoration:none;
	width: 100%;
}
.Ad_Td_Retour
{
	font-family: Arial;
	font-size: 11pt;
	font-style: bold;
	text-align: center;
	text-decoration:none;
	width: 100%;
}


