/* 
 * Home page
 */
body {background:url(../medias/bg_2colors.gif) repeat-x top left #fefdf7; text-align:center; font-family:Geneva; height:100%; width:100%;}
* {padding:0; margin:0;}
.clear {clear:both; display:block;}
img, #pageBtnSearch, fieldset, #btnSearch {border:none;}

#house {background:url(../medias/bg_house.jpg) no-repeat top left; width:400px; height:500px;}

#splashMenu {width:937px; height:360px; background:url(../medias/splash.jpg) no-repeat; position:absolute; top:50%; left:50%; margin:-180px 0 0 -468px;}
#splashMenu ul {position:absolute; top:170px; left:100px; font-size:0.9em; text-align:right;}
#splashMenu ul li {display:list-item; list-style:none; text-transform:uppercase; margin-bottom:5px;}
#splashMenu ul li a {color:#4d4e53; text-decoration:none; padding-left:20px;}
#splashMenu ul li a:hover {color:#559cbe; text-decoration:none; background:url(../medias/splash_puce.gif) no-repeat 0 3px;}

#splash_left {background:url(../medias/splash_left.png) no-repeat; width:16px; height:358px; position:absolute; left:-16px;}
#splash_right {background:url(../medias/splash_right.png) no-repeat; width:16px; height:358px; position:absolute; right:4px;}

*html #splashMenu ul li a:hover {background-position:0 1px;}
*+html #splashMenu ul li a:hover {background-position:0 1px;}

*html #splash_left {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/medias/splash_left.png', sizingMethod='scale');}
*html #splash_right {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/medias/splash_right.png', sizingMethod='scale');}
