﻿/*  
Theme Name: Mercio
Theme URI: http://alpeshosting.com/
Description: Theme pour le site de l'artiste chrétien Mercioni
Version: 1.0
Author: Stéphane Torregrosa
Author URI: http://ressourceslouange.fr

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	padding: 13px 0 25px 0;
	/*background-color: #d8d8d8;*/
	background-image: url('fond_metal.jpg');
}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	color:#979797;
	}

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

a:hover, a:active {
	color:#FFF;
	text-decoration:none;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.80em;
	padding:3px 6px;
	color:#979797;
	font-style: italic;
	}

img, a:link img, a:visited img {
	border:0;
	}
	

/* Structure */
#ombre_haut {
	width:815px;
	margin: auto;
	height: 9px;
	padding: 0px 25px 0px 23px;
	background:url(ombre_haut.png) no-repeat;
}
#ombre_bas {
	width:815px;
	margin: auto;
	height: 16px;
	padding: 0px 25px 0px 23px;
	background:url(ombre_bas.png) no-repeat;
}

#page {
	width:815px;
	margin: auto;
	font-size:0.7em;
	/*background:url(fond_page.png) repeat-y;*/
	background:url(fond_page-transparent.png) repeat-y;
	padding: 5px 25px 5px 23px;
	}

#top {
	width:769px;
	padding-bottom:6px;
	}

#content{
	overflow:auto;
	width:769px;
	background-color: #232323;
	margin-bottom: 5px;
	}

#blog_left {
	width:505px;
	float:left;
	padding: 0px 2px 0px 2px;
	}
#top_blog {
	width:505px;
	float:top;
	}

#left {
	width:64px;
	float:left;
	}

#right {
	width:437px;
	float:right;
	padding: 0px 2px 0px 2px;
	}
.imagepad {
	padding-right: 5px;
	}

#sidebar {
	width: 252px;
	float:right;
	padding-left:8px;
	background:url(ciseaux.jpg) no-repeat;
	}

#affiche_date {
	width: 245px;
	float: right;
	}
	
#footer {
	width:769px;
	background:url(fond_footer.jpg) no-repeat;
	height: 82px;
	}

#monoSlideshow {
	border-width: 5px; border-style: solid; border-color: #000000;
	}

#txt_news {
	width: 420px;
	padding-left: 4px;
	padding-top: 4px;
	color:#979797;
	text-align: justify;
	font-size:1.2em;
	}
.flickr_gallery {
	margin: 40px auto 5px;
	width: 415px;
}
 
.flickr_thumb {
	background: transparent url(imgs/polaroid.jpg) no-repeat scroll 50% 0;
	display: inline;
	float: left;
	height: 125px;
	margin: 15px 10px;
	text-align: center;
	width: 116px;
	position: relative;
}
 
.flickr_thumb a {
	display: block;
	height: 100px;
	position: relative;
	width: 100px;
	margin: 8px;
	background-position: 50% 50%;
}
 
.flickr_thumb span {
	background: transparent url(imgs/tape.png) no-repeat scroll 50% 0;
	height: 25px;
	left: 20px;
	position: absolute;
	top: -10px;
	width: 77px;
	z-index: 10;
}
 
.clear {
	clear: both;
}
	
/*	Headers */

h1 {
	font:2em Arial, Verdana, Sans-Serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	text-transform: uppercase;
	color: #1676b9;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	//text-transform:uppercase;
	letter-spacing:0.1em;
	//margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	//padding:6px 0 6px 2px;
	//margin:22px 0 15px 0;
	font-size:1em;
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}

