body {
	margin:0px;
	padding:0px;
	background-image:url(../images/interface_fd.jpg);
    background-position:top center;
	background-repeat:no-repeat;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif ;
	background-color:#000000;
	}

#center {
	width:999px;
	margin:auto;
}

#contain {
	float:left;
	/*background-image:url(../image/fond.png);
	background-repeat:no-repeat;
	background-position: top left;*/
	width:999px;
	min-height:600px;
	}
	
	#photo {
	float:left;
	width:261px;
	height:230px;
	/*background-color:#000000;*/
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
	}
	
	#menu {
	float:left;
	width:203px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	margin-top: -250px;
	}
	
	/*style menu Accordeon verti */
	.accordion_toggle {
			display: block;
			height: 23px;
			/*width: 203px;*/
			background: url(../images/accordion_toggle.png) no-repeat top right #38494f;
			padding: 0px 5px 0px 5px;
			line-height: 23px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			font-weight: bold;
			color: #000000;
			border-left: 1px solid #67818a;
			/*border-bottom: 1px solid #38494f;*/
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
	background: url(../images/accordion_toggle_active.png) no-repeat top right #000000;
	color: #A56C34;
	font-weight: bold;			
			/*border-bottom: 1px solid #000000;*/
		}
		
		.accordion_content {
	background-color: #1b282e;
	color: #CCCCCC;
	overflow: hidden;
		}
			
			.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #A56C34;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 0px 10px 0px 10px;
			}
			
		/*.vertical_accordion_toggle {
			display: block;
			height: 20px;
			width: 600px;
			background: url(../images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(../images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}*/
	/*fin style accordeon verti*/
	
	
	#texte {
	float:left;
	width:340px;
	height: 345px;
	padding-right:10px;
	margin-top: 190px;
	margin-left:120px;
	margin-right: 10px;
	color:#FFFFFF;
	background-color: transparent;
	overflow: auto;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #FF0000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #292518;
	scrollbar-highlight-color: #FFFFCC;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
		}
		
		#texte .titre {
			font-size:14px;
			font-weight:bold;
		}
	
	/*style de liens*/
	a  {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #A56C34
	}
	a:hover  {
	color: #A56C34;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #A56C34
	}
	a.lienmenu  {
	color: #CCCCCC;
	text-decoration: none;
	display:block;
	padding:5px;
	border:none;
	border-bottom:1px dotted #ffffff;
	}
	a.lienmenu:hover  {
	color: #A56C34;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	}
	a.lienmenu:visited  {
	color: #666666;
	text-decoration: none;
	padding-bottom: 1px
	}	
	
	#footer {
		float:left;
		background-image:url(../images/noir50.png);
		background-repeat:repeat;
		width:100%;
		text-align:center;
		padding-top:10px;
		height:20px;
		margin-top:50px;
		color:#FFFFFF;
		border:#666666 1px dotted;
	}
	
	#ferme {
	float:right;
	background-image:url(../images/noir50.png);
	background-repeat:repeat;
	width:65px;
	height: 44px;
	text-align:center;
	bottom: auto;
	}
