@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color:#000;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
}
h2 {
	font-size:1.2em;
	margin-bottom:20px;
}
table#corps {
	width:600px;
	border-width:0px;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	margin:auto;
	background-color:#FFF;
}
table#corps tr, table#corps td {
	border-width:0px;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	margin:0px;
}
table#corps td.underconstruction {
	color:#FFF;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	background-color:#000;
	padding: 4px;
}

table#corps div#mail a.go-form {
	display:block;
	padding-top:6px;
	font-weight:bold;
	font-size:1em;
}


table#corps td.image {
	padding:0px;
	clear:both;
}
table#corps td.texte {
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:justify;
}
table#corps td.texte p {
	line-height:1.5em;
}
table#corps td.texte .choixlangue {
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
	clear:both;
}
table#corps td.texte img {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:15px;
	float:left;
}
table#corps td.texte p.player {
	width:242px;
	margin:auto;
}
table#corps td.texte .avertissement {
	font-size:0.8em;
	font-style:italic;
}
table#corps td.desinscrire {
	padding:3px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	color:#FFF;
	background-color:#000;
}

/* LIENS */
table#corps a {
	color:#000;
}
/* SOMMAIRE */
table#corps td.texte div.sommaire {
	width: 175px;
	float:right;
	padding:3px;
	padding-top:0px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#CCC;
	border: dotted 1px #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}
table#corps td.texte div.sommaire h2 {
	margin-bottom:8px;
}
table#corps td.texte div.sommaire ul {
	padding:0px;
	padding-left:12px;
	font-size:0.9em;
}
table#corps td.texte div.sommaire li {
	list-style:outside;
	font-weight:bold;
	margin-bottom:3px;
}
table#corps div#sommaire a {
	text-decoration:none;
	font-weight:bold;
}
table#corps div#sommaire a:hover {
	text-decoration:underline;
}

/* FEEDBACK */
table#corps td.texte p.attention {
	font-weight:bold;
	color:#F00;
}

table#corps td.texte table#feedback-table {
	width:525px;
	border-width:0px;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	margin:auto;
}
table#corps td.texte table#feedback-table tr:hover {
	vertical-align:middle;
}
table#corps td.texte table#feedback-table td.label {
	width:175px;
	vertical-align:top;
}
table#corps td.texte table#feedback-table td.info {
	width:350px;
}
table#corps td.texte table#feedback-table td.info input[type=text] {
	width:325px;
}
table#corps td.texte table#feedback-table td.info select {
	width:325px;
}
table#corps td.texte table#feedback-table td.info textarea {
	width:325px;
	height:125px;
}
table#corps td.texte p.merci {
	font-weight:bold;
	color:#060;
}
table#corps td.texte p.paragraphe-download {
	text-align:center;
}
table#corps td.texte p.paragraphe-download img {
	float:none;
	border:0px;
}
table#corps td.texte a.liendownload {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	color:#F00;
}

/* SUGGESTION */
table#corps td.texte p.suggestion {
	font-weight:bold;
	font-style:italic;
}
table#corps td.texte table#suggestion-table {
	width:400px;
	border-width:0px;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	margin-left:20px;
	border: 1px dotted #ccc;
}
table#corps td.texte table#suggestion-table tr:hover {
	vertical-align:middle;
}
table#corps td.texte table#suggestion-table td {
	padding:4px;
}
table#corps td.texte table#suggestion-table td.label {
	width:175px;
	vertical-align:top;
}
table#corps td.texte table#suggestion-table td.info {
	width:225px;
}
table#corps td.texte table#suggestion-table td.info input[type=text] {
	width:200px;
}
table#corps td.texte table#suggestion-table td.info select {
	width:200px;
}
