/*Fichier css à importer toujours en dernier car les styles ci-dessous 
remplacent les styles de affilia.css pour la version internet*/

BODY
{
	background-color: #ffffff;
}

.fondFiche{
	background-color: #FFF3E7;

}

SELECT.recherche {
	width: 200px;
}

INPUT.recherche {
	width: 200px;
}

.tableau1 {
	background-color: transparent;
	
}

.tableau13 {
	background-color: transparent;
	/*width: 200px;*/
}

.textblanc {
	font-family: arial, helvetica, sans-serif;
	color: #039;
	font-size: 1em;
	padding: 5px;
	font-weight: bold;
}


.bandeauTitrePage {
	text-align: center;
	background-color: #ffdfa0;
	height: 30px;
}
                   

A.action {
	color: #0080c0;
	
}

#menu {
	display: block;
	position: relative;
	border:1px solid #ffffff;
	background-color: #ffffff;
	top : 0px;
	
	}
#memo {
	display: block;
	position: relative;
	border:0px solid ;
	/*background :  url("<%=request.getContextPath()%>/themes/images/fond_accueil.png") no-repeat ; */
	text-decoration: none;
	text-align:left;
	text-indent: 20pt;
	height:400px;
	
	
	}
