
.etoile-rouge 
{
	font-family: Arial;
	font-weight: bold; 
	font-size: 12pt; 
}

.titre-formulaire {
	font-family: Arial;
	font-weight: bold; 
	font-size: 14pt; 
	color: #A8BE00; 
	text-transform: uppercase;
}

.soustitre-formulaire
{
	color: #397A1E;
	font-family: Arial;
	font-weight: bold; 
	font-size: 11pt; 
}

.texte-formulaire
{
	color: #397A1E;
	font-family: Verdana, Arial;
	font-size: 10pt; 
}

.texte-formulaire-rouge
{
	color: Red;
	font-family: Verdana, Arial;
	font-size: 10pt; 
}

.texte-formulaire-link
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #A8BE00;
	text-decoration:none;
	font-weight: bold;
}

.texte-formulaire-link img 
{
	vertical-align: middle; 
	cursor: hand;
}


.texte-link-desactive
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #A8BE00;
	text-decoration:none;
	font-weight: bold;
	cursor:not-allowed;
 	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;	
	cursor:not-allowed;
}

.texte-link-desactive img
{
 	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;	
	cursor:not-allowed;
}




.texte-formulaire-small
{
	color: #397A1E;
	font-family: Arial;
	font-size: 8pt; 
	font-weight: bold;
}

A.texte-formulaire-small
{
	color: #0000CC;
	font-family: Arial;
	font-size: 8pt; 
	font-weight: bold;
}

A.lien 
{
	font-weight: bold; 
	font-size: 10pt; 
	color: #0000CC; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;
}

A.lien:hover 
{
	font-weight: bold; 
	font-size: 10pt; 
	color: #0094FF; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none
}

.ongletOff
{
	height:27px;
	background-image:url("../img/onglet_milieu.gif");
}


.ongletOn
{
	height:27px;
	background-image:url("../img/onglet_milieu_on.gif");
}

.texte 
{
	font-family: arial;
	font-size: 9pt; 
	color : Black ;
}

select {
	font-family: arial; 
	font-size: 9pt; 
}


.watermarked {
	background-color:#F0F8FF;
	color:gray;
}

.upppercase
{
    text-transform:uppercase;
}


.capitalize
{
    text-transform : capitalize;
}


.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
