html {

	height: 100%; /* ok */

}



body {

    height: 100%; /* ok */
	background-color: #FFFFFF;
	margin-top: 10px;
}

.Style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


body, td
{
	font-family : Verdana;	
}

a 			{color : #EF3F35; font-size : 10px; text-decoration : none;}
a:hover 	{color : #EF3F35; font-size : 10px; text-decoration : underline;}

/*		Affichage des article			*/

.article
{
	overflow:hidden;
	width:550px;
	padding-left:20px;padding-right:15px;
}

.article_titre 
{
	font-family : Arial, sans-serif;
	font-size : 20px;
	color : #EF3F35;
	font-style : normal;
	padding-left:70px;

}

.article_soustitre
{
	font-family : Arial, sans-serif;
	font-size : 16px;
	color : #EF3F35;
	font-weight : bold;
	font-style : italic;
	padding-left:70px;

}

.article_resume
{
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	padding-left:70px;
	padding-right:20px;


	
}

.article_texte
{
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	padding-left:70px;
	padding-right:20px;

	
}

.article_lire_suite
{
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	padding-left:70px;
	padding-right:20px;

	
}

.article_lire_suite a
{
	font-family : Verdana;
	font-size : 10px;
	color : #EF3F35;

	
}
.article_lire_suite a:hover
{
	font-family : Verdana;
	font-size : 10px;
	color : #EF3F35;
	text-decoration:underline;

	
}

/*		Affichage des blocs de texte		*/


.bloctexte
{
	border-width: 0px;
	border-style: solid;	
	margin: 0px;
	overflow:hidden;
	width:530px;
	padding-left:70px;padding-right:15px;
	_width:615px;
}

.bloctexte_titre 
{
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #EF3F35;
	font-style: normal;
	padding-left:90px;
}


.bloctexte_texte, .bloctexte_texte td
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	
}

/*	Affichage des formulaires */

.table_formulaire
{
}

.table_formulaire td
{
	font-size:10px;
	font-weight:bold;
}

.table_formulaire td i
{
	font-size:10px;
	font-weight:normal;
}

.table_formulaire td input, .table_formulaire td textarea
{
	padding:2px;
	font-size:10px;
	font-weight:normal;
	font-family:Arial;
	background-color:#fffdf3;
	border:1px solid grey;
}

.formulaire_erreurs
{
	font-size:11px;
	color:white;
	background-color:#ff9b9b;
	border-color:red;
	border-style:solid;
	border-width:2px;
}
