/**********************************
**
** STYLE.CSS
** CREATE BY TETSUYA
**
** contact : tetsuyaIIDX@gmail.com
**
**********************************/

body {
	margin : 0;
	margin-top : 0px;
	font-family : Arial;
	background : #595959;
    color : #000000;
	font-size : 12px;
}

/* ----- Corps de la page ----- */

#general {
	width : 1024px;
	border : 10px;
	border-style : solid;
	border-color : #ffffff;
}

#head {
	width : 1024px;
	height : 185px;
	background-image : url('images/header/01.png');
	border : 0px;
}

#logo {
	width : 1010px;
	height : 57px;
	background-image : url('images/logo_header.png');
	background-position : right top;
	background-repeat : no-repeat;
	border : 0px;
}

input, textarea {
	font-family : Arial;
	font-size : 12px;
	background-color : transparent;
	border : 1px;
	border-style : solid;
	border-color : #000000;
}

.info_site {
	color : #ff005a;
}

div.titre_page {
	width : 500px;
	margin-left : 4px;
	padding-left : 1px;
	border : 0px;
	border-bottom : 1px;
	border-style : solid;
	border-color : #eeeeee;
}

div.titre_aux {
	width : 200px;
	margin-left : 4px;
	padding-left : 1px;
	border : 0px;
	border-bottom : 1px;
	border-style : solid;
	border-color : #eeeeee;
}

div.titre_menu {
	width : 110px;
	margin-left : 4px;
	padding-left : 1px;
	border : 0px;
	border-bottom : 1px;
	border-style : solid;
	border-color : #eeeeee;
}



#corps {
	text-align : left;
	border : 10px solid #ffffff;
	width : 1024px;
	background-color : #ffffff;
	height: auto;
	min-height: 500px;
}

.editsup {
	text-align : right;
}


/* ----- Menu_gen ----- */

#menu_general {
	background-image : url('images/background_menu_head.png');
	font-family : Arial;
	text-align : center;
	padding : 5px;
    color : #ffffff;
	font-size : 12px;
	font-weight : bold;
}

#menu_general a {
    color : #ffffff;
}

/* ----- Page ----- */

#tdpage {
	vertical-align : top;
	text-align : left;
	width : 1024px;
}

.cadre {
	padding : 5px;
	border : 2px;
	border-style : solid;
	border-color : #eeeeee;
	background-color : #ffffff;
	color : #000000;
}


a {
    color : #ff005a;
    text-decoration : none;
}

a:hover {
    color : #ff005a;
    text-decoration : underline;
}

/* ----- Articles & Tutoriels ----- */

div.sommaire {
	border : 2px;
	border-style : solid;
	border-color : #eeeeee;
	margin-left : 368px;
	padding : 2px;
	width : 230px;
}

.titre_article {
	text-transform : uppercase;
}

/* ----- Articles ----- */

div.som_article_titre {
	text-align : left;
	width : 100%;
}

div.som_article_stitre {
	text-align : left;
	width : 95%;
}

div.article_titre {
	width : 350px;
	border : 0px;
	border-bottom : 1px;
	border-style : dotted;
	font-size : 14px;
	letter-spacing : .1em;
	font-weight : bold;
	margin-bottom : 1px;
}

div.article_stitre {
	font-size : 12px;
	font-weight : bold;
	margin-left : 3px;
	margin-bottom : 5px;
}

/* ----- Tutoriels ----- */

div.som_tutoriel_titre {
	text-align : left;
	width : 100%;
}

div.som_tutoriel_stitre {
	text-align : left;
	width : 95%;
}

div.tutoriel_titre {
	width : 350px;
	border : 0px;
	border-bottom : 1px;
	border-style : dotted;
	font-size : 14px;
	letter-spacing : .1em;
	font-weight : bold;
	margin-bottom : 1px;
}

div.tutoriel_stitre {
	font-size : 12px;
	font-weight : bold;
	margin-left : 3px;
	margin-bottom : 5px;
}

/*
** FICHES ANIMES
*/

/* -- Bloc de recherche alphabetique --*/

a.l_al_fiches {
	color : #ffffff;
	font-size : 10px;
	padding : 5px;
	border : 1px solid #11090f;
	font-weight : bold;
}
a.l_al_fiches:hover {
	color : #000000;
	background-color : #eeeeee;
	border : 1px solid #ffffff;
	border-top : 1px solid #11090f;
}

/*
** Bloc d'information
*/

.bloc_information {
	border : 1px solid #eeeeee;
	padding : 2px; 
}

/* -- Bloc d'importance normale --*/

.i_bloc_normal {
	background-color : #11090f;
	color : #aaaaaa;
	padding : 5px;
	text-align : left;
	font-size : 11px;
}

/* -- Bloc d'importance haute --*/

.i_bloc_haut {
	background-color : #3c090f;
	color : #ed8e8e;
	padding : 5px;
	text-align : left;
	font-size : 11px;
}

