#searchform {
	width: 257px;
	background: #fff;
}

input#searchbox {
	font-size:9pt;	
	width: 237px;
	padding: 5px 0 5px 15px;
	border: 0;
}


* html body input#searchbox {
	height: 25px;
	padding-bottom: 5px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 257px; /* Width of Menu Items */
	border-bottom: 0px; /*1px solid #ffffff;*/
	font-family: Myriad, Verdana, Arial, Tahoma, Geneva;
	/*font-size: 10pt;*/
	}

ul li {
	position: relative;
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	
li ul {
	position: absolute;
	list-style: none;
	left: 256px; /* Set 1px less than menu width */
	top: 0;
	width: 246px;
	display: none;
	background: #abd3ee;
	border-bottom: 1px solid #ffffff;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #91c2df; /* IE6 Bug */
	padding: 5px;
	padding-left: 15px;
	border: 1px solid #ffffff;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#main_menu li { float: left; height: 1%; }
* html ul#main_menu li a { height: 1%; }
/* End */

ul li a:hover { color: #ffffff; background: #666666; } /* Hover Styles */

 /* Sub Menu Styles */		
ul li ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #abd3ee; /* IE6 Bug */
	padding: 5px;
	padding-left: 15px;
	border: 1px solid #ffffff;
	border-bottom: 0;
}
		
ul li:hover ul, ul li.over ul { display: block; } /* The magic */



ul#second_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 257px; /* Width of Menu Items */
	border-bottom: 1px solid #ffffff;
	font-family: Myriad, Verdana, Arial, Tahoma, Geneva;
	font-size: 10pt;
}

ul#second_menu li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #148bc2; /* IE6 Bug */
	padding: 5px;
	padding-left: 15px;
	border: 1px solid #ffffff;
	border-bottom: 0;
}

ul#second_menu li a:hover { color: #ffffff; background: #666666; } /* Hover Styles */

/* Fix IE. Hide from IE Mac \*/
* html ul#second_menu li { float: left; height: 1%; }
* html ul#second_menu li a { height: 1%; }
/* End */



/*****************/
/* page de garde */
#body_home {
	width: 100%;
	height: 100%;
	background: url('../images/pixel_bleu.jpg');
	padding: 0px;
	margin: 0px;
}

#logo {
	width: 246px;
	height: 152px;
	/*background: url('../images/logo_fr.jpg');*/
	position: absolute;
	left: 514px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

#stone_left {
	width: 514px;
	height: 180px;
	background: url('../images/home_02.jpg');
	position: absolute;
	left: 0px;
	top: 152px;
	padding: 0px;
	margin: 0px;
}
#stone_center {
	width: 246px;
	height: 180px;
	background: url('../images/home_03.jpg');
	position: absolute;
	left: 514px;
	top: 152px;
	padding: 0px;
	margin: 0px;
}
#stone_lang {
	width: 245px;
	height: 180px;
	background: url('../images/home_04.jpg');
	position: absolute;
	left: 760px;
	top: 152px;
	padding: 0px;
	margin: 0px;
}

#home_menu_lang {
	height: 180px;
	position: relative;
	left: 0px;
	top: 161px;
	padding: 0px;
	margin: 0px;
}

#home_menu {
	position: absolute;
	left: 258px;
	top: 332px;	
	width: 256px;
	padding: 0px;
	margin: 0px;
	background: url('../images/pixel_bleu.jpg');
}

#container_home_news {
	position: absolute;
	left: 760px;
	top: 333px;	
	width: 264px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #fff;
	padding-top: 10px;
}
/* page de garde */
/*****************/
