a.link1:hover{color:#b66a66}

	a.link1{
		color:#f168a8;
	}
	
	#mainContainer{
		width:710px;
		margin:0 auto;
		border-left:0px solid #000;
		border-right:0px solid #000;
		text-align:left;
		height:100%;
	}
	#leftMenu{
		float:left;
		width:267px;
		padding-left:3px;
	}

	#contentContainer{
		width: 5px;
		float:left;
		padding-right:10px;
	}

	/* END CSS ONLY NEEDED FOR THIS DEMO */

	#dhtmlgoodies_menu{	/* Menu object */
		margin:0px;
		padding:0px;
		width:220px;	/* Width of menu */
	}
	#dhtmlgoodies_menu li{
		margin-top:2px;	/* Space between each menu item */


		/* Don't change these four values */
		list-style-type:none;
		clear:both;
		display:block;
		overflow:auto;
	}

	#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
		color:#000;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Arial, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:0.7em;	/* Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		background-color:#988F9A;
		padding-left:3px;
		line-height:25px;	/* Height of menu links */

	}
	#dhtmlgoodies_menu li div{
		float:left;

	}
	
	
	.gallerycontainer{
	position: relative;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
	}
	
	.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
	}
	
	.thumbnail:hover{
	background-color: transparent;
	}
	
	.thumbnail:hover img{
	border: 1px solid blue;
	}
	
	.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}
	
	.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	}
	
	.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 90;
	left: 210px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

p.corpus

{
font-family:"arial";
color:#4F3F2A;
text-align: justify;
font-size:12;
}




	a.link2{
		color:#fffffff;
		text-decoration:none;
		font-weight:bold ;
	}
	
	
	.conteneur {
	position: relative;
	float:right;

	top:-20px; 
	width:111px; 
	height:91px; 
	background-color:#ffffff; 
	padding:0;
	}
