/** Kit graphique crée par tite Marie
http://www.cheztitemarie.net **/

body
{
	background-color: #A25F80;
	color: #410926;
}

#tout
{
	width: 700px;
	height: 600px;
	background: #410926 no-repeat url("violet.jpg");
	position: relative;
}

#titre
{
	width: 390px;
	height: 61px;
	position: absolute;
	top: 81px;
	left: 303px;
}

#titre h1
{
	margin-top: 15px;
	color: #DBA9C2;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}

#menu
{
	width: 160px;
	height: 433px;
	position: absolute;
	top: 154px;
	left: 2px;
	overflow: hidden;
}

#menu ul
{
	list-style: none;
	margin:0;padding:0;
}

#menu li
{
	margin:0;padding:0;
	margin-top: 2px;
}

#menu li a
{
	margin:0;padding:0;
	display: block;
	width: 160px;
	height: 20px;
	background: url("b1_violet.jpg");
	text-align: center;
	color: #410926;
	text-decoration: none;
}

#menu li a:hover
{
	background: url("b2_violet.jpg");
}

#corps
{
	margin:0;padding:0;
	padding-left: 5px;
	width: 529px;
	height: 433px;
	position: absolute;
	top: 154px;
	left: 164px;
	overflow: auto;
	color: #DBA9C2;
}

#copyright
{
	margin:0;padding:0;
	width: 156px;
	height: 8px;
	position: absolute;
	top: 589px;
	left: 533px;
}

#violet
{
	width: 8px;
	height: 8px;
	position: absolute;
	top: 590px;
	left: 6px;
	background-color: #A25F80;
}

#bleu
{
	width: 8px;
	height: 8px;
	position: absolute;
	top: 590px;
	left: 18px;
	background-color: #498FF8;
}

#rouge
{
	width: 8px;
	height: 8px;
	position: absolute;
	top: 590px;
	left: 30px;
	background-color: #CA0C34;
}

#vert
{
	width: 8px;
	height: 8px;
	position: absolute;
	top: 590px;
	left: 42px;
	background-color: #009B33;
}

#copyright img, #violet img, #bleu img, #rouge img, #vert img
{
	margin:0;padding:0;border:0;
	vertical-align: top;
}

a 
{   
	color: #DBA9C2;   
	text-decoration: none;  
}  

a:hover 
{    
	text-decoration: line-through;
}

.center
{
	text-align: center;
	display: block;
	margin: 0 auto;
}

img
{
	border: none;
}