.name-project, .name-release, .name-version {
}

body { 
       font-family: Verdana, Arial, Helvetica, sans-serif;
       color :#723995; 
       font-size: 14px; 
       text-align: justify;
       background-color: transparent;
       height: 100%;
       }

h1 { 
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 16px; 
     font-weight: bold;
     text-align:center; 
     vertical-align: bottom; 
     color: #04376A; 
     line-height: 20px
     }

h2 { 
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     color :#723995; 
     font-size: 14px;
     text-align:center
     }

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}

#monsite-side-left {
	position: absolute;
	top: 5px;
        margin: 0;
	z-index: 2;
	width: 21em;
	/* Space down for the approx line height (fonts) */
	left: 5px;
        min-height: 95%;
	/* add to the top margin to compensate for the fixed sizes */
	margin: 0;
	font-size: 12px;
        background-color: #FEF3FF;
        border: 2px solid #C063AE;
}

#monsite-side-nav {
	margin: 0;
	padding: 0;
	border: none;
	border-top: none;

}

/* Premier niveau de navigation */
/*
list-style: list-style-type; list-style-position ;list-style-image;
*/ 
#monsite-side-nav ul {
	margin: 0;
	padding: 0;
	border: none;
        list-style: none outside url("files/carre.gif");
}
	
	

#monsite-side-nav li {
	margin: 1px;
	padding: 0;
	border: none;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
        color: white;
        background-color: #AF85C9;
        height: 18px;
}

#monsite-side-nav a {
	margin: 0;
	padding: 2px;
	color: white; 
	display: block;
        font-weight: normal;
	text-decoration: none;
}

#monsite-side-nav a:hover {
        text-decoration: underline;
}

#monsite-side-footer {
       margin: 0;
       padding: 0;
       position: absolute;
       font-style: italic;
       font-size: 11px;
       margin-bottom:0;
       padding-bottom:30em;
       height: 3em;
       bottom: 0;
}

#monsite-side-footer a {
       color: #9156B5;
       text-decoration: none;
}

/* content containers */
#monsite-middle {
	/* position: relative; */ /* relative to utilize z-index */
	width: 70%;
	min-width: 30%;
	margin: 10px; 
	z-index: 3; /* content can overlap when the browser is narrow */
	margin-left: 20em;
	padding-left: 24px;
	margin-right: 13em;
	padding-right: 24px;
        height: 100%;
}

#monsite-content {	
        font-size: 12px;
        color: #723995;
	padding: 24px;
	border: none;
        height: 100%;
	background-color: transparent;
        background-image:url("files/fond.jpg");
        background-repeat: no-repeat;
        background-position:center; 
}

#monsite-content ul {	
        list-style: square outside url("files/puce.gif");

}

#monsite-content li {	
        margin-bottom: 0.5cm;

}

#monsite-content ul ul {	
        list-style: disc outside;

}

#monsite-content ul ul li{	
        list-style: disc outside;
        margin-bottom: auto;

}


#monsite-content ul ul ul{	
        list-style: circle outside;

}

#monsite-content a {
        color: #F88B1C;
        font-weight:bold;
	text-decoration: none;
}


#monsite-content a[name] {
	color: #9156B5;
	text-decoration: none;
}

#monsite-content table { 
        font-size: 12px;
 }


#monsite-titre {
  margin-bottom: 0.3em;
}

#monsite-titre .departement {
  font-size: 10px;
  margin: 0;
  padding: 0;
  text-align: right;
}

#monsite-titre .titre {
  padding: 0em;
  background-color: #F4EAF5;                
  height: 22px;
  font-weight: bold;
  vertical-align: middle;
}

#monsite-titre .soustitre {
  color: white;
  padding: 0em;
  background-color: #9156B5;                
  height: 22px;
  font-weight: bold;
  width: 100%;
}

#monsite-footer {
        font-size: 12px;
	text-align: right;
	margin-bottom: 2em;
        font-style: italic;
        bottom:0;
}


