/* CSS Document */
	
body {
	
	font-family: tahoma, verdana, sans-serif;
	font-size: small;
	
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}

.clearZero {
	height: 0px;
	overflow : hidden;
	clear : both;
}





#contenu {

	line-height: 1.5em;
	font-size: 12px;
}

#contenu a {
	color: #20a2dc;
}


#contenu h2 {


	margin-bottom : 0.5em;
	margin-top : 1em;

	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px dotted #000;
}





.unBloc {
	padding : 10px 10px;
	cursor : pointer;
	min-height : 62px;
}

* html .unBloc {
	height : 62px;
}

.unBloc a {
	/*display : block;*/
	text-decoration : none;
	color : #000 !important;

	/*padding : 10px 10px;*/
}

/*.unBloc a:hover {
	background-color : #ded5c3;
}*/

.unBloc a img { border : 0; }

.unBloc .unBloc-photo {
	float : left;
	padding : 1px;
	border : 1px solid #bdb6a2;
	
	margin-right : 10px;

	width : 92px;
	height : 62px;
}

.unBloc .unBloc-titre {
	font-weight : bold;
}
