@charset "iso-8859-1";
/* CSS alexander */

html{
	margin:0;
	padding:0;
	}
	
body{
	font-size:14px;
	font-family:"Tahoma", Geneva, sans-serif;
	text-align:center;
	background:url(../images/structure/bg_site.jpg) top left repeat-x;
	color:#fff;
	background-color:#45484c;
	margin:0;
	padding:0;
	}
	
	span.annonce{
	margin:2px 450px 0 5px;
	}
	
span.telephone{
	font-size:18px;
	font-weight:bold;
	color:#da0000;
	}	
span.prix{
	font-size:13px;
	font-style:italic;
	}
	
span.telephone_principal{
	font-size:20px;
	text-align:center;
}
#wrong{
	background:url(../images/structure/bg_wrong.png) top left no-repeat;
	height:70px;
	padding:30px 10px 0 100px;
	color:#fff;
	}
	
#right{
		background:url(../images/structure/bg_right.png) top left no-repeat;
	height:75px;
	padding:25px 10px 0 95px;
	color:#fff;
	margin:0 0 15px 0;
}

		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;
	}
	

	
h3{
	height:25px;
	clear:both;
	background-color:#3d3b40;
	color:#fff;
	padding:5px 0 0 5px;
	border: #CCC 1px solid;
		-moz-border-radius:5px;
	}
	
input, select{
	width: 100%;
	border: #CCC 1px solid;
		-moz-border-radius:5px;
	color:#000;
	font-size:12px;
	padding:2px;
	height:25px;
	}
	
	textarea{
	width: 100%;
	border: #CCC 1px solid;
		-moz-border-radius:5px;
	color:#000;
	font-size:12px;
	padding:2px;
	
	}
	
	

input[type=checkbox] { 
width:17px; 
line-height:12px;

border: none; 
margin:0;
}	
	
#wrapper{
	margin:0 auto; 
	width:800px;
	text-align:left;
	padding:0px;
	}	
	
#sousFooter{
	background:url(../images/structure/bg_footer.png) ;
	height:30px;
	margin:0 auto;
	clear:both;
	width:100%;}
		
	
#footer{
	margin:0 auto;
	width:100%;
	clear:both;
	height:60px;
	background-color:#171717;
	padding:10px 0 0 0;
	
	}
	
	#footer a{
		color:#fff;
		text-decoration:none;
		}

#header{
	width:800px;
	height:132px;
	background:url(../images/structure/header.png) top left no-repeat;
	}
	
#content{
	margin:0;
	padding:10px 20px 0 20px;
	
	}
	
#contenu{
	float:left;
	width:550px;
	}
	

	#contenu a{
		font-weight:bold;
		color:#da0000;
		text-decoration:none;
		}

#mainMenu{
	margin:0 auto;
	
	height:29px;
	padding:0 0 0 25px;
	}	
	
	#mainMenu ul{
		list-style-type:none;
		padding:0;
		margin:0;
		}
		
		#mainMenu li{
			float:left;
			font-size:18px;
			color:#fff;
			font-weight:bold;
			margin:0 15px 0 15px;
			padding:0 0 0 0;
			}
			
			#mainMenu li a{
				text-decoration:none;
				color:#da0000;
				}
				
				#mainMenu li a:hover{
					border-bottom:1px dotted #7ab6e4;
					}
	
#image{
	float:right;
	width:170px;
	padding:10px 15px 0 0;
	}	

/* 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.newsletterButton {
	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;
	height:43px;
	width:137px;
	color:#fff;
	text-align:center;
	}	
	

#validation{
	width:600px;
	text-align:center;
	float:right;
	font-size:11px;
	}
	
	#muestraError{
	text-align:right;
	color:#ccc;
	height:20px;
	padding: 3px;
	
	}	
	
.errorForm {
width:320px;
color: #ad0010;
background-color: #ffd1d5;
border: solid 1px #ad0010;
text-align: center;
padding: 3px;
font-size: 12px;
height:15px;
margin:0 auto;
}

