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

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

 ----------------------------------------------------------------------------*/


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

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width:938px;
	height: 990px;	
	
}

/*-- titre ville ------------------------------------------------------*/

#ville {
   position: absolute; 
   width: 240px; 
   height: 23px;  
   left: 8px; 
   top: 24px; 
   text-align:center;
   font-size:22px;
   color:#ffffff;
} 

#titre {
   position: absolute; 
   width: 200px; 
   height: 60px;  
   left: 730px; 
   top: 40px; 
   text-align:center;
   font-size:12px;
   color:#ffffff;
} 

#g728 {
   position: absolute; 
   width: 470; 
   height: 72px;  
   left: 250px; 
   top: 34px; 
   text-align:center;
}  

/*-- Navigation ------------------------------------------------------*/

#menu {
   position: absolute; 
   width: 100%; 
   height: 45px;  
   left: 0px; 
   top: 118px; 
   text-align:left;
   font-size:12px;
   color:#ffffff;
   background : url('resources/image/bouton.gif') no-repeat;
} 

#lien1 {
   position: absolute; 
   width: 154px; 
   height: 23px;  
   left: 22px; 
   top: 20px; 
   text-align:center;
   font-size:14px;
} 

#lien2 {
   position: absolute; 
   width: 154px; 
   height: 23px;  
   left: 208px; 
   top: 20px; 
   text-align:center;
   font-size:14px;
} 

#lien3 {
   position: absolute; 
   width: 154px; 
   height: 23px;  
   left: 394px; 
   top: 20px; 
   text-align:center;
   font-size:14px;
} 

#lien4 {
   position: absolute; 
   width: 154px; 
   height: 23px;  
   left: 578px; 
   top: 20px; 
   text-align:center;
   font-size:14px;
} 

#lien5 {
   position: absolute; 
   width: 154px; 
   height: 23px;  
   left: 765px; 
   top: 20px; 
   text-align:center;
   font-size:14px;
} 

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	/*position: relative;*/
	margin: 0 57px 0 0;
	padding: 0;
	margin: 0;

}

/*-- bases ------------------------------------------------------*/ 

#base1 {
   position: absolute; 
   width: 542px; 
   height: 138px;  
   left: 15px; 
   top: 198px; 
   text-align:left;
   font-size:10px;
   color:#ffffff;
   background : url('colorschemes/colorscheme3/images/static/cadre.gif') no-repeat;
} 
  
#base2 {
   position: absolute; 
   width: 542px; 
   height: 138px;  
   left: 15px; 
   top: 349px; 
   text-align:left;
   font-size:10px;
   color:#ffffff;
   background : url('colorschemes/colorscheme3/images/static/cadre.gif') no-repeat;
}

#base3 {
   position: absolute; 
   width: 542px; 
   height: 138px;  
   left: 15px; 
   top: 504px; 
   text-align:left;
   font-size:10px;
   color:#ffffff;
   background : url('colorschemes/colorscheme3/images/static/cadre.gif') no-repeat;
}

#base4 {
   position: absolute; 
   width: 905px; 
   height: 98px;  
   left: 15px; 
   top: 820px; 
   text-align:center;
   font-size:10px;
   color:#ffffff;
}

/*-- pub ------------------------------------------------------*/

#pub {
   position: absolute; 
   width: 354px; 
   height: 615px;  
   left: 580px; 
   top: 210px; 
   text-align:center;
}

/*-- commentaire ------------------------------------------------------*/

#com1 {
   position: absolute; 
   width: 338px; 
   height: 368px;  
   left: 220px; 
   top: 320px; 
   text-align:left;
   font-size:12px;
   color:#ffffff;
}

#logo1 {
   position: absolute; 
   width: 88px; 
   height: 31px;  
   left: 650px; 
   top: 636px; 
   text-align:center;
}

#logo2 {
   position: absolute; 
   width: 88px; 
   height: 31px;  
   left: 760px; 
   top: 636px; 
   text-align:center;
}

/*-- inter régionaux ------------------------------------------------------*/

#com2 {
   position: absolute; 
   width: 542px; 
   height: 138px;  
   left: 15px; 
   top: 657px; 
   text-align:left;
   font-size:12px;
   color:#ffffff;
   background : url('colorschemes/colorscheme3/images/static/cadre.gif') no-repeat;
}

#com3 {
   position: absolute; 
   width: 337px; 
   height: 139px;  
   left: 580px; 
   top: 712px; 
   text-align:left;
   font-size:12px;
   color:#ffffff;
}

#com4 {
   position: absolute; 
   width: 98%; 
   height: 25px;  
   left: 8px; 
   top: 952px; 
   text-align:center;
   font-size:10px;
   color:#ffffff;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

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

body#main_body {
	margin: 10;
	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;
}


/*--- forms ----------------------------------------------------------------*/

#content_container fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

#content_container input {
	border-style: solid;
	border-width: 1px;
}

#content_container textarea {
	border-style: solid;
	border-width: 1px;
}

#content_container button {
	border-style: solid;
	border-width: 1px;
}

/*--------------------------------------------------------------------------*/