/*
Paramètres généraux
*/

* {
	font-family: sans-serif;
	font-size: 1em;
}



h1 {
	font-size: 1.8em;
	font-variant: small-caps;	
}

acronym {
	cursor: help;
}

a img {
	border: 0;		
}

.error {
	font-size: 0.8em;
	font-weight: bold;
	color: red;	
}

form#advertise p {
	position: relative;
	width: 40%;
	float: left;
	margin: 0.2em 0;
	padding: 0 2%;
}

form#advertise p input[type='text'], form#advertise p input[type='submit'], form#advertise p input[type='reset'], form#advertise p select {
	width: 20ex;
}

form#advertise p textarea {
	width: 560px;
	height: 20em;
}

form#advertise p.clear {
	clear: left;	
}

form#advertise p.full {
	width: 100%;	
}

form#advertise p.required input, form#advertise p.required select, form#advertise p.required textarea {
	border: 1px solid red;
}

form#advertise p.required label {
	font-weight: bold;	
}

form#advertise p.required label:after {
	color: #F60;
	content: ' *';
}

form#advertise p label, form#advertise p span.label {
	display: block;
	width: 100%;
}

form#advertise p span.inline {
	display: inline;	
}

form#advertise p span.inline label, form#advertise p span.inline input {
	width: 2em;
	display: inline;
}

form#advertise h2 {
	clear: left;
	margin: 0;
	border: 1px solid #136;
}

form#advertise h2 a {
	padding: 0.8em 0 0.8em 2em;
	display: block;
	color: #136;
	background-color: #D1E2F4;
	font-size: 1.2em;	
	text-decoration: none;
}

form#advertise input, form#advertise select, form#advertise textarea {
	border: 1px solid #AAB;
}

form#advertise input:focus, form#advertise select:focus, form#advertise textarea:focus {
	background-color: #D1E2F4;	
}

/*
Mise en page
*/

#space {
	float: left;
	padding: 40px 0 0 0;
	width: 230px;
	margin: 0;
}

#advertise {
	width: 600px;
	/*background-color: #D1E2F4;*/	
}

form#advertise {
	font-size: 0.9em;	
}

/*
Login
*/

form#ident {
	font-size: 0.7em;
	color: #666;
	width: 32ex;
}

form#ident fieldset {
	padding: 0;
	border: 0;
}

form#ident fieldset p {
	position: relative;
	padding: 0;
	margin: 1em 0;
}

form#ident legend {
	font-variant: small-caps;
}

form#ident #edtLogin {
	position: absolute;
	left: 12ex;
	width: 15ex;
}

form#ident span {
	position: absolute;
	left: 12ex;
	width: 25ex;
}

form#ident #edtPassword {
	position: relative;
	width: 15ex;
}

form#ident input[type=submit] {
	width: 6ex;
}