@charset "iso-8859-1";
*{
	margin: 0;
	padding: 0;
}

/* Découpe par Jonathan : http://www.cr3aweb.com */

body
{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #69d2f0 url('images/fond_villag.png') no-repeat bottom;
	background-attachment: fixed;
}
#header
{
	background: url(images/header.png) no-repeat;
	margin: 0 auto;
	width: 702px;
	height: 109px;
}
#content
{
	margin: 0 auto;
	margin-top: 25px;
	width: 820px;
}
#menu_gauche
{
	margin: 0 auto;
	width: 145px;
	float: left;
}
.menu_gauche_haut
{
	background: url(images/gauche_top2.png) no-repeat;
	width: 145px;
	height: 23px;
	position: relative;
}
.menu_gauche_milieu
{
	background: url(images/gauche_milieu.png) repeat-y;
	width: 125px;
	min-height: 10px;
	list-style-type: none;
	font-size: 11px;
	padding: 10px;
}
.menu_gauche_milieu a
{
	color: black;
	text-decoration: none;
}
.menu_gauche_milieu a:hover
{
	color: black;
	text-decoration: underline;
}
.menu_gauche_bas
{
	background: url(images/gauche_bas2.png) no-repeat;
	width: 145px;
	height: 12px;
	position: relative;
}
#menu_droite
{
	margin: 0 auto;
	width: 145px;
	float: left;
}
.menu_droite_haut
{
	background: url(images/droite_top2.png) no-repeat;
	width: 145px;
	height: 23px;
	position: relative;
}
.menu_droite_milieu
{
	background: url(images/droite_milieu.png) repeat-y;
	width: 125px;
	min-height: 10px;
	list-style-type: none;
	font-size: 11px;
	padding: 10px;
}
.menu_droite_milieu a
{
	color: black;
	text-decoration: none;
}
.menu_droite_milieu a:hover
{
	color: black;
	text-decoration: underline;
}
.menu_droite_bas
{
	background: url(images/droite_bas2.png) no-repeat;
	width: 145px;
	height: 12px;
	position: relative;
}
#menu_centre
{
	margin: 0 auto;
	width: 500px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
.menu_centre_haut
{
	background: url(images/centre_top3.png) no-repeat;
	width: 500px;
	height: 33px;
	position: relative;
}
.menu_centre_haut h3
{
	color: #ffffff;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 4px;
	font-size: 11px;
}
.menu_centre_haut h3 a
{
	color: #ffffff;
	text-decoration: none;
}
.menu_centre_haut h3 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.menu_centre_milieu
{
	background: url(images/centre_milieu3.png) repeat-y;
	width: 472px;
	min-height: 30px;
	font-size: 11px;
	margin-top: -10px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu_centre_milieu a
{
	color: black;
	text-decoration: none;
}
.menu_centre_milieu a:hover
{
	color: black;
	text-decoration: underline;
}
.menu_centre_bas
{
	background: url(images/centre_bas3.png) no-repeat;
	width: 500px;
	height: 12px;
	position: relative;
}
#footer
{
	background: url(images/footer.png) no-repeat;
	margin: 0 auto;
	margin-top: 25px;
	width: 702px;
	height: 40px;
	padding-top: 14px;
	text-align: center;
	font-size: 11px;
}

.menu_sp_haut
{
	background: url(images/gauche_top2.png) no-repeat;
	width: 145px;
	height: 23px;
	position: relative;
}
.menu_sp_milieu
{
	background: url(images/centre_sp_milieu.png) repeat-y;
	width: 125px;
	min-height: 30px;
	list-style-type: none;
	font-size: 11px;
	padding: 10px;
	text-align: center;
}
.menu_sp_milieu a
{
	color: black;
	text-decoration: none;
}
.menu_sp_milieu a:hover
{
	color: black;
	text-decoration: underline;
}
.menu_sp_bas
{
	background: url(images/centre_sp_bas2.png) no-repeat;
	width: 145px;
	height: 12px;
	position: relative;
}

input.search
{
	font-weight: bold;
	font-size: 10px;
	width: 100px;
	padding: 4px;
	border: 2px solid orange;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px
}
input.submit
{
	font-weight: bold;
	font-size: 11px;
	width: 30px;
	padding: 4px;
	padding-right: 6px;
	text-align: center;
	border: 1px solid orange;
	background-color: orange;
	cursor: pointer;

	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius: 5px
}
#flashJeu
{
	position:absolute;
	height:335px;
	left:384px;
	top:147px;
	width:462px;
}
.formulaireRegisterV
{
	color: #000;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #333;
	padding-left: 5px;
	padding-right: 5px;
}

.first p label {
	width: 200px;
	display: block;
	float: left;
}