@import url("formulars.css");
@import url("messages.css");
@import url("table.css");

@font-face
{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Roboto'), local('Roboto-Regular'), url(roboto.woff2) format('woff2');
}

body
{
	background-color: #dcd1d1;	/* T255 S35 L215 */
	background-image: url("background.jpg");
	background-repeat: repeat;
	font-family: Roboto;
	background-position: 0px 23px;
}

h2:first-of-type, .formularTitle:first-of-type
{
	margin-top: 0;
}

h2, .formularTitle
{
	font-family: Roboto;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #992222;
}

h3
{
	font-family: Roboto;
	font-size: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color : #880088;
}

.divLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 220px;
}
.divRight
{
	position: absolute;
	top: 0px;
	left: 220px;
	right: 0px;
	bottom: 0px;
}

.divLogo
{
	background-image: url('hispamebro.png');
	background-repeat: no-repeat;
	background-position: top 5px center;
	background-size: 150px 75px;
	box-sizing: border-box;
	width: 220px;
	height: 100px;
	padding-bottom: 10px;
}

.divBanniere
{
	box-sizing: border-box;
	font-size: 64px;
	vertical-align: middle;
	padding-bottom: 10px;
}

.readOnlyStyle
{
	background: #E0E0E0;
	color: #808080;
	border: 1px solid #BBBBBB;
}

.warningSmallDiv
{
	width: 13px;
	height: 13px;
	background-image: url("warning_small.png");
	background-repeat: no-repeat;
	display: inline-block;
}

/*
// ICONS
*/
.yesNoDiv
{
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
}

.yesNoDiv.yes
{
	background-image: url("oui.png");
}

.yesNoDiv.no
{
	background-image: url("non.png");
}

.msgread.yesNoDiv
{
	width: 16px;
	height: 16px;
}

.msgread.yesNoDiv.yes
{
	background-image: url("msglu.png");
}

.msgread.yesNoDiv.no
{
	background-image: url("msgnonlu.png");
}

.up.yesNoDiv
{
	width: 16px;
	height: 16px;
}

.up.yesNoDiv.yes
{
	background-image: url("up_little.png");
}

.up.yesNoDiv.no
{
	background-image: url("down_little.png");
}

.icon
{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
}

.icon.delete
{
	background-image: url("delete.png");
	background-repeat: no-repeat;
}

.icon.edit
{
	background-image: url("edit.png");
	background-repeat: no-repeat;
}
