html
{
	background: #333333;
}

body
{
	width: 760px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 50px;
	background: #000000;
	font-family: Garamond, verdana, arial, serif;
	border: 2px solid #959596;
}

#en_tete
{
	width: 760px;
	margin: auto;
	color: #8ac08a;
	background: #000000;
	border: 1.5px plain #B0B0B0;
	font-size: 1em;
	font-variant: small-caps;
	text-align: center;
	letter-spacing: 5px;
}

#titre
{
	color: #E4D3A6;
	font-size: large;
	text-align: center;
	text-decoration: underline;
}

#corps
{
	width: 460px;
	height: 200px;
	margin: auto;
	margin-bottom: 75px;
	color: #B0B0B0;
	font-size: medium;
	text-align: left;
	border: 1px inset #959596;
	overflow: auto;
	
}

#li
{
	margin-bottom: 5px;
}

#site, #straightshow, #flickr, #ag
{
	text-decoration: none;
	color: #E4D3A6;
	Border: 2px outset #959596;
	text-align: center;
	padding: 5px;
	font-variant: small-caps;
}

#site:hover
{
	color: #BEE6BE;
	Border: 2px outset #BEE6BE;
	font-style: italic;
}

#site:active
{
	Border: 2px inset #BEE6BE;
}

#site
{
	position: relative;
	left: 235px;
	bottom: 30px;
}

#ee
{
	text-decoration: none;
	color: #E4D3A6
}

#ee:hover
{	text-decoration: none;
	color: #E4D3A6;
}

#ee:active
{	text-decoration: none;
	color: #E4D3A6;
}

#ee:visited
{	text-decoration: none;
	color: #E4D3A6;
}

#contact
{
	text-decoration: none;
	color: #8ac08a
}

#contact:hover
{
	color: #707070;
	text-decoration: underline;
}

#pied_de_page
{
	color: #E4D3A6;
	text-align: center;
}

