/* CSS Document */

#contenu > div {
	border-bottom: 1px solid #53D3CC;
	height : 10em;
	position: relative;
}

#contenu div.elementgris {
	background : #eee;
}

.photopetite {
	width : 137px;
	height : 88px;
	margin : 20px 0 0 0;
}


#contenu > div > div.gauche {
	/*position: absolute;
	left: 150px;
	top: 20px;*/
	float: left;
}
#contenu > div > div.droite {
	margin: 20px 0 0 150px;
}

h2 {
	margin : 0;
	font-size: 14pt;
	color: black;
}
h2 a {
	font-size: 14pt;
	color: black;
	text-decoration : none;
}

p {
	width: 36em;
	/*height: 3.5em;
	overflow: hidden;*/
}

a.info, a.info:link, a.info:visited {
	color: #53D3CC;
	font-size: 14px;
	text-decoration: none;
	
}
a.info:hover, a.info:visited:hover {
	font-weight: bold;
}
