/* CSS Document */

BODY{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	font-family:Comic Sans MS;
	font-size:12px;
	color:#666666;
	}

.titre{
	font-size:20px;
	}
.episodes{
	font-family: "Monotype Corsiva";
	color:#FF99FF;
	}	
.tag_form{
	font-size:16px;
	font-weight:bold;
	}
.tagboard{
	font-size:10px;
	color:#666666;
	}
.membre_head{
	font-size:14px;
	color:#0099CC;
	}
.membre{
	padding-left:10px;
	padding-right:10px;
	}

/* - MENU - */

#st_vocal,
#st_trilogy,
#st_ost1,
#st_ost2,
#designs,
#connexion,
#main,
#about,
#medias,
#galleries{
	display:none;
	}
	
/* - TABLEAU - */
.tableau{
	border-top-style:outset;
	border-top-width:thin;
	border-top-color:#A3D8F3;
	border-left-style:outset;
	border-left-width:thin;
	border-left-color:#A3D8F3;
	border-right-style:groove;
	border-right-width:thin;
	border-right-color:#A3D8F3;
	border-bottom-style:groove;
	border-bottom-width:thin;
	border-bottom-color:#A3D8F3;
	}
.guestbook{
	border-bottom-style:groove;
	border-bottom-width:thin;
	border-bottom-color:#A3D8F3;
	}
.scan{
	border-right-style:groove;
	border-right-width:thin;
	border-right-color:#A3D8F3;
	}
.scanbottom{
	border-right-style:groove;
	border-right-width:thin;
	border-right-color:#A3D8F3;
	border-bottom-style:groove;
	border-bottom-width:thin;
	border-bottom-color:#A3D8F3;
	}
li{
	font-size:12px;
	list-style-type:circle;
	list-style-position:inside;
	text-align:left;
	}
iframe{
	border: 1px solid #A3D8F3;
	font-family : Comic Sans MS;
	font-size : 10pt;
	font-weight : bold;
	background-color:#ECF7F9;
	}
/* - FORMULAIRES - */

input{
	background-color:#ECF7F9;
	border: 1px solid #A3D8F3;
	font-family : Comic Sans MS;
	font-size:8pt;
	font-weight:bold;
	}
textarea{
	background-color:#ECF7F9;
	border: 1px solid #A3D8F3;
	font-family : Comic Sans MS;
	font-size:8pt;
	font-weight:bold;
	}

/* - LIENS - */
A:link{
	color:#666666;
	text-decoration:none;
	}
A:active{
	color:#999999;
	text-decoration:none;
	}
A:visited{
	color:#666666;
	text-decoration:none;
	}
A:hover{
	color:#999999;
	text-decoration:none;
	}