/*Les titres*/

/*Grand titre sur les différentes pages du site*/
h1
{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #ff5a00;
}
/*Sous-titre des dossiers*/
h2
{
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-right: 50px;
	color: #ff5a00;
	font-size: 12px;
	font-weight: bold;
}
/*Titre des pages d'article*/
h3
{
	margin-bottom: 3px;
	font-size: 17px;
	font-weight: bold;
	color: #ff5a00;
	border-bottom: 2px solid #ff5a00;
}
/*Titre des articles dans actualités sur la page d'accueil*/
h4
{
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #ff5a00;
}
h4 a
{
	text-decoration: none;
	color: #ff5a00;
}
/* Petit titre sur la page d'accueil sous le titre principal */
h5
{
	font-size: 12px;
	font-weight: bold;	
	color: #ff5a00;
}

/*Les titres du menu gauche*/
.menu_gauche_titre1, .compteur_titre1
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-align: center;
}
.menu_gauche_titre2
{
	margin: 0px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}


/*Les titres du corps du site*/
.intro_corps
{
font-size: 12px;
line-height: 17px;
}
.titre1_corps
{
font-size: 17px;
font-weight: bold;
margin-top: 30px;
text-align: center;
color: #ff5a00;
}
.titre1_1_corps
{
font-size: 15px;
font-weight: bold;
margin-top: 30px;
text-align: center;
color: #ff5a00;
}
.precisions_legales
{
	font-size: 10px;
	line-height: 16px;
}
.precisions_legales 	a
{
	color: #FF9933;
}

/* Strucuture adoptée par l'article "Présentation de World of Warcraft" */
.corps_titre1
{
font-size: 17px;
font-weight: bold;
margin-top: 30px;
margin-bottom: 35px;
text-align: center;
color: #ff5a00;
}
.corps_titre2
{
font-size: 13px;
font-weight: bold;
margin-top: 15px;
margin-bottom: 10px;
color: #ff5a00;
}
.corps_texte
{
margin-left: 5%;
margin-right: 5%;
font-size: 12px;
line-height: 17px;
text-align: justify;
}
.corps_en_tete_patch_notes
{
margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
font-size: 12px;
font-weight: bold;
text-align: center;
color: #fff;
background-color: #2d2d2d;
border-bottom: 3px solid #ffb019;
}
.corps_patch_notes
{
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
font-size: 11px;
color: #058edb;
background-color: #2d2d2d;
}
.corps_patch_notes b
{
color: #fff;
}
.corps_texte a
{
text-decoration: none;
color: #ffb019;
}
.corps_definition
{
font-size: 12px;
font-weight: bold;
color: #FF9933;
}
/* Fin de la strucuture adoptée par l'article "Présentation de World of Warcraft" */

.titre_2
{
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}
.titre_3
{
font-size: 13px;
color: #FF9933;
font-weight: bold;
text-align: center;
}
.titre1_block_corps
{
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
font-weight: bold;
}
.titre1_block_corps a
{
text-decoration: none;
color: #FF9933;
}
.titre1_block_corps a:hover
{
text-decoration: underline;
color: #FF9933;
}

/*Les titres des news*/
.titre_news
{
padding-top: 2px;
padding-bottom: 2px;
font-size: 0.9em;
color: silver;
border-top: 1px solid silver;
}
.titre_news a
{
text-decoration: none;
font-size: 0.9em;
color: black;
}
.titre_news a:hover
{
text-decoration: underline;
}

/*Les titres des articles*/
.titre_article
{
margin-bottom: 2px;
font-size: 15px;
font-weight: bold;
border-bottom: 2px solid #ff5a00;
}
.titre_article a
{
text-decoration: none;
color: #ff5a00;
}
.sous_titre_article 
{
margin-bottom: 25px;
color: #a9a9a9;
font-size: 9px;
}
.sous_titre_article a
{
text-decoration: none;
color: #058edb;
}
.sous_titre_article_gauche
{
float: left;
}
.sous_titre_article_droit
{
float: right;
}
.sous_titre_article_droit a:hover
{
text-decoration: underline;
}

/*Les titres de la page article*/
.page_titre_article
{
margin-bottom: 3px;
font-size: 17px;
font-weight: bold;
color: #ff5a00;
border-bottom: 2px solid #ff5a00;
}
.page_sous_titre_article 
{
margin-bottom: 15px;
color: #a9a9a9;
font-size: 9px;
}
.page_sous_titre_article a
{
text-decoration: none;
color: #058edb;
}
.page_sous_titre_article_droit a:hover
{
text-decoration: underline;
}

/* Les titres des commentaires */
.titre_commentaire
{
font-size: 12px;
font-weight: bold;
color: #FF9933;
border-bottom: 1px solid #FF9933;
}
.sous_titre_commentaire 
{
margin-bottom: 10px;
color: #a9a9a9;
font-size: 9px;
}

.ecrire_en_retrait1
{
padding-left: 70px;
padding-right: 10px;
text-align: justify;
}

/* Sitemap*/
.lien1_sitemap 
{
font-size: 13px;
}
.lien1_sitemap a
{
text-decoration: none;
font-size: 13px;
color: black;
}
.lien1_sitemap li
{
margin-bottom: 5px;
}
.lien1_sitemap a:hover
{
text-decoration: underline;
font-size: 13px;
color: #FF9933;
}

/* Format*/	
.centré
{
text-align: center;
}


/*     Structure des Dossiers     */
.style_dossier
{
	font-size: 11px;
	line-height: 19px;
	text-align: justify;
}
.grandtitre_style_01
{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #ff5a00;
}	
.titre_style_01
{
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-right: 50px;
	color: #ff5a00;
	font-size: 12px;
	font-weight: bold;
}
.paragraphe_style_01
{
	margin-left: 80px;
	margin-right: 80px;
}
.liste_style_01
{
	margin-left: 50px;
	margin-right: 50px;
}
.paragraphe_style_lienBasdePage
{
	text-align: center;
}
.style_dossier a
{
	text-decoration: none;
	color: #FF9933;
}
.style_dossier a:hover
{
	text-decoration: underline;
}
.liste_chapitres
{
	margin-left: 58px;
	margin-right: 80px;
	list-style-type: circle;
}
/*     Fin de la structure des Dossiers     */	

/* Class écriture en couleur  normal*/	
.ecrire_en_rouge
{
color: red;
}
.ecrire_en_orange
{
color: #FF9933;
font-weight: bold;
}
.ecrire_en_orange1
{
color: #ff5a00;
}
.ecrire_en_orange2
{
color: #FF9933;
}
.ecriture_mj
{
color: #00c0ff;
}
.ecrire_en_vert
{
color: green;
}

/* Class écriture en couleur  gras*/	
.ecrire_en_orange1_gras
{
color: #ff5a00;
font-weight: bold;
}
.ecrire_en_orange_gras
{
color: #ffb019;
font-weight: bold;
}
.ecrire_en_orange2_gras
{
color: #FF9933;
font-weight: bold;
}
.ecrire_en_bleu_gras
{
color: #058edb;
font-weight: bold;
}
.couleur_rouge_gras
{
color: red;
font-weight: bold;
}
.couleur_jaune_gras
{
color: yellow;
font-weight: bold;
}
.invisible
{
	display: none;
}