/*********************************************************
* CSS screen - layout
* 
* name:     tectonique des plaques
*
* date:     2010.11.20 
* author:   erational <http://www.erational.org>
* version:  0.8
* licence:  GPL
*
**********************************************************/

body {	
  margin: 0;	
  padding: 0;	
  text-align:center;  
}


#banner .core,
#container .core, 
#footer .core {
	margin: 0 auto;
	width: 970px;
	text-align: left;  
}

#container-sommaire .core-sommaire {
	width: 480px;
}

/* 
    precaution sur le resolution etroites:
   le container doit faire au minimum la taille du contenu .core 
*/
#banner ,
#container , 
#footer {
	min-width:1030px;
}

#container-sommaire {
	width:480px;
	margin: 40px auto;
}

#footer {}
#banner {margin:25px 0 8px 0;}
#container {}

#menu {
  width: 174px; margin:0 15px 0 0;
  text-align:left;
  float: left; 
}

#rubrique-content, #content {    /* central col */  
	width: 480px;
	padding:0;
	margin:0 15px 0 0;
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	float: left;
}

#aside {   /* menu right */
	float:left;
	width:286px;
	margin:0; padding:0;
	text-align:left;
}


#footer { clear: both;}



