.required {
	color:red
}
.required input,.required textarea{
	border-color: red!important;
	background-color: #FFBABA
}
.tinymceLeft {
	float:left;
	margin-right:15px;
}

.tinymceRight {
	float:right;
	margin-left:15px;
}


#global #top #banner{
	height: 100px;
	display:block;
	background-image: url(../picture/interface/banner.png);
}

#global #content #contentLeft{
	width: 260px;
	float: left
}

#global #content #contentRight{
	width: 660px;
	float: right
}

.loadingBtn{
	display: none;
}
.btn{
	padding: 2px 7px 4px 7px!important;
	height: 30px;
}
a.btn{
	width: 100%;
}
.marginBottom{
	margin-bottom: 15px;
}

a.retour{
	display: inline-block;
	width: auto;
}

.errors {
	color:red;
	font-style: italic;
}
