﻿.TitrePageStyle
{
	padding-top:15px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:5px;
	font-family:Verdana;
	font-size:14px;
	font-weight:bolder;
	
}

.Titre2PageStyle
{
	padding-top:15px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:5px;
	font-family:Verdana;
	font-size:10px;
	font-weight:bolder;
	
}

.TextePageStyle
{
	padding-top:5px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:5px;
	font-family:Verdana;
	font-size:10px;
}

/* Le padding n'est pas applique */
.LabelPageStyle
{
	font-family:Verdana;
	font-size:10px;
}

.TextePageNoPaddingStyle
{
	font-family:Verdana;
	font-size:10px;
}

.LabelEspace
{
	height:3px;
	font-size:8px;
}

.LabelStyle
{
	font-family:Verdana;
	font-size:10px;
	height:18px;
}

.LabelEmptyDataStyle
{
	font-family:Verdana;
	font-size:10px;
	height:18px;
	color:Black;
}

.LabelCategorieStyle
{
	padding-left:15px;
	font-family:Verdana;
	font-size:10px;
}

.LabelColorStyle
{
	font-family:Verdana;
	font-size:10px;
	color:#014895;
}

.TitreVueForum
{
	font-family:Verdana;
	font-size:12px;
	color:#5282D4; /* bleu clair */
}

.TitreCommentaire
{
	font-family:Verdana;
	font-size:10px;
	color:#5282D4; /* bleu clair */
}

/* visited hover active */
.LabelLinkColorStyleVueForum
{
	font-family:Verdana;
	font-size:12px;
	color:#0E8D2F; /* vert */
}

.LabelLinkColorStyleVueForum:visited
{
	color:#014895;
}

.LabelLinkColorStyleVueForum:hover
{
	color:#5282D4;
}

.LabelLinkColorStyleVueForum:active
{
	color:#0000FF;
}

/* visited hover active */
.LabelLinkColorStyle
{
	font-family:Verdana;
	font-size:10px;
	color:#0E8D2F; /* vert */
}

.LabelLinkColorStyle:visited
{
	color:#014895;
}

.LabelLinkColorStyle:hover
{
	color:#5282D4;
}

.LabelLinkColorStyle:active
{
	color:#0000FF;
}
/*-------------------*/

.LabelAuthentificationStyle
{
	font-family:Verdana;
	font-size:10px;
	color:#014895;
	padding-right:20px;
}

.TextBoxTitre
{ 
	font-weight: bold; 
}

.TextBoxErreurStyle
{
	background-color:#F1F1F1;
}

.ErreurMessageStyle
{
	font-family:Verdana;
	font-size:10px;
	color:#EE0E0E;
}

.InformationMessageStyle
{
	font-family:Verdana;
	font-size:10px;
	color:#014895;
}

.TdLabelStyle
{
	width:105px;
	font-family:Verdana;
	font-size:10px;
	text-align:right;
	padding-right:5px;
}

.TdLabelErreurMessageStyle
{
	font-family:Verdana;
	font-size:11px;
	color:Red;
}

.LinkInTexte
{
	text-decoration:underline;
	color:Blue;
}

.TexteRecherche
{
	background-color:#8DBDFF;
}

.TableCellErreurStyle
{
  font-family: verdana; 
  font-size: 10px; 
  font-weight:normal; 
  text-align: left;
  width: auto;
}

.TableCellPageErreurStyle
{
  font-family: verdana; 
  font-size: 12px; 
  font-weight:normal; 
  text-align: left;
  width: auto;
  color:#5282D4;
}