﻿/* Design de l'accueil du site "Atelier Eika Ikebana" */

body
{
	background-color : #9FCE7D ;
	font-family : "Monotype Corsiva", "Freestyle Script", "Edwardian Script ITC", "book antiqua", arial, serif ;
	font-size : 2.2em ;
	text-align : center ;
	color : rgb(78,54,48) ;
	margin-top : -60px ;
}

#drapeau_france
{
	position : absolute ;
	bottom : 80px ;
	right : 130px ;
	background : url(drapeau_france.png) no-repeat top center;
	text-indent : -50000px ;
	display : block ;
	width : 40px ; height : 25px ;
}
#drapeau_france:hover { background-position : bottom center ; }
#drapeau_france:active { background-position : top center ; }

#drapeau_japon
{
	position : absolute ;
	bottom : 80px ;
	right : 80px ;
	background : url(drapeau_japon.png) no-repeat top center;
	text-indent : -50000px ;
	display : block ;
	width : 40px ; height : 25px ;
}
#drapeau_japon:hover { background-position : bottom center ; }
#drapeau_japon:active { background-position : top center ; }

a img 
{
	border : none ;
	float : left ;
	margin : 10px ;
}

										/* Bannire dfilante
__________________________________________________________________________________________*/

#conteneur_defil { 
	border:1px solid #000000;
	width:500px; 
	margin:0 auto;
	overflow:hidden;
	line-height:normal;
}
#cadre_defil {
	position:relative; 
	width:500px; 
	height:17px; 
	overflow:hidden;
	background:#C5FF9B;}
#cadre_defil img{
	vertical-align: middle;
	border:0;
}
#defile { 
	position:absolute;
	width:357px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#defile .liens {
	text-decoration:underline;
	color:#000000;
}
