body
/* propriétés des polices par défaut*/
{
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:  12px;
/* propriétés du corps du document */
margin-top: 0px;
margin-right: 2px;
margin-left: 2px;
}


p
/* propriétés du contenu paragraphes */
{
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:  12px;
}

TD,LI
/* propriétés du contenu des tableaux */
{
	font-size: 12px;
	text-align: justify;	
 }
 
 
h1
/* propriétés des titres H1 */
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: bold;
color: #FF6C6C;
text-transform: uppercase;
border-left-width: 15px;	
border-left-style: solid;
border-left-color: #FF6C6C;
text-indent: 10px;
border-bottom-color: #FF6C6C;
border-bottom-width: 1px;
border-bottom-style: solid;
 }

h2
/* propriétés des titres H2 */
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
color:  White;
background-color: #D70000;
text-transform: uppercase;	
}

h3
/* propriétés des titres H3 */
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FF0000;
background-color: #FFB9B9;
letter-spacing: 0.2em;	
}

h4
/* propriétés des titres H4 */
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
background-color: #FF0000;
color: #FFFFFF;
text-transform: uppercase;
}

h5
/* propriétés des titres H5 */
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #FF0000;
font-size: 12px;
font-weight: bold;
}

h6
/* propriétés des titres H6 */
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #FF0000;
font-size: 10px;
font-style: normal;
background-color: #EFEFEF;
text-indent: 10pt;
}

.lieninterne
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color:  #7A91BA;
font-size: 12px;
}

.lieninterne:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #EBEFF8;
background-color: #7A91BA;
}

.alerte
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
margin-right: 10px;
margin-left: 10px;
}

.listenumero
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7A91BA;
}

.listepuces
{
font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7A91BA;
}


.Tlegtitre1
{
	font-size: 12px;
	background-color: #D70000;
	font-weight: bold;
	color:  White;
	text-align: center;
}

.Tlegtitre2
{
	background-color: #EFEFEF;
	color: #D70000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.Celrouge1 {
	background-color: #D70000;
	font-weight: bold;
	color:  White;
	text-align: center;
}

.Celrouge2 {
	background-color: #FF0000;
	color:  White;
	text-align: center;
}

.Celrouge3
{
	background-color: #FF6C6C;
	text-align: center;
	font-weight: bold;
}

.Celrouge4
{
	background-color: #FFB9B9;
	text-align: center;
	font-weight: bold;
}

.Celgris1 {
	background-color: #808080;
	font-weight: bold;
	color:  White;
	text-align: center;
}

.Celgris2 {
	background-color: #999999;
	font-weight: bold;
	color:  White;
	text-align: center;
}

.Celgris3 {
	background-color: #D7D7D7;
	font-weight: bold;
	text-align: center;
}

.Celgris4 {
	background-color: #EFEFEF;
	font-weight: bold;
	text-align: center;
}


#choixversion LI
{
 FONT-SIZE: 11px;
 background-color: White;
 list-style-image: url("../../../images/puce_2.gif");
 vertical-align: middle; 
}


A:visited
{
	color: Black;
}



A:link 
{ 
color: black;
text-decoration: underline;
text-align: left;
}  

A:hover 
{ 
color: #FF0000; 
text-decoration:  underline overline;
}

a:
{
color:  #008080;
text-decoration: underline;
}

A:active 
{
color: #008080;
}   

