/* ================================================
 * ash.css
 =================================================*/

 .terrain .jagModuleContent
{
   background-color:  #f0e6d2;  /* le beige */;
} 

 .terrain .jagList LI 
{
   display: list-item;
   background-image: url(images/terrain.gif);
   background-repeat: no-repeat;
   background-position: 5px 1px;
   padding-left: 70px;

   margin: 10px 0px 10px 0;
   
}

 .terrain .jagList A
{
  display: block;
  color:  #254836; /* le vert */
  background-color: transparent;
  xbackground-color:  #d1ab2a;
  width: 300px;
  padding: .3em .8em;
  text-decoration: none;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #036;
  border-bottom: 1px solid #036;
}

 .terrain .jagList A:hover
 {
background-color: #1A954C;
color: #FFF;
border-top: 1px solid #036;
border-left: 1px solid #036;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;

}

.jagModule_HtmlDocument
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 4px 10px 10px;
	padding-top: 10px;
}

.SansPadding .jagModule_HtmlDocument
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px;
	padding-top: 0px;
}
.important .jagModule_HtmlDocument
{
	border-right: #6a4545 1px solid;
	padding-right: 10px;
	border-top: #6a4545 1px solid;
	padding-left: 10px;
	font-weight: normal;
	font-size: 11pt;
	padding-bottom: 10px;
	margin: 4px 10px 10px;
	border-left: #6a4545 1px solid;
	color: black;
	padding-top: 10px;
	border-bottom: #6a4545 1px solid;
	font-style: italic;
	font-family: Arial;
	background-color: #f8efe7;
	text-align: center;
}
