/***
* [SPECIFIQUE] POPIN MYBOX
***/
#mybox #myboxOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 9998;
}

#mybox #myboxContainer {
	position: absolute;
	top: 50px;
	left: 50px;
	background: #FFFFFF;
	border: 1px solid #949494;
	z-index: 9999;
}

#mybox #myboxContent {
	overflow: hidden;
}

#mybox .myboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 38px;
	height: 38px;
	background: #000000 url('../images/template/close-mini-white-cross.png') no-repeat 12px 12px;
	text-decoration: none;
}

/* Partage avec un ami */
.shareContainer {
	height: 353px;
	padding: 17px 23px 0px 17px;
	background: #FFFFFF url('../images/template/bg-shareV2.jpg') no-repeat top left;
}

.shareContainer h3 {
	font-family: 'FuturaBook';
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.shareContainer p.comingSoon {
	margin: 50px 0px 0px 0px;
	font-family: 'Arial';
	font-size: 14px;
	color: #CC0000;
}

.shareContainer form p {
	margin-bottom: 10px;
	font-family: 'Arial';
	font-size: 10px;
	font-style: italic;
	color: #CC0000;
}

.shareContainer form p label {
	display: block;
	font-family: 'FuturaMedium';
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
	margin-bottom: 3px;
}

.shareContainer form p textarea {
	height: 100px;
}

.shareContainer form p input[type='submit'] {
	display: block;
	height: 25px;
	line-height: 25px;
	border: 1px solid #FFFFFF;
	font-family: 'FuturaMedium';
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
	background: #FFFFFF url('../images/pushs/mini-black-arrow.png') no-repeat 5px 5px;
	padding: 0px 14px 0px 28px;
	margin-bottom: 10px;
}


/* Telechargement des 3 premiers chapitres */
.shareContainer p.downloadChapter {
	width: 315px;
	line-height: 24px;
	margin: 50px 0px 0px 0px;
	font-family: 'Arial';
	font-size: 14px;
	color: #000000;
}

.shareContainer div.downloadChapter div {
	position: relative;
	display: block;
	width: 260px;
	height: 34px;
	margin-bottom: 15px;
}

.shareContainer div.downloadChapter div a {
	position: absolute;
	display: block;
	float: left;
	width: 260px;
	height: 34px;
	line-height: 36px;
	background: black url('../images/pushs/mini-white-arrow.png') no-repeat 5px 10px;
	border: none;
	font-family: 'FuturaBook';
	font-size: 16px;
	color: white;
	text-decoration: none;
	padding: 0px 0px 0px 28px;
	margin: 7px 7px 7px 0px;
	white-space: nowrap;
}

.shareContainer div.downloadChapter div img {
	position: absolute;
	top: 0px;
	right: 5px;
}

/* Lecture d'un extrait */
.bookContainer {
	width: 970px;
	height: 680px;
	background: #FFFFFF;
}

.bookContainer h3 {
	width: 970px;
	height: 43px;
	line-height: 43px;
	font-family: 'FuturaBook';
	font-size: 22px;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}

.bookContainer iframe {
	height: 593px;
	width: 970px;
}

#bookContainer .bookWrapper {
	position: relative;
	height: 593px;
	width: 970px;
}

#bookContainer .bookWrapper .forPrev {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 66px;
	height: 593px;
	cursor: pointer;
}

#bookContainer .bookWrapper .forPrev .btnPrev {
	display: block;
	width: 38px;
	height: 38px;
	background: #000000 url('../images/template/prev-white-arrow.png') no-repeat 9px 13px;
	margin: 277px 14px 0px 14px;
}

#bookContainer .bookWrapper .forNext {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 66px;
	height: 593px;
	cursor: pointer;
}

#bookContainer .bookWrapper .forNext .btnNext {
	display: block;
	width: 38px;
	height: 38px;
	background: #000000 url('../images/template/next-white-arrow.png') no-repeat 11px 13px;
	margin: 277px 14px 0px 14px;
}

#bookContainer .bookWrapper .forBook {
	position: absolute;
	top: 0px;
	left: 66px;
	display: block;
	width: 838px;
	height: 593px;
}

.bookContainer .forMore {
	position: absolute;
	bottom: 0px;
	left: 66px;
	display: block;
	width: 838px;
	height: 44px;
}

.forMore .mesVotes {
	padding: 5px 0px 5px 0px;
	width: 50%;
	float: right;
}

.forMore .mesVotes .voteWrapper {
	position: relative;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	margin-top: 8px;
}

.forMore .mesVotes .voteWrapper span {
	position: absolute;
	top: 0px; 
	left: 0px;
	display: block;
	width: 24px;
	height: 27px;
	background: url('../images/pushs/mini-white-arrow.png') no-repeat 5px 7px;
}

.forMore .mesVotes .voteWrapper .voteText {
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	padding: 0px 8px 0px 24px;
	font-family: 'FuturaBook';
	font-size: 12px;
	color: #FFFFFF;
	white-space: nowrap;
}

.forMore .mesVotes .voteWrapper .voteText a {
	color: #FFFFFF;
	text-decoration: none;
}

.forMore .mesVotes .voteWrapper .voteCount {
	display: block;
	float: right;
	height: 27px;
	line-height: 27px;
	padding: 0px 10px 0px 10px;
	font-family: 'FuturaBook';
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.forMore .mesVotes p {
	float: right;
	font-family: 'FuturaBook';
	font-size: 10px;
	color: #CC0000;
	line-height: 1.2em;
	padding: 0px;
}

.forMore .monAchat {
	width: 50%;
	float: right;
	text-align: right;
}

.forMore .monAchat h5 {
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	font-family: 'FuturaMedium';
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	margin-right: 30px;
}

.forMore .monAchat a {
	display: block;
	float: left;
	margin: 0px 7px 0px 0px
}



.forMore .mesLiens {
	padding: 5px 0px 5px 0px;
	width: 50%;
	float: left;
}

.forMore .mesLiens .buttonLink {
	position: relative;
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
}

.forMore .mesLiens .buttonLink a {
	display: block;
	float: left;
	height: 27px;
	line-height: 29px;
	background: #000000 url('../images/pushs/mini-white-arrow.png') no-repeat 5px 7px;
	font-family: 'FuturaBook';
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 14px 0px 28px;
	margin: 7px auto 7px auto;
	white-space: nowrap;
}

.forMore .mesLiens .sendMail a {
	padding: 0px 48px 0px 28px;
}

.forMore .mesLiens .sendMail img {
	position: absolute;
	top: 9px;
	right: 10px;
}

.forMore .mesLiens .readSome a {
	padding: 0px 48px 0px 28px;
}

.forMore .mesLiens .readSome img {
	position: absolute;
	top: 5px;
	right: 3px;
}

.inform .mesLiens .readCrit a {
	/*width: 153px;*/
	padding: 0px 80px 0px 28px;
}

.inform .mesLiens .readCrit img {
	position: absolute;
	top: 3px;
	right: -11px;
}

.inform .mesLiens .viewDraw a {
	width: 153px;
	padding: 0px 80px 0px 28px;
}

.inform .mesLiens .viewDraw img {
	position: absolute;
	top: 6px;
	right: -10px;
}

.affiche .readCrit a {
	width: 153px;
	padding: 0px 80px 0px 28px;
}

.affiche .readCrit img {
	position: absolute;
	top: 3px;
	right: -130px;
}

.affiche .viewDraw a {
	width: 153px;
	padding: 0px 80px 0px 28px;
}

.affiche .viewDraw img {
	position: absolute;
	top: 6px;
	right: -120px;
}



#bookToRead {
	width:838px;
	height:593px;
	background: #FFF;
}
#bookToRead .turn-page{
	width: 419px;
	height: 593px;
	background-color:#FFFFFF;
	border: 1px solid #D1D1D1;
}

#bookToRead .onePage p {
	font-family: 'Arial';
	font-size: 12px;
	line-height: 1.2em;
	color: #000000;
	padding: 20px 15px 25px 15px;
}

.pageGarde h1 {
	font-family: 'FuturaMediumSC';
	font-size: 27px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	margin: 130px 0px 15px 0px;
}

.pageGarde h1 span.h1Light {
	font-family: 'FuturaLightSC';
}

.pageGarde h2 {
	font-family: 'FuturaMedium';
	font-size: 27px;
	color: #F00000;
	background: -webkit-gradient(linear, left top, left bottom, from(#F00000), to(#A30000));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	text-align: center;
}





.allCrits {
	width: 950px;
	height: 597px;
	margin: 20px;
	overflow-y: scroll;
}

.allDraws {
	width: 950px;
	height: 680px;
	margin: 20px;
	overflow-y: scroll;
}

#critiques {
	width: 97%;
	border: 1px solid #666666;
}

#critiques .critique {}

		
#critiques .critique .enteteCrit {
    padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}


#critiques .critique .enteteCrit h3 {
	width: 75%;
	padding-top: 5px;
	padding-left: 10px;
	font: bold 16px Arial;
	color: #000000;
	text-align: left;
	text-transform: none;
}


#critiques .critique .enteteCrit span {
	padding-top: 25px;
	padding-left: 10px;
	font: italic 14px Arial;
	color: #333333;
}

#critiques .critique .enteteCrit a {
	padding-top: 40px;
	padding-left: 10px;
	font: italic 12px Arial;
	color: #CC0000;
}


#critiques .critique .enteteCrit .note {
	display: block;
	text-align: center;
	padding: 10px 10px 5px 10px;
	margin: 10px 10px 0px 0px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font: bold 18px Arial;
	line-height: 20px;
	color: #FFFFFF;
	background: #00CC00;
	top: 0;
	right: 0;
}




#critiques .critique .contentCrit {
	display: none;
	padding: 15px;
	-webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, .15);
	box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, .15);
	border-bottom: 1px solid #CCCCCC;
}

#critiques .critique .contentCrit p {
	font: 12px Arial;
	color: #000000;
	line-height: 1.33em;
}

#critiques .critique .contentCrit p span {
	display: block;
	margin: 15px 0px 5px 0px;
	font: bold 14px Arial;
	color: #333333;
}

#esquisses {
	background-image: url('../images/template/1920_1200_background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	text-align: center;
}

#esquisses img {
	display: block;
	margin: 0 auto;
}

/***
* FIN - [SPECIFIQUE] POPIN MYBOX
***/

/*Footer*/

.footerSlider {
	position: relative;
}

.footerSlider .footerWrapper {
	position: relative;
	height: 79px;
	overflow: hidden;
}

.footerSlider .footerWrapper .footerContainer{
	position: absolute;
	top: 0px;
	left: 0px;
}

a.goTop, 
a.goBot {
	position: absolute;
	left: 0px;
	display: none;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
}

.goTop {
	top: 0px;
	background: #FFFFFF url('../images/template/up-micro-black-arrow.png') no-repeat 2px 3px;
}

.goBot {
	top: 115px;
	background: #FFFFFF url('../images/template/dw-micro-black-arrow.png') no-repeat 2px 3px;
}


.inform .mesLiens .buttonLink a.longStrip {
	position: relative;
	display: block;
	float: left;
	height: auto;
	line-height: 28px;
	background: black url('../images/pushs/mini-white-arrow.png') no-repeat 5px 22px;
	border: none;
	font-family: 'FuturaBook';
	font-size: 20px;
	color: white;
	text-decoration: none;
	padding: 0px 45px 0px 30px;
	margin: 7px 7px 7px 0px;
	white-space: auto;
}

#dottedContent .oneContainer .affiche .buttonLink a.longStrip {
	height: auto;
	line-height: 22px;
	background: black url('../images/pushs/mini-white-arrow.png') no-repeat 5px 16px;
	white-space: auto;
}


.nouvPlume {
	height: 67px;
	border-bottom: 1px solid #CCCCCC;
}

.nouvPlume img {
	float: left;
}

.nouvPlume span {
	float: left;
	margin: 0px 0px 0px 20px;
	font: bold 16px/67px Arial;
	color: #666666;
    line-height: 30px;
}