/* Michel-Ange.fr
   Screen CSS
   © Partikule 2008
----------------------------------------------- */


/* Structure
----------------------------------------------- */
body {
	margin:0;
	padding:0;
	font-family:Arial;
	background-color:#8C8A88;
}

#header{
	background-color:#000;
	text-align:center;
	height:109px;
}
#headerContent{
	width:887px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background: url(../images/headerContentBg.jpg);
}
#headerContent #logo{
	display:block;
	float:left;
	margin: 20px 0 0 0;
	padding: 0 0 0 55px;
/*	background-color:#fd2;*/
}
#logo img {
	border:none;
}
#subHeader {
	background:url(../images/subHeaderBg.jpg);
	height:80px;
	width:887px;
	margin-right:auto;
	margin-left:auto;
}

#footer {
	margin: 0;
	background-color:#8c8a89;
	text-align:center;
}
#footerContent{
	width:887px;
	height:75px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	padding:36px 0 10px 0;
	background:url(../images/footerBg.jpg) no-repeat top left;
}
#footerContent p {
	font-size: 10px;
	color:#888;
	margin:0;
	line-height:16px;
}
#footerContent #copyright {
	margin: 0 0 0 60px;
}

#footerContent a {
	border-bottom: solid 1px #888;
	font-size: 10px;
	text-decoration : none;
	color:#888;
}
#footerContent a:hover {
	border-bottom: solid 1px #fff;
	text-decoration : none;
/*	background-color:#888;*/
	color:#fff;
}


#container {
	width:887px;
	margin-right:auto;
	margin-left:auto;
	background: url(../images/containerBg.gif);
/*	background-color:#fd2;*/
}
#subContainer {
	background: url(../images/subContainerBg.jpg) no-repeat top left;
	width:782px;
	margin: 0 0 0 37px;
	padding:38px 35px 0 23px;
/*	background-color:#de2;*/
}


/* Menu Top
 ----------------------------------------- */
#headerMenu {
	display:inline;
	float: right;
	list-style: none;
	font-size: 11px;
	margin: 43px 30px 0 0;
	padding: 0;
}

#headerMenu li {
	display: inline;
	list-style-type: none;
	padding:3px 6px 3px 0;
	margin:0;
}

#headerMenu li a {
	padding:0;
	margin:0;
	color:#959595;
	text-decoration:none;
	border-bottom: solid 1px #959595;
	line-height:16px;
}
#headerMenu li a:hover{
/*	background-color:#fff;*/
	text-decoration: none;
	border-bottom: solid 1px #fff;
	color:#701500;
	color:#fff;
}

/* Side bar
 ----------------------------------------- */
#sidebar {
	float:right;
	padding:0;
	margin:0;
/*	background-color:#fd2;*/
	width:175px;
}

#sidebar a{
	color:#701500;
	text-decoration: none;
}
#sidebar a:hover{
	color:#701500;
	background-color:#fff;
}
#sidebar a:visited{
	text-decoration: none;
	color:#555;
}


#sidebar p.desc{
	font-size:12px;
	margin:0;
	text-align:right;
	color:#888;
	color:#000;
	/*color:#701500;*/
	background-color:#f5f5f5;
	padding:10px;
}
#sidebar h2{
	text-align:right;
	color: #000;
	padding: 0 0 0 5px;
	margin: 25px 0 5px 0;
	font-size: 16px;
	border-bottom: solid 1px #ddd;
}
#sidebar ul {
	list-style: none;
	margin:0;
	padding:0;
	text-align:right;
}
#sidebar ul li{
	font-size:12px;
}
#sidebar ul li a {
	padding:2px 1px 2px 5px;
	display:block;
	width:169px;
	line-height:16px;
}


#sidebar ul li a:hover{
	text-decoration: none;
}
#sidebar ul li a.current{
	text-decoration: none;
	color:#701500;
	background-color:#d6e19f;
	background-color:#f8f8f8;
}


/* Search */
#search {
	margin: 0 0 30px 700px;
	padding:16px 0 0 0;
}
#search form{
	padding:0;
	margin:0 0 0 2px;
}
#search #q {
	padding: 0px 0 0px 20px;
	background: url(../images/search.gif) no-repeat 3px center;
	background-color: #fff;
}
#search .submit {
	font-size:11px;
}



/* Content
 ----------------------------------------- */
#content {
	float:left;
	width:576px;
	width:590px;
	min-height:600px;
	/*background-color:#fd2;*/
}

/* Chemin de fer */
p.rail {
	float:left;
	margin:25px 0 40px 60px;
	color:#fff;
	font-size:11px;
	display:inline;
}
p.rail a {
	color:#fff;
	text-decoration: none;
	padding:2px;
	line-height:1.1em;
	border-bottom: solid 1px #fff !important;
}
p.rail a:hover {
	background-color:#fff;
	text-decoration: none;
	color:#701500;
	border-bottom: solid 1px #fff !important;
}

.result {
/*	background-color:#d6e19f;*/
	margin:0 0 20px 60px;
	padding:0 0 10px 0;
	width:490px;
	border-bottom: dashed 1px #bbb;	
}
.result p{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	text-align:justify;
	line-height:1.4em;
}
.result em {
	font-size:14px;
	color:#888;
}


/* Post 
--------------------------------- */
.post {
	padding-bottom:30px;
}
/* Post date */
.post .date {
	float:left;
	background:url(../images/dateBg.jpg) no-repeat top left;
	width:38px;
	height:50px;
	margin:1px 0 0 0;
	text-align:center;
}
.post .date .day{
	display:block;
	font-size:18px;
	color:#fff;
	padding:1px 0 0 0;
}
.post .date .month{
	display:block;
	font-size:10px;
	color:#000;
	padding:1px 0 0 0;
}
.post .date .year{
	display:block;
	font-size:10px;
	color:#000;	
	padding:0;
}

/* Post Titre */
h2 {
	font-size:20px;
	padding:0 0 0 60px;
	margin:0 0 0 0;
	color:#701500;
}
h2 a{
	text-decoration:none;
	color:#701500;
}
h2 a:hover{
	text-decoration:none;
	color:#701500;
	background-color:#fff;
	color:#701500;
}
.post h3 {
	font-size:14px;font-weight: normal;
	padding:0 0 0 60px;
	margin:0 0 0 0;
	color:#888;
}	
.post h4 {
	font-size:14px;
	padding:5px 0 0 60px;
	margin:5px 0 0 0;
	color:#701500;
}

.post h5 {
	font-size:13px;
	padding:0 0 0 60px;
	margin:5px 0 0 0;
}


.post .post-info {
	font-size: 10px;
	margin:0 0 10px 0;
	padding:0 0 0 60px;
}
.post p {
	font-size: 13px;
	margin: 5px 0 5px 60px;
	padding: 0 20px 0 0;
	text-align:justify;
	line-height:1.2em;
}
.post p a.read-link{
	font-size: 12px;
	color:#8c8a88;
	padding: 1px 1px 1px 0;
	text-decoration:none;
	/*line-height:12px;*/
	border-bottom: solid 1px #8c8a88 !important;
}
.post p a.read-link:hover{
	text-decoration: none;
	color:#701500;
	background-color:#701500;
	background-color:#fff;
	text-decoration:none;
	border-bottom: solid 1px #fff !important;
}
.post a img {
	border:none;
	margin-top:10px;
	display:inline;
}
.post img.photo {
	border: solid 5px #000;
}
.post a em {
	display:block;
	color:#8c8a88;
	font-size:11px;
	margin:0 0 10px 0;
	padding:0;
	font-style:normal;
}
/* Liens dans le texte */
.post p a {
	color:#8c8a88;
	color:#701500;
	text-decoration: none;
	/*padding:2px 1px 0px 1px;*/
/*	line-height:10px;*/
}
.post p a:hover {
	background-color:#fff;
	text-decoration: none;
	color:#701500;
}

.post ul {
	font-size:12px;
	padding:0;
	margin:5px 0 0 0;
	list-style:square;
}
.post ul li{
	font-size:12px;
	margin:0 0 0 13px;
	padding:0 0 0 0;
}

/* Gallery
-------------------- */
.gallery {
	clear:both;
	margin:20px 0 0 60px;
	padding:0px 0 30px 0;
	border-bottom: solid 1px #ddd;
}
.gallery .picture {
	float: left;
	margin: 0 12px 12px 0;
	border: 5px solid #000000;
	background-color:#E9DACD;
	cursor: pointer;
}
.gallery  .picture:hover {
	border: 5px solid #701500; 
/*	background-color:#000;*/
}
.gallery  .picture p{
	font-family:tahoma;
	margin:2px 1px 0 1px ;
	color:#fff;
	font-size:9px;
	height:12px;
}
.gallery  .picture a{
	text-decoration:none;
}
.gallery  .picture a p{
	text-decoration:none;
	background-color:#000;
}
.gallery  .picture img {
	margin:0;
	padding:0;
}



/* Commentaires 
------------------------------------------ */

#comments {
	margin:5px 0 10px 60px;
	font-size: 12px;
	width:502px;
	clear: left;
}

#comments h2 {
	padding:0 0 0 0px;
}
#comments dt {
	margin: 16px 0 0 0;
	padding: 2px 12px 16px 10px;
	background: url(../images/comment_top.gif) no-repeat 0 100%;
	font-size:12px;
	line-height:12px;
}
#comments dt a, #comments dt a:visited{
	text-decoration:none;
	color:#701500;
}
#comments dt a:hover{
	text-decoration:none;
	color:#701500;
}
#comments dt span.no {
	float:right;
	margin-top:3px;
	color:#888;
}
#comments dt span.by {
	padding: 0 46px 5px 0;
	background: url(../images/comment_who.gif) no-repeat 100% 100%;
}
#comments dd {
	background: url(../images/comment_bottom.gif) no-repeat 0 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#comments dd p {
	background: #fff;
	margin: 0;
	padding: 2px 10px;
}
#comments dt.me {
	background: url(../images/comment_me_top.gif) no-repeat 0 100%;
}
#comments dt.me span.by {
	background: url(../images/comment_who_me.gif) no-repeat 100% 100%;
}
#comments dd.me {
	background: url(../images/comment_me_bottom.gif) no-repeat 0 100%;
}
#comments dd.me p {
	background: #C5E584;
}


/* Formulaire
-------------------------------- */
.comment-form {
	margin: 10px 0 30px 0px;
	padding:20px 0 20px 0;
	width:500px;
	border: dashed 1px #D1D1D1;
	background-color:#f3f3f3;
}
.comment-form fieldset{
	border:none;
}
.comment-form label {
	display:block;
	clear:both;
	text-align:right;
	width:140px;
	float:left;
	font-size:13px;
	margin:1px 10px 0 0;
}
.comment-form p {
	margin:0;
}
.comment-form p.captcha {
	margin:3px 0 3px 0;
	padding:3px 0 3px 0;
/*	background-color:#fff;*/
	font-size:12px;
	color:#b00;
}
.comment-form .input {
	width:300px;
	float:left;
	margin:0 0 10px 0;
	padding-left:10px;
	border-left:solid 1px #bbb;
}
.comment-form input{
	padding: 1px;
	background-color:#fff;
	font-size:12px;
}
.comment-form textarea {
	border: solid 1px #e0dbd5;
	padding:2px;
	width:300px;
	height:80px;
	font-size:12px;
	display:block;
}

.comment-form .submit {
	float:left;
	display:block;
	background-color: #f4f1eb;
	font-family: "Arial";
	font-size:12px;
	padding:3px;

}
.comment-form .inputbox {
	float:left;
	display:block;
	margin-bottom:10px;
	width:280px;
}
.comment-form .inputbox p {
	margin: 0;
	padding: 0;
	font-size:12px;
}
.required {
	color:#b00;
	font-size:12px;
	margin:0;
	padding:0;
}

.commentMessage {
	font-size:13px;
	margin: 0 0 40px 60px;
	padding:10px 20px 10px 10px;
	width:480px;
	background-color:#f3f3f3;
}
.commentMessage p{
	margin:0 0 3px 0;
	padding:0;
}



input {
	border: solid 1px #e0dbd5;
	background-color: #f4f1eb;
	background-image: none;
	padding:0;
	margin:0;
}









/* Clearfix
   http://www.positioniseverything.net/easyclearing.html
 ----------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
