@charset "UTF-8";

/*reset*/
html, body, div, span,
h1, h2, h3,  p, 
a, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: arial;
}
body{
	background: #ebe2d9 url(img/bg.jpg) repeat-x;
}
.clear{
	clear: both;
}
#wrap{
	background: #EBE2D9 url(img/formbg.jpg) no-repeat;
	width: 999px;
	margin:auto;
	min-height: 670px;
}
#header{
	height: 110px;
}
#logo{
	float: left;
	margin-top: 20px;
}
#login{
	float: right;
	margin-right: 20px;
}
#wo-men{
	clear: right;
	float: right;
	margin: 60px 20px 0 0 ;
}
#form{
	width: 453px;
	min-height: 555px;
	margin-left: 10px;
	background: url(img/pix.png);
}
#formhead{
	background: url(img/ir.png) ;
	width: 453px;
	height: 45px;
	margin: auto;
}
#ez-register-form-submit, #ez-register-form-submit2 {
	background: url(img/button.png) top center no-repeat transparent;
	width:352px;
	height:76px;
	border:0px;
	background-color:transparent;
	font-size:30px;
	color:#fff;
}
/* ie7 compatibility */
#ez-register-form button span.middle {
	*width: 352px !important;
	*height: 76px !important;
	*font: bold 24px/52px Arial, Helvetica, sans-serif !important;
	*background: url(img/button.png) top center !important;
	*float: left !important;
	*margin-left: -150px !important;
}
/* ie7 compatibility */
#content{
	padding-top: 20px;
}
#article{
	float: right;
	width: 650px;
}
#article h1{
	font-size: 22px;
	color: #451f0f;
	font-weight: bold;
	margin-bottom: 10px; 
}
#article p{
	font-size: 14px;
	color: #451f0f;
}
#article1{
	float: left;
	width: 999px;
}
#article1 h1{
	font-size: 22px;
	color: #451f0f;
	font-weight: bold;
	margin-bottom: 10px; 
}
#article1 p{
	font-size: 14px;
	color: #451f0f;
}
.easy_geo_inscris td {	
	padding:1px;
}
.easy_geo_inscris img {	
	margin-right:2px;
}
#membres{
	float: left;
}
#membres h2{
	margin: 10px 0;
	color: #451F0F;
	font-weight: bold;
}
#membres p{
	font-size: 16px;
	color: #451f0f;
	font-weight: bold;
	margin: 10px 0;
}
#tem{
	float: right;
	width:367px;
}
.tem {
	background-color: #451f0f;
	margin:1px 0 6px;
	height: 98px;
	padding-left: 3px;
}
#tem h2{
	font-weight: bold; 
	color: #451F0F;
	padding-top: 3px;
	margin: 10px 0;
}
.tem h1{
	font-weight: bold; 
	font-size: 13px;
	color: #ffffff;
	padding-top: 3px;
}
.tem p{
	font-size: 13px;
	color: #ffffff;
}
p.spacer{
	line-height: 10px;
}
.tem img{
	float: right;
}
#footer{
	width: 100%;
	height: 50px;
	background-color: #fff;
}
#footer p{
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #451f0f;
}
.anticlic {
	position:absolute;
	background-image:url(./img/anticlic.png) no-repeat;
	z-index:500;
	width:900px;
	height:270px;
	margin:0;
	padding:0;
	background-color: #333;
	filter:alpha(opacity=1);
	-moz-opacity:0.0;     
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
.table_border {
        width="100%"
	border: 1px solid #000;
	padding: 1px;
}

@media only screen and (max-width: 900px) {
	
body {
  margin: 0;
  width: 100%;
  box-sizing: border-box; /* Padding nie zepsuje szerokości */
}

img {
  max-width: 100%; /* Obrazy dopasują się do telefonu */
  height: auto;
}	
	
#wrap{
	background: #EBE2D9 url(img/formbg.jpg) no-repeat;	
	width: 100%;
}
#content{
 	width: 100%;
}
#login{
 	display: none;	
}	
#article{
 	width: 100%;
}
#formhead{
 	width: 100%;
}	
#form{
 	width: 100%;	
}	
#membres{
 	display: none;
}
#tem{
 	width: 100%;	
}
.tem{
 	width: 100%;	
}
#article1{
 	width: 100%;	
}
#footer{
 	width: 100%;	
}
#cookie{
 	width: 100%;	
}
.anticlic {
	width:100%;
}	
}