#startCreation{
	display: block;
	text-align: center;
	background-color: black;
	color: white;
	font-weight: bold;
}


#leftCol{
	font-size: 11px;
	
}

.cright{
	padding: 25px;
		color: #CCC;	
}

.cright img{
	margin-top: -20px;
	margin-left: -25px;
}

.cright h1{
	color: white;
}

.cright h2{
	color: white;
}

#zoomImage{
	display: none;
	position: fixed;
	top: 180px;
	border: 6px solid white;
}

.zoomable{
	display: block;
	cursor:pointer;
	border-bottom: 1px solid gray;
	padding: 5px;
	
}


.zoomable:hover{
	background-color: #EEE;
}

.whBloc a{
	padding: 5px;
	font-size: 11px;
	text-decoration: none;
	display: block;
	color: #666;
	border-bottom: 1px dotted #DDD;
	
}

.whBloc a:hover{
	color: black;
	background-color: #EEE;
}

li{
	margin-bottom: 15px;
}