/*
 * styles css & design <annoncer.fr>
 * by Sylvain Deloux - 2006
 */

*{
	margin:0;
	font-family:"Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
}
body{
	color:#000;
	cursor:default;
	background:#ddd;
}
body,input,select{
	font-size:11px;
}
p{ /* bug ie 6 */
	position:relative;
}


/* structure */
a,a *,label{
	cursor:pointer;
	cursor:hand;
}
a{
	text-decoration:none;
	color:#a30000;
}
a:hover{
	text-decoration:underline;
	color:#f90;
}
h1{
	font-size:18px;
	font-weight:bold;
	padding:0.5em 0;
	color:#6696c7;
	letter-spacing:2px;
	text-align:center
}
p{
	padding:0.5em 0
}
a img{
border:none;
}


/* positionnement */
#global{
	/*width:400px;*/
	background:white;
}
#main{
	padding:10px;
}


/* header */
#header{
	height:18px;
	background:url(pics/titrepopup.jpg) no-repeat;
	border-bottom:1px solid #999;
}
#header h1{
	display:none;
}




/* formulaires */
fieldset{
	border:none;
	padding:0;
}
legend{
	display:none;
}
label.eax{
	text-align:right;
	float:left;
	width:120px;
	line-height:3.5ex;
	margin-right:10px;
	font-weight:bold;
}
input{
	border:1px solid #9ab0c5;
	color:#225;
	font-size:11px;
	padding:2px;
	height:2.5ex;
}


/* btn_form */
#btn_form{
	border:1px solid #9ab0c5;
	color:#35474F;
	width:300px;
	text-align:center;
	margin:20px auto;
	background:#b6cfe7;
	padding:2px;
}
#btn_form p{
	padding:0;
}
#btn_form input{
	border:1px solid #9ab0c5;
	color:#225;
	font-size:11px;
	padding:2px;
	height:4ex;
	margin:5px;
	width:120px;
	cursor:pointer;
	cursor:hand;
	background:#e7eff7;
}
