@import url("s-common.css");

body { font:60%/1.3em verdana,sans-serif;}
html>body { font:72%/1.3em verdana,sans-serif;}
#all { background:url(wintermute/wm_snowflakes.jpg) no-repeat top right;}

#header {
	position:absolute;
	top:0;left:0;
	font-size:x-small;
	}
#header,
#header a,
#header h1,
#header h1 a{
	color:#FFF!important;
	}
#accesslinks ul,
#accesslinks li {
	display:inline;
	list-style:none;
	}
	
#content { margin-left:25%; padding-top:142px; width:50%; }
#content h2 { text-align:center; }

#main p {
	width:80%;
	max-width:42em;
	text-align:justify;
	margin:1em 10%;
	}
#main > p {
	margin:5px auto;
	}

#main ul, #main ol, #main dl { max-width:42em; margin:2em 10%; }
#main > ul, #main > ol, #main > dl { width:80%; margin:2em auto; }
#main li { max-width:38em; margin-top:1em; text-align:justify; }
#main ul li { list-style:circle; }

#main blockquote {
	margin:2em auto;
	padding-left:2em;
	max-width:42em;
	}


#main p a,
#main ul a,
#main ol a { color:#555; background-color:#f0f0ff; }
#main a:visited { color:#000; background-color:#f1f1f1; }
#main a:hover { color:#00f; }

#main { margin-bottom:42px; }
#comments { padding-top:1px; /* sinon le margin-bottom de #main n'est pas pris en compte ? */ }

#nav { color:#555; }
#nav h2 {
	display:none; }
#nav h3 {
	text-transform:uppercase;
	margin:0;
	padding:5px;
	background-color:#eee;
	color:#fff;
	overflow:hidden;
	}
#nav a { color:#555; }
#nav p a { border-bottom:1px solid #ccc; }
#nav a:hover { color:#55c; }
#nav p {
	margin:5px 5px 15px 5px;
	line-height:1.42em;
	}

.subnav {
	position:absolute;
	top:210px;
	width:20%;
	border-top:1px solid #ccc;
	}

.nav1 {
	left:10px;
	border-left:1px solid #ccc;
	background:url(wintermute/graydient_eee_fff_42px.gif) repeat-y;
	}
.nav1 h3 {
	background:url(wintermute/graydient_eee_fff_42px.gif)  #eee repeat-y right;
	}

.nav2 {
	right:10px;
	border-right:1px solid #ccc;
	text-align:right;
	background:url(wintermute/graydient_fff_eee_42px.gif) repeat-y right;
	}
.nav2 h3 {
	text-align:right;
	background:url(wintermute/graydient_fff_eee_42px.gif)  #eee repeat-y;
	}

ul.linkList, .linkList li { list-style:none;padding:0;}
.linkList a { display:block; margin:0 5px; }
.nav1 .linkList a:hover { background:url(wintermute/graydient_eee_fff_42px.gif)  #eee repeat-y right; }
.nav2 .linkList a:hover { background:url(wintermute/graydient_fff_eee_42px.gif)  #eee repeat-y; }

.searchInput {
	border:1px solid #ccc;
	border-right:none;
	background:url(wintermute/wm_snowflakes2.jpg) no-repeat bottom right #fff;
	width:100%;
	height:184px;
	}
.blog .searchInput { border-bottom:none; }
.searchGo {
	background:#fff;
	border:1px solid #ccc;
	}


/* ==BLOG== */

.post {
	border:1px dashed #ccc;
	margin-top:3em;
	background-color:#fff;
	line-height:130%;
	}

#content h2,
#blgArchives h2,
.post h3 {
	font-size:small;/*IE*/
	text-align:center;
	vertical-align:middle;
	letter-spacing:0.5ex;
	margin:-1px;
	padding:10px 0;
	min-height:32px;
	background:url(wintermute/graydient_eee_fff_42px_v.gif)  bottom left repeat-x  #eee;
	border:1px solid #ccc;
	border-bottom:none;
	}
.blgIndex #contentTitle,
.blgArchiveMensuelle #contentTitle,
.blgArchiveIndividuelle #contentTitle {
	display:none;
	}

.postMeta {
	text-align:center;
	position:relative;
	top:2px;right:1px;
	background-color:#fff;
	border-top:1px dashed #ccc;
	border-right:1px dashed #ccc;
	width:70%;
	padding-top:3px;
	}
.postMeta a {
	color:#ccc;
	}
.postMeta a:visited {
	background-color:#fff;
	color:#ccf;
	}
.postMeta span {
	color:#fff;
	margin-left:10px;
	/* background:url(wintermute/bullet_lightgray.gif) no-repeat; background-position: 0 0.5ex; */
	}

.postSideNote { font-style:italic; }
.postSep { display:none; }


#blgArchives h2 {
	margin:0;
	letter-spacing:0.8em;
	}
#blgArchives {
	margin:42px 0 84px 0;
	border:1px solid #ccc;
	}
#blgArchives a {
	color:#555;
	margin:5px;
	}
#blgArchives span {
	display:none; }
#blgArchivesIndexLink,
span#archSince {
	display:block;
	text-align:center;
	color:#ccc;
	padding:5px;
	font-weight:bold;
	}

/* ==WIKI== */
.wiki #content h2 a { display:block; }
.wiki #main { padding:10px 10px 42px 10px; }
.wiki #commentsform textarea { border-top:none; }


