/*****************************************************************************/     
/* Bandeau de navigation haut                                               **/
/*****************************************************************************/  
#global {
	min-width:790px;
/* censé permettre l'utilisation de min-height non compris par IE mais pas Firefox*/
/* !important ignore toute autre reference à cet attribut de style dans la meme classe ou id*/

	min-height:590px;
	height:auto !important;
  	height:2024px; /* 1149 */

	padding:5px;
	background:#400000;
}

/*****************************************************************************/     
/* Bandeau de navigation haut                                               **/
/*****************************************************************************/  
#entete {	
	min-height:60px;
	background-color:#aaaaFF;
	padding:0px;

	border-right: 1px solid #3333FF;
	border-bottom: 1px solid #3333FF;
}
/* globalNav */
#bandeau{
	background-color: #aaaaFF; /* bleu */
	margin: 10px;
	border: 2px solid #2222FF;
	padding: 1px 1px 1px 1px;
	/*white-space: nowrap;*/
}

/*****************************************************************************/     
/* main                                             **/
/*****************************************************************************/  
#main {
	overflow:auto;
	
	min-height:590px;
	height:auto !important;
  	height:/*1300*/ 2024px; /* 600 */

	background-color:#CCCCCC; /* gris */
	padding:5px;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

/*****************************************************************************/     
/* Bandeau de navigation gauche                                             **/
/*****************************************************************************/  
#leftMenu {
	float:left;
	width:150px;
	padding:5px;

	min-height:590px;
	height:auto !important;
  	height:2024px;

	background-color: #CCFFCC; /* vert */
	border-right: 1px solid #33DD33;
	border-bottom: 1px solid #33DD33;
}

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 3px 3px 3px 3px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */



/******************************************************************************/     
/* Zone d'info pour page EVENTS                                             **/
/******************************************************************************/  
#pageNews {
	border:1 solid #000000;
	background-color:#CCFFCC;
	padding:5px;
	margin-left:5px;
	margin-bottom:5px;
	float:right;
	width:250px;
}



/******************************************************************************/     
/* Zone logo pour page EVENTS                                             **/
/******************************************************************************/  
#pagePics {
	border:1 solid #000000;
	background-color:#CCCCCC;
	margin-top:0px;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px;
	float:left;
	width:134px;
}

