/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.
	----------------------------------------------------------------------
	(location2site.com)

 ----------------------------------------------------------------------------*/
 /*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: x-small; /* IE5 Win */
	font-size: small;
	text-align: center;
}    

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
	line-height: 1.3;
}

/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
    text-align: left;
	width:1206px;
	height: 1024px;	
}
/*--- imagerie du site-----------------------------------------------------*/
#titre {
   position: absolute;
   width: 935px;  
   height: 60px;
   left: 0px;
   top: 0px;
   padding: 15px;
   z-index: 1;   
}
#contenu {
   position: absolute; 
   width: 201px; 
   height: 504px; 
   z-index: 3; 
   left: 25px; 
   top: 210px;   
}
#cn1 {
   position: absolute; 
   width: 1206px; 
   height: 1024px;   
   top: 5px;  
}  
#cn2 {
   position: absolute;
   width: 935px;  
   height: 768px;
   z-index: 1; 
}   
#espace_publicitaire {
   position: absolute;
   width: 750px; 
   height: 60px; 
   z-index: 1; 
   left: 180px;
   top: 4px; 
   text-align: center;
}
#logo {
   position: absolute;
   width: 120px; 
   height: 100px; 
   z-index: 2; 
   left: 25px; 
   top: 45px;
   text-align: center;   
}
#navigation {
   position: absolute;
   width: 750px; 
   height: 20px; 
   z-index: 3; 
   left: 180px; 
   top: 82px;
   background-color: #310031;   
}
#gauche1 {
   position: absolute;
   width: 160px; 
   height: 600px; 
   z-index: 10;
   left: 6px;  
   top: 162px; 
}
#hautd {
   position: absolute; 
   width: 245px; 
   height: 63px; 
   z-index: 4; 
   left: 950px; 
   top: 5px;
   padding: 10px;
   text-align: center;
}
#basd {
   position: absolute; 
   width: 245px; 
   height: 948px; 
   z-index: 5; 
   left: 950px; 
   top: 69px;
   text-align: center;
}

/*-- presentation haut de page ------------------------------------------------------*/ 
#bloc1 {
   position: absolute; 
   width: 750px; 
   height: 143px; 
   z-index: 7; 
   left: 180px; 
   top: 110px;
   background-color: #333333; 
}

/*-- contenu centrale ------------------------------------------------------*/ 
#bloc2 {
   position: absolute; 
   width: 750px; 
   height: 498px; 
   z-index: 11; 
   left: 179px; 
   top: 262px;
   background-color: #000000; 
}
/*-- publicite gauche------------------------------------------------------*/ 
  
#annonce {
   position: absolute; 
   width: 120px; 
   height: 600px;  
   left: 23px; 
   top: 0px;
   text-align: center; 
}

/*-- visionneuse ------------------------------------------------------*/

#image1 {
   position: absolute; 
   width: 137px; 
   height: 125px;
   z-index: 1; 
   left: 8px; 
   top: 8px;
   background-color : #000000;
   text-align: center; 
}
#description {
   position: absolute; 
   width: 105px; 
   height: 20px; 
   z-index: 2; 
   left: 150px; 
   top: 15px;
   text-align: left; 
}
#adresse1 {
   position: absolute; 
   width: 150px; 
   height: 104px;
   Padding: 10px; 
   z-index: 3; 
   left: 165px; 
   top: 16px;
   text-align: center; 
}
#adresse2 {
   position: absolute; 
   width: 150px; 
   height: 104px;
   Padding: 10px; 
   z-index: 4; 
   left: 375px; 
   top: 16px;
   text-align: center; 
}
#adresse3 {
   position: absolute; 
   width: 150px; 
   height: 104px;
   Padding: 10px; 
   z-index: 5; 
   left: 580px; 
   top: 16px;
   text-align: center; 
}
/*-- wingets ------------------------------------------------------*/
#cn3 {
   position: absolute;
   width: 935px;  
   height: 245px;
   z-index: 2;
   left: 6px;   
   top: 774px;
   text-align: center;
   color: #000000;
}
#win1 {
   position: absolute; 
   width: 163px; 
   height: 50px; 
   z-index: -5; 
   left: 47px; 
   top: 45px;
   line-height: 4.0;
   font-size: 14px;
   text-align: center;
   color: #ffffff;
}
#win2 {
   position: absolute; 
   width: 163px; 
   height: 50px; 
   z-index: 2; 
   left: 47px; 
   top: 115px;
   line-height: 4.0;
   font-size: 14px;
   text-align: center;
   color: #ffffff;
}
#footer {
   position: absolute; 
   width: 202px; 
   height: 20px; 
   z-index: 4; 
   left: 24px; 
   top: 900px;
}