/* CSS Document */

/* CSS - Monica Melcova */

body {
	font-family 	 : georgia, serif ;
	background-color : #013e1f ;
	color 	 		 : #fff;
	font-size 		 : 0.75em ;
	line-height 	 : 1.3em ;
	text-align 		 : center ;
}

a, a:link, a:hover, a:visited {
	font-family 	: georgia, serif ;
	color 			: #000 ;
	text-decoration : none ;
}

a img {border : 0 ;}
a:hover {
	text-decoration : underline ;
}

/* Conteneur principal */
#wrapper {
	margin : auto ;
	margin-top : 20px ;
	width 	: 700px ;
	border : 3px solid #000 ;
	height : 420px ;
	clear : both ;
	text-align : left ;
}

#gauche {
	float : left ;
	width : 240px ;
	height : 350px ;
}
#contenu {
	float : right ;
	width : 400px ;
}

table{
	margin : auto ;
	margin-top : 20px ;
	width 	: 700px ;
	border : 3px solid #000 ;
	height : 420px ;
	clear : both ;
	text-align : left ;
}



.decal {
margin-top : 30px ;
margin-left : 50px ;

}
.lettrine {
font-size : 3em ;
font-weight : bold ;
line-height : 0.8em ;
}

/* ************** Menu *************** */ 
div#drapeaux {
width : 100% ; padding-top : 5px ; padding-bottom : 5px ; 
}
#drapeaux ul,  #drapeaux ul li{ display : inline }

li a span {
	display 		: none ;
	text-decoration : none ;
}
li a:hover {
	background  : none ;
	text-decoration : none ;
}
li a:hover span {
	display 	: block ;
	position 	: relative ; 
	font-size 	: 19px;
	font-weight : normal;
	color		: #000;
	text-decoration 	: none ;
	top 		: 3px ;
	text-align 	: center ;
	z-index 	: 500 ;
}

ul, li {
	list-style-type : none ;
	margin : 0 ;
	padding : 0 ;
}



/* ******** Photos **********/
img.pho {
	position : absolute ;
	float 	 : right;
	top  	 : 20px ;
	left 	 : 280px ;
}

/* **** Presse ***** */
img.pre {
	position : absolute ;
	float 	 : right;
	top  	 : 30px ;
	left 	 : 280px ;
}

