/*
THEME NAME: Pascal Cardonna
THEME URI: http://www.pascalcardonna.fr
VERSION: 1.0.0
AUTHOR: <a href="http://www.eilium.fr/">Eilium agency</a>
AUTHOR URI: http://www.eilium.fr/
*/

/* RESET */

/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* �vite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0; 
  padding: 0; /* Remettre � z�ro si n�cessaire. */ 
  font-family: Arial, Helvetica, FreeSans, sans-serif; 
  font-size: 12px;; 
  line-height: 1.2; 
  color: black; 
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 0; 
  padding: 0;
  font-weight: bold; /* Valeur par d�faut. (6) */ 
  font-style: normal; 
  font-family: Georgia, Arial, Helvetica, FreeSans, sans-serif; 
} 

.entry-content a, .entry-content a:hover, .entry-content a:visited, .entry-content a:focus, .entry-content a:active, .entry-content a:link{
	color: #003762;
}  
 
/* Listes */ 

ul, ol {
	list-style: none;
}

*{
margin: 0;
padding: 0;
}

.entry-content ul, .entry-content ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
  list-style: disc;
} 
 
/* Paragraphes */ 
.entry-content p { 
  margin: .75em 0; /* Marges plus faibles que par d�faut. (7) */ 
} 
.entry-content address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: none; 
} 

.entry-content a{
	text-decoration: underline;
}
div.entry-content img{
	max-width: 670px;
}
a:link { 
  color: black; 
} 
a:visited { 
  color: black; 
} 
a:hover, a:focus, a:active { 
  color: black; 
} 
/* Pas de bordure pointill�e ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 

img{
	border: none;
}
/* Divers �l�ments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}


*{
	margin: 0;
	padding: 0;
}


/* STRUCTURE */

body {
	background: url('images/bg.jpg');
}

#header {
	width: 100%;
	display: block;
	height: 170px;
	background: url('images/bg_header.png') no-repeat center #00338c;
	border: 0;
	}

#header_c{
	width: 980px;
	display: block;
	margin: 0 auto;
}

#container{
	width: 100%;
	display: block;
}

#container_c{
	width: 980px;
	height: auto;
	display: block;
	background: url('images/bg_container.jpg') repeat-y;
	padding-bottom: 20px;
	overflow-y: auto;
}

#container_center{
	width: 980px;
	margin: 0 auto;
	display: block;
}

#content{
	display: block;
	float: left;
}


#left {
	display: block;
	width: 710px;
	float: left;
	overflow-x: none;
}

#right {
	display: block;
	width: 270px;
	float: left;
}

/* HEADER */

#header #left_header {
	padding-top: 87px;
	padding-left: 225px;
	width: 410px;
	display: block;
	float: left;
}

#header #right_header {
	text-align: right;
	width: 340px;
	display: block;
	float: left;
	padding-top: 130px;
}

#header h1, #header h2 {
	text-indent: -9999px;
}

#header h2{
	width: 0px;
	height: 0px;
}

#header h1 a {
	width: 367px;
	height: 76px;
	display: block;
	background: url('images/logo.png') no-repeat;
}

.liens_sociaux_margin{
	margin-right: 5px;
}

#right_header a img{
	height: 35px;
	width: 35px;
	-webkit-transition: all 0.5s ease-in-out;
}

#right_header a img:hover{
	-webkit-transform: rotate(30deg) scale(1.1);
}
/* MENU */

#menu {
	display: block;
	height: 31px;
	width: 100%;
	background: url('images/bg_menu.jpg');
}

#menu_c{
	display: block;
	height: 30px;
	width: 980px;
	margin: 0 auto;
	background: url('images/bg_menu_2.png') 30px no-repeat;	
}

#menu_box{
	display: block;
	padding-top: 5px;
	float: left;

}

.menu_ul{
	display: block;
	font-family: Georgia;
	font-size: 16px;
	margin-left: 20px;

}

.menu_ul li {
	float: left;
	display: block;
	margin-right: 60px;
}

.menu_ul a, .menu_ul a:hover, .menu_ul a:visited, .menu_ul a:active,.menu_ul a:link, .menu_ul a:focus{
	color: white;
	text-shadow: 2px 2px 1px black;
}

/* SEARCH_BOX */

#search_box {
	display: block;
	float: right;
	margin-right: 10px;
	padding-top: 3px;
}

#search_box .form {
	width: 181px;
	height: 24px;
	display: block;
	background: url('images/search_box.png') no-repeat;
	padding-top: 4px;
}

#search_box .field{
	height: 15px;
	width: 148px;
	padding-left: 8px;
	padding-right: 4px;
	color: #333333;
	float: left;
	display: block;
	display: inherit;
	outline: none;
}
#search_box .submit{
	float: left;
	display:inline;
	cursor: pointer;
	width: 15px;
	height: 15px;
	display: block;
}

#search_box input{
	border: none;
	background: none;
}

/* GALLERY */

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}


/* SIDEBAR */

#sidebar h3{
	font-size: 20px;
	font-family: Georgia;
	font-style: italic;
	font-weight:600;
	color: #003762;
	text-shadow: 1px 1px 0px white;
	background: url('images/h3_puce.jpg') no-repeat 0px 7px;
	padding-left: 15px;
	margin-bottom: 10px;
	}
	
#sidebar{
	padding: 0px;
	
}	

#sidebar ul li {
	list-style:none;
	margin: 15px 0px 0px 10px;
}

#sidebar ul li ul li{
	height: 25px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-style: italic;
	font-size: 13px;
	color: #333333;
	text-shadow: 1px 1px 0px white;

}

#sidebar ul li ul div.col_cat{
	width: 105px;
	float: left;
	display: block;
	padding-right: 25px;
	overflow: hidden;
}

#sidebar ul li ul li a{
	height: 21px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url('images/bg_sidebar_li.png') repeat-x;
	padding-top: 4px;
	display: block;
	padding-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	
}

#sidebar ul li ul.xoxo {
	overflow: hidden;
	padding-right: 25px;
}

#sidebar ul li ul li a:hover{
	background-position-y: -25px;
	/*font-weight: bold;*/
	/*font-size: 12px;*/
}

#sidebar ul li ul{
	margin-bottom: 10px;
	padding-right: 0px;
}


/* Twitter */
#sidebar ul li ul.twitter li{
	height: auto;
	background: none;
	font-family: Arial, Helvetica, FreeSans, sans-serif; 
	font-style: normal;
}

#sidebar ul li ul.twitter li a{
	height: auto;
	background: none;
	width: auto;
	display: inline;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #333333;
}

#sidebar ul li ul.twitter li a:hover{
	font-size: 11px;
}

#sidebar ul li ul.twitter li.twitter-item{
	margin: 0px;
} 

#sidebar ul li ul.twitter li .twitter_top {
	font-size: 11px;
	background: url('images/bg_twitter_li.png') no-repeat;
	width: 225px;
	margin-left: 0px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
}

#sidebar ul li ul.twitter li .twitter_bottom {
	font-size: 11px;
	background: url('images/bg_twitter_li_bottom.png') no-repeat;
	width: 242px;
	height: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: right;
}
#sidebar ul li ul.twitter li .twitter_bottom a{
	font-size: 9px;
}
#sidebar ul li ul.twitter li .twitter_bottom a:hover{
	font-size: 9px;
}

#sidebar ul li ul.twitter li .twitter_bottom span.twit-info{
	background: url('images/twitter_profil.png') no-repeat 0px 4px;
	padding-top: 6px;
	height: 14px;
	display: block;
	float: right;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 9px;
	
}

#sidebar ul li ul.twitter li .twitter_bottom span.twit-info strong {
	color: #003762;
}

a.sidebar_twit{
	height: 20px;
	display: block;
	background: url('images/sidebar_twit.png') no-repeat 85px 2px;
	-webkit-transition: all 0.3s ease-in-out;

}

a.sidebar_twit:hover{
	background-position-y: -17px;
	color: #003762
}
a.sidebar_flickr{
	height: 20px;
	display: block;
	background: url('images/sidebar_flickr.png') no-repeat 65px 0px;
	-webkit-transition: all 0.3s ease-in-out;


}

a.sidebar_flickr:hover{
	background-position-y: -20px;
	color: #003762
}



/* FLICKR */

#sidebar ul li #flickr{
	width: 220px;
	height: 291px;
	display: block;
	background: url('images/bg_flickr.png') no-repeat;
	margin-left: -7px;
	padding-top: 34px;
	padding-right: 20px;
	padding-left: 22px;
	text-align: center;
}

span.lien_flickr{
	font-size: 15px;
	color: #888888;
	font-style: italic;
	font-family: Georgia;

	margin-top: 15px;
	display: block;
	
}

span.flickr_flick{
	font-weight: bold;
	color: #0063dc;
}

span.flickr_r{
	font-weight: bold;
	color: #ff0099;
}

span.lien_flickr img{
	margin-bottom: -3px;
}

/* TAGS */

.st-tag-cloud{
	padding-right: 20px;
	padding-left: 10px;
	font-family: Georgia;
	font-style: italic;
	text-shadow: 1px 1px 0px white;
}

a.st-tags{
	-webkit-transition: all 0.3s ease-in-out;
}

a.st-tags:hover{
}

/* CONTENT */

#content {
	padding-top: 0px;
	padding-left: 1px;
}

#content.homepage .post, #content.archives .post{
	height: 200px;
	display: block;
	position:relative;
	background: url('images/bg_post.jpg') repeat-x;
	width: 678px;
	padding: 10px;
	padding-right: 20px;
}

#content .thumb_post{
	width: 180px;
	height: 180px;
	display: block;
	padding: 10px;
	float: left;
	border: #cccccc 1px solid;
	margin-right: 30px;
	background: white;
}

#content.homepage h2,  #content.archives h2  {
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
	color: #003762;
	text-shadow: 1px 1px 0px white;
	margin-bottom: 20px;
	padding-top: 5px;
}

#content .excerpt{
	font-size: 12px;
	line-height: 16px;
}

#content .read_more{
	font-size: 14px;
	font-family: Georgia;
	display: block;
 	position: absolute;
    bottom: 0;	
    right: 0;
    margin-bottom: 20px;
    margin-right: 30px;
}

.page-archives-title{
	font-size: 18px;
	margin: 10px;
	margin-left: 20px;
}

#content h2 a, #content h2 a:hover, #content h2 a:visited, #content h2 a:focus, #content h2 a:link, #content h2 a:active, #content .read_more a, #content .read_more a:hover,  #content .read_more a:visited,  #content .read_more a:link,  #content .read_more a:focus   {
	color: #003762;
}

#content.homepage .p4 .read_more , #content.homepage .p5 .read_more,  #content.homepage .p6 .read_more,  #content.homepage .p7 .read_more,  #content.homepage .p8 .read_more, #content.homepage .p9 .read_more,#content.homepage .p10 .read_more,#content.homepage .p11 .read_more,#content.homepage .p12 .read_more,#content.homepage .p13 .read_more,#content.homepage .p14 .read_more,#content.homepage .p15 .read_more {
	margin-bottom: 10px;
	margin-right: 10px;

}

#content.homepage .p4 .read_more .num_comments , 
#content.homepage .p5 .read_more .num_comments,  
#content.homepage .p6 .read_more .num_comments,  
#content.homepage .p7 .read_more .num_comments,  
#content.homepage .p8 .read_more .num_comments,
#content.homepage .p9 .read_more .num_comments,
#content.homepage .p10 .read_more .num_comments,
#content.homepage .p11 .read_more .num_comments,
#content.homepage .p12 .read_more .num_comments,
#content.homepage .p13 .read_more .num_comments,
#content.homepage .p14 .read_more .num_comments,
#content.homepage .p15 .read_more .num_comments {
	font-size: 10px;
}

#content.homepage .p4,
#content.homepage .p5, 
#content.homepage .p6,
#content.homepage .p7,
#content.homepage .p8,
#content.homepage .p9,
#content.homepage .p10,
#content.homepage .p11,
#content.homepage .p12,
#content.homepage .p13,
#content.homepage .p14,
#content.homepage .p15{
	width: 334px;
	float: left;
	display: block;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	height: 180px;
	}

#content.homepage .p4 .thumb_post,
#content.homepage .p5 .thumb_post,
#content.homepage .p6 .thumb_post,
#content.homepage .p7 .thumb_post,
#content.homepage .p8 .thumb_post,
#content.homepage .p9 .thumb_post,
#content.homepage .p10 .thumb_post,
#content.homepage .p11 .thumb_post,
#content.homepage .p12 .thumb_post,
#content.homepage .p13 .thumb_post,
#content.homepage .p14 .thumb_post,
#content.homepage .p15 .thumb_post,    
#content.homepage .p4 .thumb_post img,
#content.homepage .p5 .thumb_post img, 
#content.homepage .p6 .thumb_post img,
#content.homepage .p7 .thumb_post img,
#content.homepage .p8 .thumb_post img,
#content.homepage .p9 .thumb_post img,
#content.homepage .p10 .thumb_post img,
#content.homepage .p11 .thumb_post img,
#content.homepage .p12 .thumb_post img,
#content.homepage .p13 .thumb_post img,
#content.homepage .p14 .thumb_post img,
#content.homepage .p15 .thumb_post img{
	width: 120px;
	height: 120px;
}

#content.homepage .p4 .thumb_post,#content.homepage .p5 .thumb_post, #content.homepage .p6 .thumb_post,#content.homepage .p7 .thumb_post,
#content.homepage .p8 .thumb_post,
#content.homepage .p9 .thumb_post,
#content.homepage .p10 .thumb_post,
#content.homepage .p11 .thumb_post,
#content.homepage .p12 .thumb_post,
#content.homepage .p13 .thumb_post,
#content.homepage .p14 .thumb_post,
#content.homepage .p15 .thumb_post
{
	margin-right: 10px;
}

#content.homepage .p4 h2,#content.homepage .p5 h2, #content.homepage .p6 h2,#content.homepage .p7 h2,
#content.homepage .p8 h2,
#content.homepage .p9 h2,
#content.homepage .p10 h2,
#content.homepage .p11 h2,
#content.homepage .p12 h2,
#content.homepage .p13 h2,
#content.homepage .p14 h2,
#content.homepage .p15 h2{
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#content.homepage .p4 .excerpt,#content.homepage .p5 .excerpt, #content.homepage .p6 .excerpt,#content.homepage .p7 .excerpt,
#content.homepage .p8 .excerpt,
#content.homepage .p9 .excerpt,
#content.homepage .p10 .excerpt,
#content.homepage .p11 .excerpt,
#content.homepage .p12 .excerpt,
#content.homepage .p13 .excerpt,
#content.homepage .p14 .excerpt,
#content.homepage .p15 .excerpt{
	font-size: 11px;
	line-height: 14px;
}
/* ENTRY */

h2.entry-title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size: 24px;
	color: #003762;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-top: 10px;
}

#content.single {
padding: 10px;
}

#content.single .thumb_post{
	width: 670px;
	height: 250px;
	margin: 0px;
	margin-bottom: 20px;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

/* FOOTER */

#footer {
	width: 100%;
	display: block;
	height: 92px;
	background: url('images/bg_footer.jpg') repeat-x;
	padding-top: 1px;
}

#footer_c {
	width: 980px;
	margin: 0 auto;
	display: block;
	background: url('images/bg_footer_c.jpg') repeat-y;
	display: block;
	height: 81px;
	padding-top: 10px;
}

#footer_credit{
	width: 961px;
	margin: 0 auto;
	display: block;
}

#footer_credit_top{
	width: 961px;
	height: 22px;
	display: block;
	background: url('images/bg_footer_c_top.png') no-repeat;
}
#footer_credit_bottom{
	width: 961px;
	height: 2px;
	display: block;
	background: url('images/bg_footer_c_bottom.png') no-repeat;
}
#footer_credit_c{
	width: 941px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background: url('images/bg_footer_c_c.png') repeat-y;
	overflow: auto;
	
}

#footer_credit_c img{
	float: left;
	display: block;
} 
#footer_credit_c img.creativecommons{
}

#footer_credit_c span.eilium{
	float: right;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: -3px;
}
#footer_credit_c img.separateur{
	margin-left: 25px;
	margin-right: 20px;
	float: left;
	display: block;
}

#footer_credit_c img.separateur_droit{
	margin-left: 20px;
	margin-right: 25px;
	float: right;
}


#footer_credit_c span{
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	text-shadow: 1px 1px 0px white;
	color: #0a4b98;
	height: 22px;
	margin: 0;
	padding: 0;
	display:block;
	float: left;
	padding-top: 3px;
}

#footer_credit_c span.designby{
	float: right;
	padding-top: 0px;
}

#footer_credit_c span.designby a{
	color: #8dabd3;
}

#footer_credit_c span.baseline{
float: none;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	padding-top: 5px;
	height: 20px;
}


/* + */

hr{
	color: black;
	height: 1px;
	background-color: black;
	border: none;
	width: 40px;
	display: none;

}

.fleche{
	margin-bottom: -5px;
}



#slider .read_more{
	font-size: 14px;
	font-family: Georgia;
	display: block;
 	position: absolute;
    bottom: 0;	
    margin-bottom: 20px;
    right: 0;
    margin-right: 90px

}

.num_comments{
	color: #003762;
	font-size: 12px;
	font-style: italic;
}

/* Configuration titres hx de larticle*/
#content.single .entry-content h1, #content.single .entry-content h2, #content.single .entry-content h3, #content.single .entry-content h4 {
margin: 10px 0 5px 5px;
padding: 0 0px 0 10px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;
font-size: 22px;
color: #003762;
}
#content.single .entry-content h2{
font-size: 19px;
}
#content.single .entry-content h3{
font-size: 16px;
}
#content.single .entry-content h4{
font-size: 13px;
}
/* Configuration titres hx de larticle FIN*/

/* Configuration autres de larticle*/

#content.single .entry-content {
	padding: 0 0px 0 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#222;
	text-align: justify;
}

#content.single .entry-content p{
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#content.single .entry-content blockquote {
	margin: 0px;
	margin: 20px;
	padding: 20px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	color:#666;
	text-shadow: 1px 1px 0px white;
	border: 1px #dddddd solid;
	background: url('images/guillemet.png') no-repeat #eeeeee;
	background-position-y: 10px;
	background-position-y: 5px;
}

#content.single .entry-content code {
	margin: 0px;
	margin: 20px;
	padding: 20px;
	font-size: 12px;
	color:#666;
	text-shadow: 1px 1px 0px white;
	border: 1px #dddddd solid;
	background: url('images/guillemet.png') no-repeat #eeeeee;
	background-position-y: 10px;
	background-position-y: 5px;
	display: block;
}

#content.single .entry-content ol{
padding: 0 0px 0 20px;
margin-top:10px;
list-style:decimal;
}
#content.single .entry-content ol li{
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
font-style:normal;
color:#222;
text-align:justify;
}

#content.single .entry-content ul{
padding: 0 50px 0 100px;
margin-top:10px;
list-style:circle;
}
#content.single .entry-content ul li{
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
font-style:normal;
color:#222;
text-align:justify;
}
/* Configuration autre de larticle FIN*/

/* META POST */

#entry-meta_top{
display:block;
width:22px;
height:23px;
background-image:url("images/flechepiedtexte.png");
background-repeat:no-repeat;
margin-left:600px;
}
.entry-meta{
	width: 630px;
	margin: 10px;
	padding: 20px;
	padding-bottom: 15px;
	display: block;
	background-color:#f1dddd;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #222;
	font-size:12px;
	font-style: italic;
	margin-top: 0px;
	overflow: auto;
	text-shadow: 1px 1px 1px white;
	line-height: 18px;
}
.meta-left {
	display: block;
	float: left;
	width: 400px;
	margin-bottom: 5px;
}
.meta-right{
	display: block;
	text-align: right;
	margin-bottom: 5px
}

.post_social{
	text-shadow: none;
	padding-top: 7px;
}
.titre_info{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#003762;
font-style:italic;
font-weight:bold;
}

/* Commentaires */

#comments{
	padding: 10px;
}

.form_field{
	width: 140px;
	height: 25px;
	background: white;
	border: 1px #bbbbbb solid;
	padding-left: 5px;
	padding-right: 5px;
	color: #666;
	margin-bottom: 10px;
}

#comment_form_top{
	display: block;
	clear: both;
	height: 150px;
}

#comment_form_left{
	width: 150px;
	display: block;
	float: left;
}

.textarea{
	width: 497px;
	margin-left: 20px;
	height: 136px;
	border: #bbb 1px solid;
}

.textarea_logged{
	width: 670px;
	margin: 0px;
	display: block;
}

.div_textarea_logged{
	display: block;
	margin-bottom: 20px;
	clear: both;
}

.formcontainer{
	margin-bottom: 10px;
}

.form-submit{
	height: 30px;
}

.trackbacks-list h4{
	margin: 5px;
}

.comments{
font-family:Georgia, "Times New Roman", Times, serif;
}
.comments h3, .formcontainer h3{
margin:10px 0 10px 0;
padding: 0px;
font-size:20px;
font-style:italic;
font-weight:bold;
color:#003762;
}
.comments h3 .nombre_com{
font-size:20px;
font-style:italic;
font-weight:bold;
color:#2b88d1;
}

.comments ol{
	margin-left: 20px;
}

.comments .comment{
	display:block;
	/*width:610px;*/
	overflow:auto;
	padding: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px #e3e5e5 solid;
	background-color: #f7f8f8;
	/*background:url(".image/separation_com.jpg") repeat-x #f7f8f8;*/

}

.comments .comment-author-admin{
	border: 1px #e5d3d3 solid;
	background-color: #f1dddd;
}

.comment h4{
display:block;
float:left;
font-size:24px;
font-style:italic;
font-weight:normal;
color:#2b88d1;
}

.comments .comment .comment_text p{
	margin-bottom: 8px;
}

.comment a, .comment a:hover, .comment a:visited{
	color:#2b88d1;
}

.comment .date_info_com{
display:block;
padding:10px 0 5px 0;
font-size:11px;
font-style:italic;
text-align:right;
color:#003762;
}
.comment .date_info_com .twitter_com{
color:#2b88d1;
}

.comment .comment-author-vcard{
display:block;
float:left;
width:64px;
height: 64px;
margin: 5px 17px 10px 0px;
padding: 10px;
background-color:#FFFFFF;
border:solid 1px #CCC;
}

.children{
	padding-left: 30px;
	background: url('images/children.png') no-repeat left top;
}

.reply {
padding-top: 7px;
width: 15px;
height: 22px;
float: left;
}
.reply a{
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	background: url('images/reply.png');
}
.unapproved{
	color: #ff3762;
	text-shadow: 1px 1px 0px white;
	font-style: italic;
	font-size: 11px;
	padding: 10px;
	display: inline;
}

.comment .comment_text{
display:block;
margin:0;
padding:5px 0 0 0;
width:auto;
margin-top:0px;
background-image:url("./guillemet.png");
background-repeat:no-repeat;
background-position-x: 120px;
background-position-y: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#003762;
}

.button{
	background: url(./images/white-grad-active.png) repeat-x scroll rgb(238, 238, 238);
	border-color: #bbb;
	-webkit-border-bottom-left-radius: 20px 20px;
	-webkit-border-bottom-right-radius: 20px 20px;
	-webkit-border-top-left-radius: 20px 20px;
	-webkit-border-top-right-radius: 20px 20px;
	-webkit-box-sizing: content-box;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-size: 15px;
	font-family: Georgia;
	font-style: italic;
	color: #666;
	text-shadow: 1px 1px 0px white;
	line-height: 14px;
	padding: 2px 8px;
	padding-top: 2px;
	text-decoration: none;
	height: 25px;
	width: 80px;
	text-align: center;
	float: right;
	margin-right: 10px;
}

.button:hover{
	border-color: #999;
}

.navigation {
	font-size: 14px;
	font-family: Georgia;
    font-style: italic;
    
}

.navigation a{
	color:#003762;
	display: block;
	margin: 20px;
	display: block;
}

.navigation .nav_left {
	float: left;
}

.navigation .nav_right {
	float: right;
}

.entry-content {
	overflow: auto;
	clear: both;
	display: block;
}

.comment_infos {
	clear: both;
	display: block;
	overflow: auto;
}

.iframe_fb{
	height: 260px;
	background-color: #ffffff;
}

p.wp-caption-text{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
	color: #525252;
	font-style: italic;
	font-size: 12px;
}

div.topsy_widget_shortcode{
	display: inline;
	float: right;
	margin-left:5px;
	margin-top: 10px;
}
