textarea {
	border: #63D7E4 solid 1px;
	overflow: auto;
}

input {
	BORDER: #63D7E4 1px solid;
  FONT-FAMILY: Verdana;
  font-size:12px;
  BACKGROUND-COLOR: #ffffff;
}

#vtitre{
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
}

.style {
	font-family: Tahoma;
	font-size: 12px;
}

.style2 {
	font-family: Tahoma;
	font-size: 12px;
}

.style3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
}

.style4 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.style5 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.button {
	border: 1px solid #63D7E4;
	background-color: white;
}

.image {
	border: 1px solid #63D7E4;
	background-color: white;
}

.image2 {
	border: 2px solid red;
	background-color: white;
}

.error {
	color: red;
	font-weight: bold;
}

#current_page {
	color: #FF9000;
	font-weight: bold;
}

#other_page {
	color: #AB8019;
}

#page {
	color: #AB8019;
}




/* EASY RENCONTRE */


.easy_inscris{
 /* bordure du tableau */
 border:0px solid #000000; 
}
.easy_inscris td{
 /* couleur de fond du tableau */
 background-color:#ffffff;
 /* type de la police */
 font:normal 11px Arial;
 /* marge intérieure des cellules */
 padding:3px;
}
.easy_inscris img{ 
 /* bordure de l'image */
 border-width:1px;
 /* couleur de la bordure de l'image */
 border-color:#63D7E4;
 /* marge droite de l'image */
 margin-right:5px;
 
 width:55px;
 height:55px;
}
.easy_inscris a{
 /* couleur du lien */
 color:#F140FE;
 /* police du lien */
 font-weight:bold;
 /* non souligné */
 text-decoration:none;
}
.easy_inscris a:hover{
 /* couleur du lien survolé */ 
 color:#2F5F87;
 /* souligné au survol */
 text-decoration:underline; 
}

/* FIN RENCONTRE */


