<!--
html {
	height: 100%;
}
 
body {
font-family: Arial, Helvetica, sans-serif;
				height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/fond.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height: 459px;

}
.titresite{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

a.titresite {
	
	text-decoration: none;
}

a.titresite:hover {
		text-decoration: underline;
	
}
a.titresite:active {
	text-decoration: none;

}

.votelienred{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
}
.votelien{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a.votelien {
	
	text-decoration: none;
}

a.votelien:hover {
		text-decoration: underline;
	
}
a.votelien:active {
	text-decoration: none;

}


.titreurl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #104229;
	font-weight: bold;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	color: #639400;
	font-size: 12px;
	
}
.urlsite{
font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
	font-size: 12px;
	font-weight: bold;


}
a.urlsite {
	
	text-decoration: none;
}

a.urlsite:hover {
		text-decoration: underline;
	
}
a.urlsite:active {
	text-decoration: none;

}
.stylered {color: #FF0000}
.vote{
font-family: Arial, Helvetica, sans-serif;
	color: #104229;
	font-size: 12px;
	

}
.point
{
font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
	font-size: 18px;
	font-weight: bold;
}
.calque{
  opacity:.80;
  color: #FFFFFF;
  position: absolute;
  visibility : hidden;
  padding: 0px;
  font-family: Courrier;
  align: center;
  font-size: 8pt;
  background-color: #ffffff;
  opacity : .75;
  filter : alpha(opacity=75);
  width: 100%;
  height : 100%;
  top : 0;
  left : 0 ;

}

.image_calque{
	height: 100%;
}

.window{
  color: #FFFFFF;
  position: absolute;
  visibility : hidden;
  padding: 0px;
  font-family: Courrier;
  align: center;
  font-size: 8pt;
  background-color: #FFFFFF;
  width: 650px;
  height : 410px;
  top : 15%;
  left : 25% ;
	overflow:none;
}

.contemp_window{
  width: 100%;
  height : 100%;
  border : 0;
  overflow:none;
}
-->