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

body {
	margin:0; 
	padding:0; 
	position:absolute; 
	overflow:hidden; 
	left:0; 
	top:0; 
	width:100%; 
	height:100%;
	min-height:500px;
	min-width:400px;
	
	font:1em Helvetica, Arial, Sans-Serif;
	line-height:1.5em;
	font-weight:lighter;
	color:#333;
}
#field{
	position:absolute;
	left:0;top:0;
	z-index:2;
}

.fond{
	position:absolute;
	overflow:hidden; 
	left: 50%;
	top: 50%;
	width: 3000px;
	height: 2000px;
	margin-left: -1500px;
    margin-top:-1000px;
    background:url('../images/stripes.gif') repeat; 
	z-index:0;
}
img { 
	border:none; 
	position:absolute;
	outline:none;
}
.container {
	outline:none;
	display:block;
	position:absolute;
	overflow:hidden; 
	left: 50%;
	top: 50%;
	width: 3000px;
	height: 2000px;
	margin-left: -1500px;
    margin-top:-1000px;
	z-index:3;
}
.box-outer {
	outline:none;
	overflow:hidden; 
	/*background-color:#F00;*/
	display:block;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 3000px;
	height: 2000px;
	margin-left: -1500px;
    margin-top:-1000px;
	z-index:5;
}
.box-inner {
	outline:none;
	/*background-color:#CCC;*/
	display:block;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 300px;
	margin-left: -200px;
    margin-top:-150px;
	z-index:10;
}
.button {
	outline:none;
	float:left;
	/*background-color:#336;*/
	display:block;
	width: 400px;
	height: 300px;
}
.logo a{
	background:url('../images/logo.gif') no-repeat center center;
	/*background-color:#9F0;*/
	text-align: center;
    position:absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 100px;
    margin-left: -100;
    margin-top: -48;
	outline:none;
	border:none;
	z-index:50;
}

.bulle1 {
	position:absolute;
	background: url('../images/bulle1.png') no-repeat 170px top;
	/*background-color:#3F6;*/
	height:61px;
	width:400px;
	top:50%;
	left:50%;
	margin-left: -200;
    margin-top: -108;
	display:block;
	outline:none;
	border:none;
	z-index:40;
}
.bulle1 a{
	outline:none;
	border:none;
}
.bulle2 {
	position:absolute;
	background: url('../images/bulle2.png') no-repeat 64px top;
	/*background-color:#FF0;*/
	height:61px;
	width:400px;
	top:50%;
	left:50%;
	margin-left: -211;
    margin-top: -169;
	display:block;
	outline:none;
	border:none;
	z-index:30;
}
.bulle2 a{
	outline:none;
	border:none;
}
.bulle3 {
	position:absolute;
	background: url('../images/bulle3.png') no-repeat 200px 50px;
	/*background-color:#C30;*/
	height:101px;
	width:400px;
	top:50%;
	left:50%;
	margin-left: -202;
    margin-top: -258;
	display:block;
	outline:none;
	border:none;
	z-index:20;
}
.bulle3 a{
	background: url('../images/bulle3.png') no-repeat 200px 50px;
	height:101px;
	width:400px;
	display:block;
	outline:none;


}
.bulle3 a:hover{
	background: url('../images/bulle3-hover.gif') no-repeat 200px 50px;
	height:101px;
	width:400px;
	display:block;
	outline:none;


}
.bulle4 {
	position:absolute;
	background: url('../images/bulle4.png') no-repeat ;
	/*background-color:#FF0;*/
	height:36px;
	width:510px;
	top:50%;
	left:50%;
	margin-left: -147;
    margin-top: -209;
	display:block;
	outline:none;
	border:none;
	z-index:60;
	overflow:hidden;
}
.bulle4box {
	position:absolute;
	/*background-color:#F0F;*/
	height:600px;
	width:1000px;
	top:50%;
	left:50%;
	margin-left: -500;
    margin-top: -400;
	display:block;
	outline:none;
	border:none;
	z-index:55;
	overflow:hidden;
}



		
	input {
		border:1px solid #CCC;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding:5px;
		background:#fff;
		height:22px;
		margin-top:8px;
		}
	#mail{
		width:126px;
		margin-left:9px;
		}
	#txt{
		width:324px;
		}
	input:focus {
		background:#f1f1f1;outline:none;
		}
	
	
	.submit{
		float:left;
		}
	button{
		border:none;
		background:#555;
		color:#fff;
		height:22px;
		cursor:pointer;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}