/*
tutos_affichage.css
-------------------		Par M@teo21

Créé le 15 Juillet 2004


Description : feuille de style principale des tutoriaux.
Elle contient les informations de style des tutoriaux, tels
qu'ils sont affichés au public.

*/



.auteur_date
{
	border:1px solid #A3C0D5;
	background-color:#175c98;
	margin:8px;
	width:30%;
	min-width:300px;
	float:right;
}

.auteur_date .avatar
{
	margin-right:5px;
}

.icone_chap /* L'ensemble icône + titre chapitre */
{
	width: 70px;
	float: left;
}

.icone_chapitre /* L'icône du chapitre elle-même */
{
	border:3px inset rgb(203, 231, 243);
}

.liste_sommaire_chap, .liste_btuto_chap
{
	margin-left: 30px;
	list-style: none inside;
	margin-top: 0px;
}

.titre_chapitre
{
	margin-top:25px;
}

.sommaire_chap
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 100px;
	min-height: 70px;
}

.sommaire_chap span
{
	font-size: 1.1em;
}

#chap_intro:first-letter, #chap_conclusion:first-letter, #btuto_intro:first-letter, #btuto_conclusion:first-letter
{
	font-size: 1.3em;
}

h2
{
	text-align:center;
	font-family:arial, times, 'times new roman', serif;
	font-size:1.7em;
}

.titre_sous_partie
{
	font-size:1.4em;
	color:#FFF;
}

h2
{
	color: rgb(39, 51, 103);
}

.liens_bas_tuto
{
	text-align:center;
	margin-top:20px;
}

.separateur_parties
{
	width: 30%;
}

.liste_parties_btut, .liste_chapitres_btut, .reponses_qcm
{	
	list-style: none inside;
}

hr
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#liste_parties
{
	list-style-type:upper-roman;
}

#pre_liste_parties, #liste_parties
{
	margin-left:55px;
	margin-bottom:20px;
}

/* Q.C.M. */

.qcm_liste_btut
{
	margin-left:20px;
}

.question_qcm
{
	border: 1px dashed black;
	margin-bottom: 20px;
	padding: 10px;
}

.logo_reussite
{
	width:60px;
}

#note_cmt
{
	margin-left:35px;
}

#note
{
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}

#retour_cours
{
	text-align:center;
	margin-top:30px;
}

/* Liste des tutos classés par catégorie */

.tutos_cats_tableau
{
	width:40%;
}

.tutos_nbre
{
	width:15%;
}

.pas_tutos
{
	text-align:center;
	font-size:1.3em;
	border:1px solid #A3C0D5;
	background-color:#E9F0F5;
}

/* Commentaires de tutos */

.page_on
{
	color:red;
}

.send
{
	text-align:center;
}
#rep_rapide
{
	text-align: center;
	border:none;
}
#rep_rapide textarea
{
	width:50%;
	height:100px;
}

#corps ul
{
	list-style-image:none;
}