body
{
	background: url("img/body.png") top center repeat-x; 
	color: #AAFBFF;
	background-color: #FFE87E;
}

#container
{
	background: transparent url("img/header.png") top center no-repeat;
}

#wrapper
{
	background: url("img/content.png") top center repeat-y;
}

	
#footer
{
	background: url("img/content_bottom.png") bottom center no-repeat; 
	color: #AAFBFF;
}

#content1
{
	background: url("img/content_top.png") top center repeat-y;
}

#content2
{

	background: url("img/content2.png") top center no-repeat;
}

#content
{ 
	background: url("img/content0.png") bottom center no-repeat;
}

#top_menu
{
	background: url("img/menu.jpg") top center repeat-x;
}

#bottom_menu
{
	background: url("img/menu.jpg") top center repeat-x;
}

.alt
{
	background-color: #ff0000;
}

#nav li ul li
{
	background-color: #ff0000;
	background: url("img/menu.jpg") top center repeat-x;
}

.titre
{
	background: url("img/titre.png") top center no-repeat;
	color: #112244;
}

.auteur {
	background: url("img/titre.png") bottom left no-repeat;
	color: #112244;
}

.date {
	background: url("img/titre.png") bottom right no-repeat;
	color: #112244;
}

a, a:visited
{
	color: #112244;
	text-decoration: none;
}

a:hover
{
	color: #475AA0;
	text-decoration: none;
}

p
{
	color: #AAFBFF;
}

