*
{
	font-family: "Courier New", "Arial Black", Arial, serif;
}

body
{
	background-color: white;
	background-attachment: fixed;
	color: black;
}

p
{
	padding: 1px;
}

h1
{
	text-align: center;
}

em
{
	color: red;
	font-size: 1.4em;
	border: 3px blue outset;
	box-shadow: 6px 6px 6px gray;
	padding: 2px;
	margin: 20px;
}

mark
{
	color: blue;
}

.celiane
{
	color: fuchsia;
}

.titus
{
	color: lime;
}

.noms
{
	font-size: 2em;
	font-style: italic;
	
}

.droite
{
	text-align: right;
}

.center
{
	text-align: center;
}

a
{
	color: lime;
}

a:hover
{
	color: blue;
	font-style: italic;
}

ul li
{
	text-align:left;
	margin-left:30px;
}




section, .center
{
	margin: 0 auto;
	position: relative;
	display: block;
	width: 960px;	
}

