﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    margin-left: 10px;
}

A:link	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:	#99260F;
	}	
		
A:visited	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:	#99260F;
	}	
		
A:active	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:	#99260F;
	}	
		
A:hover	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color:	#D63E20;
	}
	
SMALL	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	}	

BIG	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}
.body100pc{
    height:100pc;
    }	
.MenuTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*color: #C0C0C0;*/
    Color:Olive;
    /*background-color:Olive;*/
 }
 .MenuLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #826500;
 }

 .Avertissement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    Color:#942E1A;
 }
 .Titre0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 52px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #009900;
}
 .Titre024 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #009900;
}
 .Titre024Bleu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: Blue;
}
 .Titre024Blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color:White;
}

.Titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003300;
}
.TBlanc {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: White;
}
.TBlanc14 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003300;
}
.Titre2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003300;
}
.Titre3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003300;
}
.QRtitre {
    COLOR: #663300;
	font-family: tahoma;
	font-size: 12px;
	font-weight: 700;
	font-style:	normal;
	text-decoration: underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	}
	
.QRTitreQuestion {
    COLOR: #663300;
	font-family: tahoma;
	font-size: 16px;
	font-weight:	700;
	font-style: inherit;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
.QRTitreReponse {
    COLOR: #42662A;
	font-family: tahoma;
	font-size:	1.2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
.QRQuestion {
    COLOR: Blue;
	font-family: tahoma;
	font-size: 14px;
	font-style:	italic;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
.QRReponse {
    COLOR: #42662A;
	font-family: tahoma;
	font-size: 12px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

.QRTxtSelect {
    /* text-decoration:	underline; */
	color:	#3333cc;
    }
 .LoginTxt {
	font-family: tahoma;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:	#942E1A;
	/*color:	#10AC10;*/
	/*color: #003300; */
    }
.FicheTxt {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003300;
}
.Texte {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #319400;
}
.TexteFonce {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003300;
}


.Adresse {
	font-family: tahoma;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #826500;
}
.TxtVert {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:Green;
}
.TxtVert18 {
	font-family: tahoma;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:Green;
}
.TxtVert20 {
	font-family: tahoma;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:Green;
}
.TxtBleu {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:Blue;
}
.TxtBleu18 {
	font-family: tahoma;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:Blue;
}
.TxtBleu24 {
	font-family: tahoma;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:Blue;
}
.Liens
{
    font-family: tahoma;
    font-size: 14px;
    text-decoration: underline;
    text-decoration: underline;
    color: #0033FF;
}
.TitreSR {
    COLOR: blue;
	font-family: Tahoma;
	font-size: 24px;
	font-weight:	700;
	font-style: inherit;
	font-weight: bold;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
.TitreSL {
	font-family: tahoma;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003300;
    }
.Interligne {
	color: #cccccc;
    }

