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

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

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

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

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

/*-----------*/
/* Paragraphe*/
/*-----------*/
.Pr_P_Decale_1{ padding-left: 1em }
.Pr_P_Decale_2{ padding-left: 2em }