/* @override http://www.i-creaplus.com/wp-content/themes/theme2008bis/style.css */

/*  
Theme Name: Theme 2008 blanc
Theme URI: http://wordpress.org/
Description: Theme pour i-creaplus.com.
Version: 2.0
Author: Vincent Robidet
Author URI: http://i-creaplus.com/

*/
/* Begin Typography & Colors */


html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #565656;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 20px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
	font-family: Georgia;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #828B1B;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote p {
	padding: 5px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 20px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 20px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Wrap */



/* Page Navigation */

#page_navi {
	width: 100%;
	height: 27px;
	font-size: 11px;
}

#page_navi a {
	color: #CBCBCB;
}

#page_navi a:hover {
	text-decoration: underline;
}

#page_navi ul {
	padding: 0;
}

#page_navi .col-left {
	margin-left: -6px;
}

/* Page Navigation (rss) */

#page_navi ul.rss {
	background: url(images/bg_rss.gif) no-repeat 0 5px;
	padding: 6px 0 3px 15px;
}

#page_navi ul.rss li {
	padding: 0 10px;
	display: inline;
	background: url(images/bg_separator.gif) no-repeat right 4px;
}

#page_navi ul.rss li.last {
	background: none;
}


/* Middle */

#middle-out-top { /* Background - Middle Top */
	width: 100%;
/*	background: rgb(239,239,234) url(images/bg_middle_out_top.gif) repeat-x 0 0;*/
}

#middle-out-bottom { /* Background - Middle Bottom Gradient */
	width: 100%;
	background: transparent;
}

#middle-out-bottom .single { /* Background - Content - Single Page */
	background: transparent;
}

#middle-content { /* Background - Content */

	background: transparent;
}

#middle-content-bottom { /* Background - Content Bottom */

	background: transparent;
}



#content {
	
	padding: 0px 7px 50px 5px;
	margin-top:-2px;
	background: transparent;
}

* html #content {
	
}

/* Main Content */

#main-content {

	margin: 0px 0 0 5px;
	padding-top:2px;

}

.single #main-content {
	background: transparent;

	margin: 0px 0 0 5px;
	padding: 18px 0 0px 0;
}



/* Main Content (style) */

#main-content a {
	text-decoration: underline;
}

#main-content a:hover {
	text-decoration: none;
}

#main-content h2, #main-content h3 {
	font-weight: normal;
}

#main-content h2 {
	font-size: 24px;
	font: 32px Georgia;
	color:#383D44;
}

#main-content h3 {
	font-size: 18px;
}

#main-content h4 {
	font-size: 12px;
}

#main-content ol, #main-content ul {
	line-height: 18px;
}

#main-content ul {
	padding-left: 10px;
}

#main-content ul li {
	list-style: circle;
	padding: 3px 0;
}

#main-content ol {
	padding-left: 57px;
}

#main-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

#main-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Main Content (post) */

#main-content .post-title {
	width: 100%;
	position: relative;
}

#main-content .post-title h2, #main-content .post-title p.post-details, #main-content .post-title h3 {

}

#main-content h2 a, #main-content h3 a {
	color: #2A2A2A;
	text-decoration: none;
}

#main-content h2 a:hover, #main-content h3 a:hover {
	text-decoration: underline;
}

#main-content p.post-details {
	line-height: 18px;
	margin-top: -10px;
	position: relative;
}

#main-content p.post-details a {
	text-decoration: none;
}

#main-content p.post-details a:hover {
	text-decoration: underline;
}

#main-content p.post-details {
	color: #9F9F9F;
	font-size: 11px;
	padding: 0 50px 0 1px
}

#main-content .comment-cloud {
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
}

#main-content .comment-cloud a {
	width: 20px;
	height: 20px;
	margin:0;
	margin-top:-10px;
	padding-top: 4px;
background-color: #9F806B;
	text-align: center;
	font-family: Georgia;
	font-size: 12px;
	color: #FFF;
	display: block;
	text-decoration: none;
}

#main-content .comment-cloud a:hover {
	text-decoration: underline;
}

#main-content .post h4 {
	margin-top: 1px;
	clear: both;
	width: 100%;
}

#main-content .post h4.continue a {
	background: #9CA722;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

#main-content .post h4.continue a:hover {
	background: #838C1C;
}

#main-content .post img.thumbnail {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background-color:#fff;
	padding:8px;


	margin-bottom:5px;
	-ms-interpolation-mode:bicubic;
		border:1px solid #E2DFD5;
		border-top:1px solid #EBE8DD;
	border-bottom: 1px solid #9F9E95;

}

#main-content #contenufiche li img{
	
width:280px;
margin:8px;
padding:9px;
margin-top:0;
margin-left:-10px;
border:1px solid #E2DFD5;
border-top:1px solid #EBE8DD;
border-bottom: 1px solid #B8B7AD;

margin-bottom:5px;



}


#main-content .post img.gallery {
	margin:0 7px 7px 0;
}

#main-content h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}

/* Main Content (advert 468x60) */

#main-content .advert_468x60 {
	background-color:#EDEDED;
	padding:12px 42px;
	margin: 0 0 25px 0;
}

#main-content .latest .advert_468x60 {
	margin-left:33px;
}

/* Post (featured) */

#main-content .latest .featured, #main-content .archives .featured{
	position: relative;
	margin-bottom: 15px;
	clear: both;
}
#main-content .latest .featured {
	margin-left:33px;
}

#main-content .featured h4 {
	margin-bottom: 15px;
}



.single #main-content .advert_468x60 {
	margin: 15px 0 0px 0;
}

#main-content .page h2 {
	padding-top: 5px;
}

/* Comments (form) */

#form_wrap {
	display:none;

}


/* Sidebar */

#sidebar {
	display:none;
}


/* Footer (copyright) */

#copyright-out {
	width: 100%;
	background: rgb(37,37,37);
	padding: 10px 0 14px 0;
}

#copyright {
	width: 939px;
	margin: 0 auto;
	font-size: 11px;
	color: #CECECE;
}

#copyright .col-right img {
	vertical-align: middle;
}

#copyright .col-right span {
	display: none;
}

/* Fix */

.wrap:after{
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:4px 0 5px;
	text-align:center;
}
.wp-caption-text {
	padding:3px 0 0;	
	font-size:11px;
}


h3 {
	clear: both;
	
}
	
.block .startxt {
		display:none;
}	
	
.starimg {
	
	margin:0;

	margin-top:-10px;
	padding:0;
	text-align: center;
}






	#main-content p{
	padding-bottom:10px;
	}


	#main-content h1 {
		width:550px;
		margin-bottom:15px;
	}

	#main-content h1 a, #contenuarch h1{
		text-align: left;
		font: 32px Georgia, "Times New Roman", Times, serif;
		color:#574744;
	}

	#contenuarch h1 {
		text-align: left;
		color:#574744;
		font: 28px Verdana, sans-serif;
		font-weight: bold;
	}




	#main-content #contenufiche ul {
		color: #ddd;

		font: 20px Georgia;
		font-weight: bold;
		list-style:decimal;



	}

	#main-content #contenufiche li{
	float:left;
	width:298px;
	margin:0;
	margin-left : 0px;
	margin-left:25px;

	margin-bottom:15px;

	padding-bottom:10px;
	padding-left:2px;
	list-style: none;
	position:relative;


	}

	#main-content #contenufiche li .commentnumber {
		color: #fff;

		font: 18px Georgia;
		font-weight: bold;
		position: absolute;
	  left: 2px;
	  top: 255px;
		width:36px;
		height:35px;
	padding-left:0px;
	padding-top:4px;
	margin-right:5px;
			background: url(images/num.gif) no-repeat 0 0;
			text-align: center;
	}



	#main-content #contenufiche li p{
		padding:0;
		margin-left:27px;
		margin-top:0px;
		margin-bottom:7px;
		padding-right:10px;
	padding-left:20px;
		font: 13px  "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
		text-align: left;
		line-height: 25px;

			color :#604F40;



	}





	#main-content #contenufiche ul {
	margin-left:-20px;
		padding-left:0px;
	}



	#main-content form *{
	float:left;
	margin-right:10px;
	margin-top:15px;

	}




	#description {
		clear:both;
		padding-top:35px;
		padding-bottom:0px;
		padding-left:10px;
		padding-right:30px;

		font: 16px "Georgia","Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		font-style: italic;
		color :#4D3F34;
		line-height:28px;	
	}



*
{

	margin: 0;
	padding: 0;
	background-color: #fff;
}

body,
html
{
	height: 100%;

}


body {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;


		line-height: 2em;
	}
	



#page {
	text-align: left;
	margin: 0 auto;
	
}

#content {
 MARGIN: 0px auto 0px; 
		BACKGROUND: transparent; 
}

/* @override http://www.mamiegateau.com/wp-content/themes/newStyle2010/styles/red.css */

/*  red style */


/*  Images */
body {
	background: transparent;
	color : #4D3F34;
}



#top-out {
	position: relative;
	background:transparent;
	
}
#header {
	background: transparent;
}
#middle-out-top { /* Background - Middle Top */
	background: transparent ;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: transparent;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
		 background: transparent;
	margin-top: 0;
	padding: 0;
}
#middle-content { /* Background - Content */
		
 background: transparent;
	
}


#middle-content-bottom { /* Background - Content Bottom */
	background: transparent;
}




#bltitre h1{
	color:#111;
	margin-bottom:10px;
	font: 22px Georgia, "Times New Roman", Times, serif;	
	font-weight: normal;
	text-shadow: none;
	height:30px;
	
}

#content h1 a{
	text-decoration: underline;
}

#contenufiche {
	margin-top:-65px;
}

#main-content h2 {

	font: 22px Georgia;
	color: #4D3F34;
}


#footer {

	background-image: none;
}

/*  Colors */
a {
	color: #872c2c;
}
#footer h2.widget_title {
	background: #776161;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar{
	border: #d6caca 5px solid;
	background: #EDEDED;
}
.wp-pagenavi a, .wp-pagenavi .current {

	background-color: #fff;
	border: 1px solid #F4EAE4;
	color:#9C7C65;
}

.wp-pagenavi .current, .Nav a:hover {
	background: #C00D00;
	border: 1px solid #E20F00;
	color:#fff;
}



#main-content .post h4.continue a {
	background: #F3E7DC;
	color: #393E48;
font-family: Georgia;
float : right;
}



#main-content .post h4.continue a:hover {
	background: #f24e71;
}
#copyright-out {
	background: #3e3331;
}
#nav li ul li a {
	background: #191a1e;
	border-bottom: 1px solid #2b0f08;
}
#footer-out {
	background: #fff;
	background-color: #AE9990;
}


#secnav, #secnavplus{
display: none;
}



#bloc_titre {
	z-index: 50;
		
		float:right;
		
		width:550px;
	background-color: transparent;
	margin :0;
	padding:0;
	
	height:320px;
	margin-top:0px;
	margin-right:45px;
	padding-left:15px;
	
	
}

#bloc_titre p{
	margin:0;
	padding:0;
	color:#333;

	font: 16px "Georgia","Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	text-shadow: none;
}

#bloc_titre span{
		height:200px;
			width:200px;
		padding-left:0px;
		padding-right:20px;	

		margin-bottom:10px;
}

#bloc_titre #bltitre {
	
	float:left;
	width:290px;
	padding-top:20px;

}

#bltitre ul {
	float:right;
	margin:0;
		padding:0;
	list-style-type: none;
	
}

#bloc_titre #bltitre ul {	
	display: none;
}

#bltitre li {

	list-style-type: none;
	display: inline;
	
}



#bloc_titre #related {
		display:none;
}






.materiel {

	font: 16px Georgia,"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	font-weight: normal;
	color : #4D3F34;
	line-height:27px;
	margin-left:30px;
	padding-right:40px;
	margin-bottom:15px;
	
	}
	
	#main-content .block  a:hover img{
		background-color: #E85669;
	}

	#main-content .latest .block {

	
}

h3.stitre {
	clear:both;
	margin-left:-27px;
	margin-top:15px;
	
	padding-top:15px;
	padding-left:15px;
	padding-right:20px;
	font: 23px Georgia;
	font-style: italic;
	color :#4D3F34;
	line-height:28px;
	width:630px;
}

.tphoto2 img{
	margin-top:-250px;
	margin-bottom:40px;
	float:left;
padding:8px;
padding-left:68px;
padding-top:18px;
padding-bottom:18px;
padding-right:15px;

background:transparent;

}



#sidebar, #footer, #form_wrap, #footer_single, #pub_milieu{
	display: none;
}



#pub_sidebar {
	display: none;
}


#copyright-out {
	background-color: transparent;
	color: #222;
	
}

#copyright {

	color: #222;
	
}



.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	
	}

h1 {
	font-size: 4em;
	margin-bottom:10px;
	padding-bottom:10px;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {

	color:#de335d;
	font: 20px Verdana, sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom:20px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #de335d;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#de335d;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 14px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


	
#subheader {
	
	width: 1000px;
	text-align: center;
	margin : 0 auto;
	padding-top:5px;
	height:220px;
	display: none;
}	


#subheader h1{
	padding: 0;;
	margin: 0;
	font-size: 2em;
	text-align: center;	
}

#bgonglets {
	width:1000px;
	padding:0;
	height:40px;
	margin:-40px auto;
}

#sscat {
	display: none;
}

#sscat2 {
	clear:both;
	margin:0;
	padding:0;
	height:30px;
	background-color: #202020;
	padding-top:10px;
}

#sscat2  li{
   
	display: inline;

margin-right:25px;
}

#sscat2  li a{
	color: #ccc;     
	display: inline;

	text-decoration: none;

	margin-top:20px;
		margin-bottom:10px;
		font: 14px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		font-weight: bold;
}


#alaune {
	display: none;
}

#bgalaune {
	display: none;
}

.spacer {
	CLEAR: both;
}

#dynamic {
float:left;
}


#header {
	display: none;
	}
	



#headerimg {
	margin: 0;
	height: 150px;
	width: 100%;
	}

.widget a{
	color:#E6E6E6;
}

.narrowcolumn {
	float: left;
	padding: 0 15px 0px 0px;
	margin: 0px 0 0 25px;
	width: 570px;
	}
	
	.sommairecolumn {
		float: left;
		padding: 0 0px 0px 0px;
		margin: 0px 0 0 5px;
		width: 680px;
		}	

.widecolumn {
	float: left;
	padding: 0px 15px 0px 0;
	margin: 5px 0 0 25px;
	width: 580px;
	}
	
.post {
	padding:0;
	margin: 0 0 40px;
	text-align: justify;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	display: none;

}

#commentaires{
	color:#ddd;
	
	font-size: 12px;

}

#clear {
	width:100%;
	height:15px;
}

.livesearchpopup {
	margin-bottom:25px;
	width:250px;
}

	

#categories {
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;

	text-align: center;
}

#categories ul{
	text-align: center;
}

#spacer {
	clear:both;
}



.clear { /* generic container (i.e. div) for floating buttons */     overflow: hidden;     width: 100%; } 



	

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	color:#ddd;
	
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
display:none;
	}
	
a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

	div.pagination {
		background-color:#fff;
		color:#48b9ef;
		padding:10px 0 10px 0;

		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-align:center;
	}

	div.pagination a {
		color:#48b9ef;
		padding:2px 5px;
		margin:0 2px;
		text-decoration:none;
		border:2px solid #f0f0f0;
	}

	div.pagination a:hover, div.pagination a:active {
		border:2px solid #ff5a00;
		color:#ff5a00;
	}

	div.pagination span.current {
		padding:2px 5px;
		border:2px solid #ff5a00;
		color:#fff;
		font-weight:bold;
		background-color:#ff6c16;
	}
	div.pagination span.disabled {
		display:none;
	}
	
.titre a{
	color:#3799EA;
	font-size:18px;
}	


#catimg {
	float: left;
	margin-right :  5px;
}

#related {
	display: 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%;
	
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}



#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

.tphoto2 {
		margin-left:auto;
	margin-right: auto;
	text-align: center;
}

.tphoto2 img{
padding:8px;
border: 6px solid #EAEAEA;


}





#comments {
	display :none;
	
}


#tags {
	clear:both;
	display: none;
}



#commented {
	display: none;
}

.materiel {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#comments {
	display: none;
}

.tags {
	clear:both;
	display: none;
}

#partager {
	display:none;
}

#ads-336 {
 display:none;
}
#related-bottom {
	display: none;
}

#footer_single {
	display: none;
}

#footer_ads{
display: none;	
}

#footer-pub{
display: none;	
}

#bltitre ul{
display: none;	
}

.advert_468x60 {
	display: none;
}

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

#content {
	
	padding-top:0px;
}

#pub_milieu {
	display:none;
}

#navplus {
	display:none;
}

