/* CSS Document */
/* LAYOUT METIN */
	body {
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		/* centrage global pour IE */
		text-align: center;
	}
	#general {
		width: 760px;
		text-align: left;
		/* centrage global pour Firefox */
		margin-right: auto;
	    margin-left: auto;
	}
	* html #general{
		width: 763px;
	}
	.header {
		position: relative;
		height: 95px
	}
	.header .logo_metin {
		position: absolute;
		top: 0;
		left: 0;
	}
	.header .logo_metin img {
		border: 0px;
	}
	.header .slide {
		height: 74px;
		margin-left: 163px
	}
	.header .menu_top {
		height: 21px;
		text-align: right;
		background-image: url(/images/commun/degrade_menutop.gif);
		background-position: top left;
		background-repeat: repeat-x
	}
	* html .header .menu_top{
		margin-right: 3px;
	}
	.page_body {
		float: left;
		background-image: url(/images/commun/bkg_general.gif);
		background-position: top left;
		background-repeat: repeat-y;
		border-right:1px solid #557DB2;
		min-height: 300px;
	}
	* html .page_body {
		height: 300px;
	}
	.page_body .menu_left {
		float: left;
		width: 159px;
		padding-left: 4px;
		margin-right: 7px;
	}
	.page_body .menu_left a {
		margin-bottom: 4px;
		float: left;
	}
	.page_body .menu_left .magazine {
		float: left;
		position: relative;
		height: 115px;
		width: 76px;
		color: white;
		padding-right: 80px;
	}
				
	* html .page_body .menu_left .magazine {
		width: 156px;
	}
	.page_body .menu_left .magazine a {
		color: #96CDFE;
	}
	.page_body .menu_left .magazine a.couv {
		position: absolute;
		top: 0;
		right: 0;
	}
	.page_body .menu_left a img {
		border: 0px;
	}
	.page_body_simple {
		width: 758px;
		float: left;
		border-left:1px solid #557DB2;
		border-right: 1px solid #557DB2;
		min-height: 300px;
	}
	* html .page_body_simple {
		height: 300px;
	}

	.body_content {
	   	position: relative;
		float: left;
		width: 581px;
		min-height: 402px;
		padding-top: 5px;
		padding-left: 8px;
		color: #3F498A;
	}
	* html .body_content {
	    width: 590px;
		height: 402px;
	}
	.body_content h1, .body_content h2, .body_content h3, .body_content h4, .body_content h5, .body_content h6 {
		margin-top: 0px;
		margin-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.footer {
		float: left;
		width: 760px;
		height: 17px;
		background-color: #061468;
	}
	.footer div {
		padding-top: 1px;
		margin-left: 170px;
		width: 580px;
		height: 16px;
		text-align: right;
		padding-right: 10px;
		font-size: 10px;
		color: white;
		background-color: #557DB2;
	}
	* html .footer div {
    	width: 590px;
	}	
	.footer a {
		font-size: 11px;
		color: white;
		text-decoration: none
	}
	.footer a:hover {
		text-decoration: underline
	}	
