/******************************/
/* Fond de l'ensemble du site */
/******************************/

/* Fond général */
body {  
	margin: 0px;
	padding: 0px;
	height: 100%;
   FONT-SIZE: 11px;
   COLOR: black;
   SCROLLBAR-FACE-COLOR: #E8EFF6;
   SCROLLBAR-ARROW-COLOR: #024F99;
   SCROLLBAR-TRACK-COLOR: #B2CAE0;
   SCROLLBAR-DARKSHADOW-COLOR: #E8EFF6;
   FONT-FAMILY: verdana,arial,sans-serif;
   BACKGROUND-COLOR: white
}

/* Fond en cas de MasterPage */
body.FrontMaster 
{ 	
}
/******************************/

/*********************************************************/
/* zone cliquable virtuelle sur logo pour retour accueil */
/*********************************************************/
DIV,P,A,TD,INPUT,TEXTAREA,SELECT
	{font-family:verdana,arial,sans-serif;
	color:black;
	font-size:11px;
	}
A.whiteLink:link{text-decoration:none;
	color:#FFFFFF;
	}
A.whiteLink:hover{text-decoration:underline;
	color:#FFFFFF;
	}
A.whiteLink:link{text-decoration:none;
	color:#FFFFFF;
	}
A.whiteLink:visited{text-decoration:none;
	color:#FFFFFF;
	}
	
#logo
{
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100px;											/* A déterminer en fonction du bandeau */
	height:55px;											/* A déterminer en fonction du bandeau */
	display: block;
	float: left;
	cursor: pointer;
	position: absolute;
}
/*********************************************************/

/*******************/
/* Bandeau du site */
/*******************/

/* Partie centrale */
#bandeau
{
	width: 1000px;
	height: 49px; /* A déterminer en fonction du bandeau */
	
	padding: 0px;
	margin: 0px;
	display: block;
	float: none;
}

/* Partie de gauche */
#bandeau div.gauche
{
	width: 1000px;											/* A déterminer en fonction du bandeau */
	height: 49px;											/* A déterminer en fonction du bandeau */
	background-color: transparent;							/* A déterminer en fonction du bandeau */
	background-image: url(MasterPage/bandeau1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	display: block;	
}

/*******************/

/**********************************/
/* présentation de la barre flash */
/**********************************/
#MenuFlashCell 
{
	left:-70px;
	width: 186px;											/* A déterminer en fonction de la naviguation flash */ 
}

#menu
{ 
	z-index: 3;
	clear: left;
	float: left;
	position:absolute;
	top:49px;
	left:1px;
	width:173px;
	height: 438px;											/* A déterminer en fonction de la naviguation flash */
	background-image:url(images/fond_nav_inactive.jpg);
	background-repeat:no-repeat;
	_top:49px;
	
}
/**********************************/

/*********************/
/* Gestion du centre */
/*********************/
#centre 
{
	z-index: 2;
	width: 807px;											/* A déterminer en fonction de la naviguation flash et du bandeau */
	height:400px;
	float: left;
	position: absolute;
	left:193px;
	top:60px;
	_top:49px;
}
/*********************/


#PiedPage
{
	background-image:url(masterPage/fond_pied_page.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
	font-weight: bold;
	color:#ffffff;
	}
