/*
Theme Name: FYSIKI Blog
Theme URI: http://blog.fysiki.com/
Description: Thème graphique du Blog Fysiki
Version: 1.0
Author: Julien Lavault
Author URI: http://www.julienlavault.com
Tags: Fysiki, blog, sport, préparation physique, 
*/

/*******************
 * Reset CSS
 *******************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; font-family:Verdana, Geneva, sans-serif; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none;}
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/*******************
 * largeur du site
 *******************/
#wrapper {
	width:980px;
	margin:auto;
}


/*******************
 * Styles globaux 
 *******************/
p, span {
    margin:0;
    padding:0;
    line-height:20px;
    vertical-align:middle;
    text-align:justify;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#333333;
}
a {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    text-decoration:none;
    color:#7ac126;
}
a:hover { color:#7ac126; }	
h1, .titre_h1 {
    line-height:30px;
    margin:20px 0 5px 0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:22px;
    font-weight:normal;
    color:#000;
}
h2, .titre_h2 {
    margin:5px 0 15px 0;
    padding:0 ;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
	font-weight:100;
    color:#000;
}
h3 {
    margin:10px 0 5px 0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
	font-weight:normal;
    color:#000;
}

h4 {
    margin:10px 0 5px 0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight:normal;
    color:#000;
}

dl, dt, dd {
    margin: 0;
    padding: 0;
    display:block;
    list-style-type: none;
}
ul {
    list-style-type:none;
    margin: 6px 0 15px 10px;
    padding:0;
}
li {
    line-height:15px;
    margin-left:0 0 1px 5px;
    padding:5px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#5A5A5A;
}
img {
    /*float:right;*/
    margin:0;
    padding:0;
    border:none;
}
hr {
    margin:0;
    padding:1px;
    border:1px dashed #CCCCCC;
}

/* Form */
form {
    padding:0;
    margin:0;
}
label {
    float:left;
/*   clear:both;*/
    display:block;
    width:280px;
    height:30px;
    margin:15px 0 0 0;
    padding:0 0 7px 10px;
    line-height:30px;
    font-size:18px;
    text-align:left;
    color:#666666;
    background: none;
}
p.text input,
input[type="text"] {
    float:left;
    height:15px;
    margin:10px 0 0 10px;
    padding:5px 10px;
    line-height:20px;
    font-size:15px;
    font-weight:normal;
    color:#333333;
    background: url('images/bg_input.jpg') repeat-x top left #FFF;
}	
input[type="text"]:hover, textarea:hover { border:solid 2px #F60; }
textarea {
    padding:5px 10px;
    line-height:20px;
    font-size:15px;
    font-weight:normal;
    color:#333333;
    background:#F3F3F3;
    border: 2px inset;
}

/* Checkbox */
div.check {
    float:left;
    width:570px;
    height:35px;
    margin:15px 0 0 0;
    padding:0 0 0 10px;
}
label.label_check {
	float:left;
	clear:none;
	width:540px;
	height:35px;
	margin:0 0 0 5px;
	padding:0;
	background:none;
	text-align:left;
	font-size:18px;
 }
label.label_check a { font-size:18px; }

/* common settings checkbox and radiobutton */
input[type="checkbox"], input[type="radio"] {
	/*-khtml-appearance: none;*/
	float:left;
	width: 20px;
	height: 20px;
	margin:8px 0 0 5px;
	vertical-align: middle;
	cursor:pointer;
	background: url('images/bg_checkbox.gif') no-repeat;
}
input[type="radio"] { margin:20px 0 0 15px; }
input[type="checkbox"] { background-position-x: left; }
input[type="radio"] { background-position-x: right; }
input[type="checkbox"]:hover, input[type="radio"]:hover { background-position-y: -40px; }
input[type="checkbox"]:checked, input[type="radio"]:checked { background-position-y: -20px; }
input[type="checkbox"]:checked:hover, input[type="radio"]:checked:hover { background-position-y: -60px; }
/* disabled settings for checkbox and radiobutton */
input[type="radio"]:disabled, input[type="checkbox"]:disabled { opacity: 0.3; }

/* Tableau */
table { border-spacing:1; border:solid 1px #666; }
table td { text-indent:5px; font-size:12px; color:#333; border:solid 1px #666; }
table td h3 { height:20px; line-height:20px; margin:3px; font-size:16px; font-weight:bold; }
table td h4 { font-size:14px; }
table td p { line-height:18px; padding:5px 15px; font-size:12px; color:#333; }
table td ul li { line-height:16px; margin:0 5px; font-size:12px; color:#333; }


/* Styles génériques */
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

/* Clear */
br.both { clear:both; }
div.clear_both { clear:both; width:980px; height:5px; }
div.clear_both_medium { clear:both; width:980px; height:5px; }
div.clear_both_big { clear:both; width:680px; height:2px; }
.spacer_content { clear:both; width:100%; height:20px; }


/*******************
 * Layout 
 *******************/
body { background: url('images/bg_top.jpg') repeat-x left top; }

/*******************
 * Header 
 *******************/
#header {
	width:980px;
	height:210px;
	margin:auto;
	background: url('images/bg_header.jpg') no-repeat left 32px;
}
p#slogan {
	display:block;
	float:left;
	width:350px;
	height:20px;
	line-height:20px;
	margin:5px 0 0 15px;
	padding:0;
	font-size:12px;
	color:#CCC;
}
ul#menu_haut {
	display:block;
	float:right;
	width:600px;
	height:25px;
	line-height:25px;
	margin:0;
	text-align:right;
	list-style-type:none;
}
ul#menu_haut li {
	float:right;
	height:18px;
	line-height:19px;
	margin:5px 0 0 0;
	padding:0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul#menu_haut li a {
	display:block;
	height:15px;
	line-height:14px;
	margin:0 5px;
	padding:2px 12px;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
}
ul#menu_haut li a:hover { background-color:#f59e2a; }
ul#menu_haut li.login {
	padding-right:12px;
	border-right-style: none;
	background: url('images/picto_login.jpg') no-repeat right -1px;
}
	
#header-share {
	float:left;
	width:200px;
	height:80px;
	margin:45px 0 0 7px;
}
#share-facebook {
	float:left;
	width:65px;
	height:65px;
	margin:5px 0 0 0;
	font-size:0;
}
#share-twitter {
	float:left;
	width:55px;
	height:58px;
	margin:15px 0 0 5px;
	font-size:0;
}
#share-rss {
	float:left;
	width:55px;
	height:58px;
	margin:15px 0 0 5px;
	font-size:0;
}
		
a#header-title {
	float:left;
	width:275px;
	height:120px;
	margin:10px 0 0 100px;
	font-size:0;
	color:#000;
}
a#header-decouvrir {
	float:right;
	width:220px;
	height:100px;
	margin:20px 0 0 0;
	font-size:0;
	color:#68ac18;
}
.clear_header {
	clear:both;
	width:100%;
	height:0px;
}

/* Barre de sélection (recherche, catégories et archives) */
#searchform {
	float:left;
	width:495px;
	height:45px;
	margin:10px 10px 10px 0;
}
input#s {
	display:block;
	float:left;
	width:430px;
	margin:2px 0 0 0;
	font-size:14px;
}
input#searchsubmit {
	display:block;
	float:right;
	width:31px;
	height:31px;
	margin:1px 0 0 0;
	border:none;
	cursor:pointer;
	background: url('images/bt_rechercher.jpg') no-repeat right center;
}
	

/* Menu de sélection */
ul.wp-tag-cloud { margin:0; padding:0 }

ul.menu_list {
	display:none;
	position:absolute;
	z-index:100;
	width:220px;
	height:auto;
	margin:-6px 0 0 -1px;
	padding:10px 0 5px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color:#eee;
}
ul.menu_list li {
	clear:both;
	width:210px;
	height:30px;
	line-height:30px;
	margin:2px 0;
	padding:0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul.menu_list li a {
	display:block;
	width:auto;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0 10px;
	color:#333333;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
}
ul.menu_list li a:hover {
	margin:0;
	padding:0 10px;
	color:#FFFFFF;
	background-color:#7bc128;
}
	
	
/*******************
 * Content Archives
 *******************/
 
#home_content { width:980px; }
 
#content { width:690px; float:left; }
	
/* Encart first (en tête de la page d'accueil) */
div.first {
	width:980px;
	height:253px;
	margin:10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#CCC;
}
div.first-item-post {
	width:510px;
	height:255px;
	float:left;
	margin:0 0 5px 0;
}
div.first-item-content {
	width:510px;
	height:195px;
	float:left;
	margin:0 0 10px 0;
}
div.first-item-content h2 {
	margin:4px 0 0 0;
	padding:0;
}
div.first-item-content h2 a {
	display:block;
	width:100%;
	height:auto;
	line-height:22px;
	font-size:18px;
	color:#000;
	font-weight:500;
}	
div.first-item-content h2 a:hover { color: #999999; } 
div.first-item-entry {
	clear:both;
	width:100%;
	height:auto;
	float:left;
	margin:15px 0 0 0;
}
div.first-item-entry p, div.first-item-entry p a { line-height:21px; font-size:14px; }

.first-item-meta {
	clear:both;
	width:100%;
	height:30px;
	float:left;
}
.meta-date {
	float:left;
	height:29px;
	line-height:29px;
	margin:5px 0 0 0;
	padding:0 10px 0 0;
	text-align:left;
	color:#999;
	font-size:12px;
}
a.bt_commentaire {
	float:left;
	height:29px;
	line-height:29px;
	vertical-align:middle;
	margin:5px 0 0 10px;
	padding:0 10px 0 20px;
	text-align:left;
	color:#de7300;
	font-size:12px;
	background: url('images/picto_commentaire.jpg') no-repeat left center;		
}
.bt_commentaire:hover { color:#999; }
a.bt_lire {
	float:right;
	height:29px;
	line-height:29px;
	vertical-align:middle;
	margin:5px 0 0 0;
	padding:0 15px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	background: url('images/bt_orange_14.jpg') repeat-x left top;
}
a.bt_lire:hover { color:#333; }

.first-item { clear:both; margin:10px 0 0 0; }
			
a.first-item-image {
	display:block;
	float:right;
	width:450px;
	height:230px;
	margin:0;
	padding:4px;
	border:solid 1px #CCC;
}
a.first-item-image:hover { border:solid 1px #de7300; }
a.first-item-image img {
	width:450px;
	height:230px;
	margin:0;
}


/** Encart item (3 par ligne en page d'accueil) **/
div.item {
	float:left;
	width:315px;
	height:405px;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#FFF;
}
div.spacer_item {
	float:left;
	width:15px;
	height:300px;
}
div.clear_item {
	clear:both;
	width:100%;
	height:17px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color:#CCC;
}
a.item-image {
	display:block;
	clear:both;
	width:310px;
	height:157px;
	margin:0;
	padding:5px;
	border:solid 1px #CCC;
}
a.item-image:hover { border:solid 1px #de7300; }
a.item-image img {
	width:310px;
	height:157px;
	margin:0;
}
div.item-content {
	clear:both;
	width:100%;
	height:190px;
}
div.item-content h2 {
	clear:both;
	margin:3px 0 0 0;
	padding:0;
}
div.item-content h2 a {
	display:block;
	width:100%;
	height:auto;
	line-height:18px;
	font-size:16px;
	color:#000;
	font-weight:400;
}	
div.item-content h2 a:hover { color: #999999; } 
		
div.item small {
	display:inherit;
	float:left;
	height:18px;
	line-height:18px;
	font-size:12px;
}
div.item-entry {
	clear:both;
	width:315px;
	height:auto;
	margin:10px 0;
	font-size:13px;
}
div.item-entry p, div.item-entry p a { font-size:13px; line-height:16px; }

div.item-meta {
	width:315px;
	height:25px;
	float:left;
}

/* Item pour la recherche */
div.search-item { margin:20px 0 0 10px; }
div.search-item h2 { height:20px; line-height:19px; margin:0; }
div.search-item h2 a { 	display:block;
	width:100%;
	height:auto;
	line-height:18px;
	font-size:16px;
	color:#000;
	font-weight:400;}
div.search-item p { margin:3px 0 1px 0; }

/* Clear du contenu */
div.clear-content {
	clear:both;
	width:100;
	height:10px;
}
	
	
/* Navigation */
#navigation {
	clear:both;
	width:980px;
	height:40px;
}
	
	
/*******************
 * Liste article
 *******************/
 
  /* Titre catégories et sports (tags) */
 #categories_titre, #archives_titre {
	float:left;
	width:220px;
	height:27px;
	margin:10px 0 10px 13px;
	overflow:visible;
	border:solid 1px #CCC;
	background:#eee url('images/picto_menu-list.jpg') no-repeat 190px 11px;
}
#categories_titre span, #archives_titre span {
	display:block;
	clear:both;
	width:185px;
	height:26px;
	line-height:26px;
	margin:0;
	padding:0 0 0 20px;
	text-align:left;
	font-size:14px;
	color:#333;
}	
div.categorieHeader {
	clear:both;
	display:block;
	width:100%;
	background: #f7f7f7;
	border:1px solid #d5d6d5;
	min-height:115px;
}
img.categorieHeader_img {
	float:left;
	margin:10px 0 0 10px;
	padding:5px;
	border:solid 1px #CCC;
}
div.categorieHeader_content {
	float:right;
	width:805px;
	padding-right:14px;
}
div.categorieHeader_content h1 { line-height:16px; margin:0 0 15px 0; }
div.categorieHeader p { font-size:14px; }

/* Titre page d'erreur */

/* Titre */
div#titre {
	clear:both;
	width:682px;
	height:30px;
	padding:6px;
	background: #dbdbdb;
}
div#titre p {
	display:block;
	height:30px;
	margin:0;
	padding:0;
	background: url('images/bt_gris_16.jpg') repeat-x left top;
}
p.article_suivant { float:right; }
p.article_precedent { float:left; }
div#titre p a {
	display:block;
	height:24px;
	line-height:22px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
}
div#titre p a:hover { color:#000; }
	
p.article_suivant a {
	text-align:right;
	padding:5px 28px 5px 15px;
	background: url('images/picto_suivant.jpg') no-repeat right 8px;
}
p.article_precedent a {
	text-align:left;
	padding:5px 15px 5px 26px;
	background: url('images/picto_precedent.jpg') no-repeat 4px 9px;
}
p a.article_precedent:hover, p a.article_suivant:hover { color:#333; }

	

/*******************
 * Detail article
 *******************/
 
/* Titre */
div#titre span {
	display:block;
	float:left;
	width:auto;
	height:35px;
	line-height:35px;
	margin:0 0 0 10px;
	font-weight:500;
	font-size:12px;
	color:#666;
}
div#titre span  a {
	height:38px;
	line-height:38px;
	font-weight:500;
	font-size:14px;
}
		
/* Contenu */
#contenu {
	clear:both;
	width:682px;
	margin:15px 0;
	padding:8px;
}

/* Styles du contenu */
#contenu p {
	margin:0 0 20px 0;
}
#contenu h5 {
	margin:20px 0 10px 0;
	font-size:22px;
	font-weight:200;
}
#contenu object {
	margin: 10px 0;	
}

/* Liste des posts à lire (ne pas manquer */
div#best_post {
	float:right;
	width:345px;
	height:auto;
	margin:0 10px 20px 0;
	padding:5px;
	border:solid 1px red;
}
div#best_post_content {
	float:right;
	width:340px;
	height:auto;
	margin:0;
	padding:0;
	border:solid 1px #CCC;
}		
.post_tags {
	clear:both;
	display:block;
	text-indent:21px;
	margin:20px 0;
	background:url('images/picto_tag.png') no-repeat left center;
}
.meta_rss {
	clear:both;
	text-indent:21px;
	margin:20px 0 0 0;
	background:url('images/picto_rss.png') no-repeat left center;
}
		
/* Articles similaires */
.titre_similaire {
	clear:both;
	display:block;
	height:30px; 
	line-height:30px;
	margin:15px 0 0 0;
	padding:0 0 0 30px;
	font-size:24px;
	background: url('images/picto_similaire.jpg') no-repeat left center;
}
ul.list_similaire li {
	margin:5px 0 0 20px;
	padding:0;
}
ul.list_similaire li a {
	color:#333;
	font-size:16px;
}
ul.list_similaire li a:hover { color: #7ac126 }
ul.list_similaire li a span {
	font-size:16px;
	color:#999;
}
	
			
/* Cadre d'information sur le post */
div#info_post {
	clear:both;
	width:615px;
	height:auto;
	margin:15px 0;
	padding:15px 10px 15px 65px;
	border:solid 1px #03F;
	background: #E2F0FF url('images/picto_info.png') no-repeat 20px center;
}


/* Cadre d'abonnement à la newsletter */
div#newsletter {
	clear:both;
	width:615px;
	height:auto;
	margin:15px 0;
	padding:15px 10px 15px 15px;
	border:solid 1px #ffc78e;
	background: #fffae4;


}

div#newsletter p{ 	font-size:16px; 	text-align:center;}



/* Titre pour la lsite des commentaires */
.titre_commentaires {
	clear:both;
	display:block;
	height:30px; 
	line-height:30px;
	margin:30px 0 0 0;
	padding:0 0 0 30px;
	font-size:20px;
	background: url('images/picto-titre_commentaire.jpg') no-repeat left center;
}
.nocomments {
	clear:both;
	display:block;
	height:30px; 
	line-height:30px;
	margin:30px 0 0 0;
	padding:0 0 0 5px;
	font-size:24px;
}

#commentlist li.commentauthor-admin  { background: #000; }

/* Liste des commentaires */
div.commentaire_item {
	display:block;
	width:100%;
	height:auto;
	margin:10px 0 0 0;
}
div.commentaire_item img {
	margin:0px;
	padding:0;
}
div.commentaire_puce {
	float:right;
	width:10px;
	height:50px;
}
div.commentaire_content {
	float:right;
	width:680px;
	border-bottom: 1px dotted #999;
	padding:10px;
}
div.commentaire_content span {
	margin:0;
	padding:10px 20px;
	font-size:12px;
}
div.commentaire_content cite {
	display:block;
	margin:2px 0 0 0px;
	padding:10px 00px;
	font-size:13px;
	color:#999
}
.GillesComment { background-color:#fffae4 ;}	
.JulienComment { background-color:#DFF7FF; }		
	
	
/* Formulaire */
form#commentform input {
	clear:both;
	width:320px;	
	margin:5px 20px 10px 0;
}
form#commentform label {
	float:left;
	height:30px;
	line-height:22px;
	margin:0; padding:0;
	font-size:14px;
}
form#commentform textarea {
	width:660px;	
	height:180px;	
}
span#commentaire_xhtml {
	display:block;
	width:685px;
	margin:10px 0 20px 0;
}
	
		
		
/*******************
 * Page de contenu
 *******************/
 h1#page {
	 clear:both;
	 display:block;
	 height:auto;
	 line-height:20px;
	 margin:15px 0 5px 0;
	 padding:0 0 0 5px;
	 font-size:22px;
	 font-weight:100;
 }
 h1#page_error {
	 clear:both;
	 display:block;
	 height:auto;
	 line-height:35px;
	 margin:15px 0 5px 0;
	 padding:5px 0 20px 55px;
	 font-size:24px;
	 font-weight:100;
	 background: url('images/picto_404.png') no-repeat left top;
 }
h1#page_search {
	 clear:both;
	 display:block;
	 height:auto;
	 line-height:35px;
	 margin:15px 0 5px 0;
	 padding:5px 0 20px 55px;
	 font-size:24px;
	 font-weight:100;
	 background: url('images/picto_search.png') no-repeat left top;
 }
 
 /* Liste des catégories sur la page d'erreur */
.error_cat { width:480px; }
 
 /* SideBar */
#sidebar {
	float: right;
	width: 255px;
	margin:0 20px 0 5px;
	padding: 0 0 10px 4px;
	/*border-left:1px #CCC dotted;*/
}
div.sidebar_article {
	clear:both;
	display:block;
	width:100%;
	margin-top:10px;
	padding:10px;
	background: #fffae4;
	border: 1px solid #ffc78e;
}
h2.sidebar_article_title {
	padding-left:25px;
	background: url('images/picto_article.png') no-repeat left top;	
}

/* Box de présentation */
div.sidebar_presentation  {
	clear:both;
	display:block;
	width:100%;
	margin-top:10px;
	background: #f7f7f7;
	padding:10px;
	border: 1px solid #d5d6d5;
}
.widget { list-style:none; margin:0; padding:0; }

/* Box de la newsletter */
div.sidebar_infos { 
	clear:both;
	display:block;
	width:100%;
	margin-top:10px;
	padding:10px;
	background-color:#EAEFFF; 
	border:solid 1px #1A9BD8; 
}
div#sidebar_loading {
	clear:both;
	display:none;
	width:100%;
	height:20px;
	margin:10px 0;
	background: url('images/ajax-loader.gif') no-repeat center center;
}

/* Box des articles similaires */
a.sidebar_post { display:block; width:255px; height:128px; margin-bottom:10px; border:solid 1px #CCC; }
a.sidebar_post:hover { border:solid 1px #F60; filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;-khtml-opacity:0.75;}
a.sidebar_post img { 
	display:block; 
	width:255px; 
	height:128px;
}
a.sidebar_post span { 
	display:block; 
	width:235px; 
	height:30px;
	line-height:15px;
	margin-top:-40px;
	padding:5px 10px;
	color:#FFF;
	background-color:#000; 
	filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55;-khtml-opacity:0.55;
}

/* Box Tiwtter */
div.twitter_div {
	clear:both;
	display:block;
	width:100%;
	margin-top:10px;
	padding:10px;
	background:#f7f7f7;
	border:1px solid #d5d6d5;
}
#twitter_update_list li {
	margin:8px 0 9px 0;
	padding:0 0 7px 0;
	border-bottom: 1px dotted #999;
}	
#twitter_update_list a, #twitter_update_list a:visited { color:#000; }		
h2.sidebar-title {
   margin:2px 0 10px 0;
   font-weight:normal;
}	
 
 
/*******************
 * Page archives
 *******************/
span.archive_titre {
	clear:both;
	display:block;
	height:25px;
	line-height:24px;
	margin:0;
	padding:20px 0 0 0;
	font-size:24px;
	text-transform: capitalize;
	color:#7ac126;
 }
 ul.archive_list {
	 float:left;
	 display:block;
	 width:100%;
	 height:auto;
	 margin:10px 0 0 15px;
}
ul.archive_list li {
	display:block;
	float:left;
	width:300px;
	height:auto;
	margin:5px 15px 0 0;
}
ul.archive_list li a { 
	color:#333; 
}
ul.archive_list li a:hover {
	margin:0 0 0 4px;
	color: #7ac126;
}
span.archive_commentaire {
	padding:0 19px 0 5px;
	line-height:18px;
	color:#de7300;
	font-size:12px;
	background: url('images/picto_commentaire.jpg') no-repeat right 1px;		
}

	
/*******************
 * Pagination
 *******************/
div.pagination {
	clear:both;
	display:block;
	width:100%;
	height:48px;
	background:#ededed;
}
div.pagination ul {
	margin:0 0 0 9px;
	padding:0 3px 1px 3px;
	display:block;
	list-style-type: none;
}
div.pagination ul li {
	height:30px;
	margin:8px 5px 10px 0;
	padding:0;
	background: url('images/bt_gris_16.jpg') repeat-x left top;
}
div.pagination ul li a {
	display:block;
	height:24px;
	line-height:22px;
	margin:0;
	padding:5px 15px 5px 30px;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
}
div.pagination ul li a:hover { color:#333333; }
div.pagination ul li {
	display:block;
	height:32px;
	line-height:32px;
	font-weight:normal;
}

div.pagination ul li.hautpage a {
	padding:5px 15px 5px 30px;
	background: url('images/picto_haut.jpg') no-repeat 6px 11px;
}
div.pagination ul li.suivant a {
	text-align:right;
	padding:5px 28px 5px 15px;
	background: url('images/picto_suivant.jpg') no-repeat right 7px;
}
div.pagination ul li.precedent a {
	padding:5px 15px 5px 26px;
	background: url('images/picto_precedent.jpg') no-repeat 7px center;
}
div.pagination ul li.pages {
	float:left;
	width:22px;
	height:23px;
	line-height:23px;
	margin:17px 4px 10px 0;
	padding:0;
	background: url('images/bg_pages.jpg') no-repeat left top;
}
div.pagination ul li.pages a {
	display:block;
	width: 12px;
	height:13px;
	line-height:13px;
	margin:0;
	padding:5px;
	color:#FFFFFF;
	text-align:center;
	font-size:15px;
}
div.pagination ul li.pages a:hover { color:#333333; }
	
div.pagination ul li.pageSelect {
	float:left;
	height:23px;
	line-height:23px;
	margin:17px 10px 10px 8px;
	padding:0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background:none;
}
				
/* Bouton indépendants */
span.hautpage, span.suivant, span.precedent {
	float:left;
	height:38px;
	margin:8px 5px 10px 0;
	padding:0;
	background: url('images/bt_gris_16.jpg') repeat-x left top;
}
div.nav_spacer {
	display:block;
	float:left;
	width:30px;
	height:28px;
	margin:8px 5px 10px 0;
}
span.hautpage a, span.suivant a, span.precedent a { 
	display:block;
	height:28px;
	line-height:25px;
	margin:0;
	padding:5px 15px 5px 30px;
	color:#FFFFFF;
	text-align:center;
	font-size:15px;
}
span.hautpage a:hover, span.suivant a:hover, span.precedent a:hover { color:#333333; }

span.hautpage a {
	padding:5px 15px 5px 30px;
	background: url('images/picto_haut.jpg') no-repeat 6px 11px;
}
span.suivant a {
	padding:5px 15px 5px 26px;
	background: url('images/picto_precedent.jpg') no-repeat 4px center;
}
span.precedent a {
	padding:5px 15px 5px 26px;
	background: url('images/picto_precedent.jpg') no-repeat 4px center;
}

/********************
 ** Footer 
 ********************/
div#footer {
    clear:both;
    margin:25px 0 0 0;
    width:100%;
    height:380px;
    background: url('images/bg_footer.jpg') repeat-x left 200px #ededed;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
div#footercontenu {
	clear:both;
	margin:auto;
	width:980px;
	height:335px;
}
/* Contenu des nouveaux articles/commentaire et a-propos */
div#nouveautes {
	clear:both;
	width:100%;
	height:226px;
}
div#nouveautes_articles {
	float:left;
	width:320px;
	height:200px;
	margin:10px 0 0 0;
}
div#nouveautes_commentaires, div#nouveautes_apropos {
	float:left;
	width:310px;
	height:200px;
	margin:10px 0 0 15px;
}
div#nouveautes_apropos p {
	display:block;	
	margin:10px 1px 0 5px;
}
			
/* Titre des cadres du footer */
span.new_articles, span.new_commentaires, span.apropos {
	clear:both;
	display:block;
	width:100%;
	height:30px;
	line-height:24px;
	text-indent:22px;
	font-size:15px;
	color:#000;
	text-transform:uppercase;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#CCC;
}
span.new_articles { background: url('images/picto-titre_dernier-article.jpg') no-repeat left 5px; }
span.new_commentaires { background: url('images/picto-titre_dernier-commentaire.jpg') no-repeat left 5px; }
span.apropos { background: url('images/picto-titre_apropos.jpg') no-repeat left 5px; }

/* List footer */
ul.new_list {
	clear:both;
	width:225px;
	height:auto;
	margin:5px 0 0 0;
	padding:10px 0 5px 0;
}
ul.new_list li {
	clear:both;
	display:block;
	width:310px;
	height:40px;;
	line-height:18px;
	margin:2px 0 4px 5px;
	padding:0;
}
ul.new_list li a {
	display:block;
	width:290px;
	height:auto;
	line-height:18px;
	margin:0;
	padding:0 0 0 16px;
	color:#333333;
	text-align:left;
	font-size:14px;
	background: url('images/picto_liste.jpg') no-repeat left 2px;
}
ul.new_list li a span {
	margin:0 0 0 5px;
	line-height:18px;
	font-size:12px;
	color:#999;
}
ul.new_list li a:hover {
	margin:0 0 0 5px;
	color:#7ac126;
}
	
div#menuBas {
	clear:both;
	float:left;
	width:680px;
	height:100px;
	margin:0;
	padding:0;
}
div#menuBas ul {
	display:block;
	clear:both;
	overflow:hidden;
	list-style-type: none;
	width:auto;
	height:20px;
	margin:auto;
	padding:0;
	text-align:center;
}
div#menuBas ul li {
	float:left;
	height:20px;
	line-height:20px;
	margin:0 0 0 5px;
	padding:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div#menuBas ul li a {
	display:block;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0 8px;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
}
div#menuBas ul li a:hover { color:#CCC; }
/* Liens du footer */
p.liens_footer {
	clear:both;
	margin:10px 0 0 0;    
}
p.liens_footer, p.liens_footer a { 
	line-height:16px;
	font-size:12px;
	text-align:center;
}
p.liens_footer a { color:#333333; }
p.liens_footer a:hover { color:#FFFFFF; }			
		
a#contact {
	display:block;
	float:left;
	width:181px;
	height:90px;
	margin:0;
	padding:0 70px 0 20px;
	line-height:90px;
	font-size:22px;
	text-align:right;
	color:#FFFFFF;
	background: url('images/bt_contact.jpg') no-repeat left top;
}
a#contact:hover { color:#333; }
		


/*******************
 * Boutons
 *******************/
.bt_valider {
    display:block;
    float:left;
    width:284px;
    height:75px;
    line-height:28px;
    margin:0;
    padding:20px 65px 0 0;
    cursor:pointer;
    border:none;
    color: #FFFFFF;
    font-size:28px;
    text-align:right;
    background: url('images/bt_valider.jpg') no-repeat left top;
    background-color:none;
}
.bt_valider span {
	display:block;
	width:170px;
	height:20px;
	line-height:25px;
	float:right;
	font-size:14px;
	text-align:right;
	color:#333;

}

/************************************************
 *	Infos bulles  					     		* 
 ************************************************/
.tip_glossaire { cursor:help; }	
#livetip { position:absolute; z-index:100; display:none; }
.tip { width:300px; }
.tip_content { width:100%; height:auto; background-color:#EAEFFF; border:solid 2px #1A9BD8; }
.tip_content strong {
    display:block;
    width:100%;
    height:17px;
    line-height:16px;
    font-size:12px;
    font-weight:normal;
    color:#FFF;
    text-indent:10px;
    background:#1A9BD8;
}
.tip_content span { display:block; line-height:16px; margin:5px; text-align:left; }
.tip_footer { 
    clear:both;
    width:19px;
    height:13px;
    margin:-2px 0 0 25px;
    background:url('images/bg_tip.png') repeat-x left top;
}




/************************************************
 *	Images  					     		    * 
 ************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 2px;
	border:1px solid #d5d6d5;
}	
img.alignnone {
	padding: 2px;
	margin: 0px 0px 10px 0px;
	display: inline;
	border:1px solid #d5d6d5;
}
img.alignright {
	padding: 2px;
	margin: 0px 0px 10px 10px;
	display: inline;
	float: right;	
	border:1px solid #d5d6d5;
}
img.alignleft {
	padding: 2px;
	margin: 0px 5px 2px 0px;
	display: inline;
	float: left;
	border:1px solid #d5d6d5;
}	
	
#contenu ol { list-style:decimal; margin-left:30px; padding:5px; }	
#contenu ul { list-style:square; margin-left:15px; padding:5px}
.postinfo { font-size:10px; margin:0 0 0 5px;padding:0; color:#999; }

.nofloatcontact{float:right}


form#commentform .subscribe-to-comments{padding-top:38px; clear:none;}

/**********************************************
 * PLUGINS
 ********/

/*** PLUGIN FACEBOX ***/
#facebox h2 {
    display:block;
    z-index:150;
    height:60px;
    margin:0;
    padding:0 0 0 20px;
    line-height: 58px;
    font-size: 22px;
    font-weight: normal;
    color: #335906;
    background:url('images/bg_facebox_title.png');
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: #F4F4F4;
}
#facebox h2 strong {line-height: 58px; font-size: 22px; font-weight: normal; color: #000; }
#facebox .b { background:url('images/facebox_b.png'); }
#facebox .tl { background:url('images/facebox_tl.png'); }
#facebox .tr { background:url('images/facebox_tr.png'); }
#facebox .bl { background:url('images/facebox_bl.png'); }
#facebox .br { background:url('images/facebox_br.png'); }
#facebox { position:absolute; z-index:150; top:0; left:0; text-align:left; }
#facebox .popup { position:relative; }
#facebox table { border-collapse:collapse; }
#facebox td { border-bottom:0; padding:0; }
/* Contenu */
#facebox .body { width:745px; background:#fff; }
#facebox .loading { text-align:center; }
#facebox .image { text-align:center; }
#facebox .close { }
#facebox .footer { position:relative; float:left; width:100%; margin-top:10px; padding-top:5px; text-align:right; border-top:1px solid #DDDDDD; clear:both; }
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br { overflow:hidden; width:10px; height:10px; padding:0; }
#facebox_overlay { position:fixed; width:100%; height:100%; top:0px; left:0px; }
.facebox_hide { z-index:-100; }
.facebox_overlayBG { z-index:99; background-color:#000; }
* html #facebox_overlay { /* ie6 hack */
    position:absolute;
    height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');
}
/* Style du contenu */
#facebox form.form_lightbox { display:block; width:500px; }
#facebox .spacer_form_lightbox { clear:both; width:100%; height:5px; }
#facebox #friend_list { margin:10px 35px; }

/* Footer */
#facebox .bottom {
    clear: both;
    height: 40px;
    padding: 20px 0 0 0;
    text-align: center;
    background-image: url('images/bg_field_submit.png');
    background-position: left top;
    background-repeat: repeat-x;
}
#facebox .bottom a {
    margin: 20px 0px 0px 20px;
    color: #666666;
}
#facebox .bottom a:hover { color: #999999; }


/* Contenu de la facebox newsletter */
#facebox div.container_newsletter {
	width:305px;
}
h6.container_newsletter_title {
	font-size: 22px;
	color: #000000;
	margin: 5px 0 5px 0;
}
div.container_newsletter input.text {
	-moz-border-radius: 6px 6px 6px 6px;
	height: 32px;
	line-height: 32px;
}
div.container_newsletter form {
	background-image: url('./popin-content/images/avatar.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 20px 0 0 95px;
	width: 320px;
	height: 140px;
}
div.container_newsletter form p {
	width: 320px;
	line-height: 16px;
}
div.container_newsletterform p input.text {
	margin: 10px 0 0 0;
	width: 320px;
}
div.container_newsletter form a.submit_subscribe {
	-moz-border-radius: 4px 4px 4px 4px;
	width: 290px;
	font-weight: bold;
}
div.container_newsletter form a.submit_subscribe span {
	background-image: url('./popin-content/images/double_arrow_right_white.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 25px 0 0;
	color: #ffffff;
	font-size: 14px;
	font-family: inherit;
	font-weight: bold;
	line-height: 29px;
	text-align: inherit;
	display: block;
}
div.container_newsletter div.features {
	border-top: 1px solid #FFC695;
	background-color: #FFF9E6;
	background-image: url('./popin-content/images/lamp.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 8px 0 15px 3px;
	margin: 3px 0 0 0;
}
div.container_newsletter div.features p {
	font-size: 15px;
	color: #6F6F6F;
	font-weight: bold;
	margin: 0 0 6px 0;
}
div.container_newsletter div.features ul {
	font-size: 12px;
	color: #6F6F6F;
	margin: 0;
}
div.container_newsletter div.features ul li {
	padding: 0;
}
