body {
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
}

h1 {
	font-weight: 300;
	text-align: center;
}

h2 {
	font-weight: 300;
	color: #288CCC;
}

h3 {
	font-size: 21px;
	margin-top: 35px;
}

header {
	background: #f5f5f5;
	background: -moz-linear-gradient(top,#fafafa,#f5f5f5);
	background: -webkit-linear-gradient(top,#fafafa,#f5f5f5);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#f5f5f5));
	background: linear-gradient(top,#fafafa,#f5f5f5);
	border-bottom: 1px solid #eee;
	color: #444;
	height: 35px;
	padding: 5px 15px 5px 45px;
	margin: 0px;
}

header span {
	vertical-align: bottom;
	display: inline-block;
    line-height:14px;
	color:#000000;
}

header i {
    line-height:12px;
    font-size:12px;
    color: #999999;
}

header img{	
	height: 24px;
	width: 24px;
	margin-right: 12px;
}

.content {
	padding: 12px;
}

#sommaire {
	margin-top: 50px;
	font-weight: 300;
	padding: 0;
}

#sommaire .section-a {
	color: #288CCC;
	font-size: 18px;
	margin-top: 20px;
}

#sommaire .h3-a {
	color: black;
	font-size: 16px;
}

#sommaire ol { counter-reset: item }
#sommaire li { display: block }
#sommaire li:before { content: counters(item, ".") " - "; counter-increment: item }

section {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: 50px;
}

#content-right a {
	color:#244766;
}

pre img{	
	width: 52px;
	margin-right: 15px;
	float: right;
}

.span-example {
	background-color: rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 4px;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	margin-bottom: 10px;
}

.parameters-table, .parameters-table th, .parameters-table td {
	border: 1px solid lightgray;
	border-collapse: collapse;
	padding: 5px;
}

footer {
	text-align: center;
}

footer #copyright {
	display: inline-block;
	vertical-align: middle;
}

footer img {
	margin-top: 20px;
        padding-bottom: 10px;
	max-width: 50px;
}

.last-update {
	color:#5a525f;
	font-style:italic;
	float:right;
        margin-right: 30px;
}

@media screen and (max-width: 500px) {
	.col-xs-12 {
		padding: 10px;
	}

	.content {
		padding: 0;
	}

	pre img {
		width: 34px;
		margin-right: 15px;
		float: right;
	}
        .last-update {
            margin-right: 10px;
        }
}