@charset "utf-8";
/* CSS Document */
.messageFinale {
	color:red;
}
input[type=text] {
	width:186px;
}
textarea {
	height:150px;
	width:184px;
}
input[type=submit] {
	width:189px;
	cursor:pointer;
}
input[type=submit]:hover {
	color:red;
	text-decoration:underline;
}
input, textarea {
	border-style:solid;
	border-width:1px;
	border-color:#000;
	border-radius:10px;
	padding:0 0 0 5px;
}
#champc {
	display:none;
}
.pascorrect {
	border-color:red;
}
.correct {
	border-color:blue;
}

#chiffreAnime {
	display:none;
	color:#FF0000;
	position:absolute;
	top: 460px;
	left:644px;
	width:100px;
}
/*le code de l'integration de la page a la charte graphique*/
html, body, div {
	margin:0px;
	padding:0px;
	
}
body {
	background-color:#FFF;
	background-image:url("../Image/header1.jpg");
	background-repeat:no-repeat;
	background-position:center top;	
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0px;
}

#wrapper {
	width:702px;
	margin:0 auto 0 auto;
}
#header {
	position:relative;
	height:120px;
}
#header h1 {
	margin:0px;
	padding:13px 0 0 0;
}
#header #nav {
	position:absolute;
	right:20px;
	top:59px;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-style:normal;	
}
#header #nav .tt1 {
	list-style-type:none;
	display:inline;
	margin:0 0 0 20px;
	padding:0;
	
}
#footer  {
	width:100%;
	height:64px;
	background-image:url("../Image/footer1.jpg");
	background-repeat:no-repeat;
	background-position:center top;	
}
#imgText {
    width:702px;
	margin:0 auto 0 auto;
}
#imgText img {
	margin:0 0 0 279px;
}
#imgText span {
	display:block;
	font-style:normal;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	margin:-36px 0 0 388px;
	
}
/*----------------------------------------------------------------------*/
#suprimeswf {
	width:12px;
	height:12px;
	display:none;
	/*float:left;		*/
}




