/* 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 {
	font : 75%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #000;
	margin : 0; padding : 0;
	}

body {
	margin : 10px auto; padding : 0;
	width: 1024px;
	
	}
	

#page {
	margin : 0 auto; padding : 0px 0 0 0;
	clear : both;
	width: 1024px;
	}




/* ---------------------
Styles généraux
--------------------- */

h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
p {margin : 0; padding : 3px 0;}
a {	font-family: Georgia, "Times New Roman", Times, serif;

	color : #000;
	text-decoration : none;
	text-decoration: underline;}
a:hover {color : #33CCFF;
	text-decoration: underline overline line-through;}
.clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}



/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	
	width:100%;
	height: 190px;
	
	}
#header {
	
	color : #482018;
	margin : 0 auto; padding : 0;
	}



/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content {
	margin : 0 284px 0 145px;
	padding : 0 0px;
	background : #fff;
	font-size : 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000066;
}
	
#content img{
	border: none;
}

#content h2 {
	background : url(img/sous-titre.gif) no-repeat;
	color : #000000;
	font-size : 2em;
	margin : 0;
	padding : 2px 0 2px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; font-style: normal;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	}
.post, #comments, #form { /* Conteneur de l'article */
	padding : 0 10px 25px 10px;

	}
.post .categorie {
	padding : 2px 0 15px 0; margin : 0;
	font-size : 0.85em;
	line-height : 1em;
	font-style: normal;
	}
.post .date {
	padding : 0px 0 0 37px; margin : 0;
	text-align : left;
	font-size : 1em;
	font-style: normal;
}
.articletitle{
	background : url(img/sous-titre.gif) no-repeat;
	color : #000000;
	font-size : 2em;
	margin : 0;
	padding :5px 0;
	letter-spacing : 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-style: normal;
	line-height: 0.9em;
	
	}
.articletitle a{ /* Lien sur le titre de l'article */
	padding : 0 10px 0 2px;
	text-decoration : none;
	}
.articletitle a:hover{
	color : #fff;
	text-decoration : none;
	}
.comment_nb { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 0;
	text-align : right;
	}

#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}



/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float: left;
	width : 140px;
	padding : 0 0 0 0;
	background :  url(img/side.gif) no-repeat;
	}
#sidebar div {
	margin : 0 0 0px 0;
	background : #fff;
	}
#sidebar h2 {
	color : #000000;
	font-size : 2em;
	margin : 0;
	padding : 0px 0 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	}
#sidebar h6 {
	color : #339999;
	display: inline;
	font-weight: bold;
	font-size : 1em;
	padding : 0px 0 0 0px;
	}

#sidebar ul { /* bloc de liste */
	margin : 0; padding : 3px 0;
	}
#sidebar li { /* élément de liste */
	list-style-type : none;
	padding: 1px 2px 0px 10px;
	}
#sidebar li a { /* Liens dans les listes */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 1.3em;
	color : #000;
	padding: 0 0 0 10px;
	text-decoration : none;
	display: block;
	text-decoration: underline;
	}
#sidebar li a:hover {
	color : #33CCFF;
	text-decoration: underline overline line-through;
	}
#syndication li a{
	display : inline;
	padding : 0 0 0 25px;
	background : url(img/feed-icon-14x14.gif) no-repeat 5px 0.1em;
	}
#syndication li a:hover{
	background : url(img/feed-icon-14x14-2.gif) no-repeat 5px 0.1em;
	}
#side-right hr {
	color : #000 1px;
	width: 120px;
}
#recherche form { /* Liens dans les listes */
	padding: 0 0 0 5px;

	}
/* --------------------- 
3eme colonne! 
--------------------- */
#side-right {
	float: right;
	width : 200px;
	margin: 0 0px 0 0;
	padding : 0 78px 0 0px;
	background :  url(img/side-droite.gif) repeat-y;
	opacity : .7;
	filter : alpha(opacity=70);
	}
	
#side-right div {
	margin : 0 0 0px 0;
	}
#side-right h2 {
	color : #000000;
	font-size : 2em;
	margin : 0;
	padding : 0px 0 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	}
#side-right h5 {
	color : #000000;
	font-size : 1em;
	margin : 0;
	padding : 0px 0 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	}
#side-right h4 { /* Titre des menus de la sidebar */
	color : #000000;
	font-size : 1.2em;
	margin : 0;
	padding : 0px 0 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	}
#side-right h1 {
	color : #000000;
	font-size : 1.1em;
	margin : 0;
	padding : 3px 20px 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	font-weight: normal;
	display: block;
	
	}
#side-right ul { /* bloc de liste */
	margin : 0; padding : 3px 0;
	}
#side-right li { /* élément de liste */
	list-style-type : none;
	padding: 1px 0 0px 5px;
	display: block;
	}
#side-right li a { /* Liens dans les listes */
	font-family: Georgia, "Times New Roman", Times, serif;
	color : #000;
	padding: 0 0 0 10px;
	text-decoration : none;
	
	}
#side-right li a:hover {
	color : #33CCFF;
	text-decoration: underline overline line-through;
	}
#side-right hr {
	color : #000 1px;
	width: 190px;
}

#side-right p {
	color : #000000;
	font-size : 0.9em;
	margin : 0;
	padding : 0px 0 10px 5px;
	font-family: arial;

	line-height: 1em;
}


/* ---------------------
Commentaires
--------------------- */
.comment {
	padding : 2px 10px 5px 10px;
	}
.comment blockquote{
	padding : 2px 30px 2px 40px; margin : 0;
	}
.ligne0{
	background : #222;
	}



/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	
	margin : 30px auto;
	text-align : center;
	font-size : 0.85em;
	}
	
fieldset {
	border : 0;
	}

label {
	display : block;
	}

input, textarea {
	border : 1px solid #000;
	/*border-left : 1px solid #ffffff;*/
	}

textarea {
	width : 95%;
	}


#form  input.red {
  color:red;
  border-color:red;
  }
pre:first-line {
  color:#374547;
  text-decoration:underline;
  font-size:1.4em
 }
pre {
  text-align:center;
  font-size:1.2em;
  color:#23585F;
}