#tarifs
{
	width: 633px;
	height: 202px;
	height: 12px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	margin-top: 28px;
	line-height: 15px;
}

#tarifs #pictures
{
	width: 630px; /* TODO */
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#tarifs #pictures #picture1
{
	width: 150px;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/tarifs_photos1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 1px solid #000;
}

#tarifs #pictures #picture2
{
	width: 150px;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/tarifs_photos2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;	
	border: 1px solid #000;
}

#tarifs #pictures #picture3
{
	width: 150px;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/tarifs_photos3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;	
	border: 1px solid #000;
}

#tarifs #pictures #picture4
{
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 89px;
	background-image: url(../images/tarifs_photos4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;	
	border: 1px solid #000;
}

#tarifs #description
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	border: 0px solid #FFFFFF;
	background-color: #353535;
}

#tarifs #description #header_T
{
	height: 17px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}

#tarifs #description #content
{	
	font-family: Tahoma, Arial;
	font-size: 12px;
	margin-top: 18px;
	padding-bottom: 7px;
	line-height: 15px;
}

#tarifs #description #content img
{	
	margin-left: 1.5px;
	margin-right: 1.5px;
}

#tarifs #description #content .separation
{
	width: 100%;
	height: 1px;
	background-image: url(../images/tarifs_miniseparation.jpg);
}	

#picturesfooter #separation
{
	width: 904px;
	height: 2px;
	background-image: url(../images/tarifs_separation.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#picturesfooter .shape
{
	margin-top: 38px;
	width: 300px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 38px;
}

#picturesfooter .shape #logo
{
	width: 64px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/acrobat_logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#picturesfooter .shape .link
{
	height: 30px;
	padding-top: 2px;
	padding-bottom: 4px;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
}

#picturesfooter .shape .link a
{
	color: #DDDCDC;
	text-decoration: underline;
}

#picturesfooter .shape .link a:hover
{
	color: #DDDCDC;
	text-decoration: none;
}

