/* Start of CMSMS style sheet 'B612_1COLOR-OF-DIV' */
/******************************************************************************/
/*********************************VARIA*****************************************/
/******************************************************************************/
img { /*if img is inside "a" it would have borders, we don't want that*/
      border: 0; 
      }

div.hr { /*as we hide all hr for accessibility we create new hr with extra div element*/
      height: 1px;
      padding: 0em;
      border-bottom: 1px dotted #fff;
      margin: 1em;
      }



/******************************************************************************/
/**********************************BODY***************************************/
/******************************************************************************/
body {
   background: #252525 url(B612_THEME/bg.jpg) 0 0 repeat-x;
   color: #89817f;
     }


/*******************************PAGE_MAIN_TABLE*******************************/
/******************************************************************************/
#page_main_table {
     background: transparent url(http://architecte.b612associates.net/B612_THEME/photosfond/rotate.php) 
     no-repeat; 
}


/*********************************HEADER *************************************/
/******BREADCRUMBS ******/

#breadcrumbs {
     }

#breadcrumbs span.lastitem { 
     } 

/******SEARCH ******/

#search {
     }



/*******************************MAIN CONTAINER **********************************/

#main_container {
	border: 0px;
	}
	
/************************/
/*****LEFT CONTAINER ****/
/************************/

#left_container {
	border: 0px;
	}
	
/*****NEWS****/

/*****MENU****/


/************************/
/*****RIGHT CONTAINER****/
/************************/

#right_container {
        background: transparent;
	border: 0px;
	}

#EQUIPE {
	height:450px;
	background-image: url(uploads/images/BURO/BURO_WEB.jpg);
        background-repeat: no-repeat;
}


/************************************FOOTER***************************************/


#footer {
           }

.infooter {  
}
/* End of 'B612_1COLOR-OF-DIV' */

