/***********************************************************************************/
/*        default.css : Style par défaut                                           */
/***********************************************************************************/

A:link    { color: rgb(0,92,156) ;text-decoration:none ;}
A:visited { color: rgb(0,92,156) ;text-decoration:none ;}
A:active  { color: rgb(0,92,156) ;text-decoration:underline ;}
A:hover   { color: rgb(0,92,156) ;text-decoration: underline ;  background-color: rgb(186,218,255) }

body {
   background-color : #FFFFFF ;
   color : #000000;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size : 10pt ;
 }

table {
   font-size : 10pt ;
   bordercolor : rgb(0,92,156);
   bordercolorlight : rgb(186,218,255);
}

.menutable {
   spacing : 3 ;
   font-size : 10pt ;
   bordercolor : color: rgb(0,92,156);
   bordercolorlight : background-color: rgb(200,230,255);
   padding-left: 10px;
   padding-right: 10px;
}
 
.messagetable {
   border-size: 2px ;
   padding-top: 10px ;
   padding-right: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   spacing : 1px ;
   font-size : 10pt ;
   bordercolor : rgb(0,92,156);
   bordercolorlight : rgb(186,218,255);
   font-weight: bold;
 }




 
.title {
   font-size : 12pt ;
   color: rgb(0,92,156) ;
}

.pagetitle {
   font-size : 24pt ;
   color: rgb(0,92,156) ;
}

.pagetitle20 {
   font-size : 20pt ;
   color: rgb(0,92,156) ;
}

.pagetitle18 {
   font-size : 18pt ;
   color: rgb(0,92,156) ;
}

.theme {
   color : rgb(0,92,156);
 }
 
 .error {
   color : rgb(200,0,0);
   font-size : 12pt ;
 }

.lightgrey {
   color : rgb(110,110,110);
   font-size : 9pt;
}

.lightgrey a:link {
   color : rgb(110,110,110);
   font-size : 9pt;
}

.boldtheme {
   color : rgb(0,92,156);
   font-weight: bold;
}

.boldintranettheme {
   color : rgb(0,156,0);
   font-weight: bold;
}

.boldtheme2 {
  color : rgb(0,92,156);
  bgcolor : rgb(186,218,255);
  font-weight: bold;
}

/* Test values */
tdcell {padding: 1cm}
td.twovalues {padding: 0.5cm 2.5cm}


.L10 {
	background-color:#F0F0F0;
	color:inherit;
}


.L20 {
	background-color:#FFF;
	color:inherit;
}

.LHOVER {
	background-color:#D1D1D1;
	cursor:pointer;
}

.LHOVER A{
color:red;
}

.adminlink A:link{
  color: rgb(0,140,0);
  font-weight: normal;
  font-style: italic;
  background-color: rgb(255,255,255);
}

.adminlink A:visited{
  color: rgb(0,140,0);
  font-weight: normal;
  font-style: italic;
  background-color: rgb(255,255,255);
}

.adminlink A:hover{
  color: rgb(0,140,0);
  font-weight: bold;
  font-style: italic;
  background-color: rgb(140,250,140);
}