@charset "UTF-8";
/* CSS Document */



body {
	
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666666;
	font-family: Helvetica neue, sans-serif;
	background: #fff;
    background: white url(ban_.jpg) fixed no-repeat left top;
	}



A:link {text-decoration: none; color: #FF6666}
A:visited {text-decoration: none; color: #FF6666}
A:active {text-decoration: none; color: #FF6666}
a:hover {
	color: #FF6666;
	text-decoration:underline;
	background-color: ;
	
	}
	
	
/* début du hack "fixed" permettant de fixer les menus sous IE */
body { 
	overflow-y: hidden ; 
	margin: 0px 0% 0% 0%; 
	padding:0 } 
	
html > body {overflow-y: auto} 

.menu { 
	position: absolute; 
	top: 123px; 
	left: 20px; 
	width: 166px; 
	
	height: 100%; 
	background-color:transparent; 
	border-right: 0px} 

.central {
	position: absolute;
	top: 1px;
	left: 186px;
	height: 100%;
	background-color:transparent;
	border-right: 0px
} 
	
body>.menu {position:fixed}
  
/* "fixed" fin */
	

.section-concept {
width: 1058px;
padding-left: 0px;
padding-top: 0px; }

.section-profile {
width: 530px;
padding-left: 0px;
padding-top: 123px; }

.section-illust {
width: 915px;
padding-left: 0px;
padding-top: 126px; }

.section-kero {
width: 1170px;
padding-left: 0px;
padding-top: 123px; }

.section-zero {
width: 1170px;
padding-left: 0px;
padding-top: 0px; }

.section-links {
width: 560px;
padding-left: 23px;
padding-top: 110px; }

.spacer {
  clear: both; }

	
.bloc {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width: 290px;
	height: 410px;
	font-size:9px;
	}

.bloc2 {
	float:right;
	margin-right:15px;
	margin-bottom:5px;
	width:400px;
	}	

.bloc3 {
    border: 0px;
 	margin-right: 10px;
	margin-top: 30px;
	float: left;
    width: 100px;
	font-size: 9px;
	}
	
.bloc4 {
    border: 0px;
 	margin-right: 0px;
	margin-top: 0px;
	float: left;
    width: 260px;
	}
	
.bloc5 {
    border: 0px;
 	margin-left: 30px;
	margin-top: 0px;
	float: left;
    width: 310px;
	}
	
hr {margin-bottom: 5px;
	margin-top: 5px;
	size: 1px;
	}


	
.style1 {
	font-size: 11px;
	font-weight: bold;
	}

.style2 {font-size:12px;
	}

.style3 {
	color: #CCCCCC;
	font-size: 9px;
	}
	
.style4 {font-size: 9px}	

.style5 {font-size: 14px}

.style6 {
	color: #CCCCCC;
	font-style: italic;
	}

	
.red {color: #FF0000}
