

@import "style_related_plugins.css";

/*-------------------------------------------------------- 
 Disposition des blocs généraux
-------------------------------------------------------- */
body	{
    background: url(img/body_bk.png) #e4e4e4 repeat-x;
  	width:100%; 
 	text-align:center;
	font-size: 70%;
	font-family: "Trebuchet MS", arial, "bitstream vera sans", sans-serif;
}

#page	{
	color: inherit;
	height: 100%;
	width: 100%;
	}

#centre	{
	width: 800px;
	margin: 0 auto;
	}
	
#main	{
	width: 750px;
	background: #464646 url(img/bg.jpg) repeat;
    margin:0px 8px;
    padding:25px 17px;
    border-width:0px 1px;
    border-color:#464646;
	overflow: hidden; /*Cache ce qui déborde (images par ex) pour ne pas casser la mise en page*/
	}

#content	{
	margin: 15px 0px 15px 0px;
	padding: 1em 0 0 0;
	}
	
#dernbillets, #lastcomments	{
	margin-left: 15px
	}


	
#nuagtag	{
	clear: both;
        height: 20px;
	background: #464646 url(img/Sidebar/fd_nuagtag.jpg) no-repeat 0% 0%;
	}
	
#centretag	{
	width: 900px;
	margin: 0 auto;
	}

#sidebarbas	{
	margin: 0 auto;
  padding-bottom: 5px;
  visibility: visible; 
  border-top:1px solid black;
  width:784px; 
	}
	
#sidecentre	{

	margin: 0 auto;
	}

#footer	{
	padding: 5px 0 0 0;
	margin : 0;
	clear: both;
	width: 100%;
}


/*-------------------------------------------------------- 
 Les éléments HTML en général
-------------------------------------------------------- */
* { padding: 0;	margin: 0; }



h1, h2, h3, h4, h5, h6	{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	}

h1	{
	font-size: 1.5em;
	}

h2	{
	font-size: 1.6em;
	}

h3	{
	font-size: 1.3em;
	}

h4	{
	font-size: 1.2em;
	}

h5	{
	font-size: 1.1em;
	}

h6	{
	font-size: 1em;
	}
	
p	{
	margin : 10px 0px 5px 0px;
	}

pre, code	{
	font-size: 1.4em;
	}

pre	{
	width: 100%;
	overflow: auto;
	}

fieldset	{
	border: none;
	}

label	{
	cursor: pointer;
	}

.field label	{
	display: block;
	}

input,textarea	{
	border: 1px solid #999;
	}

textarea	{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
a img, a:visited img, a:hover img	{
	border: 0;
	}

a	{
	color: #000;
	}

a	{
	color: #4FB5F6;
	text-decoration: underline;
	}

a:visited	{
	color: #4FB5F6;
	text-decoration: underline;
	}

a:hover	{
	color: #4FB5F6;
	font-weight: bold;
	text-decoration: underline;
	}
	
.suite a	{
	padding: 3px;
	}

.suite a:hover	{
	padding: 3px;
	font-weight: bold;
	color: #fff;
	background-color:#4FB5F6;
	text-decoration: none;
	}

acronym	{
	border: none;
	text-decoration: none;
	}

.post-content a[hreflang|="en"]:after { content: "\0000a0"url(img/Post/linken.gif) }

.post-chapo a[hreflang|="en"]:after { content: "\0000a0"url(img/Post/linken.gif) }

.post-content a[hreflang|="fr"]:after { content: "\0000a0"url(img/Post/linkfr.gif) }

.post-chapo a[hreflang|="fr"]:after { content: "\0000a0"url(img/Post/linkfr.gif) }

#comments a[hreflang|="en"]:after { content: "\0000a0"url(img/Post/linken.gif) }

#comments a[hreflang|="fr"]:after { content: "\0000a0"url(img/Post/linkfr.gif) }

 
/* -------------------------------------------------------
 L'entête
-------------------------------------------------------- */
#top	{
        width:784px; 
	height: 252px;
	margin: 0 auto;
	text-align: left;
	background: url(img/Header/Header.png) no-repeat;
	}
	
#top a,#top a:visited,#top a:hover	{
	font-weight: normal;
	}

#top h1	{
	height: 60px;
	margin: 0;
	padding: 15px 15px;
	color: #FFFFFF;
	font-size: 1.8em;
	}

#top h1 a	{
	text-decoration: none;
	color: #FFFFFF;
	}
	
#prelude	{
	margin: 0px 10px 0px 0px;
	padding: 0;
	background: transparent;
	color: #DFDFDF;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 0.8em;
	}

#prelude a, #prelude a:visited	{
	color: #DFDFDF;
	background: transparent;
	border: 0;
	}

#prelude a:hover	{
	color: #DFDFDF;
	background: transparent;
	border: 0;
	}

/* --------------------------------------------------------
 Le contenu
-------------------------------------------------------- */

/* --- Les éléments --- */
#trackbacks blockquote, #comments blockquote	{
	border: 1px dashed #D6D2D2;
	margin: 1em 0;
	padding: 1ex 1em;
	}

#comments label	{
	margin-bottom: 5px;
	}

.post-content blockquote	{
	margin: 10px 5px 5px 10px;
	padding: 5px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
	background: #F5F5F5;
	}

.post-content code, .post-content pre	{
	display: block;
	margin: 10px 5px 5px 10px;
	padding: 5px;
	border: 1px solid #F0F0F0;
	background-color: #F0F0F0;
	font-size: 1.2em;
	overflow: auto;
	}

#content ul, #content ol	{
	margin: 5px 5px 5px 25px;
	list-style-position: outside;
	}

#content ul	{
	list-style-image: url(img/Post/bullet_blue.png);
	}

/* --- Les Titres --- */
	
#trackbacks h3, #comments h3#co	{
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 150%;
	color: #FF6317;
	text-decoration: none;
	border-bottom: 1px solid #FF6317;
	}
	
#comments h3 span	{
	display: none;
	}

.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 20px 0px 5px 0px;
	border-bottom: 1px solid #DFDFDF;
	}
	
/* --- La liste des posts et les posts --- */	
	
.day-date	{
	display: none;
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
	}

.post	{
        margin: 5px 0px 10px 0px;
	padding: 10px 0px 0px 10px;
	}
	
h2.post-title {
	padding: 2px 0px 2px 0px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #DFDFDF;
        text-align : left;
	}
	
.post h2	{
        text-align : left;
	padding-bottom: 5px;
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid #DFDFDF; 
	}

.post h2 a, .post h2 a:visited, .post h2 a:hover	{
	padding: 2px 0px 2px 0px;
	color: #000;
	text-decoration: none;
	}

.post-info	{
	margin: 0px 0px 0px 0px;
	padding: 5px;
	color: gray;	
	font-size: 0.8em;
	border-bottom: 1px solid #DFDFDF;
	background: #f5f5f5;
	}

.post-info a, .post-info a:visited, .post-info a:hover	{
	color: gray;
	background: transparent;
	text-decoration: none;
	border: 0;
	}
	
.post-chapo	{
	margin: 0px;
	padding: 5px 15px 5px 15px;
	}

.post-content	{
	margin: 10px 0px 15px 5px;
	padding: 5px 15px 5px 10px;
	text-align: justify;
	}

.post-info-co	{
	margin: 0px 0px 0px 5px;
	padding: 5px;
	color: gray;	
	font-size: 9px;
	text-align: right;
	background: #f5f5f5;
	}

.post-info-co a, .post-info-co a:visited, .post-info-co a:hover	{
	color: gray;
	text-decoration: none;
	border: 0;
	}



/* -------------------------------------------------------
 La barre de navigation gauche
-------------------------------------------------------- */

/*--- Bloc infos billets ---*/
	
#post-meta	{
	width: 255px;
	background: url('img/Sidebar/fd_meta.jpg') no-repeat 0% 50%;
	}
	
div#post-meta h2	{
	border-bottom: 1px solid #fff;
	color: #fff;
	}
	
#post-meta dt	{
	float: left;
	margin-right: 10px;
	font-weight: bold;
	}

	
/*--- Bloc Syndication ---*/

#sidebar div#syndicate a, #syndicate a:visited, #syndicate a:hover	{
	border: 0;
	}
	

/* -------------------------------------------------------
 La barre de navigation bas
-------------------------------------------------------- */

/* --- Elements Généraux --- */

#sidecentre div	{
	float: left;
	width: 210px;
	margin: 10px 5px 0px 5px;
	padding: 0px 0px 5px 0px;
	color: inherit;
	}

#sidecentre div ul	{
	margin: 0px 10px 0px 2px;
	padding: 0;
	list-style-type: none;
	}
	
#sidecentre div li	{
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #DFDFDF;
	}
	
#sidecentre div li a, #sidebarbas div li a:visited {
	text-decoration: none;
	color: #FF6317;
	}
	
#sidecentre div li a:hover {
	color: #4FB5F6;
	font-weight: normal;
	}

/*--- Les titres ---*/

#sidebarbas h2	{
	color: #4FB5F6;
	margin: 0 0px 0px 0px;
	padding: 0 0 0 0px;
	text-decoration: none;
	background: transparent;
	font-size: 1.2em;
	}

#sidebarbas h3, #sidebarbas h3 a, #sidebarbas h3 a:visited, #sidebarbas h3 a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	margin-top: 10px;
	border: 0;
	}

/*--- Bloc calendrier ---*/

#sidebarbas div#calendar	{
	display: none;
	}

#sidebarbas div#calendar h2	{
	margin-bottom: 5px;
	}

#sidebarbas div#calendar table	{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	}

#sidebarbas div#calendar table caption	{
	margin: 0 auto;
	}

#sidebarbas div#calendar table th	{
	color: #666;
	background: transparent;
	padding: 5px 0px 5px 0px;
	}

#sidebarbas div#calendar table td	{
	width: 25px;
	line-height: 2em;
	border: 1px solid #EEE;
	}

#sidebarbas div#calendar table td a	{
	display: block;
	color: #30709D;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	background: #E0F2FE url(img/Sidebar/calend_plein.jpg) no-repeat top right;
	}

#sidebarbas div#calendar table td a:hover	{
	color: #30709D;
	font-weight: bold;
	border: 0;
	background: #E0F2FE url(img/Sidebar/calend_plein.jpg) no-repeat top right;
	}

/*--- Bloc Archives ---*/	

#archives li:first-letter	{
	text-transform: uppercase;
	}

/*--- Bloc liens ---*/

#sidecentre div#links	{
	overflow: auto;
	}

#sidecentre div#links h3	{
	margin: 5px 0px 0px 30px;
	}
	
#sidecentre div#links li	{
	margin-left: 10px;
	}


/* -------------------------------------------------------
 Le pied de page
-------------------------------------------------------- */
#footer	{
	margin: 0;
	color: #333;
	text-align: center;
	}
	
p#footer	{
	margin : 5px 0px 0px 0px;
	}

#footer a	{
	color: #555;
	border: 0;
	}
