
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	background:url(img/body.jpg) 0 0 repeat #dff4ff;
	color: #646464;
	font-size: 75%;
	text-align: left;
}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: Tahoma, Arial, Helvetica, sans-serif; }
textarea,
pre,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2.5em;
    color:#fff;
    line-height:1;
}
h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.5em;
    padding-bottom:1em;
    color:#518cb1;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }



/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color: #518cb1; text-decoration: none; cursor:pointer; }

a:hover		{}
a:visited	{}

a:active,
a:focus     { outline: 0; } 


/* Images
*******************************/
img 		{ outline:0;border:0; }



/* Main styles
 *******************************/
#root {
    width: 980px;
    margin: 24px auto 0px auto;
    padding-bottom: 24px;
}

/* Header
 *******************************/
#photo {
	margin: 10px 0px 0px 0px;
}

#texte {
	margin: 10px 0px 5px 0px;
}


#header {
    overflow: hidden;
}

#heading {
    margin-top:4px;
    width:605px;
    float:right;
    clear:both;
    height:134px;
    background:url(img/heading.jpg) 0 0 no-repeat;
    padding: 66px 0 0 156px;
}

#heading a {
    color:#fff;
    text-decoration:none;
}

#heading .description {
    color:#fff;
}

#about {
    margin-top:4px;
    width:215px;
    height:200px;
    overflow:hidden;
    float:left;
    background:url(img/header-about-back.gif) 0 0 repeat-y #f9fdff;
    
}

#about .signature {
    text-align:right;
    margin:0;
}

#main {
    margin-top:4px;
    clear:both;
    overflow:hidden;
}

#left-block {
    width:216px;
    float:left;
}

#left-block .box {
    background:#fff;
    padding:18px;
    margin-bottom:4px;
}

#left-block .box h2 {
    padding-bottom:16px;
}

#left-block .box ul {
    font-size:1.17em;
}

#left-block .box ul.children {
    padding-top:8px;
    font-size:1em;
}

#left-block .box li {
    padding:4px 0;
    padding-left:20px;
    background-repeat:no-repeat;
    background-position:0 6px;
    background-image:url(img/cat.gif);
}

#left-block .box li.current-cat {
    font-weight:bold;
}

#left-block .categories li {
    
}





/* Content
 *******************************/
#main-block {
    width:760px;
    float:right;
}

#content {
    padding:18px;
    background:#fff;
    min-height:400px;
    height:auto!important;
    height:400px;
}

#content .post {
    overflow:hidden;
    margin-bottom:18px;
    clear:both;
}

#content .entry a {
    color:#e08105;
}

#content .title h2 {
    background:url(img/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:8px;
    margin-bottom:8px;
}

#content .title a {
    text-decoration:none;
    color:#1b489b;
}


#recent {
    margin-top:4px;
    padding-top: 4px;
    background:#e7f5fe;
    height: 18px;
    overflow:hidden;
}

