/* Created by http://freehtml5templates.com */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #3384BB url(images/bg.jpg) repeat;
color: #555;
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}
	
/* layout */

#wrapper {
width: 960px;
margin: 0 auto;
background-color: #fff;
/* curved border radius */
border-radius: 5px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

header {
margin-top: 10px;
background-color: #eee;
height: 80px;
/* curved border radius */
border-radius: 5px;
}

#main {
margin: 0 auto;
color: #444;
font-size: 16px;
line-height: 1.2em;
}

footer {
padding: 0 20px;
color: #333;
clear: both;
margin: 40px 10px 0 10px;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
}

a {
color:#3384bb;
}

a:hover {
color: #ff6f39;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
width: 940px;
font-size: 16px;
font-weight: bold;
}

nav .menu ul {
list-style: none;
margin: 0;
text-align: center;
}

nav .menu ul li {
display: inline;
position: relative;
}

nav .menu ul li a {
padding: 0 15px;
line-height: 38px;
text-decoration: none;
}

nav .menu ul li a:hover {
color: #ff6f39;
border-bottom: 3px solid #ff6f39;
}

nav .hautgauche  {
display:block;
float:right;
}

nav img
{
	border:none;
	position:relative;
	top:-28px;
	margin-right:3px;
}

/* header */

header h1 {
font-size: 36px;
padding-top: 20px;
margin-left: 10px;
float: left;
}

header h1 a {
font-weight: bold;
text-decoration: none;
}

header h2 {
float: right;
clear: right;
margin-right: 10px;
color: #777;
padding-top: 28px;
font-size: 16px;
}

header .like
{
float: right;
clear: right;
margin-right: 10px;
color: #777;
padding-top: 12px;
}

/* main content */

#main {
margin: 0 10px;
}

#main h1, h2, h3, h4, h5, h6 {
color: #ff6f39;
margin: 0 0 20px 0;
line-height: 1.5em;
}

#main h3 {
border-bottom: 1px #555 solid;
font-size: 20px;
}

#infoboxleft {
float: left;
width: 300px;
}

#infoboxmid {
float: left;
width: 300px;
margin-left: 20px;
}

#infoboxright {
float: left;
width: 300px;
margin-left: 20px;
}

blockquote {
padding-left: 40px;
background: transparent url(images/openquotes.png) no-repeat;
font-style: italic;
}

article {
margin-top: 10px;
}

img {
/* curved border radius */
border-radius: 5px;
}

.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 10px;
margin-top: 4px;
}

.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 10px;
margin-top: 4px;
}

.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

.readmore {
font-size: 80%;
}

/* footer */

footer p, footer aside {
text-align: right;
padding-right: 20px;
}

.clearall {
clear: both;
}

#main ul, #main ol {
    margin:15px;
}
#main li {
    list-style-position:outside;
    padding-left: 10px;
}

#main  .hierarchie li {
    list-style-position:outside;
    padding-left: 10px;
	margin:5px;
}


pre { border:1px solid Gray; padding:5px; background-color:#EEEEEE; margin:5px 0px 5px 0px; }
.csharpcode pre { border:none; padding:0px; background-color:#EEEEEE; margin:0px; }

.important { font-weight:bold; }

strong.important { color:red; }

#main h4 {
	padding-left:50px;
}
#main h5 {
	padding-left:100px;
}
.sectionh5 {
	margin-left:40px;
	padding-left:10px;
	display:block;
	border-left: 1px solid Gray;
}

pre .comm {
	font-weight:bold;
	color:Green;
}
pre .cle {
	font-weight:bold;
	color:Blue;
}

em{
	font-size:12px;
	color:blue;
}

.showhide
{
	color:#3384bb;
	cursor:pointer;
	text-decoration:underline;
}

figure
{
	display:block;
	text-align:center;
	margin:15px;
}

textarea{ min-height:60px; }