/* Base */
@import url(http://static.typepad.com/.shared:v93e0102:typepad:fr_fr/themes/common/base-weblog.css?v=2);

/* Tip Jar */
@import url(http://static.typepad.com/.shared:v93e0102:typepad:fr_fr/themes/common/tipjar.css);

/* Portal */

/* Theme Builder *//* general page elements */

a
{
	text-decoration: underline;
	font-weight: bold;
}

a:link { color: #c40f42; }
a:visited { color: #c40f42; }
a:hover { color: #F22F63; }
a:active { color: #c40f42; }


/* layout */

body
{
	margin: 0;
	color: #515151;
	background: #e5e5e5;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #FFFFFF;
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #FFFFFF;
	text-align: center;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #FFFFFF;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: xx-large;
	font-weight: bold;
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */

	#banner
	{
		height: 370px;
		background-image: url("http://grosbif.typepad.fr/.a/6a00d8341caba253ef017eeaeb96e1970d-pi");
		background-position: 15px 15px;
		background-repeat: no-repeat;
		text-align: left;
	}

	#banner-inner { overflow: visible; padding: 0; }

	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 370px;
		text-indent: -1000em;
	}

	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}



/* default to artistic/calendar/timeline layout */

#container
{
	width: 780px;
}


.layout-artistic #alpha,
.layout-calendar #alpha
{
	width: 315px; /* 285px + 15px + 15px */
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header
{
	margin: 1px 0 10px 0;
	border: 0;
	
	color: #c40f42;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: xx-large;
	line-height: normal;
	text-align: left;
	
	
	
}

.entry-header a
{
	text-decoration: none;
	font-weight: normal;
}

.entry-header a:link { color: #c40f42; }
.entry-header a:visited { color: #c40f42; }
.entry-header a:hover { color: #c40f42; }
.entry-header a:active { color: #c40f42; }

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comments-info,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border-top: 1px dotted #999999;
	padding: 3px;
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* modules */

	.module a
	{
		text-decoration: none;
		font-weight: inherit;
	}

	.module a:link { color: #003366; }
	.module a:visited { color: #003366; }
	.module a:hover { color: #003366; }
	.module a:active { color: #003366; }


.module-header
{
	margin: 5px 0;
	border: 0;
	
	color: #9d0431;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;
	line-height: normal;
	
	
	
	letter-spacing: .02em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #003366;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: 150%;
	
	
	
	text-align: left;
}

.module-list { margin: 0; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 0;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #9d0431;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;
	border: 0;
	text-align: left;
	
	
	
	
	letter-spacing: .02em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}

.module-tipjar-r2 .tipjar-button
{
			float: left;
	
}

.module-miniprofile img {
	border-width: 0;
}


/* moblog1 tweaks */



	.layout-moblog1 #alpha
	{
		width: 200px;
	}

	.layout-moblog1 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog1 #beta
	{
		width: 380px;
	}

	.layout-moblog1 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog1 #gamma
	{
		width: 200px;
	}

	.layout-moblog1 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* moblog2 tweaks */



	.layout-moblog2 #alpha
	{
		width: 100px;
	}

	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 #beta
	{
		width: 350px;
	}

	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 #gamma
	{
		width: 190px;
	}

	.layout-moblog2 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 #delta
	{
		width: 140px;
	}

	.layout-moblog2 #delta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 .module-photo img { width: 100px; height: auto; }


/* timeline tweaks */


	.layout-timeline #alpha
	{
		width: 390px; /* 285px + 15px + 15px */
	}

	.layout-timeline #beta
	{
		width: 390px;
	}

	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }


/* one-column tweaks */

	.layout-one-column #container
	{
		width: 500px;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-left tweaks */

	.layout-two-column-left #container
	{
		width: 700px;
	}


	.layout-two-column-left #alpha
	{
		width: 200px;
	}

	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-two-column-left #beta
	{
		width: 500px;
	}

	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-right tweaks */

	.layout-two-column-right #container
	{
		width: 800px;
	}


	.layout-two-column-right #alpha
	{
		width: 500px;
	}

	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-two-column-right #beta
	{
		width: 300px;
	}

	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* three-column tweaks */

	.layout-three-column #container
	{
		width: 1000px;
	}


	.layout-three-column #alpha
	{
		width: 200px;
	}

	.layout-three-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column #beta
	{
		width: 500px;
	}

	.layout-three-column #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column #gamma
	{
		width: 300px;
	}

	.layout-three-column #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* three-column-right tweaks */

	.layout-three-column-right #container
	{
		width: 1000px;
	}


	.layout-three-column-right #alpha
	{
		width: 500px;
	}

	.layout-three-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column-right #beta
	{
		width: 200px;
	}

	.layout-three-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column-right #gamma
	{
		width: 300px;
	}

	.layout-three-column-right #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}





/* Custom CSS */
.photoTitle
{
   font-family: 'pt-sans-narrow'; 
   font-size: 13pt; 
   color: #ffffff;
   font-weight: normal;
   position: relative;
   top: -585px;
   left: 15px;
   text-shadow: 0px 1px 2px #000000;
   text-align: left;
}

.photo
{
   margin-bottom: 0px;
}

.review-author
{
   text-align: center;
}

.review-author img
{
   width: 90px;
   height:  90px;
   margin: 8px;
   box-shadow: 0px 1px 3px #555; 
   border-radius: 2px;
}

.reviewSeparator
{
   height: 1px; 
   border: 0; 
   margin: 0px;
   padding: 0px;
   border-top: 1px dotted DarkGray;
   position:relative;
   top: 0px;
}

.reviewContent
{
   padding-top: 20px;
   margin-left: 40px;
   margin-right: 40px;
}

.reviewSignature
{
   text-align: right;
   margin-left: 40px;
   margin-right: 50px;
}

p.first
{
   text-align: justify;
   text-decoration: italic;
}

p.first:first-letter
{
   display:block;
	float:left;
	font-size: 300%;
	font-weight: normal;
	margin-right: 6px;
	margin-top: 10px;
}

p.default
{
   text-align: justify;
}



.posterTab img 
{ 
   opacity: 0.4; 
   width: 87px;
   height: 116px;
   padding: 0px;
   margin: 5px;
   box-shadow: 0px 1px 3px #555; 
   border-radius: 2px;
}

.posterTab:hover img 
{
  opacity: 1.0;
}

.posterTab .selected 
{
  opacity: 1.0;
}

.rating
{

}

.rating .r00
{
   width: 65px;
   height: 13px;
   background-image: url('http://grosbif.typepad.fr/images/ratings/rating-00.png');
   background-size: 65px; 13px;
   margin: auto;
}

.rating .r05
{
   width: 65px;
   height: 13px;
   background-image: url('http://grosbif.typepad.fr/images/ratings/rating-05.png');
   background-size: 65px; 13px;
   margin: auto;
}

.rating .r10
{
   width: 65px;
   height: 13px;
   background-image: url('http://grosbif.typepad.fr/images/ratings/rating-10.png');
   background-size: 65px; 13px;
   margin: auto;
}

.rating .r15
{
   width: 65px;
   height: 13px;
   background-image: url('http://grosbif.typepad.fr/images/ratings/rating-15.png');
   background-size: 65px; 13px;
   margin: auto;
}

.rating .r20
{
   width: 65px;
   height: 13px;
   background-image: url('http://grosbif.typepad.fr/images/ratings/rating-20.png');
   background-size: 65px; 13px;
   margin: auto;
}

.rating .r25
{
   width: 65px;
   height: 13px;
   background-image: url('http://grosbif.typepad.fr/images/ratings/rating-25.png');
   background-size: 65px; 13px;
   margin: auto;
}

.rating .r30
{
   width: 65px;
   height: 13px;
   background-image: url('http://grosbif.typepad.fr/images/ratings/rating-30.png');
   background-size: 65px; 13px;
   margin: auto;
}

.rating .r35
{
   width: 65px;
   height: 13px;
   background-image: url('http://grosbif.typepad.fr/images/ratings/rating-35.png');
   background-size: 65px; 13px;
   margin: auto;
}

.rating .r40
{
   width: 65px;
   height: 13px;
   background-image: url('http://grosbif.typepad.fr/images/ratings/rating-40.png');
   background-size: 65px; 13px;
   margin: auto;
}

.rating .r45
{
   width: 65px;
   height: 13px;
   background-image: url('http://grosbif.typepad.fr/images/ratings/rating-45.png');
   background-size: 65px; 13px;
   margin: auto;
}

.rating .r50
{
   width: 65px;
   height: 13px;
   background-image: url('http://grosbif.typepad.fr/images/ratings/rating-50.png');
   background-size: 65px; 13px;
   margin: auto;
}




.author
{
   float: left; 
   width: 50px;
   height: 50px;
   margin-left: 3px;
   margin-right: 10px; 
   margin-bottom: 10px;
   box-shadow: 0px 1px 3px #555; 
   border-radius: 2px;
}

.publicationDate
{
   font-size: 14px;
}

.socialButtons
{
   margin-left: 3px;
   height: 30px; 
   clear: both;
}

.sectionIllustration2
{
   width: 210px;
   height: 280px;
   padding: 0px;
   margin-top: 0px;
   margin-left: 5px; 
   margin-right: 10px; 
   margin-bottom: 10px; 
   box-shadow: 0px 1px 5px #555;
   border-radius: 2px;
}

.sectionFestival
{
   float: left; 
   width: 260px;
   height: 360px;
   padding: 0px;
   margin-top: 0px;
   margin-left: 5px; 
   margin-right: 10px; 
   margin-bottom: 10px; 
   box-shadow: 0px 1px 3px #555; 
   border-radius: 2px;
}

.tabLine
{
   width: 700px;
   height: 9px;
   background-image: url(http://grosbif.typepad.fr/Images/Cannes/Theme/TabLine.png); 
   background-repeat: no-repeat; 
   background-position: center bottom;
   background-size: 760px 9px;
}

.tabShadowTop
{
   width: 700px;
   height: 15px;
   background-image: url(http://grosbif.typepad.fr/Images/Cannes/Theme/TabShadowTop.png); 
   background-repeat: no-repeat; 
   background-position: center top;
   background-size: 700px 15px;
}

.tabShadowBottom
{
   width: 700px;
   background-image: url(http://grosbif.typepad.fr/Images/Cannes/Theme/TabShadowBottom.png); 
   background-repeat: no-repeat; 
   background-position: center top;
   background-size: 700px 43px;
}
.tabArrow0
{
  height: 9px;
}

.tabArrow1
{
   height: 9px;
   background-image: url(http://grosbif.typepad.fr/Images/Cannes/Theme/TabSelection.png); 
   background-repeat: no-repeat; 
   background-position: center top;
   background-size: 14px 9px;
}


.tabLink0
{
  text-align: center;
}

.tabLink1
{
  text-align: center;
}

.tabLink0 a
{
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

.tabLink1 a
{
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

.tabBackground
{
   background-image: url(http://grosbif.typepad.fr/Images/Cannes/Theme/BorderA.png); 
   background-repeat: no-repeat; 
   background-size: 700px 60px;
}

.moviePoster
{
   width: 240px;
   height: 330px;
   padding: 0px;
   margin: 0px;
   box-shadow: 0px 1px 3px #555; 
   border-radius: 2px;
}

.movieTrailer
{
   padding: 0px;
   margin: 0px;
   box-shadow: 0px 1px 3px #555; 
   border-radius: 2px;
}

.movieTitle
{
   font-weight: bold;
   font-size: 20px;
   color: black;
}

.movieOriginalTitle
{
   font-weight: bold;
   font-style: italic;
   color: black;
}

.movieYear
{
   font-size: 20px;
   color: black;
}

.movieData
{

}

.movieLabel
{
   font-weight: bold;
}

.sectionTitle
{
   font-size: 17px;
   font-weight: bold;
}

.sectionTitle2
{
   font-size: 20px;
   font-weight: bold;
   color: black;
   text-decoration:underline;
}

.sectionTitle3
{
   font-size: 13px;
}

.sectionTitle4
{
   font-size: 20px;
   font-weight: bold;
   color: black;
}

.sectionTitle5
{
   font-size: 26px;
   font-weight: bold;
   font-color: #ffffff;
   background-color : #c40f42;
   width: 700px;
}

.article
{
   clear: both; 
   line-height: 0px;
}

.articleTitle
{
   font-family: 'franklin-gothic-ext-comp-urw';
   font-size: 32px;
   font-weight: 700;
   line-height: 90%;
   position: relative;
   left: 5px;
   top: 8px;
   padding-bottom: 12px;
}

.articleTitle a
{
   text-decoration: none;
}

.articleInfo
{
   font-family: 'pt-sans-narrow'; 
   font-size: 9.5pt; 
   color: #868484;
   position: relative;
   left: 5px;
   top: 6px;
}

.articleSummary
{ 
   text-align: justify;
   font-family: 'pt-sans-narrow';
   font-weight: normal;
   font-size: 12pt;
   line-height: 130%;
   position: relative;
   left: 5px;
   top: 20px;
   width: 680px;
}

.articleIcon
{
   float: left; 
   width: 200px;
   height: 130px;
   padding: 0px;
   margin: 5px; 
   box-shadow: 0px 1px 3px #555; 
   border-radius: 2px;
}

.articleBreak
{
   clear: both;
   padding-top: 1px; 
   padding-bottom: 10px; 
}

.articleSeparator
{
   height: 1px; 
   border: 0; 
   border-top: 1px dotted DarkGray;
   position:relative;
   top: 6px;
}

.avis
{
   clear: both; 
   padding-top: 15px;
}

.avisAuthor
{
   float: left; 
   width: 88px;
   height: 112px;
   padding: 4px;
   margin-top: 0px;
   margin-left: 5px; 
   margin-right: 10px; 
   margin-bottom: 10px; 
   box-shadow: 0px 1px 5px #555;
}

.avisTitle
{
   font-size: 17px;
   font-weight: bold;
}

.avisRating img
{
   width: 120px;
}

.avisText
{
   padding-top: 10px;
}

.facebook-share-button
{
   position: relative;
   top: 0px;
}

.twitter-share-button
{
   position: relative;
   left: 10px;
}

.fbtn img
{
   width: 128px;
   height: 128px;
   padding: 4px;
   margin: 5px; 
   box-shadow: 0px 1px 5px #555;
   background-color: white;
   border-radius: 2px;
}

.fbLarge 
{
   text-align: center;
}

.fbLarge img
{
   width: 695px;
   padding: 0px;
   margin-left: 3px;
   margin-top: 5px;
   margin-bottom: 5px; 
   box-shadow: 0px 1px 3px #555; 
   border-radius: 2px;
}

.section
{
   clear: both; 
}

.sectionIllustration
{
   float: left; 
   width: 120px;
   height: 150px;
   padding: 4px;
   margin-top: 0px;
   margin-left: 5px; 
   margin-right: 10px; 
   margin-bottom: 10px; 
   box-shadow: 0px 1px 5px #555;
   border-radius: 2px;
}

.small img
{
   padding: 0px;
   margin: 5px; 
   box-shadow: 0px 1px 3px #555;
   border-radius: 2px;
}

.illustration
{
   padding: 0px;
   margin: 5px;
   box-shadow: 0px 1px 3px #555; 
   border-radius: 2px;
}

.redBold
{
  color: #c40f42;
  font-weight: bold;
}










body
{
   font-family: 'pt-sans-narrow';
   font-size: 12pt;
   line-height: 140%;
}

.module-header
{
   margin: 5px 0px;
   padding-top: 10px;
   border: 0;
   color: #c40f42;
   font-family: 'franklin-gothic-ext-comp-urw';
   font-size: 30px;
   line-height: normal;
   letter-spacing: 0px;
   text-align: left;
   background-image: url(http://grosbif.typepad.fr/Images/Cannes/Theme/BorderA.png); 
   background-repeat: no-repeat; 
   background-size: 310px 4px;
}

.module-content
{
   font-family: 'pt-sans-narrow';
   font-size: 16px;
   color: #666666;
   line-height: 130%;
}

.paragraph {text-align:justify;}

.paragraph p {text-align:justify;}

#box1 {position:absolute;}
#box1 span{display:block;float:left;}
.mask1{
	position:relative;
	width:1070px;
	height:430px;
	overflow:hidden;
}

.banner
{
   width:1070px;
   height: 169px;
   box-shadow: 0px 1px 3px #555; 
   border-radius: 2px;
}

#banner
{
   background-image:url('http://grosbif.typepad.fr/Images/Cannes/Theme/Banner.jpg');
   background-size:1070px 169px;
   background-repeat:no-repeat;
   display:none;
}

#headline
{
   padding-left: 15px;
   padding-top: 10px;
}

.headline-large
{
   width: 1070px; 
   height: 430px; 
   box-shadow: 0px 1px 3px #555; 
   border-radius: 2px;
}

.headline-mini
{
   width: 346px; 
   height: 169px; 
   box-shadow: 0px 1px 3px #555; 
   border-radius: 2px;
}

#live
{
   width: 1070px; 
   height: 175px;
}

#mcs5_container {width:900px; height:160px; padding:0px; position:relative; top: 9px; margin-left:170px; }
#mcs5_container .customScrollBox {width:900px; overflow:hidden;}
#mcs5_container .customScrollBox .horWrapper {position:relative; left:0; }
#mcs5_container .customScrollBox .container {position:relative; left:0; display:inline-block; *display:inline;}
#mcs5_container .customScrollBox .content {position:relative; left:0; clear:both; height:148px; }
#mcs5_container .dragger_container {position:relative; left:0; height:0px; width:880px; margin:10px; border-top:1px solid white;}
#mcs5_container .dragger {width:60px; height:9px; background:white no-repeat; margin-top:-5px;}
	⁃	#mcs5_container .dragger_pressed{position:absolute; width:60px; height:9px; background:white no-repeat; margin-top:-5px;}

#menus
{
   padding-left: 15px;
}

#menus ul 
{
   margin:0;
   padding-top: 5px; 
   padding-bottom: 3px;
   height: 28px;
}

#menus ul li
{
   float: left;
   margin: 0;
   padding: 0;
   list-style:none;
}

#menus ul li a
{
   text-decoration: none; 
   font-size: 11pt;
   color: #3c3b3b;
}

#menus ul li a:hover
{
   color: #c40f42;
}

#menu-search
{
   width: 250px; 
   text-align: right;
}

.menu-space
{
   width: 170px;
   white-space:nowrap;
   border: 1px solid white;
}

.menu-shadow
{
   width: 1070px; 
   height: 8px;
}

.menu-link
{
   margin-top: 2px;
}

.menu-separator
{
   width: 30px;
   white-space:nowrap;
   border: 1px solid white;
}

#countdown
{
   width: 1070px; 
   height: 128px; 
}

.countdown-background
{
   width: 1070px;
   height: 128px;
   box-shadow: 0px 1px 3px #555;  
   border-radius: 2px;
}

#countdown-blog {padding-left: 209px; position: absolute;}
#countdown-blog div.set{float:left}
#countdown-blog h2{text-align:center; font-size:18px}
#countdown-blog ul{list-style-type:none;height:103px;padding-top:2px;}
#countdown-blog li{
   float:left; 
   background-image:url(http://grosbif.typepad.fr/countdown/filmstrip_countdown_9-0-retina.png);
   background-position: 0 0;
   background-size: 53px 6180px; 
   width:53px;
   height:103px;
}
#countdown-blog div.separator1 {float:left; width: 10px;}
#countdown-blog div.separator2 {float:left; width: 10px;}
#countdown-blog div.separator3 {float:left; width: 10px;}
#countdown-blog div.separator4 {clear: both; width: 0px;}



blockquote {
  margin: 10px 0px 20px 0px;
  background-image: url('http://grosbif.typepad.fr/Images/blockquote-open.gif');
  background-position: middle left;
  background-repeat: no-repeat;
}

blockquote p {
  display: block;
  font-style: italic;
  font-size: 130%;
  color : #686868;
  padding: 10px 40px 10px 40px;
  background-image: url('http://grosbif.typepad.fr/Images/blockquote-close.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
} 

blockquote cite{
  padding-right: 40px;
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 100%;
}

.mainbox {text-align:justify;}

.offset-default
{
   padding-left: 15px; 
   padding-top: 15px; 
}

.entry-header a
{
  font-family: 'franklin-gothic-ext-comp-urw';
  font-size: 55px;
  font-weight: bold;
  line-height: 80%;
}

.entry-header 
{
  font-family: 'franklin-gothic-ext-comp-urw';
  font-size: 55px;
  font-weight: bold;
  line-height: 80%;
}

.layout-three-column
{
   background-image:url('http://grosbif.typepad.fr/Images/Cannes/Theme/Blog-Background.png');
   background-repeat:vertical;
   background-position:center;
}

.layout-three-column #container { width: 1100px; }
.layout-three-column #alpha { width: 15px; }
.layout-three-column #beta { width: 700px; padding-left: 10px; padding-top: 10px; }
.layout-three-column #beta-inner { border: 0px ; padding: 0px 0px 0px 0px; background: #FFFFFF;}
.layout-three-column #gamma { width: 345px; padding-left: 15px;}

a:hover {
 cursor:pointer;
}

.live-background
{
   width: 1070px;
   height: 163px;
   box-shadow: 0px 1px 3px #555;  
   border-radius: 2px;
}

#homeIcon
{
   margin-top: 4px;
   width: 18px;
   height: 16px;
   background-image:url('http://grosbif.typepad.fr/Images/Cannes/Theme/Home-Icon.png');
   background-size: 18px 16px;
   background-repeat: no-repeat;
}

#homeIcon:hover
{
   background-image:url('http://grosbif.typepad.fr/Images/Cannes/Theme/Home-Icon-Over.png');
}

.date-header
{
  display: none;
}


/* Edit Links */
.editlink-container { 
margin: 0 0 10px 0;
}

.editlink { 
background: #ddd; 
padding: 5px 8px;
border-radius: 6px;
}

.editlink:hover { 
background: #eee; 
}


/* ph=1 */
