/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

a 
{
	text-decoration : none;
}
.texte0{
  font-family: Arial;
  font-size:13px;
  color : #504E53;
  text-decoration : none;
  
}


.texte0_gras{
  font-family: Arial;
  font-size:13px;
  color : #504E53;
  text-decoration : none;
  font-weight:bold;
}

.texte1{
  font-family: Arial;
  font-size:13px;
  color : #88051C; 
  text-decoration : none;
}
.texte1_gras{
  font-family: Arial;
  font-size:13px;
  color : #88051C; 
  text-decoration : none;
  font-weight:bold;
}
.texte3
{
 font-family: Arial;
 font-size:8pt;
 color : #504E53;
 text-decoration : none;
}
.texte3:hover
{
 font-family: Arial;
 font-size:8pt;
 color : #504E53;
 text-decoration : underline;
}
.texte4
{
 font-family: Arial;
 font-size:13px;
 color : #504E53;
 text-decoration : underline;
}

.texte5_gras
{  font-family: Arial;
  font-size:13px;
  color : #9FA5AB;
  text-decoration : none;
  font-weight:bold;
}

.texte6{
  font-family: Arial;
  font-size:36px;
  color : #504E53; 
  text-decoration : none;
}


.texte6_gras{
  font-family: Arial;
  font-size:32px;
  color : #504E53; 
  text-decoration : none;
  font-weight:bold;
}

.texte7{
  font-family: Arial;
  font-size:7pt;
  color : #504E53; 
  text-decoration : none;
}

.texte8
{
 font-family: Arial;
 font-size:13px;
 color : #99042E;
 text-decoration : underline;
}


.texte0_imp{
  font-family: Arial;
  font-size:8pt;
  color : #504E53;
  text-decoration : none;
}

.texte0_gras_imp{
  font-family: Arial;
  font-size:10px;
  color : #504E53;
  text-decoration : none;
  font-weight:bold;
}

.texte1_imp{
  font-family: Arial;
  font-size:10px;
  color : #88051C; 
  text-decoration : none;
}
.texte1_gras_imp{
  font-family: Arial;
  font-size:10px;
  color : #88051C; 
  text-decoration : none;
  font-weight:bold;
}
.texte3_imp
{
 font-family: Arial;
 font-size:8px;
 color : #504E53;
 text-decoration : none;
}
.texte3_imp:hover
{
 font-family: Arial;
 font-size:8pt;
 color : #504E53;
 text-decoration : underline;
}
.texte4_imp
{
 font-family: Arial;
 font-size:13px;
 color : #504E53;
 text-decoration : underline;
}

.texte5_gras_imp
{  font-family: Arial;
  font-size:13px;
  color : #9FA5AB;
  text-decoration : none;
  font-weight:bold;
}

.texte6_imp{
  font-family: Arial;
  font-size:36px;
  color : #504E53; 
  text-decoration : none;
}


.texte6_gras_imp{
  font-family: Arial;
  font-size:32px;
  color : #504E53; 
  text-decoration : none;
  font-weight:bold;
}

.liste0
{
	border-bottom-width : 1px;
	border-bottom-color : #F5F5F7;
	font-family: Arial;
    font-size:13px;
    color : #504E53 ;
    background-color:  #EDEDED;
}

.entete_grille
{
	
	font-family: Arial;
	font-size:14px;
	background-color:White;
	
}

.lien_menu_gras
{
	font-family: Arial;
	font-size:14px;
	font-weight :bold;
		
}

.lien_menu
{
	font-family: Arial;
	font-size:14px;
		
}

.erreur
{
	font-family: Arial;
	font-size:14px;
	font-weight : bold;
	color : #C00000;
		
}

.lien0
{
	font-family: Arial;
	font-size:13px;
	color : #504E53 ;
}
.lien1
{
	font-family: Arial;
	font-size:13px;
	color : #504E53 ;
}
.lien1_gras
{
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	color : #504E53 ;
}

.cadre0
{
	border-left-style: solid;
	border-left-color: #E8E8E8;
	border-left-width:1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	border-right-width:1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	border-top-width:1px;		
	
}

.cadre1
{
	border-bottom-style: solid;
	border-bottom-color: #504E53;
	border-bottom-width:1px;		
	
}

.cadre2
{
	border-left-style: solid;
	border-left-color: #E8E8E8;
	border-left-width:1px;
}


