/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
/* *{
	border: 1px double red ;

}
 */
BODY, FONT, SPAN, TD, P, INPUT, TEXTAREA, SELECT {
	font: normal 12px/120% Arial, Helvetica, sans-serif; 
}
body{
	/*background-image: url("img/trait.png");*/
	background: white;
	margin: 0px;
	/* IE styles */
	scrollbar-face-color: #006699;
	scrollbar-track-color: White; 
	scrollbar-arrow-color: #87CEFA; 
	scrollbar-shadow-color: Navy; 
	scrollbar-3dlight-color: #ADD8E6; 
	scrollbar-darkshadow-color: Black;
	buttonface: #FF0000;
	
}
INPUT, SELECT, TEXTAREA { 
	border: 1px solid #004078;
}
INPUT:hover,
SELECT:hover,
TEXTAREA:hover {
	border-color: #739FC4; /*#004078; */
}
INPUT:focus, 
SELECT:focus, 
TEXTAREA:focus {
	background-color: #A8C4DB; 
	border: 1px solid #004078;
}
TABLE[border="1"],
TABLE[border="2"], 
TABLE[border="3"] { 
	border: 0px; 
	border-spacing: 0px 3px;
	margin-bottom: 15px;
}
TABLE[border="1"] TD, 
TABLE[border="1"] TH,
TABLE[border="2"] TD, 
TABLE[border="2"] TH, 
TABLE[border="3"] TD, 
TABLE[border="3"] TH { 
	text-align: left;
	border: 1px solid #4C5EA8;
	margin: 0px;
	padding: 3px 0.6em;;
}
TABLE[border="1"] TH,
TABLE[border="2"] TH, 
TABLE[border="3"] TH {
	font-size: 13px;
	border-left: 0px;
	border-right: 0px;
	background-color: #A8C4DB; /* #EBF2FD #ACB2D4; */
	text-align: center;
}

TH { font-size: 14px; }

LI { margin: 0px; }
A {
	color: #006699; /* #1E90FF; */ 
	text-decoration: underline; 
	font-variant : normal; 
}

IMG, IMG { border: 0px; }


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


h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

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

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	/*cursor: hand;*/
}

img{
	border:0;
}

.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:link, A:visited {
	color: #000000; 
	text-decoration: none;
	font-weight:bold;
}
A:hover, A:active {
	color: #5E6E66; /* #1E90FF; */ 
	text-decoration: underline; 
	font-variant : normal; 
}

/* a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}
 */
.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	/*background: #fff url(img/page.gif) repeat-y center top;*/
	color: inherit;
	width:1024px;
	margin-top:0px;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 205px;
	/*padding-top: 20px;*/
	/*background: #FFF url(img/top.png) no-repeat left top;*/
	background: #FFF;

}
#liens{
	height: 60px;
	padding-top: 0px;
	margin: 0px;

}

#top h1{
	/*font-size: 16px;
	font-weight: 600;*/
	color: #5E6E66; /* #003366; */ 
	line-height: 120%;
	text-decoration: none; 
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	margin:0;
	padding:0;

}

#top h1 a{
	text-decoration: none;
	color: #5E6E66; /* #003366; */ 
	margin:0;
	padding:0;

}
#titre {
 	position:relative;
	width:600px;
 	z-index:1;
 	height:30px;	
	top: -60px; 
 	left: 350px;	
	margin:0;
 	padding:0;
}
#titre h1 {
	font-family:  Helvetica,Arial, sans-serif; 

}
/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
	/*border:solid 1px red;*/
	display:inline;
	position:relative;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

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

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	/*background: transparent url(img/day-date.png) no-repeat left center;*/
	font-style: italic;
}

.post-title{
/*	color: #F90;
	background: transparent;
	margin-bottom: 0;
*/
	/*font-size: 18px;
	font-weight: 700;*/
	color: #F8981D; /* #003366; */ 
	line-height: 130%;
	text-decoration: none; 
	margin-top: 3px;
	margin-bottom: 6px;
	padding: 6px;
}

.post-title a{
/* 	color: #F90; */	
	color: #F8981D; /* #003366; */ 
	background: transparent;
	text-decoration: none;
}

.post-info{
	/*margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;*/
	/*border-bottom: 1px solid #FC0;*/
	/*font-size: 16px;
	font-weight: 600;*/
	color: #5E6E66; /* #003366; */ 
	line-height: 120%;
	text-decoration: none; 
	margin-top: 3px;
	margin-bottom: 6px;

}

.post-info a{
	/*font-size: 16px;
	font-weight: 700;*/
	color: #5E6E66; /* #003366; */ 
	line-height: 130%;
	text-decoration: none; 
	margin-top: 3px;
	margin-bottom: 6px;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	/*font-family: Georgia, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

#trackbacks  h3 {
	font-size: 18px;
	font-weight: 700;
	color: #F8981D; /* #003366; */ 
	line-height: 130%;
	text-decoration: none; 
	margin-top: 3px;
	margin-bottom: 6px;
	padding: 6px;
}
#comments  h3 {
	font-size: 18px;
	font-weight: 700;
	color: #F8981D; /* #003366; */ 
	line-height: 130%;
	text-decoration: none; 
	margin-top: 3px;
	margin-bottom: 6px;
	padding: 6px;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	/*border-bottom: 1px solid #9ED200;*/
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #F8981D; /*#9ED200;*/
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	background:url(img/trait.png);
	border-bottom: 1px solid #F8981D; /*#9ED200;*/
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4%;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
	background:url(img/trait.png);
	border-bottom: 1px solid #F8981D; /*#9ED200;*/
}

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

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

#sidebar div#calendar table th{
	color: #5E6E66; /*#493;*/
	background: transparent;
}

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

#sidebar div#calendar table td a{
	display: block;
	background: #E9E9E9;
	color: #F8981D; /*#493;*/
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #EFA;
	color: #636;
}

#categories {
	background:url(img/trait.png);
	border-bottom: 1px solid #F8981D; /*#9ED200;*/
}

#archives {
	background:url(img/trait.png);
	border-bottom: 1px solid #F8981D; /*#9ED200;*/
}

#syndicate {
	background:url(img/trait.png);
	border:0;
}

#syndicate img{
	margin-bottom:2px;
}

#links {
	background:url(img/trait.png);
	border-bottom: 1px solid #F8981D; /*#9ED200;*/
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	/*padding: 1em;*/
	/*border-top: 1px solid #CCC;*/
	/*background: #E9E9E9 url(img/footer.png) no-repeat top;*/
	background: #FFF url(img/pied.jpg) no-repeat top;
	/*color: #666;*/
	height:63px;
	width:1024px;
}

#credit{
	background: transparent;
	color: #C6C6C6;
	text-align: center;
}

#credit a{
	color: #C6C6C6;
	background: transparent;
}

#credit a:hover{
	color: #666;
	background: transparent;
}