/* Les éléments HTML en général
------------------------------------------------------------------------------ */
body{
	/*background-image: url(img/bgcolor.jpg);*/
	background-color: #D5D6D7;
	font-size : 62.5%; /* Resets 1em to 10px */
	font-family : 'Lucida Grande', Verdana, Arial, sans-serif;
	color : #333333;
	text-align: center;
}

h1{
	font-family : 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size : 3em;
	text-align : center;
	margin : 0;
}
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration : none;
	color : #336699;
}
h2, h3, h4, h5, h6{
	font-family : 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-weight : bold;
}
h2 {
	font-size : 1.6em;
	margin : 30px 0 0;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color : #333333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration : none;
}
h2 a:hover, h3 a:hover {
	color : #06c;
}
h3 {
	font-size : 1.3em;
	padding : 0;
	margin : 30px 0 0;
}
a {
	color : #06c;
	text-decoration : none;
}

a:hover {
	color : #147;
	text-decoration : underline;
}
#page{
	width: 760px;
	text-align: left;
	background: url(img/bg.jpg) repeat-y top;
	border: none;
	margin: 10px auto;
	padding: 0;
}
#pagewide{
	width: 760px;
	text-align: left;
	background: url(img/bgwide.jpg) repeat-y top;
	border: none;
	margin: 20px auto;
	padding: 0;
}
/*
Entete de la page
------------------------------------------------------------------------------ */
#top{
	background: url(img/header.jpg) no-repeat;
	height: 300px;
}
#home{
	position: absolute;
	width: 760px;
	top: 227px;
	color: #CC3300;
	margin : 20px auto;
	font-family : 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;	
	font-size: 1.2em ;
	font-weight: bold;
	text-align : left;
	margin-top: 4px;
	padding: 0px;
	padding-left: 46px;
}
#description{
	font-family : 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;	
	font-size : 1.2em;
	text-align : center;
	color : WHITE;
	margin-top: 24px;
	padding: 0px;
}

/*
Le prelude
-------------------------------------------------------------- */
#prelude{
	position: absolute;
	width: 360px;
	top: 207px;
	left: 50%;
	background-color: #fffffff;
	color: #FFFFFF;
	margin : -10px 0 0 -350px;
	border : 0px solid #000000;
	padding : 0;
	font-size: 1.2em ;
	font-weight: bold;
}
#prelude ul{
	margin : 0 1px;
	list-style-type : none;
	padding : .5ex 0;
}
#prelude ul li{
	background-color : #172f51;
	border : 1px solid #000;
	display : inline;
	padding : .5ex 1em;
	margin-right: 5px;
}

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

#prelude a:hover{
	color: #A0B2D5;
	background: transparent;
}
/*
Le contenu
----------------------------------------------------------------- */
#content{
	margin: 0;
	float : left;
	padding : 0 0 20px 45px;
	width : 450px;
	font-size : 1.2em;
}
#contentwide{
	margin: 0;
	float : left;
	padding : 0 0 20px 45px;
	width : 670px;
	font-size : 1.2em;
}
/*
Sidebar
------------------------------------------------------ */
#sidebar {
	margin-left : 535px;
	padding : 20px 0 10px 0;
	width : 190px;
	font-size : 1em;
	font-family : 'Lucida Grande', Verdana, Arial, sans-serif;
}
#sidebar ul{
	padding-left: 20px;
}
.sidelist{
	margin-top: -20px;
}
.sidelist h3{
	margin-top: 5px;
	margin-bottom: -8px;
}

.sidelist h2 a, .sidelist h2 a:hover, .sidelist h2 a:visited{
	color: #333333;
	text-decoration: none;
}
#RSSLinks ul,#RSSLinks h3{
	display: none;
}
#links ul, #links h3{
	display: none;
}
#syndicate ul{
	display: none;
}
#archives ul{
	display: none;
}
/*
Pied de page
------------------------------------------------------------------------------ */
#footer{
	background : #eee url(img/footer.jpg) no-repeat bottom center;
	border : none;
	padding : 0;
	margin : 0 auto;
	width : 760px;
	clear : both;
}
.baseline{
	margin : 0;
	padding : 2ex 0 2ex 0;
	text-align : center;
	font-size : 96%;
}
.baseline a { color: #333; text-decoration: none; }
.baseline a:hover { color: #111; text-decoration: underline; }

/*
Style des images
------------------------------------------------------------------------------ */
img.middle {
	vertical-align : middle;
	border : 0px;
}
/*
Lien permanent
------------------------------------------------------------------------------ */
a.permalink_right {
	float : right;
	border : 0px;
}
/*
Les billets
------------------------------------------------------------------------------ */
.post{
	clear : both;
	margin-bottom : 24px;
	border-bottom : 1px solid #ddd;
	padding-bottom : 20px;
	text-align : justify;
}
.post h1,.post h2,.post h3,.post h4,.post h5,.post h6{
	text-align: left;
}
.post-content h3{
	font-size: 1.4em;
}
.post-content h4{
	font-size: 1.2em;
}
.post-content h5{
	font-size: 1em;
}
code{
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: bold;
	color: #7D7D7D;
}
pre{
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	overflow: auto;
	height: auto;
}
/*
Post complet
------------------------------------------------------------------------------ */
.post-info {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	line-height : 1.5em;
	color: #777777;
	margin-top: 0;
	padding-top: 0;
}
.post-title{
	margin-top: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.post-chapo, .post-content{
	margin : 0;
	border : none;
	padding : 0;
	line-height : 1.4em;
}
.post-chapo a[hreflang]:after, .post-content a[hreflang]:after  {
	content: "\0000a0[" attr(hreflang) "]";
	font-size:0.86em;
	color : #777777;
	background : transparent;
}
.post-info-co{
	clear: both;
	float: left;
	color : #777;
	font-size: 96%;
}
/*
Lire la suite
------------------------------------------------------------------------------ */
.more{
	margin-left : 4em;
}
.more a {
	font-weight : bold;
}