/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.
----------------------------------------------------------------------------*/


/*-- main container --------------------------------------------------------*/

#container {
	background : url() repeat-y 100% 100%;
}

/*--- conteneur principal ---------------------------------------------------------------*/
#header	{
	background : url() no-repeat;
	border-style: solid; 
	border-width: 0px; 
	color: #ffffff;
}

/*--- option pour fond d'écran-----------------------------------------------------*/

body#main_body {
	color: #000000;
	background : url() repeat-x;
	background-color: #ffffff;
	font-size: 13px;
}

/*--- Image site-----------------------------------------------------*/

#gauche1 {
   background : url('image/gauche.jpg') no-repeat;
   background-position: right top 
}
#bloc0 {
   background : url('image/bloc0.jpg') no-repeat; 
}
#annonce1 {
   background : url('image/annonce1.jpg') no-repeat; 
}
#cn4 {
  background : url('image/droite.jpg') no-repeat;
}
#annonce2 {
  background : url('image/annonce2.jpg') no-repeat; 
}