	
/**********	HTML TAGS *********/
body {
	margin:0;
	padding:0; 
	font-family: Verdana, Arial, sans-serif;
	background:#469b13;
	color:#333333;
	}
/**********	Blocks *********/
#conteneur {
	position:absolute;
	width:970px;
	background:url(../_img/conteneur_bg.gif) repeat-y;
	left: 50%; 
    margin:0 0 0 -485px;
	padding:0 30px 0 0;
	}

#header {
	width:970px;
	height:140px;
	background:url(../_img/header_bg.gif) no-repeat 1px 0;
	margin:0;
	padding:0;
	}

#centre {
	width:970px;
	height:350px;
	margin:0;
	padding:0 0 0 0;
	float:left;
	
	}
	
#footer_home {
	height:130px;
	margin:20px 0 0 28px;
	padding:100px 0 0 150px;
	background:url(../_img/footer_home.jpg) no-repeat 0 100px;
	clear:both;
	}

#footer_petition {
	width:970px;
	height:151px;
	margin:0 0 0 28px;
	padding:0 0 0 0;
	background:url(../_img/footer_petition.jpg) no-repeat;
	}
	
#footer_l2v {
	width:970px;
	height:31px;
	display:block;
	font-size: 11px;
	padding:0 0 0 0;
	background:url(../_img/header_l2v_bg.gif) repeat-y 1px 0;
	text-align:center;
	}
	
#footer_l2v a {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}
	
#footer_l2v p {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	width:930px;
	margin:0 0 10px 30px;
	
	}




/**********	div de header *********/
#logo {
	margin:0;
	padding:0;
	/*float:left;
	width:250px;*/
	}

#accroche {
	margin:0 0 20px 0;
	padding:0 0 0 0;
	/*border:1px solid red;*/
	width:670px;
	float:left;
	}
	
/**********	style de accroche *********/

#accroche h1 {
	font-size:12px;
	font-weight:bold;
	}

/**********	div de centre *********/

#edito {
	width:240px;
	margin:0 0 0 0px;
	padding:0 ;
	float:left;
	
	}
#players {
	width:703px;
	margin:0 0 0 0;
	padding:0 0 0 10px;
	float:left;
	background:url(../_img/accroche_bg.gif) repeat-x;
	
	}

#txt_petition {
	width:480px;
	margin:20px 0 0 0;
	padding:0 ;
	float:left;
	
	}
	
#formulaire_petition {
	width:320px;
	height:430px;
	margin:0 0 0 100px;
	padding:0;
	background:url(../_img/form_bg.gif) no-repeat;
	float:left;
	z-index:5;
	position:relative;
	
	}

#formulaire_forward {
	width:320px;
	height:301px;
	margin:0 0 0 100px;
	padding:0;
	background:url(../_img/form_bg2.gif) no-repeat;
	float:left;
	z-index:5;
	position:relative;
	
	}
	
/**********	style de edito *********/

#col_gauche {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	200px;
	}

#edito p {
	font-size:13px;
	margin:0 0 10px 50px;
	padding:0;
	}
/**********	styles de players *********/

#players h1 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
#players p {

	font-size:10px;
	font-style:italic;
	margin:0;
	padding:0;
	}


	
/**********	div de players *********/

#player1 {
	width:335px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	/*border:1px solid green;*/
	float:left;
	
	}
#player2 {
	width:335px;
	margin:0 0 0 10px;
	padding:0 0 0 0;
	/*border:1px solid green;*/
	float:left;
	
	}

/**********	style de txt_petition *********/

#txt_petition p {
	font-size:13px;
	margin:0 0 10px 0;
	}


/**********	div de footer_petition *********/

#mention_legale {
	width:320px;
	font-size:7px;
	color:#000000;
	margin:0 0 0 590px;
	padding:50px 0 0 0;
	text-align:center;
	}

#mention_legale p {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

#retour_home {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 120px;
	height:100px;
	cursor:pointer;
	position:absolute;
	top:40px;
	left:300px;
	}
