/* CSS Document - Pierre PAYA Assurances by actweb.fr */

#contenu div.titre {
	margin: 0 0 10px 0;
	width: 735px;
	height: 30px;
	background-image: url(../images/titre/loger.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#contenu div.titre div.txt {
	padding: 11px 0 0 143px;
	font-size: 0.90em;
	font-weight: bold;
	color: #AEC282;
	text-transform: uppercase;
}

h2 {
	margin: 12px 0 3px 0;
	font-size: 1.10em;
	color: #598300;
	font-weight: bold;
}

h3 {
	margin: 12px 0 15px 0;
	font-size: 1.20em;
	color: #598300;
	font-weight: bold;
}

h4 {
	margin: 12px 0 3px 0;
	font-size: 1.00em;
	color: #AEC282;
	font-weight: bold;
}

a, a:link {
	color: #598300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
	margin: 7px 0 0 0;
	padding: 0;
}
li {
	background-image: url(../images/interface/puce-ul-loger.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
	margin: 2px 0 0 0;
}


table.form th {
	margin: 0;
	height: 30px;
	background-image: url(../images/interface/form-header-loger.gif);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: top;
	color: #FFFFFF;
	font-weight: bold;
}
table.form td.left {
	width: 5px;
	background-image: url(../images/interface/form-left-loger-bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	vertical-align: bottom;
	font-size: 1px;
}
table.form td.right {
	width: 5px;
	background-image: url(../images/interface/form-right-loger-bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	vertical-align: bottom;
	font-size: 1px;
}


table.form td.designation {
	padding: 6px 15px 7px 10px;
	color: #598300;
	font-weight: bold;
	vertical-align: top;
}
table.form td.submit {
	text-align: center;
}
table.form td.submit input.submit {
	width: 92px;
	height: 25px;
	background-image: url(../images/images/loger/btn-envoyer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
	border: 0;
	cursor: pointer;
}
table.form td.submit input.reset {
	margin: 0 0 0 15px;
	width: 86px;
	height: 25px;
	background-image: url(../images/images/loger/btn-effacer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
	border: 0;
	cursor: pointer;
}