/* @group General Styles */

body {
	background: #444242;
	text-align: center;
	font: 0.8em/1.6em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 20px 50px 50px;
	color: #404040;
}

p {
	margin-right: 40px;
}

b, strong {

}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active {
}

img {
	border-style: none;

}

.image-left {
	float: left;
	margin-right: 10px;

}

.image-right {
	float: right;
	padding-left: 10px;
	margin-right: 20px;
}
	
/* @end */

/* @group Layout */

#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(images/sidebar_left_bg.png) repeat-y left top #ffffff;
}

.clearer {
	clear: both;
}

#pageHeader {
	margin-bottom: 20px;
	padding-top: 70px;
	border-bottom: 1px solid #cccccc;
	height: 80px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	background: url(images/Logo-le-temps.png) no-repeat 140px 2px;
}

#pageHeader #peel {
	background: none no-repeat left top;
	position: absolute;
	top: 1px;
	left: -10px;
	z-index: 100;
	height: 53px;
	width: 53px;
}

#pageHeader img {

}

#pageHeader h1 {
	margin: 0;
	color: #ffffff;
	font-weight: normal;
	font-size: 1.8em;
	display: inline;
}

#pageHeader h2 {
	color: #333333;
	font-weight: normal;
	font-size: 1em;
	margin-top: 5px;
}

#contentContainer {
	margin-left: 220px;
	position: relative;
	background: url(images/Fond-page.png) no-repeat 0 151px;
}

#contentContainer #content {
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: 0.9em;
}

#contentContainer #sidebar {
	float: right;
	width: 180px;
	color: #808080;
	font-size: 0.95em;
}

#sidebar p {
	margin: 0 0 10px;
	padding: 0 10px;
}

#contentContainer .sideHeader {

}

#sidebarContainer {
	float: left;
	width: 220px;
	position: relative;
	display: block;
}

#sidebarContainer #logo {
	width: 220px;
	height: 150px;
	background: url(images/logo2.png) no-repeat;
	border-bottom: 1px solid #484848;
	display: block;
}

#sidebarContainer p {
	color: #333333;
	margin: 20px;
	padding: 5px;
}

#sidebarContainer a:link, #sidebarContainer a:visited {
	text-decoration: none;
	color: #afafaf;
	background: transparent;
}

#sidebarContainer a:hover, #sidebarContainer a:active {
	background: #333333;
}

#footer {
	color: #808080;
}

#footer p {
}

#footer a:link, #footer a:visited {
	background: transparent;
	color: #cccccc;
}

#footer a:hover, #footer a:active {
	color: #191919;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	display: block;
	color: #ffffff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding-left: 25px;
	padding-right: 10px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #ffffff;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
}

#navcontainer #current {
	background: #7DBDD7;
	color: #222222;
}

#navcontainer #current:hover {
}

#navcontainer a:link.currentAncestor {
	background: #333333;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 0;
	margin: 15px;
	border-top: 1px solid #484848;
}

#navcontainer li {
}

#navcontainer a {
	text-decoration: none;
	color: #afafaf;
	border-bottom: 1px solid #484848;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 20px;
}

#navcontainer a:hover {
	background: #F63133;
	color: #222222;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-bottom: 1px solid #484848;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a:link {
	padding-left: 15px;
	font-size: 0.9em;
	color: #4c4c4c;
	border-style: none;
}

#navcontainer ul ul a:hover{
	background: transparent;
	color: #afafaf;
}

#navcontainer ul ul #current{
	background: transparent;
	color: #afafaf;
}

#navcontainer ul ul a:link.currentAncestor {
	background: transparent;
	color: #afafaf;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	border: none;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a:link {
	padding-left: 35px;
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul ul {
	display: none;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {
	color: #700028;
	background-color: rgba(255,255,255,0.66);
	margin-left: 30px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
}

h4 {
}

h5 {
	background: url(images/Degrade_off.jpg) no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 0 2px 10px;
}

.imageStyle {

}
	
/* @end */

.warning {
	text-align: center;
	background-color: #ff3333;
	color: white;
	font-weight: bold;
	font-style: italic;
	padding: 6px;
	width: 400px;
	margin-left: 100px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	font-size: 110%;
}

.exergue {
	background: #FFFF7F none no-repeat left top;
	text-align: center;
	padding: 10px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border: 1px solid #9b9b9b;
	margin-left: 100px;
	margin-right: 130px;
}

.citation {
	background: url(images/top_left_grad.png) no-repeat left top;
	text-align: left;
	padding: 20px 20px 20px 30px;
	font-style: italic;
	margin-left: -30px;
	border-top: 1px solid #bababa;
	color: #4f1b29;
	border-bottom: 1px solid #bababa;
	margin-right: 0;
}

.thickbox_citation {
	background: url(images/top_left_grad.png) no-repeat left top;
	text-align: left;
	padding: 20px 20px 20px 30px;
	font-style: italic;
	border-top: 1px solid #bababa;
	color: #4f1b29;
	border-bottom: 1px solid #bababa;
	margin-right: 0;
	margin-top: 20px;
}


.photocenter {
	margin: 0 0 0 65px;
}

.guirlande {
	background: url(images/Guirlande.png) no-repeat -100px;
}

.comment_1 {
	background-color: #FFB57F;
	color: #222;
	padding: 10px;
	margin-right: 80px;
	font-style: italic;
	-moz-border-radius-topleft: 13px;
	-webkit-border-top-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-webkit-border-bottom-right-radius: 13px;
	margin-bottom: 5px;
	font-size: 0.95em;
}

.comment_2 {
	background-color: #FF7F7F;
	color: #222;
	padding: 10px;
	font-style: italic;
	margin-left: 80px;
	-moz-border-radius-topleft: 13px;
	-webkit-border-top-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-webkit-border-bottom-right-radius: 13px;
	margin-bottom: 5px;
	font-size: 0.95em;
	margin-right: 30px;
}

.comment_3 {
	background-color: #C1E386;
	color: #222;
	padding: 10px;
	margin-right: 80px;
	font-style: italic;
	-moz-border-radius-topleft: 13px;
	-webkit-border-top-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-webkit-border-bottom-right-radius: 13px;
	margin-bottom: 5px;
	font-size: 0.95em;
}

.comment_4 {
	background-color: #FFFF7F;
	color: #222;
	padding: 10px;
	font-style: italic;
	margin-left: 80px;
	-moz-border-radius-topleft: 13px;
	-webkit-border-top-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-webkit-border-bottom-right-radius: 13px;
	margin-bottom: 5px;
	font-size: 0.95em;
	margin-right: 30px;
}

#ThickBoxText {
	display: none;
}

#ThickBoxText2 {
	display: none;
}

#ThickBoxText3 {
	display: none;
}

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	text-align: left;

}

.blog-archive-headings-wrapper {
	background: #ffffff;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	background: #ffffff;
	padding: 10px;
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	margin-bottom: 15px;
	
	color: #4c4c4c;
	font-weight: normal;
	font-size: 1.8em;
	display: inline;
}

.blog-archive-link {
	font-size: 1em;
	margin-top: 5px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

	
/* @end */

.blog-entry {
}

.blog-entry-title {
	color: #404040;
	font-size: 1.8em;
	margin-bottom: 5px;
	font-weight: bold;
}

.blog-entry-date {
	font-size: 0.9em;
	margin-bottom: 10px;

}

.blog-entry-body {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.blog-entry-comments {
	margin-top: 10px;
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 10px;
}

.filesharing-item {
	margin-bottom: 10px;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #404040;
	font-size: 1.8em;
	margin-bottom: 5px;
	font-weight: bold;
}

.album-description {
	margin-bottom: 10px;
}

.thumbnail-table {
	width: 99%;
	position: relative;

}

.thumbnail-frame {
	border: 1px solid #cccccc;
	padding: 5px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a:link {
	background-color: transparent;
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
	
	color: #4c4c4c;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;

}

.photo-navigation {
	
	color: #4c4c4c;
	margin-bottom: 20px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;

}

.photo-links {
	margin: 0;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 5px;
	background: #ffffff;
}

.photo-title {
	margin: 0;
	font-size: 1.8em;
	color: #ffffff;
}

.photo-caption {
	font-size: 1em;
	margin: 0 0 10px;
	color: #ffffff;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #404040;
	font-size: 1.8em;
	margin-bottom: 5px;
	font-weight: bold;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	float: left;
	width: 132px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 1px;
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
	margin-top: 1px;
	
	color: #4c4c4c;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background: #222222;
	margin: 10px;
}

.movie-title {
	color: #ffffff;
	font-size: 1.8em;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
	background: #a6d5ee;
	color: #003939;
}

.form-input-button { 
} 
/* @end */

/* @group LightBox */





#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://letempsdesmiracles.bondoux.net/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://letempsdesmiracles.bondoux.net/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* @end */

/* @group ThickBox */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 0.9em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 0.9em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://letempsdesmiracles.bondoux.net/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



/* @end */


