
body
{
	font-family : Verdana, Helvetica , Arial, sans-serif;
	color  : #DDDDDD;
	background-color : #000000;
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	height : 400px;
	font-size : 1em;
}



#content
{
	margin-top : 3em;
	margin-left : 3em;
}

h1
{
	font-size : xx-large;
	padding-bottom : 1em;
	color : #01b0f0;
	
}

h2
{
	font-size : small;
	padding-top : 0.5em;
	padding-bottom : 1em;
	font-weight:bold;
	color  : #666666;
}


li a
{
	color  : #212121;
	text-decoration : none;
}


li a:hover
{
	color  : #3FFF0F;
}



a:hover
{
	text-decoration : none;
}

p
{
	font-size : xx-small;
	padding-bottom : 1em;
	font-weight : normal;
}

bloquote
{
	font-size : xx-small;

	font-style:italic; 
}


h4
{
	font-size : x-small;
	color : #333333;
	font-weight : normal;
}



.date
{
	font-size : small;
	color : #FF358B;
}

li
{
	padding-left : 20px;
	font-size : xx-small;
	line-height: 12px; /* Hauteur de l'icone */
	background-repeat : no-repeat;
	background-position : 10px 50%;
	background-image : url( ../images/bullet.png );
	color : #FF358B;
}

