@charset "utf-8";
/*
 * This CSS file has been generated by fontsquirrel.com and is based on the work of Paul Irish. 
* 
*/

@font-face {
	font-family: 'MunroRegular';
	src: url('munro.eot');
	src: local('Munro Regular'), local('Munro'), url('munro.ttf') format('truetype');
}

/*
 * Styles génériques pour les pages de démo
 */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#logo {
	background: black;
	padding: 10px;
	font-family: 'MunroRegular', sans-serif;
	font-size: 36px;
	line-height: 48px;
	text-align: left;
	}
	#logo a {
		font-family: 'MunroRegular', sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		margin-right: 12px;
	}
	#logo img {
		vertical-align: -40%;
		-moz-box-shadow: 0 0 5px #CCCCCC;
		-webkit-box-shadow: 0 0 5px #CCCCCC;
		box-shadow: 0 0 5px #CCCCCC;
	}
.logo-green {
	font-size: 45px;
	color: #96bc0d;
	padding-left: 1px;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 40px;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 12px;
	color: #96bc0d;
}
h3 {
	margin-bottom: 5px;
}
p {
	margin-bottom: 12px;
}
input[type=radio],
input[type=checkbox] {
	vertical-align: -10%;
	margin: 0;
}
.ie input[type=radio],
.ie input[type=checkbox] {
	padding: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.bt-list li {
	float: left;
	margin-left: 7px;
	padding: 3px 6px 4px 6px;
	border: 1px solid white;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	-moz-box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
	box-shadow: 0 0 3px #999999;
	color: #666666;
	background: #dfdfdf url("images/languages-li-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#f6f6f6,
		#dfdfdf
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#f6f6f6),
		to(#dfdfdf)
	);
	}
	.bt-list li a {
		text-decoration: none;
		color: #666666;
	}
	.bt-list li[lang=en] a {
		background: url(images/pictos/gb.png) no-repeat 0 2px;
		padding-left: 20px;
	}
	.bt-list li[lang=fr] a {
		background: url(images/pictos/fr.png) no-repeat 0 2px;
		padding-left: 20px;
	}

#content {
	padding: 50px 20px;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
	.contour {
		border: 8px solid #CCCCCC;
	}

#footer {
	background: url(images/fond.jpg) repeat-x;
	padding: 20px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	color: #96bc0d;
}

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}