@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image: url(images/fond.gif);
	background-repeat: repeat-y;
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#head_menu{
	background-color: #599C59;
	height: 30px;
	margin-left: 16px;
	margin-right: 8px;
	line-height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

#head_menu a {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	}

#page #foot_links {
	background-color: #599C59;
	line-height: 30px;
	color: #FFFFFF;
	height: 30px;
	margin-left: 16px;
	margin-right: 19px;
	text-align: center;

}
#page #foot_links a{
	color: #FFFFFF;
	text-decoration:none;
}

#page #sidebar #search {
	background-color: #07abfb;
	height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 35px;
}
#page #content .post h1 a{
	font-size: 18px;
	font-weight: bold;
	color: #07abfb;
	margin-bottom: 5px;
	text-decoration:none;
}

#page #sidebar #archives h2, #page #sidebar #categories h2, #page #sidebar #bookmark h2{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
#page #sidebar #archives, #page #sidebar #categories, #page #sidebar #bookmark {
	background-color: #e2e2e2;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#categories a, #archives a, #bookmark a {
text-decoration:none;
color:#000000;
}
#categories a:hover, #archives a:hover, #bookmark a:hover {
text-decoration:underline;
}

#page #head_menu li {
	display: inline;
	margin-right: 30px;
}
#page #content .post .entry {
	line-height: 18px;
	margin-top: 10px;
}
#page #content .post .entry .highlight {
	float: left;
	margin-right: 10px;
}
#page #content .post .entry p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#page #sidebar #ads img {
	margin: 5px;
	padding: 5px;
}

#page #head_menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


#page #foot_credit {
	text-align: right;
	margin-right: 25px;
	color: #599C59;
	font-size: 12px;
}
#page #content {
	width: 580px;
	margin-left: 25px;
	float: left;
}
#page #content .post .date, #page #content .post .username {
	font-size: 11px;
	display: inline;
	margin-right: 30px;
	line-height:30px;
	padding-bottom:5px;
}

#page #sidebar {
	width: 300px;
	float: right;
	margin-right: 19px;
}

a img
{
  border:  none ;
}
#page #content .post {
	margin-bottom: 50px;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.95em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}
div.bubble a{
color:#000000;
text-decoration:none;
}
div.bubble a:hover{
color:#000000;
text-decoration: underline;
}
.latex img{
text-align:center;
}
#comment{
	width:580px;
}