/**
 * Ce CSS est fortement inspiré de 
 * http://www-prima.imag.fr/Vaufreydaz/These/
 */


/* Autrefois #Chapitre
** Permet de faire une pleine page avec le titre
*/
#titre
{
	font-family		: Arial, Sans-Serif;
	font-size		: 48pt;
	text-align		: center;
	color			: black;
	display			: block;
	padding			: 2cm 1cm 1cm 1cm;
        line-height             : 1em;
        width                   : 14cm;
        vertical-align          : middle;
}	

#auteurs
{
        font-family             : Arial, Sans-Serif;
        font-size               : 18pt;
        text-align              : center;
        color                   : black;
        display                 : block;
        padding                 : 10mm 20mm 5mm 20mm;
        line-height             : 1em;
        width                   : 12cm;
        vertical-align          : middle;
        border-top              : 1 solid black;
        color                   : grey;
}

#date
{
        font-family             : Arial, Sans-Serif;
        font-size               : 14pt;
        text-align              : center;
        color                   : black;
        display                 : block;
        padding                 : 5mm 20mm 5mm 20mm;
        line-height             : 1em;
        width                   : 12cm;
        vertical-align          : middle;
        border-bottom           : 1 solid black;
}																				
/* Autrefois #RappelChapitre */
h1
{
	font-family		: Arial, Sans-Serif;
	font-size		: 36pt;
	font-weight             : normal;
	text-align		: right;
	color			: gray;
	display			: block;
	margin			: 25mm 0 25mm 50mm;
	border-bottom		: 1 solid black;
/* Ajouté depuis que BODY change cette propričté */
	line-height		: 1.1em; 
}

/* Autrefois #Titre1 */
h2
{
	font-family		: Arial, Sans-Serif;
	font-size		: 14pt;
	font-weight		: bold;
	font-style		: normal;
	text-indent		: -8mm;
	color			: black;
	display			: block;
	border-bottom		: 1 solid black;
	padding			: 10mm 0 0 8mm;
}

/* Autrefois  #Titre2 */
h3
{
	font-family		: Arial, Sans-Serif;
	font-size		: 12pt;
	font-weight		: bold;
	font-style		: normal;
	text-indent		: -7mm;
	color			: black;
	display			: block;
	padding			: 0cm 0 0 1.7cm;
}

/* Autrefois #Titre3 */
h4
{
	font-family		: Arial, Sans-Serif;
	font-weight		: medium;
	font-style		: italic;
	font-size		: 12pt;
	text-indent		: +15mm;
	color			: black;
	display			: block;
	padding			: 0cm 0 0 0;
}

/* Autrefois #Titre4 */
h5
{
	font-family		: Arial, Sans-Serif;
	font-weight		: medium;
	font-style		: normal;
	font-size		: 12pt;
	text-indent		: +15mm;
	color			: black;
	display			: block;
	padding			: 0cm 0 0 0;
}

#normal
{
	font-family		: Times, Serif;
	font-size		: 12pt;
	font-weight		: medium;
	font-style		: normal;
	text-align		: justify;
	text-indent		: 0cm;
	line-height		: 1.3em;
	color			: black;
	display			: block;
	padding			: 0.5em 0 0 0;
/* Ces deux lignes viennent de #PageA4 
Elle permettent de limiter la taille horizontale du texte */ 
	width			: 16cm;
}

/*
** Specials
*/

#citations
{
	font-family		: Times, Serif;
	font-size		: 12pt;
	font-weight		: medium;
	font-style		: normal;
	text-align		: justify;
	text-indent		: 0cm;
	line-height		: 1.3em;
	color			: black;
	display			: block;
	padding			: 0 0 0 1cm;
}

#glossaire
{
	font-family		: Times, Serif;
	font-size		: 12pt;
	font-weight		: medium;
	font-style		: normal;
	text-align		: justify;
	text-indent		: 0cm;
	line-height		: 1.3em;
	color			: black;
	display			: block;
	padding			: 0.1cm 0.3cm 0.1cm 0.3cm;
}

#normalTable
/* Un case dans un tableau */
{
	font-family		: Times, Serif;
	font-size		: 12pt;
	font-weight		: medium;
	font-style		: normal;
	text-align		: justify;
	text-indent		: 0cm;
	line-height		: 1.2em;
	color			: black;
	display			: block;
	padding			: 0.5em 0.5em 0.5em 0.5em;
}

#NormalTableTH
/* Titre des colonnes dans les tables */
{
	font-family		: Times, Serif;
	font-size		: 12pt;
	font-weight		: bold;
	font-style		: normal;
	text-align		: center;
	text-indent		: 0cm;
	line-height		: 1.2em;
	color			: black;
	display			: block;
	padding			: 0.5em 0.5em 0.5em 0.5em;
}

#Reference
{
	font-family		: Times, Serif;
	font-weight		: medium;
	font-size		: 12pt;
	text-indent		: -1cm;
	text-align		: justify;
	padding			: 0 0 0 1cm;
	color			: black;
	display			: block;
}

#Legende 
{
	font-family		: Times, Serif;
	font-size		: 10pt;
	font-weight		: medium ;
	font-style		: italic;
	text-align		: center;
	text-indent		: 0;
	line-height		: 1.2em;
	color			: black;
	display			: block;
	padding			: 0.5em 2cm 0.5em 2cm;
}

/* Autrefois #Image */
img
{
	font-size		: 12pt;
	font-weight		: medium;
	font-style		: normal;
	text-align		: center;
	text-indent		: 0;
	line-height		: 0em;
	display			: block;
	padding			: 0 0 0 0;
}

A:link {
	text-decoration		: none;
	color			: black;
}

A:visited {
        text-decoration         : none;
	color                   : grey;
}

A:active {
        /* text-decoration         : none; */
	color                   : grey;
}
		

		

