
/* Begin Typography & Colors */
body {
	font-size: 14px;
	font-family: 'Droid Serif', serif;
	color: #333;
	text-align: center;
	margin: 0 ;
	padding: 0;
}
#page {
	text-align: left;
}
#header {
}
#headerimg {
}
#content {
	
}

#footer {
	border: none;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: 'Droid Serif', serif;
	font-weight: bold;
}
#header h1
{
	margin-top:34px;
}

#header h1 a
{
	border-bottom:1px solid black;
	font-size:15px;
	font-family: 'Droid Serif', serif;
	padding-bottom:10px;
	text-transform:uppercase;
	font-weight: normal;
}


.description {
	font-size:1em;  
	color:#333;
	}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
	background-color:#e7e7e7;
	border:1px solid #777;
	padding:4px 0px 4px 0px;
	margin-top:16px;
}
#sidebar h2 {
	font-family: 'Droid Serif', serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg {
	text-decoration: none;
	color: #000;
	/*text-shadow:0 0 7px rgba(255, 255, 255, 0.89);*/
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}
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: #000;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.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: 'Droid Serif', 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: #000;
	text-decoration: none;
}
#sidebar a, .postmetadata a, .navigation a, ol.commentlist cite a, .commentmetadata a {
	text-decoration:none;
	/*text-shadow:0 0 7px rgba(255, 255, 255, 1);*/
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#sidebar li.current_page_item a
{
	font-weight:bold;
}
/* End Typography & Colors */


/* Begin Structure */


#page {
	margin: 0px auto;
	padding: 0 5px;
	width: 980px;
	z-index:6;
	/*background-color:rgba(255, 255, 255, 0.2);
	background-image:url(transfond.png);
	background-position:-100px 0;*/
	}
#header {
	margin: 0;
	padding: 0;
	height:78px;
	float: left;
	width:351px;
	margin-left:260px;
}

#content {
	
	padding: 0 0 0px 0px;
	margin: 0px 0 0;
	float:left;
	width:675px;
	/*height: 395px;*/
	
}

.post {
	padding-bottom:4px;
}
.post h2 {
	padding-top:14px;
	padding-bottom:2px;
}
.post hr {
	display: block;
}
#content .post {
	margin: 0;
}
#content .postmetadata {
	font-size:11px;
	padding-top:14px;
	color:#555;
}
#tags {
	font-size:11px !important;
	color:#999;
}
#content .postmetadata {
	margin: 10px 0;
}
#content .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
#content .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
}
#footer p {
	margin: 0;
	padding-bottom:24px;
}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
}
h2 {
	margin: 0px 0 0 0;
}
h2.pagetitle {
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* 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 */





.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;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul.menu li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 15px;
	display:block;
	float:left;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 0px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px 5px 3px;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 1px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	margin:0px;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0px;
	margin:42px 27px 0 0;
	float:right;
	font: 1.2em 'Anaheim',"Times New Roman", Times, serif;
	font-family: 'Droid Serif', serif;
	padding-top:0px;
}
#sidebar a:hover
{
	text-decoration:underline;
}

#texte {
	padding: 0 0 0 0;
	margin:0px;
	float:left;
	width: 260px;
	font-size:1em;
	text-align:justify;
}
#texte p
{
	margin-top:0px;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* 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;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	height:40px;
	padding:2px 0px 20px 0px;
}
.navigation .alignleft {
	padding-right:4px;
}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* gallery*/
.media-outter-display {
	/*width:99%;*/
	width:675px;
	height: 380px;
	margin-bottom:3px;
	border:0px solid #CCC;
	overflow: hidden;
	background-image:url('/img/loading2.gif');
	background-position:center;
	background-repeat:no-repeat;
	
}
.photo-item {
	float:left;
	width:41px;
	height:41px;
	overflow: hidden;
	margin:2px;
}
.photo-item a {
	display:block;
	width:60px;
	height:60px;
	overflow: hidden;
	visibility:hidden;
	opacity:0.6;
	
}
.photo-item a.selected {
	width:63px;
	height:63px;
	opacity:1;
}
#coucou {
   
    font-size: 0.9em;
    margin: 5px;
    height:32px;
	color:#000000;
}


.diaporama{
    position:absolute;
    width:675px; /* Largeur d'une photo */
    height:380px ;/* Hauteur d'une photo */
	overflow:hidden;
	margin:0;
	padding:0;
}
.diaporama li{
    display:block;
	overflow:hidden;
	position:absolute;
	opacity:0;
	margin:0;
	padding:0;
}

/* End gallery */

div.menu-menu-container
{
	/*position:absolute;
	bottom:100px;*/
}

div.email
{
	font-style:normal;
	font-size:16px;
	position:absolute;
	bottom:0px;
}

#wpadminbar
{display:none}
#wpstats
{
	position:absolute;
	left:-10px;
}

#content-accueil
{
	font-size: 14px;
	font-family: 'Droid Serif', serif;
	color: #333;
	text-align: center;
	margin: 0 ;
	padding: 0;
	line-height:1em;
	
}
#acces
{
	float:left;
	border-left:solid 1px black;
	height:118px;
	margin:10px 0 0 118px;
	position:relative;
	
}
#acces a
{
	font-size:12px;
	position:absolute;
	bottom:-5px;
	left:5px;
	display:block;
	white-space:nowrap;
	
}
div.fond-vignette
{
	background:#ffffff;
	margin:2px;
	float:left;
}
div.vignette
{
	float:left;
	width:41px;
	height:41px;
	overflow: hidden;
	
	opacity:0.6;
}
div.vignette:hover, div.selected
{
	opacity:1;
}



.fadein { 
	width:675px;
	height: 380px;
	margin-bottom:3px;
	border:0px solid #CCC;
	overflow: hidden;
	
	background-image:url('/img/loading2.gif'); 
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
}
.fadein img { position:absolute;
background-color:#000000;}

#motif {
	width: 100%;
	background-image: url(transfond2.png);
	background-repeat: no-repeat;
	background-position:center;
	
	float: left;
	position: fixed;
	height: 100%;
	visibility: visible;
	z-index: -1;
}
body.page-template-page_diaporama_new-php
{
	font-family: 'Droid Serif', serif;
}
#sidebar
{
	font-family: 'Droid Serif', serif;
	font-size:12px;
	font-weight:bold;
	width:225px;
	margin: 34px 0 0 0 ;
}
#sidebar ul ul
{
	padding-bottom:15px;
}
#sidebar ul ul li
{
	float:right;
}


#contenu
{
	width: 935px;
	float:left;
	position:relative;
	margin-right:10px;
	font-family: 'Droid Serif', serif;
	
}
#contenu #content
{
	float:right;
}
#expos
{
	padding-left:6px;
	font-family: 'Droid Serif', serif;
	
}
#expos ul
{
	list-style:none;
	margin:0;
	padding-left:10px;
}
#expos ul li
{
	list-style:none;
	font-size:11px;
	
}

#titre_expo
{
	position:absolute;
	bottom:0;
	width: 240px;
	
}
#titre_expo #coucou
{
	height:auto;
	font-size:11px;
	text-indent:122px;
	margin:0;
	text-align:right;
	padding-top:10px;
}
#titre_expo #coucou .titre
{
	font-weight:bold;
	white-space: nowrap;
}
#titre_expo .trait
{
	width:118px;
	border-top:1px solid black;
	float:right;
	height: 1px;
}
#sidebar .trait
{
	width:118px;
	border-top:1px solid black;
	height:0;	
	float:left;
	margin-top:13px;
	
}
.slimScrollDiv
{
	float:right;
}
.slimScrollBar
{
	border-radius:0px!important;
	
	
	
}
@media (min-width: 1200px) 
{
	body.page-template-page_diaporama_new-php #page 
	{
		width:1170px;
	}
}

@media (max-width: 1199px)
{
	#contenu
	{
		width: 745px;
	}
	
	img {
		 max-width: 100%;
		 box-sizing: border-box;
		 -moz-box-sizing: border-box;
	}
	
	#content 
	{
		width: 485px;
		-moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	.fadein 
	{
		position:relative;
		max-width:100%;
		height:auto; 
		-moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	.fadein img {
	}
	
}
@media (max-width: 990px)
{
	img {
		 max-width: 100%;
		 box-sizing: border-box;
		 -moz-box-sizing: border-box;
	}
	#page
	{
		width:100%;
		-moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	#contenu
	{
    padding-right: 180px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	#content 
	{
		width:100%;
		-moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	.fadein 
	{
		position:relative;
		max-width:100%;
		height:auto; 
		-moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	.fadein img {
	}
	#coucou
	{
		height:auto;
	}
	
	 #header 
	{
		margin-left:0px;
	}
	#sidebar
	{
		margin:0px 10px 10px 10px;
	}
	
	#titre_expo {
		bottom: 0;
		position:inherit;
		width: 240px;
	}
	.slimScrollDiv
	{
		position: absolute!important;
		right: 0;
	}
	
	
}
@media (max-width: 479px)
{
	#contenu
	{
		width:100%;
		padding-right: 0px;
		-moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	#sidebar .trait {
		display:none;
	}
	.slimScrollDiv
	{
		position: relative!important;
		
	}
	#expos ul li
	{
		padding: 4px 0;
		font-size:12px;
	}
	.slimScrollRail,.slimScrollBar
	{
		display:none!important;
	}
}