div.mod_imglogin {
	background-image: url(/artpublic/templates/temp/images/cdlogin.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 20px;
}

input#mod_cdlogin_username, input#mod_cdlogin_password {
	background-position: 2px 2px;
	background-repeat: no-repeat;
	width: 120px;
	padding: 2px 2px 2px 18px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #808080;
}
input#mod_cdlogin_remember {
	border: none;
}
input#mod_cdlogin_username {
	background-image: url(/artpublic/templates/temp/images/cdlogin-input-username.png);
}
input#mod_cdlogin_password {
	background-image: url(/artpublic/templates/temp/images/cdlogin-input-password.png);
}
div.mod_cdlogin-form-submit {
	width: 140px;
	margin-top: 5px;
}
div.mod_cdlogin-form-input {
	float: left;
}
div.mod_cdlogin-form-submit input.mod_cdlogin-loginbutton {
	background: url(/artpublic/templates/temp/images/cdlogin-login.png);
	background-repeat: no-repeat;
	border: 0;
	width: 20px;
	height: 20px;
	float: right;
}
div.mod_cdlogin-logout-greeting {
	float: left;
	line-height: 20px;
	padding-left: 5px;
}
div.mod_cdlogin-logoutform input.mod_cdlogin-logoutbutton {
	background-image: url(/artpublic/templates/temp/images/cdlogin-button-bg.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	margin: 1px;
	text-align: center;
	font-size: 11px;
	border: 3px double #cccccc;
}
a.mod_cdlogin-logouttitle span {
	background: url(/artpublic/templates/temp/images/cdlogin-logout.png);
	background-repeat: no-repeat;
	border: 0;
	float: right;
	width: 20px;
	height: 20px;
}
div.mod_cdlogin-login-box {
	line-height: 25px;
	height: 25px;
	min-width: 980px;
	float: left;
}
div.mod_cdlogin-login-mini {
	background-image: url(/artpublic/templates/temp/images/cdlogin-login-mini.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	width: 35px;
	height: 25px;
	float: left;
	margin-left:15px;
}
p.mod_cdlogin-bold {
	font-weight: bold;
	text-align: center;
}
div.mod_cdlogin-logoutform {
	text-align: center;
}
div.mod_cdlogin-logout-border-top, div.cdlogin-login-border-top {
	border-bottom: 1px dotted transparent;
	/*margin-bottom: 5px;*/
	margin-bottom: 0; /*verifier affichage sou ie*/
}
div.mod_cdlogin-logout-border-bottom, div.mod_cdlogin-login-border-bottom {
	/* border-top: 1px dotted transparent;
	margin-top: 5px; */
}
div.mod_cdtitle-designed {
	font-size: 10px;
	text-align: center;
	color: #A9A9A9;
}
div.mod_cdtitle-designed a, div.mod_cdtitle-designed a:hover {
	color: #A9A9A9;
}

