
#principal{
	padding-top: 15px;
	margin: auto;
	width: 700px;
}
#photo{
    float: left;
    /*width:540px;
    padding: 20px;*/
    margin:auto;
    /*overflow: hidden;*/
}
#photo img{
	/*box-shadow: 7px 10px 12px #888888;*/
}
#miniPhoto{
    float: left;
    /*width:550px;
    height:104px;
    padding-left: 20px;
    margin:auto;*/
    background-color: white;
}
#miniPhoto img:hover{
	opacity: 0.5;
	/*border: 2px solid yellow;*/
	cursor: pointer;
}
.precSuiv{
	color: white;
	float: left;
	width: 75px;
	/*margin-top: 277px;*/
}
.precSuivMini{
	color: white;
	float: left;
	width: 75px;
	/*margin-top: 40px;*/
}
.pointer{
	cursor: pointer;
}
.miniImg{
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	background-color: white;
	/*border: 2px solid transparent;*/
}
.bordMinImg{
	opacity: 0.5;
	background-color: white;
	/*border: 2px solid red;*/
}
.clearBoth{
	clear: both;
}