@charset "utf-8";
/* CSS Document */

/*
Theme Name: pardailhan2
Theme URI: http://www.contre-dits.com/
Description: For Loule.
Version: 0.2
Author: Jules Dugenoux
 
Creation Theme by Jules Dugenoux
 
*/

/* choisissez le type de blog ici 
@import url('layouts-blog/1col-droite.css');
*/
/*corps de la page web 

background:url(images/back1.jpg);
*/

body {
font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
background-color:#eeeeee;
color: #069;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}

/* gestion des liens */

a {
color: #555;
text-decoration: none;
}

a:hover {
color: #777;
text-decoration: underline;
}

#page {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
	overflow:hidden;
}
table {
margin:0
}
tr {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
td {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;

}
/* gestion de l'entte */
#header {
font-family: "Lucida Grande", Arial, Helvetica, Georgia, Sans-serif;
color:#069;
width: 100%;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;

}

#header h1 {
padding: 0 20px 0 0;
font-size: 2em;
text-align: right;
}

#header h1 a{
color: #666;
}

#header p {
padding: 0 20px 0 0;
font-size: 1em;
text-align: right;
}


/* gestion du contenu */


#content {
margin-bottom: 20px;
margin-left: 5px;
text-align: left;
background-color: #CCC;
}
#content h2 {
font-size: 1.3em;
text-align:center;
}

#content h2 a{
font-size: 1.2em;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #069;
}

#content h2 a:hover{
color: #555;
}
.post_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #047;
	text-align:justify;
	font-weight: bold;
	margin-bottom:10px;
	padding-right: 10px;
	padding-left: 10px;
}
#content h3
{
	font-size: 1.1em;
	text-align:left;
}

.chapo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #047;
	text-align:justify;
	font-weight: bold;
}
.post {
background-color: #FFF;
border : solid #000000 1px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin-bottom:3px;
margin-left: 20px;
padding-right: 10px;
margin-right: 20px;
}
.post_ex {
display:inline;
display:inline-block;
float: none;
border : solid #000000 1px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color:#ffffff;
margin-bottom:3px;
padding-left:10px;
margin-right:10px;
width: 300px;
}

.post_content {
font-size: 1em;
font-family:Arial,Helvetica,Sans-serif,"Lucida Grande";
color: #555;
background-color:#ffffff;
clear: both ;
text-align:justify;
-moz-column-width: 280px;
-moz-column-rule: thin solid blue;
-moz-column-gap: 20px;
-webkit-column-width: 280px;
-webkit-column-gap: 20px;
-webkit-column-rule: 1px solid #ddccb5;
padding-right: 10px;
padding-left: 10px;
}
.post_content a {
color: #069;
}

.post_content a:hover {
color: #fff;
background: #069;
}
.post_content img {
	display: block;
	/*max-width: 230px;*/
	border:ridge #000000 2px;
	margin:3px;
	column-span: 1;
}

.postmetadata {
font-size: 0.8em;
color: #999;
}




/* gestion du footer */

#footer {
width: 100%;
font-size: 1em;
color: #666;
padding: 10px 10px 0 0;
clear: both;
}
#footer a {
color: #006699;}

#footer p{
text-align: right;
font-size: 1em;
padding: 0 0px 20px 0;
}


/* gestion des commentaires */

.comments-template{
margin: 10px 0 0 0;
}

.comments-template ol{
margin: 10px;
padding: 0 0 0 15px;
list-style: none;
}

.comments-template ol p{
font-family: "Arial", Helvetica, Sans-serif;
font-size: 0.9em;
}

.comments-template ol li{
margin: 10px 0 0 0;
line-height: 15px;
padding: 0 0 10px;
}

.comments-template h2, .comments-template h3{
font-size: 1.2em;
}

.commentmetadata{
font-size: 0.9em;
}

.comments-template p.nocomments{
padding: 0;
}

.comments-template textarea{
font-family: Arial, Helvetica, Sans-serif;
font-size: 0.9em;
}

.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;

}
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: 0px;
padding-right: 0px;
text-align:center;
float:none;
}

.alignleft 
{
float: left;
}

.alignright {
float: right;
}

.wp-caption {
	background-color:#fefefe;
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 0px;
	/*max-width:280px;*/
	/* optional rounded corners for browsers that support it */
-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 9px;
}
.wp-caption-text
{ text-align:center
}

#banner
{
	display: block;
	top:300px;
	left:0px;
	position: fixed;
}
.ttf{
	border: 0px;
}
.st-tag-cloud{
	font-family:"Times New Roman", Times, serif;
}

.blogcit {
	font-size: 14px;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	font-stretch : extra-condensed;
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	border-top: solid #000000 2px;
}


.sidebar1 {
	margin: 0px 5px 0px 0px;
	border-right: thin #999999 solid;	
	border-left: thin #999999 solid;
}
.sidebar2 {
	margin: 0 0 0 5px;
	padding: 0 5px 10px 5px;
	border-left: thin #999999 dashed;
	border-bottom: medium #999999 dashed;
	border-right:  outset 2px #999999;
}


.sidebar1 ul{
font-size: 9px;
list-style-type: none;
margin: 0;
padding: 0 4px;
}
.sidebar1 li{
margin: 0 0 1px 0;
}

.sidebar1 h2 {
	font-size: 1.1em;
	text-align:center;
	margin: 0;
	padding: 0;
	background-color:#eeeeee;
}

.sidebar2 ul{
	font-size: 9px;
	list-style-type: none;
	margin: 0;
	padding: 0 4px;
}
.sidebar2 li{
margin: 0 0 1px 0;
}

.sidebar2 h2 {
	font-size: 1.1em;
	text-align:center;
	margin: 0;
	padding: 0;
	background-color:#eeeeee
}

.sidebar1 h2 hr {
border:thin #999999 solid;
width: 80%;
}
.sidebar2 h2 hr {
border:thin #999999 solid;
width: 80%;
color:#ff5555;
background-color:#999999;
}
.w_title{
	border:1px #999999 solid;
	margin: 0;
	padding: 0 0 0 0;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.w_recent{
	background-color:#eeeeee;
	border:1px #444444 solid;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding-left:10px;
}
.w_recent img{
	margin: 3px;
	border:thin;
}
.w_similar{
	background-color:#eeeeee;
	border-left:1px #444444 solid;
	border-top:1px #444444 solid;
	border-right:1px #444444 solid;
	clear:both;
	min-height:36px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding-left:10px;
}
.w_similar_img{
float:left;
}
.w_similar img{
border:0;
}

<!--[if lte IE 7]>
<style type="text/css" media="screen">
	.post_ex {display: inline;}
	</style>
<![endif]-->
