/* CSS - Collection */
#header { background: url(img_globale/fond-haut-rose.gif) no-repeat; }

/* ZONE CONTENU - Gauche Contenu **************************************************************************************/
.gaucheContenu {
	width: 200px;
	background: url(img_collection/cage_br.gif) 60px bottom no-repeat; }
	#menu_collection {
		float: left;
		width: 150px;
		margin-left: 50px;
		margin-top: 50px;}
		#menu_collection ul li {
			width: 155px;
			height: 24px;
			line-height: 23px;
			text-align: left;
			font-size: 10px;
			color: #AD9E8D;
			text-transform: uppercase;
			border-bottom: 1px solid #E7E7E7; }
			#menu_collection ul li a {
				color: #AD9E8D;
				padding-left: 5px; }
			#menu_collection ul li a:hover {
				display: block;
				width: 150px;
				height: 24px;
				padding-left: 5px;
				color: #5A3D1B;
				background-color: #F2F0ED;}
			#menu_collection img { margin-bottom: 20px;}

/* ZONE CONTENU - Droite Contenu **************************************************************************************/
.droiteContenu {
	width: 652px;
	margin-left: 0px;
	padding-left: 0px;
	background: url(img_collection/lapin2_br.gif) 310px bottom no-repeat; }	
	.imgCollection {
		float: left;
		width: 350px;
		height: 350px;
		margin-top: 50px;
		margin-left: 11px;
		border: 1px solid #E7E7E7; }

/* ZONE CONTENU - Droite Contenu | Vignettes-nav ************************************************************************/				
.vignettes-nav {
	float: left;
	width: 230px;
	height: 326px;
	margin-left: 20px;
	margin-top: 35px; }
	.vignettes {
		float: left;
		width: 40px;
		height: 40px;
		margin-right: 15px;
		margin-top: 15px;
		margin-bottom: 0px;
		border: 1px solid #E7E7E7;}
		p {
			height: 65px;
			margin-top: 20px;
			width: 180px;}
				
