/* print */
body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #AAAAAA;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0; 
	background: url(template/bg.jpg) repeat-y top center #aaa fixed;
}
	
#grad {
	display: none;
}

#pagebar {
	display: none;
}

.entry {
	font-size:1.2em;
	font-family:  Verdana;
	overflow: hidden;
}
	
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	width: 750px;
	}

#header {
	background-color: #73a0c5;
	border-bottom: 1px black solid;
	}

#content {
	padding: 0 0 20px 45px;
	margin: -70px 0 0 0;
	width: 450px;	
	}

#content_full {
	float: left;
	padding: 0 0 20px 45px;
	margin: -70px 0 0 0;
	width: 660px;	
	}

#content .entry {
	line-height: 14pt;
	}


#footer {
	display: none;
	}
	
#xiti {
	display: none;
	}

.citation {
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

small {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 1;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
	text-indent: 10px;
	background-color: #5581C0;
	color: white;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 0;
	font-size: 1em;
	}

h3 {
	font-size: 1.4em;
	}

h4 {
	font-size: 1.22em;
	}

h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #B0C7FF;
	}

.entry p a:visited {
/*	color: #b85b5a; */
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, blockquote {
	color: #777;
	}
	
#pagebar li.page_item {
	display: inline;
}

a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #CC0000;
	text-decoration: underline overline;
	background-color: #FFCC33;
	}
	
/* End Typography & Colors */



/* Begin Structure */
#page {
	background-color: white;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	border: 0;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 140px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 140px;
	width: 100%;
	background: url(template/header750x240.jpg) no-repeat;
	}

#header h1, .description {
	color:#E5F2E9;
    }

	
.post {
	margin: 0 0 30px;
	
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	clear: both;
	border-top: 1px black solid;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}

#colonne1 {
	width: 220px;
	float: left;
	}
	
#colonne2 {
	width: 220px;
	float: right;
	}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
	text-align: center;
	margin-top: -5px;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	margin: 0 5px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 7px;
	}

img.alignleft {
	display: inline;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 0;
	}

.alignright {
	float: right;
	margin-left: 7px;
	}
	
.alignleft {
	float: left;
	margin-right: 7px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "o ";
	
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 4px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar ul div  {
	background-color: #F8F8F8;
	border: 1px #2E5D99 solid;
	padding: 8px;
}

#sidebar ul div.textwidget ul {
	border: 0;
}


#sidebar ul ul ul, #sidebar ul ol {
	background: transparent;
	margin: 0 0 0 10px;
	border: none;
	}

#sidebar ul div div {
	background: transparent;
	margin: 0;
	border: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin: -60px 0 0 530px;
	width: 200px;
	}

/* End Sidebar */



blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}


.center {
	text-align: center;
	}

hr {
	height: 1px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	border: 0;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/


/* enleve la puce */
#sidebar li.liste-none:before {
	content: "";
}
#sidebar a {
	font-size: 1.2em;
}
.feuille {
	height: 260px;
}
#sidebar #livretemeraude {
	height: 240px;
	width: 165px;
	background-image: url(/livrets/images/capa07.gif);
	background-repeat: no-repeat;
	border: none;
}
#sidebar #livretemeraude img{
	margin-top: 80px;
	margin-left: 42px;
}
#sidebar #livretsienne {
	height: 240px;
	width: 165px;
	background-image: url(/livrets/images/capa05.gif);
	background-repeat: no-repeat;
	border: none;
}
#sidebar #livretsienne img{
	margin-top: 80px;
	margin-left: 42px;
}
#sidebar #livretsbleu {
	height: 240px;
	width: 165px;
	background-image: url(/livrets/images/capa04.gif);
	background-repeat: no-repeat;
	border: none;
}
#sidebar #livretsbleu img{
	margin-top: 80px;
	margin-left: 42px;
}
#sidebar #livretsjaune {
	height: 240px;
	width: 165px;
	background-image: url(/livrets/images/capa00.gif);
	background-repeat: no-repeat;
	border: none;
}
#sidebar #livretsjaune img{
	margin-top: 80px;
	margin-left: 42px;
}
#sidebar #livretsdore {
	height: 240px;
	width: 165px;
	background-image: url(/livrets/images/capa10.gif);
	background-repeat: no-repeat;
	border: none;
}
#sidebar #livretsdore img{
	margin-top: 80px;
	margin-left: 42px;
}

