		/* INDEX */
html 
{
	overflow-y:scroll;
}
/* page centrale */
#page
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	overflow:scroll;
}

/* en-tete */

#en_tete
{
	position:absolute;
	top:5px;
	left:auto;
	right:auto;
	width:900px;
	height:200px;
	background-image:url("images/banniere.png");
}

/* rubrique */

#rubrique
{
	position:absolute;
	width:900px;
	height:30px;
	left:auto;
	top:167px;
}

/* corps */
#corps
{
	height:595px;
	width:900px;
	position:absolute;
	left:auto;
	top:215px;
	border:0px;
}

/* AUTRE */

.imp
{
	font-weight:bold;
	color:black;
	font-style:italic;
}

.title
{
	font-weight:bolder;
	font-style:italic;
	letter-spacing:1px;
	word-spacing:8px;
	color:#C60800;
}

td
{
	text-align:center;
	width:150px;
	color:white;
	border-color:black;
}

th
{
	border-color:black;
}

a
{
	text-decoration:none;
}

a:hover
{
	cursor:pointer;
}

a:visited
{
	color:blue;
}

body
{
	color:white;
}

#oliveira_devant
{	
	font-size:x-large;
	color:rgb(254,27,0);
	z-index:2;
	position:absolute;
	top:50px;
	left:450px;
}

#oliveira_derriere
{
	font-size:x-large;
	color:black;
	z-index:1;
	position:absolute;
	top:47.5px;
	left:447.5px;
}

#blog_devant
{
	font-size:x-large;
	color:rgb(254,27,0);
	z-index:2;
	position:absolute;
	top:25px;
	left:380px;
}

#blog_derriere
{
	font-size:x-large;
	color:black;
	z-index:1;
	position:absolute;
	top:22.5px;
	left:377.5px;
}

p
{
	font-size:0.9em;
	text-indent:10px;
	text-align:justify;
}

table
{
	color:black;
}

img
{
	margin:5px 5px 5px 5px;
}

li
{
	font-size:0.9em;
}