@charset "iso-8859-1";

body{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	background:url(../images/structure/bg.jpg) top left repeat-x;
	background-color:#63390d;
	color:#E5E5E5;
	}
	
	span.annonce{
	margin:2px 450px 0 5px;
	}
	
#alt{
	clear:both;
}
	
span.telephone{
	font-size:18px;
	font-weight:bold;
	color:#e8b469;
	}	
span.prix{
	font-size:11px;
	font-style:italic;
	}
	
span.telephone_principal{
	font-size:20px;
	text-align:center;
}
#wrong{
	background:url(../images/structure/page/bg_wrong.png) top left no-repeat;
	height:70px;
	padding:30px 0 0 100px;
	color:#fff;
	}
	


	td.fleche{
		background:url(../images/structure/fleche.png) top left no-repeat;
	}
	
	td.top{
		background:url(../images/structure/fleche_top.png) top left no-repeat;
	}

img.image_gauche{
	float:left;
	margin:0 15px 0 0;
	}

p.confi{
	text-align:left;
	margin:0 30px 0 0;
	width:350px;
	}
	
a{
	text-decoration:underline;
	color:#94d6fd;
	font-weight:bold;
	}	
	
h1{
	
	font-size:20px;
	margin:5px 0 5px 0;
	color:#e59d47;
	}	
	
h3{
	font-size:14px;
	margin:10px 0 5px 0;
	color:#e8b469;
	}	
	
#wrapper{
	margin:0 auto;
	padding:0;
	width:900px;
	background:url(../images/structure/bg_site.jpg) top center no-repeat;
	}	

#header{
	height:230px;
	padding:0 0 0 10px;
	font-size:13px;
	}
	
#footer{
	margin:0 auto;
	width:900px;
	text-align:center;
	clear:both;
	padding:30px 0 20px 0;
	}	
	
	#footer a{
		color:#94d6fd;
		}

#content{
	width:500px;
	float:left;
	min-height:650px;
	}
	
#right{
	float:right;
	width:230px;
	padding:0 100px 0 0;
	
}	
	
input, select{
	
	width: 100%;
	border: #d09c53 1px solid;
		-moz-border-radius:5px;
	color:#6d3f07;
	font-size:14px;
	padding:2px;
	height:25px;
	}

input[type=checkbox] { 
	width:18px; 
	}


textarea{
	border: #d09c53 1px solid;
		-moz-border-radius:5px;
	color:#6d3f07;
	font-size:13px;
	padding:3px;
	}	
	
input:hover, select:hover, textarea:hover{
	border: #90540c 1px solid;
	background-color: #f8d598;
	}		

/*Menu */

#mainMenu{
	margin:0 auto;
	height:50px;
	padding:0 40px 0 0 ;
	}	
	
	#mainMenu ul{
		list-style-type:none;
		padding:0;
		margin:0;
		}
		
		#mainMenu li{
			float:left;
			font-size:15px;
			color:#dfaf61;
			font-weight:bold;
			margin:0 15px 0 0;
			padding:10px 0 0 0;
			}
			
			#mainMenu li a{
				text-decoration:none;
				color:#dfaf61;
				}

			#mainMenu li a:hover{
				text-shadow:  0px 0px 15px #fff;
				color:#f3d89f;
				}

/* Validation formulaire */ 

.superCapa {
	visibility:hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	}

#cajaRevalidate {
	background-color: #ebebeb;
	width: 370px;
	height: 150px;
	margin-left: -185px;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	border: 1px solid #dd54a5;
	}
	
	#cajaRevalidate a{
		font-size:13px;
		color:#dd54a5;
		text-decoration:none;
		}

.buttonRevalidate {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../img/revalidateSendButton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 104px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #4577B2;
	color: #FFF;
	margin-left: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
	
input.btn_tarot {
	background:url(../images/structure/btn.png) top center no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float:right;
	height:48px;
	width:284px;
	color:#63380d;
	font-size:13px;
	
	text-align:center;
	margin:10px 0 0 0;
	}	
	

#validation{
	width:600px;
	text-align:center;
	float:right;
	font-size:11px;
}
	
	
/* TAROLOGIE */
#carta0, #carta1, #carta2, #carta3, #carta4 {
	height: 90px;
	width: 48px;
	display: block;
	float: left;
	background-image: url(../image/tarot/cartas/backCard.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin:10px 10px 0 10px;
	}


.errorForm {
	text-align: right;
	padding: 3px;
	margin-bottom: 5px;
	}


#carte ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#carte li{
	width:130px;
	height:120px;
	float:left;
	text-align:center;
  	margin:0 0 10px 0;
	padding:0;
	}			
	
#muestraError{
	text-align:right;
	color:#ccc;
	height:20px;
	padding: 3px;
	}	
	
.errorForm {
width:330px;
color: #FF0000;
background-color: #FFCC00;
border: solid 1px #FF0000;
text-align: center;
padding: 3px;
font-size: 12px;
height:20px;
}




	
