/* CSS Document */



body {
 margin-right: 0px;
 margin-left: 0px;
 margin-bottom: 0px;
 margin-top: 0px;
}
#head {
z-index: 100;
position: absolute; 
bottom: 320px;
border-top: 1px dashed #ccc; 
border-bottom: 1px dashed #ccc; 
border-right: none; 
border-left: none; 
width: 99%; 
}
#head2 {
	z-index: 101;
	visibility: hidden;
	position: absolute;
	bottom: 360px;
	width:99%; 
	height:30px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
}
#head3 {
	z-index: 102;
	visibility: hidden;
	position: absolute;
	bottom: 360px;
	width:99%; 
	height:30px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
}
h1 {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #999999;
	font-weight:bold;
}
a:link, a:visited, a:hover {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #999999;
	font-weight:bold;
	text-decoration: none;
}
#footer {
position: absolute;
bottom: 0px;
width: 99%;
padding-bottom: 0px;
}
ul#menu
{
 font-size: 23px;
 margin: 0 ;
 padding: 0 ;
 list-style-type: none ;
}
ul#menu li
{
 margin: 0px 0px 0px 0px ;
 padding: 0px ;
}
ul#menu li a
{
 display: block ;
 width: 500px ;
 line-height: 26px ;
 color: #000000 ;
 text-indent: 40px ;
 text-decoration: none ;
 background: url(../webdesign/images/france.gif) no-repeat;
 background-color:#FFFFFF ;
}
ul#menu li a:hover
{
 background: url(../webdesign/images/france.gif) no-repeat; 
 background-position: 0px -28px;
}

ul#menu2
{
 font-size: 23px;
 margin: 0 ;
 padding: 0 ;
 list-style-type: none ;
}
ul#menu2 li
{
 margin: 0 0 0 0 ;
 padding: 0 ;
}
ul#menu2 li a
{
 display: block ;
 width: 500px ;
 line-height: 26px ;
 color: #000000 ;
 text-indent: 40px ;
 text-decoration: none ;
 background: url(../webdesign/images/english.gif) no-repeat;
 background-color:#FFFFFF ;
}
ul#menu2 li a:hover
{
 background: url(../webdesign/images/english.gif) no-repeat; 
 background-position: 0px -28px;
}
