* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #C8C8C8;
	margin: 0;
	padding: 0;
	background-image: url(../img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
	height: 100%;
}

img {border: 0;}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1000px;
	height: 580px;
	margin-top: 0px;
	margin-left: -500px;
	text-align: left;
	padding: 0px;
}

a.mentions-legales,a.mentions-legales:visited, span.mentions-legales {
	font: normal 10px arial,verdana,helvetica,sans;
	color: #393826;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #000000;
}

a.navigation,a.navigation:visited {
	position: absolute;
	display: block;
	height: 14px;
	font: normal 14px "comic sans ms",arial,verdana,helvetica,sans;
	color: #000000;
	text-decoration: none;
	background-image: url(/img/puce-navigation.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
a.navigation:hover {
	position: absolute;
	display: block;
	height: 14px;
	font: normal 14px "comic sans ms",arial,verdana,helvetica,sans;
	color: #FD6801;
	text-decoration: none;
	background-image: url(/img/puce-navigation.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
a.navigation-selected,a.navigation-selected:visited,a.navigation-selected:hover {
	position: absolute;
	display: block;
	height: 14px;
	font: normal 14px "comic sans ms",arial,verdana,helvetica,sans;
	color: #000000;
	text-decoration: none;
	background-image: url(/img/puce-navigation-on.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

input.bouton {
	font: bold 11px "comic sans ms",arial,verdana,helvetica,sans-serif,sans;
	color: #FFFFFF;
  background-color: #FD9800;
	border: 1px solid #FE6902;
	cursor: hand;
}

.input-text {
	font-family: "comic sans ms",arial,verdana,helvetica,sans-serif,sans;
	font-size: 13px;
	color: #444444;
}

h1 {
	position: absolute; 
	width: 318px; 
	height: 70px; 
	left: 255px; 
	top: 10px;
	font: bold 19px "comic sans ms",arial, helvetica, sans;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
h2 {
	position: absolute; 
	width: 530px; 
	height: 25px; 
	left: 255px; 
	top: 136px;
	font: bold 19px "comic sans ms",arial, helvetica, sans;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
