* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	font-size: 12px;
	line-height: 1.2;
	color: black;
	text-align: center;
	background: #999999 url(../images/background_2.jpg) repeat-x top left;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}
a {
	text-decoration: none;
	color: #83376E;
	border-bottom: 1px #83376E;
}

a:hover {
	color: #000;
	border: none;
}
#container {
	width: 980px;
	margin : 100px auto 0 auto;
	text-align: center;
}
#main {
	margin: auto auto auto auto;
	width : 854px;
	height : 677px;
	background: transparent url(../images/bg_main-trans.png) no-repeat top left;
	position : relative;
}
#buttons {
	width : 50%;
	position : absolute;
	top : 150px;
	left : 490px;
}
#text {
	width : 56%;
	float : left;
	font-size :15px;
	text-align : justify;
	position : absolute;
	top : 142px;
	left : 55px;
}
.btn_1 {
	background: transparent url(../images/btn_1.gif) no-repeat top left;
	width : 254px;
	height : 122px;
	border : none;
	margin-bottom : 25px;
	cursor : pointer;
}
.btn_2 {
	background: transparent url(../images/btn_2.gif) no-repeat top left;
	width : 254px;
	height : 125px;
	border : none;
	margin-bottom : 25px;
	cursor : pointer;
}
.btn_3 {
	background: transparent url(../images/btn_3.gif) no-repeat top left;
	width : 254px;
	height : 126px;
	border : none;
	cursor : pointer;
}
.send {
	margin-top : 20px;
	background: transparent url(../images/send.gif) no-repeat top left;
	width : 150px;
	height : 51px;
	border : none;
	cursor : pointer;
}
.next {
	margin-top : 35px;
	background: transparent url(../images/next.gif) no-repeat top left;
	width : 150px;
	height : 51px;
	border : none;
	cursor : pointer;
}
.previous {
	margin-top : 20px;
	border : none;
	cursor : pointer;
}
#bg {
	position: fixed;
	background-color: white;
	z-index: 10;
}
#pop_up {
	position : fixed;
	top : 100px;
	
	padding : 10px 0 0 0;
	width : 300px;
	height : 100px;
	z-index: 10000;
	text-align : center;
	background-color : #fff;
	border : 3px solid #000;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
   	-moz-border-radius-bottomright:10px;

   	border-bottom-left-radius:10px;
   	-webkit-border-bottom-left-radius:10px;
   	-moz-border-radius-bottomleft:10px;

   	border-top-left-radius:10px;
   	-webkit-border-top-left-radius:10px;
   	-moz-border-radius-topleft:10px;

   	border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
   	-webkit-border-top-right-radius:10px;
}
#header_main {
	position : relative;
	margin: 5px auto 0 auto;
	width : 869px;
	height : 161px;
	background: transparent url(../images/header_bloc-trans.png) no-repeat;
	
}
#footer_main {
	margin: 0 auto 10px auto;
	width : 869px;
	height : 154px;
	text-align: center;
	clear: both;
	background: transparent url(../images/footer_bloc-trans.png) no-repeat;
}
#body_main {
	margin: 0 auto 0 auto;
	width : 869px;
	background: transparent url(../images/trame_bloc-trans.png) repeat-y ;
}
#header_main_cond {
	position : relative;
	margin: 5px auto 0 auto;
	width : 846px;
	height : 149px;
	background: transparent url(../images/header_cond-trans.png) no-repeat;
}
#footer_main_cond {
	margin: 0 auto 10px auto;
	width : 846px;
	height : 133px;
	text-align: center;
	clear: both;
	background: transparent url(../images/footer_cond-trans.png) no-repeat;
}

#body_main_cond {
	margin: 0 auto 0 auto;
	width : 846px;
	background: transparent url(../images/trame_cond-trans.png) repeat-y ;
}
.container_card {
	width : 700px;
	margin : 20px 40px 30px 50px;
	text-align : center;
}
*+html .container_card {
	width : 700px;
	margin : 20px 0 30px -50px;
	text-align : center;
}
.container_chosen_card {
	width : 300px;
	margin : 20px auto 0 auto;
	text-align : center;
}
.label_question {
	width : 750px;
	margin : auto;
	text-align : center;
}
.container_text {
	width : 720px;
	margin : auto;
	text-align : center;
	clear : both;
	text-align : justify;
	font-size :15px;
}
.container_text.center {
	text-align : center;
}
.card {
	margin : 10px -80px 0px 10px;
	float : left;
	width : 100px;
	height : 184px;
	position : relative;
}
.front_card {
	position : absolute;
	top : 0px;
	left : 0px;
}
.back_card {
	position : absolute;
	top : 0px;
	left : 0px;
	cursor : pointer;
}
.cache_card {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100px;
	height : 184px;
	background-color : #C6C1B8;
}
.error {
	font-weight : bold;
	color : red;
}
.question {
	font-size : 18px;
	color : #303030;
	font-weight : bold;
}
.center {
	text-align : center;
}
#mentions {
	color : #ffffff;
}
#mentions a {
	color : #ffffff;
	text-decoration : underline;
}
#mentions a:hover {
	text-decoration : none;
}