@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #121212;
}
body {
	margin: 0px;
	background-color: #79cfcc;
}

a {
	color:#0062CF;
}

img {
	border:none;
}
h1 {
	font-size:24px;
	font-weight:bold;
	padding-bottom:5px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	color:#0c136e;
}
h3 {
	font-size:14px;
	font-weight:bold;
}


#container {
	position: absolute;
	width: 850px;
	margin-left: -425px;
	left: 50%;
	height:590px;
	margin-top: -265px;
	top: 50%;
}
#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:850px;
	height:560px;
}
#jeu-01 {
	position:absolute;
	left:0px;
	top:-31px;
	width:850px;
	height:162px;
	background:url(../images/jeu_01.png) 0 0 no-repeat;
}
#jeu-02, #jeu-02-complet {
	position:absolute;
	left:0px;
	top:131px;
	width:850px;
	height:370px;
}
#jeu-02 {
	background:url(../images/jeu_02.png) 0 0 no-repeat;
}
#jeu-02-complet {
	background:url(../images/jeu_02_complet.jpg) 0 0 no-repeat;
}
#jeu-03 {
	position:absolute;
	left:0px;
	top:500px;
	width:850px;
	height:28px;
	background:url(../images/jeu_03.png) 0 0 no-repeat;
	z-index: -3;
}




#flash {
	position:absolute;
	padding:8px 0px 0px 42px;
}
#formulaire1 {
	position:absolute;
	left:485px;
	top:20px;
	width:330px;
}
#formulaire2 {
	position:absolute;
	left:485px;
	top:20px;
	width:330px;
}
#formulaire3 {
	position:absolute;
	left:225px;
	top:20px;
	width:530px;
}
#formulaire4 {
	position:absolute;
	left:225px;
	top:20px;
	width:530px;
}
#formulaire1 td, #formulaire2 td, #formulaire3 td, #formulaire4 td {
	padding-bottom:5px;
}

#presel {
	position:absolute;
	left:125px;
	top:40px;
	width:590px;
}

a.pngIE6 {
	display:inline-block;
}


#ajax_msg {	
	padding-top:120px;
	font-size:14px;
	font-weight:bold;
}
#erreur_civilite, #erreur_nomprenom, #erreur_cp, #erreur_email, 
 #erreur_email_viral, #erreur_adresse, #erreur_reponse1, #erreur_reponse2, #erreur_reponse3{
	font-weight:bold;
}





textarea, input[type='text'], input[type='password'], select{
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
input[type='text'], input[type='password'] {
	width:150px;
}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {
	border-color: #aaa;
}
input[type='submit'], input[type='button'] {
	cursor: pointer;
	padding:3px;
}
input[type='submit'], input[type='button'] {
	color: #000000;
	border: 1px solid #ccc;
	background: #e86a00;
}
input[type='submit']:hover, input[type='button']:hover {
	color: #000000;
	background: #cecece;
	border: 1px outset #FFFFFF;
}

input[type='image'] {
	border:none;
}

#footer {
	position:absolute;
	left:50px;
	height:30px;
	top:521px;
	width:850px;
}

/* IE6 */


input.text, textarea.text, select.select {
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


.submit input {
	color: #000000;
	border: 1px solid #ccc;
	background: #efefef;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.submit select {
	color: #000000;
	border: 1px solid #ccc;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
