/* CSS Document */
/* 
	Ici on défini les bases du site :
	- La structure des pages
	- Les menus (nav principale, nav du footer, sous-menus déroulants ...)
	- Le bouton de rappel
	- Le H1 (remplacement par le logo du site)
	- Les différents éléments du footer (powered, hcard ...)
*/


/* Structure du site */

	body {
	background-color: #FFFFFF;		
	}
	#global {

	}
	#header {
	display:none;
	}
	#accueil #header,
	#biocitech #header,
	#offre #header,
	#presse #header,
	#emplois #header,
	#entreprises #header,
	#contact #header {
	display:none;
	}
	#nav {
	display:none;
	}
	#center {
	width:518px;	
	}
	

/**/


/* Les différents éléments de #center */

	#content {
	width:518px;
	}
	
	#accueil #content,
	#biocitech #content,
	#offre #content,
	#presse #content,
	#emplois #content,
	#entreprises #content,
	#contact #content {
	background-image: none;
	}
	
	#bloc1Container {
	float:left;
	}
	#bloc1 {
	background-color: #FFFFFF;
	}
	
	#bloc1Haut {
	display:none;
	}
	#bloc1Bas {
	display:none;
	}
	
	#bloc2Container {
	float:left;
	}
	#bloc2 {
	background-color: #FFFFFF;
	}
	#bloc2Haut{
	display:none;
	}
	#bloc2Bas {	
	display:none;
	}	
	#bloc3Container {
	float:left;
	}
	#bloc3 {
	background-color:#FFFFFF;
	}
	#bloc3Haut {
	display:none;
	}
	#bloc3Bas {
	display:none;
	}
	#bloc3 ul {
	margin-left: 5px;
	}
	#bloc3 li {
	list-style-type: disc;	
	}

	#bloc1 img, #bloc2 img, #bloc3 img {
	float:left;
	}
	#bloc1 p, #bloc2 p, #bloc3 p {
	float:left;
	}
	#bloc1 ul, #bloc2 ul, #bloc3 ul {
	float:left;
	}
	#menuGauche {
	display:none;
	}	
	

	/* Alignement des images */
	.left 		{ float:left; margin-right: 10px; }
	.right 		{ float:right; margin-left: 10px; }
	
	#footer {
	float:left;
	margin-top: 20px;
	}
	
	#footer ul {
	display:none;
	}
	#footer.vcard {
	clear:both;
	}

