html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
	background-color:#000000;
}

#centpourcent {
  height: 100%;
  width: 100%;
  border:0;
  cellspacing:0; 
  cellpadding:0;
  }

a{
font-family:Verdana;
font-size:9px;
text-decoration:none;
color:#E9DAE0;
font-weight:bold;
}
a:hover{
font-family:Verdana;
font-size:9px;
text-decoration:none;
color:#575757;
}
a:active{
font-family:Verdana;
font-size:9px;
text-decoration:none;
color:#FF66FF;
}
.menu{
font-family:Verdana;
font-size:9px;
color:#FFFFFF;
}
.bouton{
font-family:Verdana;
font-size:9px;
color:#333333;
}
.toptitle{
font-family:Verdana;
font-size:9px;
color:#FF66FF;
font-weight:bold;
}
.bio{
font-family:Verdana;
font-size:9px;
color:#FFFFFF;
text-align:justify;
}
/* PBOITES */
.box_top_g{
 background: transparent url(img/mac_os_x/TL.png) no-repeat 0 0;			
  width:8px;
  height:22px;
}
.box_top_center{
 background: transparent url(img/mac_os_x/T.png) repeat-x 0 0;			
}
.box_top_d{
 background: transparent url(img/mac_os_x/TR.png) no-repeat 0 0;			
  width:15px;
  height:22px;
}
.box_bottom_g{
 background: transparent url(img/mac_os_x/BL.png) no-repeat 0 0;			
  width:15px;
  height:16px;
}
.box_bottom_center{
 background: transparent url(img/mac_os_x/B.png) repeat-x 0 0;			
}
.box_bottom_d{
 background: transparent url(img/mac_os_x/BR.png) no-repeat 0 0;			
  width:15px;
  height:16px;
}
/* POUR IE */
*html .box_top_g{
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/mac_os_x/TL.png", sizingMethod="scale");
}
*html .box_top_center{
background-color: transparent;
background-image: yes;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/mac_os_x/T.png", sizingMethod="scale");
}
*html .box_top_d{
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/mac_os_x/TR.png", sizingMethod="scale");
}
*html .box_bottom_g{
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/mac_os_x/BL.png", sizingMethod="scale");
}
*html .box_bottom_center{
background-color: transparent;
background-image: yes;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/mac_os_x/B.png", sizingMethod="scale");
}
*html .box_bottom_d{
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/mac_os_x/BR.png", sizingMethod="scale");
}