/*   
Theme Name: XP-Internet
Theme URI: http://www.xp-internet.com/blog/
Description: Interface pour le blog du site www.xp-internet.com
Author: Xavier Pitel
Author URI: http://www.xp-internet.com/
Template: 
Version: 2.0
*/

/* Éléments génériques */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.center {
text-align: center;
}
/*.post, .post h2, .post h3, .post small,*/ .navigation, h2.pagetitle {
	float: left;
	clear: left;
}
h2.pagetitle {
	width: 510px;
	text-align: center;
}

/* Posts */
.post p {
	clear: left;
}
.post {
/*	width: 590px;
*/}
.post small {
	font-size: 0.85em;
}
.post h2 a, .post h3 a {
	color: #0c7dad;
}
.entry {
	text-align: justify;
	background: url(../../../../images/fndPg.png) repeat-y right;
	width: 617px;
	padding: 0 28px 0 22px;
}
.entry p, .entry ul {
	padding-bottom: 1em;
}
.entry ul, .entry ol {
	margin-left: 6em;
}
.postmetadata {
	font-size: 11px;
	text-align: center;
	background: url(../../../../images/fndPg.png) repeat-y right;
	width: 617px;
	padding: 0 28px 0 22px;
}
.post a, .entry a {
	color: #0c7dad;
}
.postmetadata, .postmetadata a {
	color: #a3a3a3;
}
.postmetadata .comments-link {
	white-space: nowrap;
}
.alt {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	background-color: #EFEFEF;
	background-image: none;
	padding: 0;
	width: auto;
}

/* Colonne droite */
body.blog #colDroite {
	font-style: italic;
	text-align: left;
	font-size: 11px;
	line-height: 1.1;
}
body.blog #colDroite #searchform {
	margin-bottom: 4em;
}
body.blog #colDroite h2 {
	font-size: 110%;
	color: #0F0;
	margin: 2em 0px 1em;
}
body.blog #colDroite p {
	margin: 0 10px 2em 0;
}
body.blog #colDroite a{
	color: #FFF;
	text-decoration: none;
}
body.blog #colDroite a:hover, #colDroite h2 a:hover, #colDroite h3 a:hover {
	text-decoration: underline;
}
body.blog #colDroite ul {
	margin-bottom: 2em;
}
body.blog #colDroite ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 3px;
}
body.blog #colDroite ul ul, #colDroite ul ol {
	margin: 5px 0pt 0pt 10px;
}
body.blog #colDroite ul li.pubOffresEco {
	margin-bottom: 2em;
}

/* Liens de navigation */
.navigation, .navigationSingle {
	display: block;
	text-align: center;
	color: #0c7dad;
	background: url(../../../../images/fndBsPg.png) repeat-y right;
	width: 617px;
	padding: 60px 28px 0 22px;
	height: 71px;
	font-size: smaller;
}
.navigationHaut {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: smaller;
}

/* Commentaires */
#comments, #respond {
	padding-top: 2em;
	color: #0c7dad;
}
.commentlist {
	text-align: justify;
	color: black;
	width: 617px;
}
.commentlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 20px 10px 3px;
	line-height: 16px;
}
.commentlist a {
	color: #999;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
}
.commentmetadata {
	display: block;
	margin: 0;
	line-height: 16px;
	color: #999;
}
#commentform {
	width: 617px;
}
#commentform label {
	color: #0c7dad;
}
#comment {
	width: 100%;
}

/* Pied de page (clear) */
#piedPage {
	clear: left;
}

/* Images des posts */
img.alignright, div.alignright {
	margin-left: 1em;
}
.wp-caption-text {
	font-size: 0.75em;
	text-align:center;
}