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

*{
	border:0;
}

a{
	position:absolute;
	top:350px;
	left:28%;
}

#bandeau {
	width:950px;
	height:100px;
	margin:0 auto;
}

#bandeau a {
	position:absolute;
	top:0;
	left:0;
}

#bandeau a img {
	border:none;
}

.btnEntrer {
    margin : auto;
    margin-top : 317px;
    padding : 10px;
    width : 250px;
    text-align:  center;
}

.btnEntrer a {
    position: Static;
    color : #000000;
    font-family: Arial;
    font-size : 2em;
    top : 0;
    left : 0;
    color : #FF0000;
    text-decoration : none;
}

#fondIndex{
	background-image:url("../images/fond2.jpg");
}

#fondInscription{
	background-image:url("../images/fond2.jpg");
}

#fondPersonnalisation{
	background-image:url("../images/fond2.jpg");
}

#fondVideo{
	background-image:url("../images/fond3b.jpg");
}

.page{
	width:950px;
	height:600px;
	margin:0 auto;
	position:relative;
}

#formulaire{
	background:url(../images/cadre-formulaire.png) no-repeat;
	position:absolute;
	top:100px;
	left:20px;
	width:572px;
	height:446px;
	padding-top:100px;
	padding-left:60px;
}

#blocInfos {
	background:url(../images/cadre-blocinfos.png) no-repeat;
	position:absolute;
	top:155px;
	left:600px;
	width:300px;
	height:150px;
}

#blocInfos p {
	margin:10px;
}

form{
	color:black;
}

label{
	display:block;
	width:150px;
	float:left;
	text-align:right;
	margin-right:10px;
	color:#663300;
}

input{
	border:1px solid black;
}

input:hover{
	background-color:#FFFF99;
}

select{
	border:1px solid black;
}

#video{
	position:relative;
	width:500px;
	height:400px;
	top:75px;
	left:75px;
}

#bouton{
	margin-left:160px;
	background-color:#663300;
	color:white;
	border:0;
}

#bouton2{
	margin-left:160px;
	background-color:#663300;
	color:white;
	border:0;
}

#bouton:hover{
	background-color:black;
	color:white;
}

#bouton2:hover{
	background-color:black;
	color:white;
}

#garcon1{
	width:50px;
	text-align:right;
}

#fille1{
	width:50px;
	text-align:right;
}

#erreur{
	width:435px;
	background-color:#FFCCCC;
	border:solid red 1px;
	margin:5px;
	font-size:16px;
	color:#C00;
	padding:10px;
}

#succes{
	width:435px;
	background-color:#E8F5E6;
	border:solid #690 1px;
	margin:30px 5px;
	font-size:16px;
	color:#690;
	padding:10px;
}

.noFlash {
	display:block;
	width:350px;
	height:150px;
	padding:10px;
	background:#FFF;
	margin-top:50px;
	margin-left:250px;
}

.noFlash a {
	margin-top:-80px;
}