
body{
	background-image : url(images/bgn.jpg);	
	background-color : #ccc;
	text-align : left;
	font-family:  verdana, arial,helvetica,sans-serif;
	margin: 0;
	font-size :100%;
	
}


/*START MENUS*/

#indexmenu{
   position : absolute;
   left: 100px;
   margin-top :386px;
   font-size :90%;
   z-index : 15;
   background-color : none;
   width :800px;
   height :20px;
   /*border : 1px purple solid;*/
} 

#indexmenu_1 {
   position : absolute;
   left: 350px;
   margin-top :0px;
   background-color : none;
   line-height: 70%;
   width :150px;
   height :20px;
   /*border : 1px purple solid;*/
} 


#indexmenu_2 {
   position : absolute;
   left: 420px;
   margin-top :0px;
   background-color : none;
   line-height: 70%;
   width :150px;
   height :20px;
   /*border : 1px purple solid;*/
} 


#mainmenu{
   position : absolute;
   left: 88px;
   margin-top :144px;
   font-size :90%;
   z-index : 15;
   background-color : none;
   width :800px;
   height :20px;
   /*border : 1px purple solid;*/
} 

#mainmenu_1 {
   position : absolute;
   left: -10px;
   margin-top :12px;
   background-color : none;
   line-height: 70%;
   width :150px;
   height :20px;
   /*border : 1px purple solid;*/
} 

#mainmenu_2 {
   position : absolute;
   left: 85px;
   margin-top :0px;
   background-color : none;
   text-align : center;
   line-height: 70%;
   width :130px;
   height :20px;
   /*border : 1px purple solid;*/
} 


#mainmenu_3 {
   position : absolute;
   left: 200px;
   margin-top :12px;
   text-align : center;
   background-color : none;
   text-align : center;
   line-height: 70%;
   width :180px;
   height :20px;
   /*border : 1px purple solid;*/
} 



#mainmenu_4 {
   position : absolute;
   left: 390px;
   margin-top :12px;
   background-color : none;
   text-align : center;
   line-height: 70%;
   width :90px;
   height :20px;
   /*border : 1px purple solid;*/
} 


#mainmenu_5 {
   position : absolute;
   left: 510px;
   margin-top :12px;
   background-color : none;
   text-align : center;
   line-height: 70%;
   width :90px;
   height :20px;
   /*border : 1px purple solid;*/
} 


#mainmenu_6 {
   position : absolute;
   left: 602px;
   margin-top :0px;
   background-color : none;
   text-align : center;
   line-height: 70%;
   width :130px;
   height :20px;
   /*border : 1px purple solid;*/
} 


#mainmenu_7 {
   position : absolute;
   left: 780px;
   margin-top :12px;
   background-color : none;
   text-align : center;
   line-height: 70%;
   width :90px;
   height :20px;
   /*border : 1px purple solid;*/
} 


/*START SPLASH*/

#index{
	background-image : url(images/index.jpg);
	background-repeat:no-repeat;	
	background-color : #fff;
	position : relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	z-index : 1;
	top : 0;
	left : 0;
	width :1024px;
	height : 600px;
	/*border: 1px #333366 solid;*/
}


#index_content {
	text-align : center;
	position : absolute;
	left : 80px;	
	top: 420px;	
	z-index : 1;
	width :860px;
	height :120px;
	/*border: 1px blue solid;*/
}

/*END SPLASH*/




/*START TAG*/

#tag {
	text-align : left;
	position : absolute;
	left :80px;	
	top: 380px;	
	z-index : 1;
	width :205px;
	height :120px;
	/*border: 1px blue solid;*/
}

/*END TAG*/

/*START ACCUEIL*/

#accueil{
	background-image : url(images/grille.jpg);
	background-repeat:no-repeat;	
	background-color : #fff;
	position : relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	z-index : 1;
	top : 0;
	left : 0;
	width :1024px;
	height :1150px;
	/*border: 1px #333366 solid;*/
}


#accueil_content {
	text-align : left;
	position : absolute;
	left : 80px;	
	top: 550px;	
	z-index : 1;
	width :860px;
	height :120px;
	/*border: 1px blue solid;*/
}

/*END ACCUEIL*/



/*START COPYRIGHT*/

#copyright {
	text-align : center;
	position : absolute;
	left :31px;	
   font-size :80%;
top: 1099px;	
	z-index : 1;
	width :959px;
	height :15px;
	/*border: 1px blue solid;*/
}

/*END COPYRIGHT*/



/*LINKS AND TEXT*/

a.menu:link, a.menu:visited { 
	text-decoration:none; 
	color:#FFF; 
	font-weight : normal;
	background:transparent; 
} 

a.menu:hover, a.menu:active { 
	text-decoration:none; 
	color:#cc0000; 
	font-weight : normal;
	background:transparent; 
} 


.p1_black {
	margin-top: 0px;		
	line-height : 1.7em;
	font-size :80%;	
	color:#000; 	
	/*border: 1px #fff solid;*/	
}	

.p_indent {
	text-indent:10px;
	line-height : 0.8em;
}	
