/* CSS Document */

/* CSS - Monica Melcova */

body {
	font-family 	 : georgia, serif ;
	background-color : #013e1f ;
	color 	 		 : #000;
	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 	: 733px ;
	clear : both ;
	text-align : left ;
	background	: #fff url(../img/fond.jpg) left top repeat-y ;
}

#top {
	clear : both ;
	width : 100% ;
	height : 142px ;
	background	: #013e1f /*url(../img/haut.jpg) left bottom no-repeat */;
	margin : 0 ;
	padding : 0 ;
}
#contenu {
	clear 		: both ;
	width 		: 100% ;
	background	: #fff url(../img/fond.jpg) left top repeat-y ;
	margin 		: 0 ;
	padding : 5px 0 0 0;
}
#contenu p{
	padding : 0px 40px ;
}
#colLeft {
	padding-top : 10px ;
	float : left ; 
	width : 100px ;
	margin-left : 40px ;
}
#colRight {
	padding-top : 10px ;
	float : left ; 
	width : 540px ;
}
#colRight img{
	border : 1px solid #000 ;
	margin-top : 10px ;
}
.margintop {
	margin-top : 10px ;
}
#bas {
	margin-top 		: 0 ;
	clear 		: both ;
	width 		: 100% ;
	height 		: 5px ;
	background	: #013e1f url(../img/basVert.jpg) left top no-repeat ;
	padding : 0 ;
}

.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 ;
}

/* ******* Contact ********* */
form#contact { width 		: 80% ;}

