/* 
	cms.css
*/

#cmsBookseller {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#cmsBookseller .address {
	width: 50%;
	text-align:left;
	float: left;
	padding: 1em;
	line-height: 1.7em;
}

#cmsBookseller .separator {
	margin-top: 1em;
	clear: both;
	margin-bottom: 1em;
}

#cmsBookseller .information {
	margin-top: 2em;
	padding: 1em;
	line-height: 1.7em;
	text-align: justify;
	padding-right: 10px;
	clear: both;
	font-size: larger;
}

#cmsBookseller .background {
	background-color: #E8E8E8;
}

#cmsBookseller .picture {
	width: 40%;
	padding-top: 4em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	padding-left: 20px;
}
#cmsBookseller .communication {
	width: 45%;
	text-align:center;
	padding-top: 0px;
	float: left;
	text-align: left;
	padding: 1em;
}

#cmsBookseller .search {
	width: 49%;
	position: relative;
	float: left;
	padding: 1em;
}

#cmsBookseller h2 {
	font-size: 1.2em;
	color: #647697;
	font-weight: bold;
	padding-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #e8e8e8;
}

#cmsBookseller h5
{
	font-size: 1.6em;
	color: black;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: left;
}

#cmsBookseller #gmap {
	width: 200px;
	float: left;
	margin-right: 1em;
	padding-top: 0;
}

#cmsBookseller .cmsForm td, #cmsBookseller .cmsForm tr {
	vertical-align: top;
}

/* Youtube Video plugin begin */
.youtubeVideoBlock {
	text-align: center;
	margin-bottom: 1em;
}

.youtubeVideoBlock .imageLink {
	position: relative;
	margin: auto auto;
}

.youtubeVideoBlock .imageLink :HOVER {
	cursor: pointer;
}

.youtubeVideoBlock .imageLink img {
	position: absolute;
	top: 0; left: 0;
}

.youtubeVideoBlock .imageLink .playButton {
	position: absolute;
	width: 69px;
	height: 50px;
	left: 50%; margin-left: -34px;
	top: 50%; margin-top: -25px;
	background: url(../../img/pictos.png) no-repeat;
	background-position: -76px -97px;
}

.youtubeVideoBlock .imageLink .playButton:HOVER {
	background-position: -145px -97px;
}

.youtubeVideoBlock .hidden {
	display: none;
}
/* Youtube Video plugin end */

/* end cms.css */

