@charset "utf-8";
/* CSS Document */

	/* ************** */
	/* INITIALISATION */
	/* ************** */

/* Page */
@page { margin: 10% }
body {
	margin:0;
    padding:0;
    font-size:12pt;
    line-height:normal;
}

/* Titres */
h1 { font-size:21pt; } /* rubrique des pages en entête */
h2 { font-size:18pt; }
h3 { font-size:15pt; } /* sous rubriques sites & créations */
h4 { font-size:12pt; } /* sous rubriques des puces (site/particularité...) */
h5 { font-size:9pt; }
h6 { font-size:6pt; }

/* Elements caracteres */
big { font-size:15pt;; }
small, sub, sup { font-size:9pt; }


	/* ******* */
	/* Général */
	/* ******* */

/* ************** */
/* Class standard */
/* ************** */

/* Applique au body */
body {
	background-color:#FFFFFF;
	color:#000000;
}

/* Liens generaux */
	/* Applique aux liens en général */
	a:link, a:active, a:visited, a:hover {
		background:transparent;
		font-weight:bold;
		text-decoration:underline;
		color:#003300;
	}

/* objets à ne pas afficher */
img, #div_haut, #div_bas, #div_gauche, #div_droite, #miseajour { display:none; }


/* **************** */
/* Corps de la page */
/* **************** */

/* Applique au cadre principal (div_haut + div_centre + div_bas) */
#cadre {
	background:transparent;
	margin:0;
    padding:0;
	width:auto;
}

/* Applique au cadre du centre verticalement (partie centrale : div_centre2) */
#div_centre {
	background:transparent;
	margin:0;
}

/* Applique au cadre du centre dans la div du centre (div_gauche + div_milieu + div_droite) */
#div_centre2 {
	background:transparent;
	margin:0;
}

/* Applique au cadre du milieu (entête + contenu) */
#div_milieu {
	background:transparent;
	float:none;
	border:0;
	margin:0;
}

	/* Applique au cadre supérieur de div_milieu */
	#entete {
		background:transparent;
		float:none;
		border:0;
		margin:0 auto;
		padding:0;
		width:100%;
		color:#000000;
	}
	
	/* Applique au cadre inférieur de div_milieu */
	#contenu {
		background:transparent;
		float:none;
		border:0;
		margin:0 auto;
		padding:0;
		width:100%;
		color:#000000;
	}

/* Liens copyright */
	/* Applique aux liens pour les liens de copyright */
/*	a:link.copy_lien, a:active.copy_lien, a:visited.copy_lien, a:hover.copy_lien {
		background:transparent;
		font-weight: bold;
		text-decoration: underline;
		color:#003300;
	}
*/


/* ****************** */
/* Contenu de la page */
/* ****************** */

/* Puces */	
	/* Applique aux puces des pages sites */
	.li_paragraphe {
		list-style-image:none;
		margin-bottom:30px; /* à vérifier */
		font-weight:bold;
	}
	
	/* Applique aux puces dans les puces (astuces) */
	.li_hypertexte {
		list-style-image:none;
		margin-left:-50px; /* à vérifier */
		text-indent:10px;
	}

/* Modifications : alignement du texte - marges - unité des marges, police et taille de la police */
p {
  text-align:justify;
  margin:2pt 1pt 6pt 0;
  font-size:12pt;
  color:#000000;
}

/* rendre visible les "title" des objets */
/*
*[title]:after {
	content:" ("attr(title)")";
	background-color:inherit;
	font-style:italic;
	font-size:11pt;
	color:#999999;
}
*/
/* rendre visible les "alt" des images avec retour à la ligne (\A) */
/*
img[alt]:after {
	content:"\A ("attr(alt)")";
}
*/
