/* CSS Document */
body{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 background: White;
}
.gris-petit {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color: Gray;
}

a {
	text-decoration:none;
	color: #006400;
}

a:hover {
	text-decoration:underline;
	color: #006400;
}
a.lien-noir {
	color: green;
	font-size: 10px;
}
a.lien-noir:hover {
	text-decoration:underline;
	color: #464646;
}
.bordure_grisegauche{
   border-style:solid;
   border-left-width:1px;
   border-right-width:0px;
   border-top-width:0px;
   border-bottom-width:0px;
   border-color:#a0a0a0;
   background:#FFFFFF;

}
.backgroundnoir{
 background-color:#000000;
}

.backgroundgris{
 background-color:#a0a0a0;
}
.coin{
 background-color:#FFFFFF;
 width:1px;
 height:1px;
}

.rouge{
	text-decoration:none;
	color: green;
	display:inline;
	font-size:11px;

}
.en-tete-bloc {
	text-decoration:none;
	color: green;
	text-align: center;
	font-size:11px;
	font-weight: bold;
	background-color: #ECECEC;
}
.bloc {
	background-color: #ECFFEC;
}
H2{
	text-decoration:none;
	color: green;
	display:inline;
	font-size:11px;
	background-color: #ECFFEC;
	padding: 2px;
}

.templ{
  color:green;
  display:inline;
  font-size:14px;
  font-weight:bold;

}

H1{
display:inline;
font-size:11px;


}
.bordureH{
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right:0px;
	border-color:#e0e0e0;
	background-color:#e8e8e8;
	padding:2px;
	
}
.tab_haut_gris{
background:url(../gif/haut-rond.gif);
}
.tab_bas_gris{
background:url(../gif/bas-rond.gif);
}
.tab_haut_noir{
background:url(../gif/haut-noir-rond.gif);
}
.tab_bas_noir{
background:url(../gif/bas-noir-rond.gif);
}
.bordure_grisemoit{
   border-style:solid;
   border-left-width:1px;
   border-right-width:1px;
   border-top-width:0px;
   border-bottom-width:0px;
   border-color:#a0a0a0;
   background: #F2FFF3;

}
.bordure_grise{
   border-style:solid;
   border-width:1px;
   border-color:#a0a0a0;
   background:#FFFFFF;
}
.bordure_noire{
   border-style:solid;
   border-width:1px;
   border-color:#a0a0a0;
  
}
.bordure_noiremoit{
   border-style:solid;
   border-left-width:1px;
   border-right-width:1px;
   border-top-width:0px;
   border-bottom-width:0px;
   border-color:#000000;
   background:#efefef;

}
li{
 
 padding:2px;
}
.ul2{
 margin:0px;
 padding:2px;
 list-style-image:url(../gif/puce.gif);
 list-style-position:inside;

}

input {
font-size: 11px
}

