@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/fond.jpg);
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
	color:#222;
	max-width:800px;
}

#Cadre {
  margin:0.5em;
  padding: 1em;
  border:1px solid #468496;
  border-radius:2em;
  background-color:#EEE;
}

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin-top:1.2em;
	margin-bottom:0.8em;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
}

nav {
	margin-bottom:0.8em;
}

nav ul {
	list-style-type:none;
}
nav li {
	display:inline;
	margin-right:2em;
}

a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009;
}
a:hover {
	color: #F00;
	text-decoration: none;
}

table {
	border-spacing:0;
}
tr.uneDeux:nth-child(even) {
  background-color:#DDD;
}
tr.Choisie {
  background-color:#CCC;
	cursor:pointer;
}

.espace {
	padding-right:1.5em;
}
.droite {
	text-align:right;
}
td.bg {
	padding-left:0.5em;
	border-left:thin solid #222;
}
td.bd {
	border-right:thin solid #222;
}
td.source {
	font-size:0.8em;
}
footer {
  position:relative;
  clear:both;
  height:2em;
	margin-top:1em;
  border-radius:0.8em;
  background-color:#E7E7E7;
  font-size:0.8em;
}
#mentions {
  padding-left:1.em;
  color: #468496;
  text-decoration:none;
  line-height:2em;
}

#CopyRight {
  position:absolute;
  right:1em;
  font-size:0.6em;
  color: #969696;
  line-height:3.4em;
}

p.Question {
	font-style:italic;
	font-size:1.2em;
}
li {
	padding-left:1em;
	font-size:0.8em;
}
p.Reponse {
	padding-left:1em;
	font-size:0.8em;
}

p.lien {
	text-align:center;
	font-size:1.2em;
}

.wtfp {
	text-align:right;
	margin-top:1.6em;
	margin-bottom:1em;
}

.wtf {
  font-size: 2em;
	font-weight:bold;
}

.CTA {
	border-radius: 1.5em;
  height: 3em;
  width: 3em;
  font-size: 1.5em;
	font-weight:bold;
  padding: 0.64em;
	margin-top:0.64em;
  cursor:pointer;
}

