@import url(base.css);
/* Articles, textes, titres, blocplus... */

.art .titre {
	color: #54367F;
	padding: 0;
	margin-bottom: 7px;
}

h1.titre {
	background-color: #54367F;
	margin-bottom: 20px;
	margin-top: -5px;
	text-align: center;
	font-size: 26px;
}

.blocplus {
	background-color: #F5F2F7;
}

.sstit {
	color: #54367F;
}

#center h2.titre {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	padding: 5px 15px 3px 15px;
	color: White;
	margin-bottom: 3px;
	margin-top: -5px;
	background-color: #54367F;
}

#center .art h2.titre {
	background-color: transparent;
	color: #54367F;
	padding: 0;
	margin: 0;
}

/* formulaires de contact annonces et immobilier */

.forms fieldset {
	padding: 15px 0;
}

.forms .oblig {
	float: right;
	text-align: right;
}

.forms .titrelegend {
	text-align: left;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	color: #54367F;
}

.forms label {
	float: left;
	display: block;
	padding: 8px 10px;
	color: White;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	clear: left;
	margin: 0 10px 10px 0;
	width: 175px;
	letter-spacing: .1em;
	background-color: #9886B2
}

.forms span {
	display: block;
	color: White;
	width: 170px;
	padding: 7px 10px;
	margin: 0 0 10px 205px;
	background-color: #CCC0E2
}

.forms input, .forms textarea, .forms select {
	border: 1px solid White;
	width: 165px;
	color: #666;
	font-size: 12px;
	margin: 0;
}

.forms select {
	/*width: 220px;*/
}

.forms .button {
	text-align: right;
	padding: 3px 10px;
	margin-bottom: 10px;
	background-color: #54367F;
}

.forms .button input,
.forms .button a {
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	background-color: transparent;
	color: white;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.forms .button.titre input{
	width: 400px;	
}

.forms #ok {
	width: auto;
	background-color: transparent;
	border: none;
}

/** Warning **/

.warning {
	margin-bottom: 20px;
	border: 5px solid #9886B2;
	width: 500px;
	background: #fff;
}

.warning h2 {
	background: #9886B2;
	color: #fff;
	font-size: 1.6em;	
}

.warning ul {
	padding: 10px;	
}

.warning ul li {
	font-size: 12px;
	line-height: 1.4em;	
}


