
#FormFicheBase { width: 99%; margin:0; padding: 0;  border:  0px red solid; }

#FormFicheBase input, 
#FormFicheBase select { margin-left: 1%;  border: #CCC 1px solid;  }

#FormFicheBase input:hover, 
#FormFicheBase select:hover, 
#FormFicheBase input:focus, 
#FormFicheBase select:focus { border: #999 1px solid; background-color: #DDEEFF; }

#FormFicheBase textarea { margin-left: 0;  height:73px; border: #CCC 1px solid; }
#FormFicheBase textarea:hover, 
#FormFicheBase textarea:focus  { border: #999 1px solid; background-color: #DDEEFF; }

#FormFicheBase select { font:8pt normal Tahoma, Geneva, sans-serif;  }

#FormFicheBase .button {  
     cursor: pointer; 
	 font:8pt normal Tahoma, Geneva, sans-serif; 
	 padding:0; margin:0;
     width: 90px;  
     height: 20px;  
     border: none;  
     /*background: url("image/default/newsletter/bouton2.gif") no-repeat 10px 0; */ 
 }  
#FormFicheBase .button:hover {
	 color:#1E9FE1;
	 height: 20px;
     /*background: url("image/default/newsletter/bouton2.gif") no-repeat 10px -21px; */ 
 } 
#blockPageCorps { margin-top:20px; padding:12px; background-color:#FFF;	
}

#blockPageCorps h5 {
	font:10pt bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1E9FE1;
	margin:0;
	padding:0;
}

#blockPageCorps p li {
	margin:0;
	padding:0;
	font:8pt normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

div.resaBase {
	font-size: 10px;
	background-image: url(/_common/penichettes/img/BreadmoreL.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 25px;
	line-height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
 	background-color: transparent;
}

div.resaBase a{
	background-image: url(/_common/penichettes/img/BreadmoreR.png);
	color:#333;
	text-decoration: none;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	float: left;
	padding-right: 10px; overflow:hidden;

	background-color: transparent;	/*background-color: #FF0000;*/
}
div.resaBase:hover{
	background-position: 0px -25px;
 	background-color: transparent;	
}
div.resaBase a:hover{
	color:#CF6C1C;
	background-position: right -25px;
 	background-color: transparent;	
	/*background-color: #FF0000;*/
}

