/* 
_\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/_
            feuilles de style (CSS)
      Ecrit par Stephane Balcaen aka Fawad
           pour l'entreprise Balcaen
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
*/















































/* ----------------------------------- */
/*             SPLASH PAGE             */
/* ----------------------------------- */



html, body 	{ height: 100%; text-align: center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#CABFAA;}
abbr 		{ font-style: normal; border-style: none;}
img, a 		{ border: none; }
#splash 	{ margin: 0; padding: 0; height: 100%; width: 100%; background-image:url(../balcaen_imgs/fond_general.gif);}

H1			{ font-size:5px; }
H2			{ font-size:4px; }

a:link      { color: #BCB19B; text-decoration:none;} /* lien non-visité */
a:visited   { color: #BCB19B; text-decoration:none;} /* lien visité */
a:hover     { color: #887C66; text-decoration:underline;} /* lien survolé */
a:active    { color: #887C66; text-decoration:none;} /* lien activé */

table 			{ vertical-align:center;} 
#splash div#top { height: 200px; width: 100%; } /* BEGIN IE 5 MAC CLOAKING >> \*/ #splash div#top { height: 50%; } /* << END IE 5 MAC CLOAKING */
#content		{ float: left; position: relative; top: -163px; height: 300px; width: 100%; background: #333;}
#entree			{margin-left: 320px; margin-top: -160px;}
#maison			{ visibility:hidden; }













