﻿/*********************************************************/
/* zone cliquable virtuelle sur logo pour retour accueil */
/*********************************************************/
#logo
{
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 150px;										/* A déterminer en fonction du bandeau */
	height: 70px;										/* A déterminer en fonction du bandeau */
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
}
/*********************************************************/

/*******************/
/* Bandeau du site */
/*******************/

/* Partie centrale */
#bandeau
{
	width: 733px;
	height: 147px;										/* A déterminer en fonction du bandeau */
	background-color: white;							/* A déterminer en fonction du bandeau */
	background-image: url(MasterPage/bandeau_page_type.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;	
}

#page
{
	width:733px;
	height:600px;
}

#pied
{
	display:block;
	overflow:hidden;
	width:623px;
	height:49px;
	background-image:url(MasterPage/fond_pied_page.jpg);
	
	padding-top:8px;
	padding-left:110px;
	font-size:11px;
	font-family:Tahoma;
	color:#015885;
}

#centre_fond
{	
	background-image :  url(MasterPage/fond_contenu.jpg);
	background-position: right battom;
	background-repeat: no-repeat;
}
#centre_scroll
{	
	display:block;
	overflow:auto;
	width:569px;
	height:396px;
}
#centre_contenu
{
	width:552px;
}

/*******************/
/******************************/
/* Fond de l'ensemble du site */
/******************************/

/* Fond en cas de MasterPage */
body.FrontMaster 
{
	background-image :  url(MasterPage/image_fond_degrade.jpg);
	/*background-position: right bottom;
	background-repeat: no-repeat;	*/	
}
/******************************/


/***********************/
/* Eléments du bandeau */
/***********************/
#search_keywords
{
	float: left;
	position: relative;
	top: 4px;
	left: 104px;
	width: 132px;
	height: 15px;
	background-color: Transparent;
	border-style: none;
	vertical-align: middle;
}

#search_ok
{
	float: left;
	position: relative;
	top: 2px;
	left: 113px;	
	text-decoration: none;
	cursor: pointer;
}

#search_ok div
{
	width: 26px;
	height: 26px;
	background-image: url(MasterPage/bt_ok.jpg);
	background-repeat: no-repeat;
}

#search_ok:hover div
{
	background-image: url(MasterPage/bt_ok_rollover.jpg);
	background-repeat: no-repeat;	
}

#bt_contact
{
	float: left;
	position: relative;
	top: 2px;
	left: 135px;	
	text-decoration: none;
	cursor: pointer;
}

#bt_contact div
{
	width: 26px;
	height: 26px;
	background-image: url(MasterPage/bt_contact.jpg);
	background-repeat: no-repeat;
}

#bt_contact:hover div
{
	background-image: url(MasterPage/bt_contact_rollover.jpg);
	background-repeat: no-repeat;	
}
/***********************/

/**********************************/
/* présentation de la barre flash */
/**********************************/
#MenuFlashCell 
{
	width: 5px;											/* A déterminer en fonction de la naviguation flash */ 
}

#menu
{ 
	z-index: 3;
	clear: left;
	float: left;
}
/**********************************/