/*******************************************************************
 *                                                                 * 
 *                           BZHPro.com                            *
 *                                                                 * 
 *******************************************************************
 *                                                                 * 
 *  Titre du theme : OUEV.com                                      *
 *  Derniere modification : 28/10/2006                             * 
 *                                                                 *
 *  Structure du document :                                        * 
 *                                                                 *
 *    - Definition des blocs generalistes de la page               *
 *    - Definition des blocs de tete de la page                    * 
 *    - Definition des blocs du milieu de la page                  *
 *    - Definition des blocs du pied de la page                    *
 *                                                                 *   
 *******************************************************************/


/*******************************************************************
 * Definition des blocs generalistes de la page                    *
 *******************************************************************/
	body {
		background: #000;
		margin: 0;
		padding:0;
		font-family: "bitstream vera sans", Tahoma, Arial, Sans-serif;
	}
	h1 {
		color: #ff00ae;
		font-size: 100%;
		text-align:center;

	}

	h2, p, ul {
		color: #fff;
	}
	.title {
	color: #ff00ae;
	font-weight : bold;
	}

	li {
		list-style-type: none;
		background-image: url(puce.png);
		background-repeat: no-repeat;
		background-position: 0% 45%;
		margin: 1em;
		padding-left: 20px;
	}

	#title {
		text-align:center;
		margin: 0;
		margin-top: 5%;
		padding:0;
	}

	img#title {
		margin: 0;
		padding:0;
		border:none;
	}

	#content {
		width: 60%;
		margin: 0 auto;
	}

	a:link, a:visited{
		color: #fff;
 		text-decoration: underline;
	}
	a:hover {
		color: #ff00ae;
 		text-decoration: none;
	}
	#stat {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#footer p {
		text-align:center;
	}
