/* CSS Document */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 13px;
  /*background-color: #F3F7E9;*/
 
}

a:link{
  color: black;
  text-decoration:underline;
}

a:visited{
  color: black;
  text-decoration:underline;
}
  
a:hover{
	color: black;
	font-size: 13px;
  font-style: italic ;
}

a:active {
	color: #FA5C03;
	font-size: 13px;
  font-style: italic ;
	text-decoration:none;
}

a.menuMain:link{
  color: white;
  text-decoration:none;
  font-size: 11px;
}

a.menuMain:visited{
  color: white;
  text-decoration:none;
  font-size: 11px;
}
  
a.menuMain:hover {
	color: #FFFFF7;
	font-size: 11px;
	font-style: italic ;
}

a.menuMain:active {
	color: white;
	font-size: 11px;
	font-style: italic ;
}

a.menuMain:focus {
	color: white;
	font-size: 11px;
  font-style: italic ;
}

table.tabAdmin {
	border: solid #FA5C03;
	border-width: 1px;

}

td.tabAdmin {
	border: solid #FA5C03;
	border-width: 1px;
}

td.tabRub {
	border: solid #FA5C03;
	border-width: 1px;
}

tr.tabRub:hover{
	background-color: #EEBA9D;
}

.lienActive{
	color: white;
	font-size: 10px;
  font-style: italic ;
}

.sousLiensSelect {
	color: white;
	font-size: 10px;
  font-style: italic ;
}

.decoBas {
	
	color: #FA5C03;
	font-size: 11px;

}

.style100 {
	font-size: small;
	color: #F6BB07;
	font-weight: bold;
}
.titre {
  color: #F85310;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
}

.style300 {
  color: #C7BBBD;
	font-size: 12px;
	font-weight: bold;
}