* {
	border:none;
	outline:none;
}

html, body {
	padding:0;
	margin:0;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5A594D;
	font-size:16px;
	background:#fff1e6 url(../img/background-tiled.gif);
}

h1, h2, h3, h4, h5, h6 {
	font-size:205%;
	text-transform:uppercase;
	font-weight:300;
	color:#5A594D;
}

h2 {
	font-size:16px;
	color:#F0978B;
	border-bottom:1px dashed #F0978B;
	padding-bottom:5px;
}

h3 {
	font-size:16px;
	color:#69665A;
	text-transform:none;
	border-bottom:1px dashed #69665A;
	padding-bottom:5px;
}

a {
	color:#69665A;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div.clear {
	clear:both;
}

div.get-flash {
	text-align:center;
	font-size:11px;
}

div.splash {
	width:920px;
	height:480px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-240px;
	margin-left:-460px;
	background:url(../img/background-splash.png) no-repeat top left;
}

.splash .left {
	float:left;
	margin:130px 0 0 60px;
}

.splash .right {
	float:right;
	margin:30px 60px 0 0;
}

.splash h1 {
	width:356px;
	height:170px;
	text-indent:-10000px;
	padding:0;
	margin:0;
}

.splash .txt {
	width:389px;
	height:314px;
	text-indent:-10000px;
}

.splash .link-1, .splash .link-2 {
	display:block;
	width:300px;
	height:12px;
	text-indent:-10000px;
}

#splash-fr h1 {
	background:url(../fr/img/splash-title.gif) no-repeat top left;
}

#splash-fr .txt {
	background:url(../fr/img/splash-txt.gif) no-repeat top left;
}

#splash-fr .link-1 {
	background:url(../fr/img/splash-link-1.gif) no-repeat top left;
}

#splash-fr .link-2 {
	background:url(../fr/img/splash-link-2.gif) no-repeat top left;
}

#splash-en h1 {
	background:url(../en/img/splash-title.gif) no-repeat top left;
}

#splash-en .txt {
	background:url(../en/img/splash-txt.gif) no-repeat top left;
}

#splash-en .link-1 {
	background:url(../en/img/splash-link-1.gif) no-repeat top left;
}

#splash-en .link-2 {
	background:url(../en/img/splash-link-2.gif) no-repeat top left;
}

div#container {
	text-align:center;
}

div#header p, div#menu p , div#footer p,
div#header ul, div#menu ul , div#footer ul,
div#header ol, div#menu ol , div#footer ol   {
	padding:0;
	margin:0;
}

/**********************
* HEADER
***********************/
div#header {
	width:800px;
	height:50px;
	margin:0 auto;
	text-align:left;
	position:relative;
	
	z-index:1000000;
}

div#header a {
	text-decoration:none;
}

div#header ul {
	list-style:none;
}

div#header ul.left {
	padding:10px 0 0 0;
}

div#header ul.right {
	position:absolute;
	right:0;
	top:0;
}

div#header ul li {
	float:left;
}

#header ul li.logo-site-fr a ,#header ul li.logo-site-en a {
	display:block;
	height:28px;
	text-indent:-10000px;
	margin-right:10px;
}

#header ul li.logo-site-fr a {
	width:186px;
	background:url(../fr/img/logo-header.gif) no-repeat top left;
}

#header ul li.logo-site-en a {
	width:156px;
	background:url(../en/img/logo-header.gif) no-repeat top left;
}

#header ul li.btn-mail a,
#header ul li.btn-facebook a,
#header ul li.btn-twitter a {
	display:block;
	width:25px;
	height:25px;
	text-indent:-10000px;
}

#header ul li.btn-mail a {
	background:url(../img/btn-mail.gif) no-repeat center center;
}

#header ul li.btn-facebook a {
	background:url(../img/btn-facebook.gif) no-repeat center center;
}

#header ul li.btn-twitter a {
	background:url(../img/btn-twitter.gif) no-repeat center center;
}

/** search ****/
div#header ul li.search {
	background:#C5494B;
	font-size:12px;
	width:150px;
	overflow:hidden;
	padding:11px 8px 6px 8px;
	margin-right:10px;
	z-index:3000;
}

div#header li.search a.trier {
	color:#FFB8B3;
}

div#header li.search form {
	margin:0 3px 8px 3px;
	display:none;
}

div#header li.search ol {
	padding:5px 0;
	margin:8px 0 8px 0;
	border-top:1px dashed #AD4042;
	border-bottom:1px dashed #AD4042;
}

div#header li.search li a {
	color:#6F0004;
}

div#header li.search li a:hover {
	color:#FFF;
}

div#header li.search li a.actif {
	color:#FFF;
}

div#header li.search label {
	color:#F1A19E;
}

div#header li.search input.text {
	width:111px;
	height:21px;
	padding:2px;
	background:#AD4042;
	color:#F1A19E;
	font-size:11px;
	display:block;
	float:left;
}

div#header li.search input {
	margin-top:5px;
}

/** display ****/
div#header ul li.display {
	background:#FFFFFF;
	font-size:12px;
	width:140px;
	overflow:hidden;
	padding:8px 8px 4px 8px;
	
	border:2px solid #FFF1E7;
	border-top:none;
	
	z-index:2000;
}

li.display ol {
	list-style:none;
}

li.display ol li {
	margin-right:3px;
}

li.display ol li.first, li.display ol li.last {
	margin-top:4px;
}

li.display ol li.last a {
	color:#CFCFCF;
}

li.display ol li.last a.actif {
	color:#d67676;
}

li.display a.icon-photo {
	display:block;
	width:20px;
	height:20px;
	background:url(../img/icon-photo.gif) no-repeat top left;
	text-indent:-10000px;
	position:relative;
	z-index:10000;
}

li.display a.icon-photo.actif {
	background-image:url(../img/icon-photo-actif.gif);
}

li.display a.icon-billet {
	display:block;
	width:20px;
	height:20px;
	background:url(../img/icon-billet.gif) no-repeat left 3px;
	text-indent:-10000px;
	position:relative;
	z-index:20000;
}

li.display a.icon-billet.actif {
	background-image:url(../img/icon-billet-actif.gif);
}

div#header li.search li {
	margin:0 0 5px 0;
	padding:0;
	float:none;
	list-style:none;
}

div#header ul li.langue {
	padding:8px;
}
div#header ul li.langue a {
	font-size:14px;
	color:#EA9990;
}

/**********************
* CONTENT
***********************/
div#content {
	width:800px;
	padding:40px;
	margin:0 auto 20px auto;
	text-align:left;
	background:#FFFBEC;
}

div#content h1, div#content p.titre {
	margin-top:0;
}

div#content.wide {
	padding:0;
	margin:0;
	width:100%;
	min-height:400px;
	background:none;
	
	position:relative;
	z-index:1;
}

div#flash-container {
	width:100%;
	height:100%;
}

div#noflash {
	width:500px;
	text-align:left;
	margin:15px auto;
	padding:15px;
	border:2px solid #CCCCCC;
	background:#FFFBEC;
}

ol.engagement {
	color:#D67676;
	font-size:14px;
	margin-left:0;
	margin-right:35px;
	padding-left:19px;
	float:left;
	width:40%;
}


ol.engagement li {
	color:#5A594D;
	margin-bottom:10px;
}


ol.engagement li strong {
	color:#D67676;
	font-size:32px;
	font-weight:normal;
}

ol.engagement li.last strong {
	font-size:24px;
}

div.question p.titre {
	font-size:32px;
	color:#D67676;
	margin-bottom:0;
}

div.question ol {
	list-style:none;
	padding-left:15px;
}

div.question input.text {
	border:1px solid #000;
	padding:3px 2px;
}

p.continuer {
	text-align:right;
}

p.warning {
	font-style:italic;
	color:#C5494B;
}

p.continuer a, p.continuer input {
	font-weight:bold;
	font-style:italic;
	color:#D67676;
	font-size:14px;
	background:none;
	border:none;
}

div.badges.petit {
	
}

div.badges.moyen {
	
}

div.badges ul {
	list-style:none;
	padding:0;
	margin:0;
}

div.badges ul li {
	clear:both;
}

div.badges ul li img, div.badges ul li iframe {
	float:left;
}

div.badges ul li p {
	overflow:hidden;
}

div.badges ul li span.code {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:300px;
	float:left;
	padding:30px 0 0 15px;
	display:none;
}

div#references {
	font-size:70%;
}

ul.statistiques {
	list-style:none;
	padding:0;
	width:47%;
}

ul.statistiques.left {
	margin:0 15px 15px 0;
	float:left;
}

ul.statistiques.right {
	margin:0 0 15px 0;
	float:right;
}

ul.statistiques li {
	margin:0 0 15px 0;
}

ul.statistiques li strong {
	color:#C5494B;
	font-size:22px;
	font-weight:normal;
}

div.login {
	background:#DB766E;
	width:250px;
	border:7px solid #FFF;
	color:#FFF;
	font-size:12px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-75px;
	margin-left:-125px;
	padding:10px;
}

div.login ol {
	list-style:none;
	padding:0;
	margin:0;
}

div.login ol li {
	margin:0 0 10px 0;
}

div.login label {
	display:block;
}

div.login input {
	width:100%;
}

div.login p {
	margin:0;
}

/**********************
* MENU
***********************/
div#menu {
	width:100%;
	height:55px;
	text-align:left;
	font-size:16px;
	text-align:center;
	font-style:italic;
}

#menu div.center {
	width:800px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#menu ul {
	padding:10px 0 0 0;
	list-style:none;
}

#menu ul li {
	float:left;
	margin:4px 10px 0 0;
}

#menu ul li.signez, #menu ul li.decouvrir {
	margin:0 10px 0 0;
}

#menu ul li a {
	color:#69665A;
	text-decoration:none;
}

#menu ul li.signez a, #menu ul li.decouvrir a {
	display:block;
	padding:7px 10px;
	color:#FFFFFF;
}

#menu ul li.signez a {
	text-transform:uppercase;
	background:#C5494B;
}

#menu ul li.decouvrir a {
	background:#DF857F;
}

/**********************
* FOOTER
***********************/
div#footer {
	width:100%;
	height:115px;
	background:#69665A;
	text-align:center;
}

#footer div.center {
	width:800px;
	margin:0 auto;
	padding:15px 0 0 0 ;
	text-align:left;
	position:relative;
}

#footer .logo-charte {

}

#footer .badge-appui {
	position:absolute;
	left:200px;
	top:-15px;
}

#footer .logo-aime-la-vie {
	position:absolute;
	right:155px;
	top:15px;
}

#footer .logo-quebec {
	position:absolute;
	right:15px;
	top:15px;
}

hr {
	border:none;
	border-bottom:2px solid #CCCCCC;
}

hr.small {
	width:100px;
	border-bottom:1px solid #9E9A85;
	float:left;
	
}