
body#index #Tmain { width: 940px } /* IE */
body#index tr>#Tmain { width: 920px } /* le reste, surtout FB */

img { border: none }

/***** cases de la page de garde ****/

div.case { float:left; padding:0; margin: 10px 7px; border: solid 3px }

.txt {
	text-align:center;
	font-family: "comic sans ms",sans-serif;
}

a.magic, a.magic:visited, a.magic:active, a.magic:hover
	{ color: black; text-decoration: none; display:block }


body#index h1, body#index h2 { margin: 0 }


/* intro */
#intro,#intro div { width:900px; height:555px }
#intro { background: url(4fintro.jpg) }
#intro .txt { background: url(/imgs/semiwhitebg.gif) }
#intro>div>.txt { background: url(/imgs/semiwhitebg.png) }


/* lecture bd */
#lecture,#lecture a { width:360px; height:375px }
#lecture { background: url(4flect.jpg) }
#lecture .txt {
	padding: 259px 75px 0 0;
	width: 285px; height: 116px;
	background: url(4flect_b.png) top no-repeat;
}

/* commentaires stef */
#stef,#stef a { width:290px; height:375px }
#stef { background: url(4fstef.jpg) }
#stef .txt {
	padding: 200px 90px 0 0;
	width: 200px; height: 175px;
	background: url(4fstef_b.png) top no-repeat;
}

/* commentaires sala */
#com, #com a { width:210px; height:375px }
#com { background: url(4fcom.jpg) }
#com .txt {
	width: 210px; height: 200px;
	background: url(4fcom_b.png) top no-repeat;
}

/*** page de lecture de BDs ****/
body#lect_ {
	text-align:center;
}

body#lect_ #Tmain { width: 760px }
/* body#lect_ #Tright { width: 20em } */

/* script de lecture pour les non français */
div.script {
	position: absolute;
	width: 17em;
	right: 0.5em;
	top: 1em;
	bottom: 1em;

	overflow: auto;

	text-align:left;
	border: thin solid;
	padding: 0.5em;
	 -Moz-Border-Radius: 1em;
	background: url(/imgs/semiblackbg.gif);
	color: #ffd020;
}
html>body div.script { position: fixed; background: url(/imgs/semiblackbg.png) }

div.script span { color:red; font-weight: bold }
div.script h4 {
	margin: 1em 0 0;
	text-align:center;
}
div.script h3 { text-align:center; color:white }


/**** page interview ******/

body#talk #Tmain { text-align:justify; width: 45em }
body#talk p.question { color: #900 }
body#talk p.reponse {}

/**** pages mes commentaires ****/

body#comments td.img { background: #77e url(T-BG.jpg); }
body#comments td.img img { vertical-align: top }

