
body {

  font-size: 12px;
  font-weight: normal;
  background-color: #880052;
  color: black;
  margin-top: 0px;
}

a {
 font-weight: normal;
 text-decoration: none;
 color: #C71585;
}

a:link,visited {
 font-weight: normal;
 text-decoration: none;
 color: #C71585;
}

a:hover,active {
 font-weight: normal;
 text-decoration: none;
 color: #FFE4E1;
} 

#dessus td {
			margin: 0px;

}

#dessus td a {
	 	 	text-decoration: none;
			color: #999;
			font-size: 18px;
			margin: 0px;
}

#dessus td a:hover {
			color: #FF00FF;
}

.textref {
				 color: #880052;
				 font-size: 9px;
}



#main { 
			width: 800px;
			height: 400px; 
			background-color: #B71305;
			background-image: url(./images/fond.gif);
			padding: 25px;
			color: white;
 			border: solid 1px white;

}

#main a {
			color: #333399;
}

#main a:hover {
			color: #FFFFFF;
}

form {
 display: inline;
}


iframe {
			 border-color: #000;
			 border-style: solid;
			 border-width: 1px;


}

.menu {
  background-color: white; 
  color: #A91807;
  width: 190px;
  position: relative;
  padding-top: 30px;
}

.module {
  float: right;
  width: 181px;
  text-align: left;
}

.module_body {
  background-color: #E17364;
  font-family: Verdana, Arial, times;
  font-size: 10px;
  font-weight: bold;
  color: #FFD7D2;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;  
}

.module img {
  width: 181px;
  border: 0px;
}

.module b {
  color: #FFFFFF;
}

a.module_link {
 font-weight: bolder;
 text-decoration: underline;
 color: #FFD7D2;
}

a.module_link:link,visited {
 font-weight: bolder;
 text-decoration: underline;
 color: #FFD7D2;
}

a.module_link:hover {
 font-weight: bolder;
 text-decoration: none;
 color: #FFD7D2;
}

a.module_link:active {
 font-weight: bolder;
 text-decoration: underline;
 color: #FFD7D2;
}

.title {
  color: #A91807;;
  font-style: normal;
  font-weight: bolder;
  font-size: 14px;
  border-bottom: solid 1px #A91807;
}

.footer {
  background-color: #A91807;
  color: white;
  border: solid 1px white;
}

a.footer_link {
  color: white;
  text-decoration: none;
}

a.footer_link:link,visited,hover,active {
  color: white;
  text-decoration: none;
}

a.footer_link:hover,active {
  color: white;
  text-decoration: none;
}

.page {
  background-color: #A91807;
  color: white;
  font-size: 9px;
  width: 10px;
  text-align: center;
}

.pageselected {
  background-color: #E17364;
  color: white;
  font-size: 9px;
  width: 10px;
  text-align: center;
}

a.page {
  color: white;
  text-decoration: none; 
}

a.pageselected {
  color: white;
  text-decoration: underline;
}

a.page:link,visited,hover,active {
  color: white;
  text-decoration: none; 
}

a.pageselected:link,visited,hover,active {
  color: white;
  text-decoration: underline;
}

a.page:hover,active {
  color: white;
  text-decoration: none; 
}

a.pageselected:hover,active {
  color: white;
  text-decoration: underline;
}

.tip {
  cursor: help;
  display: inline;
}

.button {
  font-size: 10px;
  font-weight: bolder;
  background-color: #A91807;
  color: white;
  border: solid 1px white;
}

.profile {
  background-color: #E17364;
  color: #FFD7D2;
  font-family: Verdana, Arial, Times, Serif;
  font-size: 10px;
  font-weight: normal;
}

.detail {
  background-color: #E17364;
  color: #FFD7D2;
  font-family: Verdana, Arial, Times, Serif;
  font-size: 10px;
  font-weight: normal;
}


-->