/*
   tuto.css
--------------------    ecrit par: jarod01 le 29/08/2008
pour le site : www.sciencesettechniques.com
club: electronique  

description: feuilles de style de la mise en page du contenu des tutoriels  

*/

#proprietaire_tuto {
	padding:10px;
	margin-left:5%;
	width:90%;
	height:200px;
	border:1.5px solid #45A5EE;
	background-color:#E8F0F4;
}

#centre p {
	text-indent:5px;
}




h2 {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	text-decoration:underline;
	font-family:"Arabic Transparent", Courier, Fixedsys, "MS Sans Serif", "Simplified Arabic", sans-serif;
}

.rmq_information img{
	float:left;
	margin-left:10px;
}

.rmq_information p{
	color:#00cc33;
	margin-left:70px;
}

.rmq_interrogation img{
	float:left;
	margin-left:10px;
}

.rmq_interrogation p{
	margin-left:70px;
	color:#3366cc;
}

.rmq_erreur img{
	float:left;
	margin-left:10px;
}

.rmq_erreur p{
	margin-left:70px;
	color:red;
}

.rmq_attention img{
	float:left;
	margin-left:10px;
}

.rmq_attention p{
	color:#CCCC33;
	margin-left:70px;
}

.citation{
	border:dashed 1px black;
	margin:10px;
	padding:10px;
	color:black;
	background-color:#eeeeee;
}

.rmq_interrogation p img{
	float:none;
}

.rmq_attention p img{
	float:none;
}

.rmq_erreur p img{
	float:none;
}

.rmq_information p img{
	float:none;
}


/*page principal de chaque tutoriel*/

.presentation_chapitre table {
	border-collapse:separate;
	border-spacing:30px;
	margin-left:10%;
}

.presentation_chapitre td {
	border:1px solid black;
	padding:10px;
	background-color:#E8F0F4;
	width:35%;
}

#centre hr {
	clear:right;
}

#liste_titres_chapitres {
	margin-left:70px;
	list-style-type:upper-roman;
}

.separation_chapitres {
	width:40%;
	text-align:center;
}

.icone_chap {
	width: 70px;
	float: left;
}

.liste_btuto_chap {
	list-style: none inside;
	margin-top: 0px;
}

.presentation_chapitre {
	list-style-type:none;
}

/* tutoriels.php */

#liste_tutos {
	border:1px solid blue;
	width:98%;
	margin-left:1px;
	border-collapse:collapse;
}

#liste_tutos .tr_categorie_tutos td {
	background-color:#e9f0f5;
	color : #4d67be;
	font-weight: bold;	 
	padding-left: 5px;
	border-top:0.1px solid blue;
	border-bottom:0.1px solid blue;
}

#liste_tutos td {
	border-collapse:collapse;
	border-bottom:0.1px dashed blue;
}


#liste_tutos th {
	background-image:url("header.png");
	height:30px;
	color:white;
}

#liste_tutos .th1 {
	width:20%;
}

.td_categorie {
	text-align:left;
	padding-left:20px;
}

.td_nombre {
	text-align:center;
}


#liste_contenu_tutos {
	border:1px solid blue;
	width:98%;
	margin-left:1px;
	border-collapse:collapse;
}

#liste_contenu_tutos td {
	border-collapse:collapse;
	border-bottom:0.1px dashed blue;
	text-align:center;
}

#liste_contenu_tutos th {
	background-image:url("header.png");
	height:30px;
	color:white;
}

#liste_tutos .th1 {
	width:20%;
}

.td_categorie {
	text-align:left;
	padding-left:20px;
}

#liste_contenu_tutos .nom_tuto {
	text-align:left;
}