/* bienvenue et merci de lire cette css */
/* le 30 dec 2005 */
/* les images (exceptés le logo de l'aldil) sont "tous droits réservés" à Aurelie Cambourian */
/* images (excepted logo "aldil") are all rights reserved Aurelie Cambourian */

/* parfois : */
/* les modifications de positionnement sont indiquees par P */
/* les modifications de style sont indiquees par S */
/* les modifications d affichage sont indiquees par A */

/* notes sur la template : */ 
/* 1 div class=post devrait englober le nom du rédacteur et le titre du post */

/* comment se fait-il que dans sidebar (qui devrait etre un id et pas une classe, */
/* le last updated n'ait ni id ni ne soit un h2 ?? de plus first child ne fonctionne pas */
/* à cause de la liste précédent le p */ 

/* subscription and planetarium semblent des sections obligatoires : leur donner un id  ? */

body {
/*	border-left: 1px solid black;  */
	margin-left: 230px; /* P */
	padding-left: 40px;
	padding-right: 10px;
	background: #fff url(aldil-ligne-v-42p.jpg) no-repeat 220px 70px; /* S repeat-y ? */
	font-size:90%;
}

h1 {
	margin-top: 0px;
	padding-top: 20px;
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
	text-transform: normal;
	text-align: right; /* P */
	padding-right: 80px;
	color: grey;
	background: #fff url(aldil-ballon-85.jpg) no-repeat right top ;
}

h2 {
	font-family: "Bitstream Charter", "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	color: #200080;
	margin-left: -15px;
	padding-top: 84px;
	padding-bottom: 0px;
	background: transparent url(aldil-butterflies-mini-2.jpg) no-repeat center bottom ;
}

/* nom du redacteur */
h3 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	padding-left:34px;
	padding-bottom:4px;
	padding-top:4px;
	background: #fff url(aldil-puce-soleil.jpg) no-repeat 0 0 ; 
	border-bottom: 1px solid #5080b0;
}


h3 a {
	text-decoration: none;
	color: inherit;
}

/* titre du post */
h4{
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	padding-left:30px;
	background: #fff url(aldil-puce-nuage.jpg) no-repeat 0 0 ;
}



h4 a {
	text-decoration: none;
	color: inherit;
}

img.face {
	float: right;
	margin-top: -3em;
}

.entry {
	margin-bottom: 0.5em;
	padding-bottom:30px;
	background:#eef url(aldil-path-mini-210.png) no-repeat bottom right;
}

.entry h4{
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	padding-left:30px;
	background-image:none;
}
.entry h3:first-letter{
	text-transform:uppercase;}
.entry h3 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	padding-left:20px;
	padding-bottom:4px;
	padding-top:4px;
	background: transparent; 
	border-bottom:0px #fff solid;
}
.entry .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: grey;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

.sidebar {
	position: absolute;
	top: 0px;
	left: 0px; /* P */
	width: 220px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:24px; /* P */
	padding-right: 0px;
	padding-top: 104px;
	padding-left: 0px;
	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 85%;
        background: #fff url(aldil-manege.jpg) no-repeat top center;
}
/* ne cache que le logo de l'aldil et pas celui du projet planet */

DIV.sidebar > img:first-child { display:none; } /* A */


.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: black;
	padding-top:0px;
	padding-left: 28px;
	margin-left: 0px;
        background: transparent url(aldil-puce-nuage.jpg) no-repeat 0px -5px ;
}

.sidebar ul {
	padding-left: 2em;
	margin-left: 10px;
	list-style-type: square;
}


.sidebar ul li:hover {
	color: grey;
}

.sidebar ul li:hover {
	color: grey;
}

/*
	background: #fff url(aldil-path-mini-210.jpg) no-repeat 0 0;
*/

.sidebar p {
	margin-top: 30px;
	background: #fff url(aldil-ligne-h-220wcolor.jpg) no-repeat 0 0;
	padding-top: 75px;
	padding-left: 5px;
}
a:hover {
	text-decoration: underline !important;
	color: blue !important;
}

