/* Copyright (c) 2006 Skyline-arts.com. All rights reserved
Style.css - Thème 'default' */


/* ===== Sommaire =====
1/ html et body
2/ Styles généraux
3/ Haut de page (#top)
4/ Zone de contenu (#content)
5/ Paneau latéral (#sidebar) 
6/ Commentaires 
7/ Pied de page (#footer)
=================== */



/* ---------------------
Html et body
--------------------- */
html {min-height: 100%; margin: 0;}

body {
	background: #FFFFFF;
	color: #444;
	font: normal 80.5% Arial,Tahoma,sans-serif;
	margin: 0;
	}
	

#page {
	width : 1000px;
	margin : 0 auto; padding : 30px 0 0 0;
	clear : both;
	border: 10px solid #fff;
	border-top: none;
	background: #FFF;
	}




/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
p {margin : 0; padding : 3px 0;}
a { color : #4C96D1; text-decoration : none; outline : none; }
a:hover { color : #333; }
a:focus { outline : none; }
/*a {color: #963;}
a:hover {color: #C60;}*/
.clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}



/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	padding: 0px 10px 0;
	}
.top {
	width : 1000px;
	border: 10px solid #fff;
	border-bottom: none;
	margin: auto;
	}

.header {
	background: #FFF;
	font-size: 1.2em;
	height: 155px;
	margin: 0 auto;
	width: 1000px;
}
.header .left, .header .right {
	color: #FFF;
	height: 150px;	
}
.header .left {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: left;	
	width: 564px;
}
.header .left a{
	text-decoration: none;
	color: #FFF;
	}
.header .right {
	background: #A4A4A0;
	overflow: auto;
	width: 150px;
	float: right;
	margin-top: -150px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 5px; font: normal 1.6em "Trebuchet MS",sans-serif;}
#menu {
	width: 1000px;
	margin: auto;
	background: #fff url(img/default/nav.gif);
	height: 41px;
	font: normal 75% Tahoma,sans-serif;
	}
#menu ul {
	margin : 0 auto; padding : 0;
	width : 1000px;
	list-style-type : none;
	}
#menu li {
	float : left;
	}
#menu li a {
	background: #D9E1E5 url(img/default/nav.gif);
	border-right: 1px solid #A0A0A0;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
	}
#menu li a:hover {
	background-position: left bottom; 
	color: #234;
	}



/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : left;
	width : 982px;
	height : 500px;
	overflow-y:auto;
	overflow-x:none;
	background: #FFFFFF;
	margin-top: -25px;
	padding: 5px 8px 15px 8px;
	border-right: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	}

#post_listing { /* Bloc */
	width : 820px;
	}
	
.post, #comments, #form { /* Conteneur de l'article */
	width : 700px;
	padding : 20px 20px 5px 20px;
	}
.post .categorie {
	padding : 8px 8px; margin : 0;
	font-size : 1em;
	line-height : 1em;
	}
.post .date {
	padding : 0; margin : 0;
	text-align : center;
	font-size : 0.85em;
	}
.title{ /* Titre de l'article */
	color : #444;
	font-size : 1.4em;
	margin : 0; padding : 0;
	letter-spacing : 2px;
	font-weight: lighter;
	}
.title a{ /* Lien sur le titre de l'article */
	color : #444;
	text-decoration : none;
	}
.title a:hover{
	color : #444;
	}
.post-core {
	background-color : #F9F9F9;
	padding : 10px 10px 10px 10px;
	text-align : left;
	border : 1px solid #CCC;
}
.post-info {
	padding : 0px 0px 10px 0px;
	text-align : left;
}
.comment_nb { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0px 8px;
	text-align : center;
	}

#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}



/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : right;
	/*position: absolute; 
	top: 0 px; 
	left : 500 px;*/
	width : 190px;
	padding : 2px 0;
	background: #F7F7F2;
	margin-top: -500px;
	margin-right: 30px;
	border-left: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	}
#sidebar div {
	margin : 0 0 0 0;
	padding: 15px 0 0 0;
	}
#sidebar h2 { /* Titre des menus de la sidebar */
	color: #5A5A43;
	font-size: 1.2em;
	margin: 0 ;
	padding-left: 10px;
	}
#sidebar ul { /* bloc de liste */
	border-top: 1px solid #EAEADA;
	margin-left: 0;
	padding-left: 0;
	}
#sidebar li { /* élément de liste */
	list-style-type : none;
	border-bottom: 1px solid #EAEADA;
	margin-left: 0;
	padding-left: 0;
	}
#sidebar li a { /* Liens dans les listes */
	font-size: 1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	}
#sidebar li a:hover {
	background: #F0F0EB;
	color: #654;	
	}
#syndication li a{
	display : block;
	padding: 8px 0 8px 25px;
	background :  url(img/default/feed-icon-14x14.gif) no-repeat 5px 0.7em;
	}
#syndication li a:hover{
	background : #F0F0EB url(img/default/feed-icon-14x14-2.gif) no-repeat 5px 0.7em;
	width: 84%;
	}



/* ---------------------
Commentaires
--------------------- */
.comment {
	padding : 2px 10px 5px 10px;
	}
.comment blockquote{
	padding : 2px 30px 2px 40px; margin : 0;
	}
.ligne0{
	background : #F7F7F2;
	}	
.ligne1{
	background : #F0F0EB;
	}


/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	background: url(img/default/bgfooter.gif) repeat-x;
	color: #FFF;
	/*font: bold 1em sans-serif;*/
	font: bold 80.5% Arial,Tahoma,sans-serif;
	line-height: 39px;
	padding: 0 12px;
	margin: 0 0 -5px 0;
	text-align: center;
	}
#footer a{
	color: #fff;
	text-decoration: none;
	}
#footer a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	}
#footer p.left{
	text-align: left;
	}
#footer p.right{
	text-align: right;
	margin: -46px 0 0 0;
	}
	
fieldset {
	border : 0;
	}

label {
	display : block;
	}

input, textarea {
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	}

textarea {
	width : 95%;
	}

	
/* For the slideshow */	
#imageContainer { height:390px; }  
#imageContainer img { display:none; 	
			position:absolute; 	
			top:0px; left:330px; 	
			height:390px;  	
			width:320px; 	
			opacity: -0.01; }
	