body{
	background-color: #000;
	background-image:url(../images/design_fond.png);
	background-repeat:repeat-x;
	background-position: top left;
	color:#FFFFFF;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:12px;
	
	margin-left:0px;
}

p{

	color:#fff;

}



div#haut{
	background-image:url(../images/design_logo.png);
	background-repeat:no-repeat;
	
	width:592px;
	height:181px;
	
	margin-left:183px;
	
}

	
div#centre_gauche{
	
	background-image:url(../images/design_moi.png);
	background-repeat:no-repeat;
	/*background-position:bottom;*/
	
	width:199px;
	height:619px;
	position:absolute;
	
}

div#centre_droite{
	position:absolute;
	left:200px;

	
}

	div#centre_droite_menu{
		
		height:36px;
		width:615px;
		
		font-family:Tahoma, Geneva, sans-serif;
		font-size:18pt;
		
		color:#82de27;
		
		margin-left:20px;
		
	}
	
		ul#centre_droite_menu_menu
		{
			list-style-type:none;
			
			margin:0;
			height:36px;
			
		}
		
		ul#centre_droite_menu_menu li
		{
			text-align: center ;
			
			height:36px;
			float:left;
			
		}
		
		.nonselectionner
		{
			display: block ;
			text-decoration: none ;
			color:#82de27;
			
			padding-top:5px;
			
			width: 105px ;
			height:36px;
		
		}
		
		.selectionner
		{
			background-image:url(../images/design_menu_mouseover.png);
			background-repeat:no-repeat;
			
			
			display: block ;
			text-decoration: none ;
			padding-top:5px;
			
			width: 105px ;
			height:36px;
			
			color:#fff;
		}
		
	div#centre_droite_centre{
		position:absolute;
		left:22px;
	}
	
		div#centre_droite_centre_haut{
			background-image:url(../images/design_centre_haut.png);
			background-repeat:no-repeat;
			
			
			width:606px;
			height:38px;
		}

		
		div#centre_droite_centre_contenu{
			
			background-image:url(../images/design_centre_contenu_px.png);
			background-repeat:repeat-y;
			
			margin-left:8px;
			width:592px;
			/* height:450px; permet de ne pas limiter la taille en hauteur, comme ça le site est extensible */
			
			overflow:hidden;

			
		}
		
			div#centre_droite_centre_box_gauche{
				
				margin-top: -30px;
				margin-left:9px;
				position:absolute;
				
				font-family:Tahoma, Geneva, sans-serif;

			}
			
				div#centre_droite_centre_box_gauche_titre{
					background-image:url(../images/design_centre_box_left_titre.png);
					background-repeat:no-repeat;
					
					margin-left:116px;
					
					padding-left:20px;
					width:170px;
					height:24px;
					
					
					font-size:13pt;
					
					
				}
				
				div#centre_droite_centre_box_gauche_contenu{
					background-image:url(../images/design_centre_box_left_contenu.png);
					background-repeat:no-repeat;
					
					
					padding-top:10px;
					padding-left:8px;
					width:275px;
					height:92px;
					
					font-size:10pt;
					
					text-shadow:1px 0px 3px #000;
				}
				
			
			div#centre_droite_centre_box_droite{
				margin-top: -30px;
				margin-left:297px;
				position:absolute;
				
			}
			
				div#centre_droite_centre_box_droite_titre{
					background-image:url(../images/design_centre_box_right_titre.png);
					background-repeat:no-repeat;

					
					width:170px;
					height:24px;

					padding-left:20px;
					font-size:13pt;
					
				}
				
				div#centre_droite_centre_box_droite_contenu{
					background-image:url(../images/design_centre_box_right_contenu.png);
					background-repeat:no-repeat;

					width:286px;
					height:92px;
					
					
					padding-top:10px;
					padding-left:8px;
					width:285px;
					height:92px;
					
					font-size:10pt;
					
					
				}
				
					ul#centre_droite_centre_box_droite_contenu_info_puces
					{
						
						list-style-type:circle;
						margin:0;
						padding-left:20px;
						margin-right:14px;
						
						text-shadow:1px 0px 2px #000;
					}
					
					ul#centre_droite_centre_box_droite_contenu_info_puces li
					{
						
					}
				
				div#boite_vide{
					width:592px;
					height:90px;
				} /* CSS Hack par moi, car la div du dessus est en absolute,
					cette boite vide permet alors de recaler le text verticalement
					*/
			
			
			div#centre_droite_centre_contenu_php{
			
				margin-left:12px;
				margin-right:15px;
				
			
			}
	
		div#centre_droite_centre_bas{
			background-image:url(../images/design_centre_bas.png);
			background-repeat:no-repeat;
			
			margin-left:8px;
			width:592px;
			height:118px;
		}
		
