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

a:link {
	color: #9FC;
	text-decoration: none;
}
a:visited {
	color: #9FC;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#desc {
	width: 90%;
	max-width: 920px;
	background-color: #333;
	padding: 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-align: left;
}
#entete {
	position: relative;
	top: 80px;
	
}
#header {
	position: fixed;
	right: 0px;
	left: 0px;
	top: 0px;
	background-color: #000000;
}
#image_xs {
	width: 98%;
}
#raquette {
	width:70px;
	height:91px;
	position:fixed;
	right:-70px;
	top:91px;
    -webkit-transition: top 300ms ease-in 100ms, right 200ms ease-in 50ms;
	-moz-transition: top 300ms ease-in 100ms, right 200ms ease-in 50ms;
	-o-transition: top 300ms ease-in 100ms, right 200ms ease-in 50ms;
	transition: top 300ms ease-in 100ms, right 200ms ease-in 50ms;
}
#retour {
	background-color: #000;
	height: 25px;
	width: 25px;
	position: fixed;
	left: 25px;
	top: 60px;
}
#SstotalDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
	color: #99CC99;
}
#tableau {
	width: 90%;
	max-width: 920px;
	left: auto;
	right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
#View {
	width : 60%;
	margin : auto;
	min-height: 450px;
	background-color: #333333;
	border: #CCCCCC;
	padding: 15px;
	font-size: 24px;
	font-style: italic;
	color: #CFC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
} 
.Conseils {
	font-size: 1.1em;
	font-style: italic;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	float: left;
	width: 48%;
	padding-left: 10px;
}
.Texte {
	color: #FFFFFF;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.Titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: #92CE8D;
	font-style: italic;
}
.Titre2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #92CE8D;
	font-style: italic;
}
