/* Feuille de style du site de Dr Eggs */

body
	{
	background: url('../pix/background_0308.jpg')  center 10% no-repeat #000;
	text-align: center;
	}

#conteneur
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 750px;
	text-align: justify;
	}

p, dl, dt, dd, ul, ol, li
	{
	font-size: 0.9em;
	color: #FFF;
	font-family: "Courier New";
	
	}

a:link, a:active, a:visited
	{
	color: #000000;
	text-decoration: none;
	}


a:hover
	{
	color: red;
	}

/* Index */

#intro
	{
	text-align: left;

	height: 500px;
	margin: auto;
	}

#intro img
	{
	margin-top: 1%;
	margin-left: 2%;

	visibility: hidden;
	}

#intro p
	{
	text-align: left;
	
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;

	}

#intro p.entrer
	{
	margin-top: 400px;
	margin-bottom: 0;
	text-align: center;
	}


#intro a:link img, #intro a:hover img, #intro a:active img, #intro a:visited img
	{
	border: none;
	}


#pieddepage
	{
	margin-top: 0;
	padding-top: 0;

	text-align: center;
	}

#pieddepage img
	{
	padding-bottom: 0;
	padding-top: 0;
	}

#pieddepage p
	{
	font-size: 0.65em;
	font-style: italic;
	text-align: center;

	margin-top: 0;
	padding-top: 0;
	}

