/*

1. Titre
2. Texte
3. Image
4. Liens
5. Autres



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
h1
{
	text-decoration: underline;
	margin:10px 5px 2px;
	text-align:center;
	color: #006600;
	font-weight:bold;
	font-family:"Comic Sans MS", Arial, "Times New Roman", serif
}

h2
{
	text-decoration: underline;
	margin:10px 5px 2px;
	text-align:center;
	color: #007700;
	font-weight:bold;
	font-family:"Comic Sans MS", Arial, "Times New Roman", serif
}

h3
{
	text-decoration: underline;
	margin:10px 5px 2px;
	text-align:center;
	color: #008800;
	font-weight:bold;
	font-family:"Comic Sans MS", Arial, "Times New Roman", serif
}

h4
{
	text-decoration: underline;
	margin:10px 5px 2px;
	text-align:center;
	color: #009900;
	font-weight:bold;
	font-family:"Comic Sans MS", Arial, "Times New Roman", serif
}

h5.tutos
{
	text-decoration: underline;
	margin:10px 5px 2px;
	text-align:left;
	color: #009900;
	font-weight:bold;
	font-family:"Comic Sans MS", Arial, "Times New Roman", serif
}

h5
{
	text-decoration: underline;
	margin:10px 5px 2px;
	text-align:center;
	color: #00AA00;
	font-weight:bold;
	font-family:"Comic Sans MS", Arial, "Times New Roman", serif
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
p
{
	color: #3D2BE3;
	margin:0px 5px 15px;
	padding: 0;
	text-align:justify;
	font-style: normal;
	font-family:"Comic Sans MS", Arial, "Times New Roman", serif;
	font-size:  15px;
}

.commentaires:before /* Avant chaque commentaire */
{
	content: url("http://tutos.douf.info/images/notes.png"); /* Commencer par un logo Commentaires: */
/*	content: "Informations : ";
	font-weight: bold;
	color: green;*/
}

.commentaires
{
	color: #3D2BE3;
	margin:0px 5px 14px;
	padding: 0;
	text-align:justify;
	font-style: normal;
	font-family:"Times New Roman", serif;
	font-size:  14px;
}

.pinfos
{
	color: #660000;
	margin:0px 0px 2px;
	padding: 0;
	text-align:justify;
	font-style: normal;
	font-family:"Times New Roman", serif;
	font-size:  14px;
}

.pliensinfos
{
	color: #660000;
	margin:0px 0px 2px;
	padding: 0;
	text-align:justify;
	font-style: normal;
	font-family:"Times New Roman", serif;
	font-size:  14px;
	text-decoration: none;
}

.rouge
{
	color:#FF0000;
}

.bleu
{
	color:#0000FF;
}

.vert
{
	color:#339900;
}

.citation
{
	color: black;
	margin:0px 5px 15px;
	padding: 0;
	text-align:justify;
	font-style: italic;
	font-family: serif;
	font-size:  15px;
}



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
a img
{
	border:none;
}

.imggauche
{
   float: left;
   margin-right: 5px
}

.imgdroite
{
   float: right;
   margin-left: 5px;
}
.img
{
   margin:0px 0px 20px;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
a /* Lien normal */
{
	text-decoration: underline;
	color: #0000CC;
	font-style: italic;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
ol
{
	text-align:left;
/*	list-style-type:square;*/
}

ul
{
	text-align:left;
}