/*************/
/****HTML*****/
/*************/	
	
	/*FORCE LA SCROLLBAR (POUR FIREFOX)*/
	html { 
		overflow-y : scroll;
		}

/*************/
/****BODY*****/
/*************/	
	
	body {
		 background-color:#000000;
		 background-image:url(../Images/Design/BgBody.jpg);
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:11px;
		 text-align:center;
		 color:#CCCCCC;
		 margin:0px;
		 }

/*************/		
/**PRINCIPAL**/	
/*************/
	
	#principal
		{
		background-color:#333333 ;
		width: 760px;
		
		/*Centrage de la boite*/
		position:absolute;
		margin-left:-380px;
		left:50%;
		}

/**************/		
/**CONTENEURS**/	
/**************/

	#conteneurMenusPage
		{
		background-image: url(../Images/Design/conteneurMenusPage.jpg);
		background-position: left;
		background-repeat:repeat-y ;
	 	background-color:#333333 ; 
		width: 760px;
		overflow:hidden;
		}
		
	#conteneurMenusPageTopBottom
		{
		text-align:center;
		background-color:#333333; 
		width: 760px;
		height:20px;
		}

	#conteneurPage
		{
		 background-color: #333333 ;
		 width: 520px;
		 min-height:390px;
		 float:left;
		 text-align: center;
		}


/****************/		
/****BANNIERE****/	
/****************/
	
	#banniere 
		{
		background-image:url(../Images/Design/Banniere.jpg);
		background-position:center;
		background-repeat:no-repeat;
		width: 760px;
		height:100px;
		float: center;
		text-align: center; 
		}

/********************/		
/****MENU GAUCHE*****/	
/********************/

	#menuG
		{ 
	 	background-image: url(../Images/Design/MenuG/BgMenuG.jpg);
		background-position: left;
		background-repeat:repeat-y ;
	 	background-color:#333333 ; 
		width: 120px;
		height:390px;
		float: left;
		font-size: 11px;
		}
	
	#menuGTop
		{
		background-image:url(../Images/Design/MenuG/BgMenuGTop.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		background-color:#333333;
		height:20px ;
		width:120px;
		float: left;
		font-size:0px; /*plus petit que la police, alors police à 0*/
		}

	#menuGBottom
		{
		background-image:url(../Images/Design/MenuG/BgMenuGBottom.jpg);
		background-repeat:no-repeat;
		background-position:top;
		background-color:#333333;
		height:30px ;
		width:120px;
		float: left;
		font-size:0px; /*plus petit que la police, alors police à 0*/
		}
		
	#menuGTitre
		{
		background-image:url(../Images/Design/MenuG/BgMenuGTitre.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		background-color:#666666;
		font-size:0px;
		height:16px ;
		}

	#menuG a   
		{
		color:#FFFFFF ;
		}
	  
	#menuG a:hover 
		{
		color: #3399FF ;
		}


/*************/		
/****PAGE*****/	
/*************/	
		
	#page
		{
		 background-color: #333333 ;
		 width: 500px;
		 min-height:390px;
		 float:left;
		 text-align: center;
		 margin-left:6px;
		 
		}

	
	#pageTop
		{
		background-color:#333333 ;
		width: 520px;
		height:20px;
		float:left;
		font-size:0px;
		text-align:left;
		}
		
	#pageBottom
		{
		background-color:#333333 ;
		width: 520px;
		height:30px;
		float:left;
		font-size:0px;
		}
	
	#conteneurPage
		{
		  background-color:#333333 ;
		  width: 520px;
		  float: left;
		  text-align: center;
		}
		
	#page a   
		{
		color:#DBDBDB ;
		}
	  
	#page a:hover 
		{
		color: #3399FF ;
		}
		
	#menuH
		{
		background-color:#009999;
		height:16px;
		padding-left:8;
		padding-bottom:0;
		padding-right:8;
		padding-top:8;
		}		
		
		
	
	

/********************/		
/****MENU DROITE*****/	
/********************/

	#menuD
		{
		  background-image: url(../Images/Design/MenuD/BgMenuD.jpg);
		  background-position: left;
		  background-repeat:repeat-y ;
		  background-color:#333333 ; 
		  width: 120px ;
		  height:390px ;
		  float:left;
		  font-size:11px;
		  text-align:left;
		}
	
	#menuDTop
		{
		background-image:url(../Images/Design/MenuD/BgMenuDTop.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		background-color:#333333;
		height:20px ;
		width:120px;
		float: left;
		font-size:0px; /*plus petit que la police, alors police à 0*/
		}

	#menuDBottom
		{
		background-image:url(../Images/Design/MenuD/BgMenuDBottom.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		background-color:#333333;
		height:30px ;
		width:120px;
		float: left;
		font-size:0px; /*plus petit que la police, alors police à 0*/
		}

	#menuD a   
		{
		color:#FFFFFF ;
		}
	  
	#menuD a:hover 
		{
		color: #3399FF ;
		}
		
/**************/		
/**** FOND ****/	
/**************/

	#fond 
		{
		background-image:url(../Images/Design/Fond.jpg);
		background-repeat:no-repeat;
		background-color: #333333 ;
		width: 760px;
		height:50px;
		float:left;
		text-align: center; 
		font-size:9px;
		}
	
/**************/		
/****MESSAGE***/	
/**************/	


	#msg
		{
		color:#FFFFFF;
		
		border:solid;
		border-width:1;
		padding-left:11;
		padding-bottom:11;
		padding-right:11;
		padding-top:11;
		
		
		border-bottom-color:#666666;
		border-top-color:#666666;
		border-left-color:#666666;
		border-right-color:#666666;
		font-size:11px;
		}
	
	#ajout
		{
		color:#FFFFFF;
		
		border:solid;
		border-width:1;
		
		border-bottom-color:#666666;
		border-top-color:#666666;
		border-left-color:#666666;
		border-right-color:#666666;
		font-size:11px;
		}
		
		
	#news
		{
		color:#DBDBDB;
		
		border:inherit;
		border-width:1;
		padding-left:11;
		padding-bottom:11;
		padding-right:11;
		padding-top:11;
		
		
		border-bottom-color:#666666;
		border-top-color:#666666;
		border-left-color:#666666;
		border-right-color:#666666;
		font-size:11px;
		}
		
	#dada
		{
		background-image:url(../Images/Design/BanniereTitre1.jpg);
		background-position:center;
		background-repeat:no-repeat;
		height:50px;
		font-weight:bolder;
		color:#272727;
		font-size:16px;
	
		text-align:center;
		padding-top:17;
		
		}	