body {
	padding:0;
	margin:0;
	font-family : Arial;font-size:12px;
}

img {border:0;}

.page {
	margin:0 auto;
	width:1020px;
	height:620px;
	background-image:url('images/fond.jpg');
}

.logo {
	width:307px;
	height:190px;
	position:relative;
	top:0px;
	left:100px;
}

.centre {
	width:748px;
	height:490px;
	margin:11px 0 0 135px;
}

.bloctexte {
	background-image:url('images/fond_texte.png');
	width:600px;
	height:300px;
	overflow:auto;
	margin:50px 0 0 50px;
	font-size:12px;
}

.bloctexte_contact {
	background-image:url('images/fond_texte.png');
	width:600px;
	height:400px;
	overflow:auto;
	margin:50px 0 0 50px;
	font-size:12px;
}

.bloctexte p {
	text-align:justify;
	margin:5px 10px 10px 10px;
}

.bloctexte a {text-decoration:none;color:#000;font-weight:bold;}

/***********************************************************************
		MENU 
	***********************************************************************/

/* 
	General styles for this example page */
	/*
.menu {
	margin:-153px 0 0 400px;
}
.menu div {
	float:left;
	width:98px;
	text-align:center;
}
.menu a {
	color:#000;
	text-decoration:none;
	font-size:20px;
}
*/


	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
	
	#dhtmlgoodies_menu{
		visibility:hidden;
			margin:-153px 0 0 400px;
			
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{
		margin:0px;
		padding:0px;
		color:#000;
		font-size:18px;
		text-decoration:none;
	}
	
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		/*border:1px solid #000;*/
		/*background-color:#FFF;*/
		padding:0px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		/*background-color:#ececec;*/
		overflow:visible;
	}
	
	/* #dhtmlgoodies_menu .currentDepth2 {background-image:url('media/images/drop_down_background2.png');} */
	
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		width:200px;
		padding:1px;
		background-color:#FFF;
		display: block; 
  		padding-bottom: 15px;
		margin-top:8px;
		/*border:1px solid #000;*/
	}
	
	#dhtmlgoodies_menu ul.menuBlock3{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		width:200px;
		padding:1px;
		/*background-image:url('media/images/background-menu.png');
		background-repeat:no-repeat;
		background-position: bottom; */
		display: block; 
  		padding-bottom: 15px;
		margin-left:0px;
		/*border:1px solid #000;*/
	}
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	
	}
	
	/*
	Main menu items 
	*/
									/* menu principal Coeur corps ... plus */
	
	#dhtmlgoodies_menu .currentDepth1 {
		padding-left:6px;
		padding-right:6px;
		height:20px;
	}

	#dhtmlgoodies_menu .currentDepth1over {
		padding-left:6px;
		padding-right:6px;
		height:20px;
	}
	
	#dhtmlgoodies_menu .currentDepth1 a{
		/*font-weight:bold;*/
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#000;
/*		font-weight:bold;*/
	}
									/* FIN menu principal Coeur corps ... plus */
									
	/* Sub menu depth 1 */

	
	#dhtmlgoodies_menu .currentDepth2 a, #dhtmlgoodies_menu .currentDepth3 a, #dhtmlgoodies_menu .currentDepth2over a, #dhtmlgoodies_menu .currentDepth3over a {
		width:190px;
		padding-top:3px;
		padding-bottom:3px;
		padding-left:5px;
		display:block;
		color:#000;
		letter-spacing:1px;
		border-bottom:1px solid #d0d0d0;
		font-size:14px;
		text-indent:5px;
	}
	
	#dhtmlgoodies_menu .currentDepth2 a, #dhtmlgoodies_menu .currentDepth3 a {
		/*font-weight:bold;*/
		
	}
	#dhtmlgoodies_menu .currentDepth2over a, #dhtmlgoodies_menu .currentDepth3over a {	/* Text rules */
		background-color:#616161;
/*		font-weight:bold;*/
	}


