/*********************************************************
* CSS screen home
* 
* name:     ARM
* 
* style special pour la home pour realiser l'image full screen
* ref. http://forum.alsacreations.com/faq/faq-56-Comment-faire-un-arriere-plan-etirable-.html
* 
* date:     2007.12.26
* author:   erational <http://www.erational.org>
* version:  0.1
* licence:  GPL 
*
**********************************************************/

html, body {  margin:0;  padding:0;  height: 100%;  width: 100%; background:#fff;}
#arriere{ width : 100%;  height: 100%;  z-index: 1;}
#container{  position:absolute;  top:0;  left:20%;  z-index: 3;}

#column_link a, #footer a {color:#000;}
#column_link a:hover, #footer a:hover {color:#f60;}

#column_link/*, #footer*/ {color:#666;background:#fff;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}

