/* corsemiel_photos.css */
div#conteneur {
	position:relative;
	width:770px;
	height:100%;
	margin:0 auto;
}
div.picture {
	float:left; height:120px; width:100px;
	margin-left:20px;
	margin-right:0px;
	margin-top:0;
	margin-bottom:15px;
	background: #F7F0E6;
}
div.picture img {
	border: none;
	height: 75px; width: 100px;
	padding:0;
	margin: 0;
}
div.picture ul {
	background:#F7F0E6;
	color:#993300;
	margin: 0px;
	padding: 0;
	/*padding: 0.6em 0 0 0.2em;*/
}
div.picture ul li {
	display: block;
	list-style: none;
}
.separation {
	clear:both;
	visibility:hidden;
}
.retour_photos {
	/*margin-top:-35px;*/
	margin-top:-25px;
	margin-bottom:5px;
}
.retour_photos a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	margin-left:600px;
	color:#993300;
	text-decoration:none;
}
.retour_photos a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	text-align: center;
	margin-left:600px;
	color:#006699;
	text-decoration:none;
}


