﻿/* style.css, version pour site PI, 2015/04/22 */

*
{
	font-family: "Times New Roman", Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	text-align: justify;
	color: black;
}

h1
{
	font-style: italic;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	color: blue;
}

h2
{
	font-style: italic;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	color: blue;
}

h3
{
	font-weight: bold;
	text-align: center;
	color: blue;
}

h4
{
	color: blue;
}
em
{ 
	font-style: italic; 
}

a
{
	text-decoration: underline;
	color: blue;
}

a:visited
{
	color: purple;
}

table
{
	width: 100%;
	border: 5px solid grey;
}
td
{
	border: 1px solid black;
	padding: 5px;
}

p
{
}