/**********************************************************
	Style des différentes parties de la page INDEX.html
	1. Banner
	2. Header (header + menu)
	3. Corps
	4. Footer
**********************************************************/

/**********************************************************
	1. Banner
	Style s'appliquant à la bannière
**********************************************************/
div#banner
{
	width:750px;
	height:66px
}

img#banner
{
	border:1px solid black;
}

/**********************************************************
	2. Header
	Style s'appliquant à l'entête
**********************************************************/
div#header
{
	width:750px;
	margin-top:2px;
}

/**********************************************************
	2. Header
	Style s'appliquant au menu
**********************************************************/
tr.menu
{
	height:39px;
}

td.menu
{
	width:700px;
	height:39px;
	background-image:url(../images/menu/center_menu.gif);
	background-repeat: repeat-x;
	text-align:right;
}

span.menu
{
	opacity:0.6;
	filter:Alpha(opacity=60);
	height:28px;
	float:right;
}

img.menu
{
	width:22px;
	height:22px;
	vertical-align:middle
}


/**********************************************************
	3. Corps
	Style s'appliquant au corps de la page DIV + IFRAME
**********************************************************/
div#corps
{
	width:750px;
}

iframe#main-frame
{
	width:100%;
	height:370px;
	border:0px;
}


/**********************************************************
	4. Footer
	Style s'appliquant au pied de page
**********************************************************/
div#footer
{
	border-top:1px solid orange;
	width:744px;
	height:25px;
}

img.footer-img
{
	vertical-align:middle;
}

