﻿/* Design de l'accueil du site "Atelier Eika Ikebana" */

body
{
	background-color : rgb(138,97,85) ;
	font-family : "Monotype Corsiva", "Freestyle Script", "Edwardian Script ITC", "book antiqua", arial, serif ;
	font-size : 2.2em ;
	color : rgb(78,54,48) ;
	text-align : center ;
}

#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 : 15px ;
	margin-left : 60px ;
}

										/* Bannire dfilante
__________________________________________________________________________________________*/


#cadre_defil_2 { 
	overflow : hidden;
	height: 17px; 
	width:500px; 
	margin: 0 auto;
	border:1px solid #000000;	
	background:rgb(177,135,129);	
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:normal;
		
	color: #000000;
	position : relative ;
	left : 200px
}

#conteneur_defil_2 {
	position : relative;
	overflow : hidden;
	visibility : hidden;
	height:100%;
}

