/* Les elements HTML en general

------------------------------------------------------------------------------ */

body{
	/*background-image: url(img/bgcolor.jpg);*/
	background-color: #EEE;
	font-size : 80%; /* Resets 1em to 10px */
	font-family : 'Lucida Grande', Verdana, Arial, sans-serif;
	color : #6e6e6e;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	font-family : 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-weight : bold;
}

h1{
	font-size : 1.5em;
	text-align : center;
	padding-top : 70px;
	margin : 0;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration : none;
	color : white;
}

h2 {
	font-size : 1.4em;
	margin : 30px 0 0;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color : #801c52;
}

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 : #801c52;
}

h3 {
	font-size : 1.3em;
	padding : 0;
	margin : 30px 0 0;
}

a {
	color : #801c52;
	text-decoration : none;
}

a:hover {
	color : #801c52;
	text-decoration : none;
}

#page{
	width: 780px;
	text-align: left;
	background: url(img/bg.jpg) repeat-y top;
	border: none;
	margin: 20px auto;
	padding: 0;
}

#pagewide{
	width: 780px;
	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: 200px;
}

#description{
	font-family : 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;	
	font-size : 1.2em;
	text-align : left;
	color : #6e6e6e;
}

/* Le prelude */

#prelude{
	position: absolute;
	width: 780px;
	top: 192px;
	left: 50%;
	background: transparent;
	color: #DFDFDF;
	margin : -10px 0 0 -350px;
	border : 0px solid #000000;
	padding : 0;
	font-weight: bold;
}

#prelude ul{
	margin : 0 1px;
	list-style-type : none;
	padding : .5ex 0;
}

#prelude ul li{
	background : transparent;
	border : none;
	display : inline;
	padding : .5ex 1em;
	margin-right: 5px;
}

#prelude a{
	color: #6e6e6e;
	background: transparent;
}

#prelude a:hover{
	color: #6e6e6e;
	background: transparent;
}

/* Le contenu */

#content{
	margin: -20px;
	float : left;
	padding : 0 0 20px 45px;
	width : 500px;
	font-size : 1em;
}

#contentwide{
	margin: -20px;
	float : left;
	padding : 0 0 20px 45px;
	width : 500px;
	font-size : 1em;
}

/* Sidebar */

#sidebar {
	margin-left : 550px;
	padding : 20px 0 10px 0;
	width : 190px;
	font-size : 1em;
	font-family : 'Lucida Grande', Verdana, Arial, sans-serif;
}

#sidebar ul{
	padding-left: 20px;
}

#pic {
  text-align:center;
}

#connect {
  margin-top: 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;
	height : 54px;
	border : none;
	padding : 0;
	margin : 0 auto;
	width : 780px;
	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: none; }

/* Style des images */
img{border:none}

img.middle {
	vertical-align : middle;
	border : none;
}

/*

Lien permanent

------------------------------------------------------------------------------ */

a.permalink_right {

	float : right;

	border : none;

}

/*

Les billets

------------------------------------------------------------------------------ */

.post{

	clear : both;
	

	margin-bottom : 24px;

	border-bottom : 1px solid #ddd;

	padding-bottom : 40px;

	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: none;

	height: auto;

}

/*

Post complet

------------------------------------------------------------------------------ */

.post-info {

	font-family : Arial, Helvetica, sans-serif;

	font-size : 0.9em;

	line-height : 1.5em;

	color: #6e6e6e;

	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%;

}



#trackbacks blockquote, #comments blockquote {
	border : 1px solid #e0e0e0;
    display : block;
    margin : .5em;
    padding : 1.5em;
    font-style : normal;
    background : transparent;
}


.me {
    color : #651b62;
	    }

/*

Lire la suite

------------------------------------------------------------------------------ */

.more{

	margin-left : 4em;

}

.more a {

	font-weight : bold;

}

/*

Commentaires

------------------------------------------------------------------------------ */

/* Tagcloud -------------------------------------------------------- */#tagcloud ul { 	margin:0; 	padding:0 1em; 	display:block; }#tagcloud li { 	display:inline; 	margin: 0 .1em; }#tagcloud li.level-1 { font-size: 1em; }#tagcloud li.level-2 { font-size: 1.2em; }#tagcloud li.level-3 { font-size: 1.4em; }#tagcloud li.level-4 { font-size: 1.6em; }#tagcloud li.level-5 { font-size: 1.8em; }


/*SimpleMenu*/

#simplemenu {           
    position : absolute;
    margin: 0;          
    padding: 0;         
    top : -55px;        
    left : -10px;       
    }                   


