body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #cad9b8;
}

a {color: #690;}

#main {
	width: 744px;
	margin: 30px auto;
	background: transparent url(img/main_repeat.png) repeat-y left top scroll;
}

#top {
	width: 371px;
	min-height: 400px;
	padding: 127px 303px 40px 70px;
	background: transparent url(img/main_top.png) repeat-x left top scroll;
	position: relative;
}

#top h2 {
	margin: 0 0 15px 0;
	color: #690;
	font-size: 16px;
	font-weight: bold;
}

#top h3 {margin: 20px 0 10px;}

/* formulaire de modification d'abonnement */
#abonnes ul {padding: 0;}
#abonnes li {
	margin-bottom: 3px;
	position: relative;
	list-style: none;
	line-height: 18px;
}
#abonnes li label {cursor: pointer;}
#abonnes li label:hover {text-decoration: underline;}
#abonnes li input {
	position: absolute;
	left: 155px;
	top: 0;
	width: 208px;
	height: 16px;
	padding: 0 3px;
	border: 1px solid #ccc;
}
#abonnes li select {
	position: absolute;
	left: 155px;
	top: 0;
	width: 216px;
	height: 18px;
	border: 1px solid #ccc;
}
#abonnes li.combo input {width: 150px; left: 213px;}
#abonnes li.combo input.short {width: 47px; left: 155px;}
#abonnes li.combo label {padding-right: 3px;}
#abonnes li.liste ul {
	position: absolute;
	left: 155px;
	top: 2px;
}

#abonnes .listes_abo li {margin: 0; padding: 2px 0 0 30px; border-top: 1px solid #f4e9ef;}
#abonnes .listes_abo li:first-child {border-top: none;}
#abonnes .listes_abo p {font-weight: bold;}
#abonnes .listes_abo input {
	width: auto;
	height: auto;
	border: none;
	left: 0;
	top: 1px;
}

div.buttons {margin: 25px 0 15px; text-align: right;}
div.buttons .confirm {font-weight: bold;}
div.buttons .unsub {color: #900;}
div.buttons .unsub_help {font-style: italic; color: #999; font-size: .9em;}

/* menu hnewsletter */
#hdsnl-menu-top {margin: 0; padding: 0 0 3px; text-align: center; border-bottom: 1px solid #fff;}
#hdsnl-menu-top * {margin: 0; padding: 0;}
#hdsnl-menu-top li {display: inline; padding: 0 10px;}
#hdsnl-menu-top li:first-child {padding-left: 0;}
#hdsnl-menu-top li:last-child {padding-right: 0;}
#hdsnl-menu-top a {text-decoration: none;}
#hdsnl-menu-top a:hover {text-decoration: underline;}

/* liste des news et détails d'une news */
#hdsnl-details {margin: 0; padding: 10px 0;}
#hdsnl-details li.hdsnl-item {
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #edf3e7;
	list-style: none;
}
#hdsnl-details li.hdsnl-item:first-child {border-top: none;}
#hdsnl-details li.hdsnl-item:last-child {border-bottom: none;}
#hdsnl-details h4.hdsnl-titre {padding: 0 0 0 70px; margin: 0;}
#hdsnl-details span.hdsnl-date {
	position: absolute;
	left: 0;
	top: 10px;
	color: #690;
}
#hdsnl-details div.hdsnl-contenu {padding: 4px 0;}
#hdsnl-details div.hdsnl-lien {text-align: right;}
#hdsnl-details div.hdsnl-lien a {}

.hdsnl-detail .hdsnl-contenu {width: 602px;}
.hdsnl-detail #hdsnl-details div.hdsnl-contenu {
	padding: 0;
	margin-top: 15px;
	border: 1px solid #000;
		-moz-box-shadow: 	0 2px 10px #4c5731;
		-webkit-box-shadow: 0 2px 10px #4c5731;
		-o-box-shadow: 		0 2px 10px #4c5731;
	box-shadow: 			0 2px 10px #4c5731;
}

/* formulaire d'inscription */
#hdsnl-register {margin-bottom: 25px;}
#hdsnl-register ul {padding: 0;}
#hdsnl-register li {
	margin-bottom: 3px;
	position: relative;
	list-style: none;
	line-height: 18px;
}
#hdsnl-register li label {cursor: pointer;}
#hdsnl-register li label:hover {text-decoration: underline;}
#hdsnl-register li input {
	position: absolute;
	left: 155px;
	top: 0;
	width: 208px;
	height: 16px;
	padding: 0 3px;
}
#hdsnl-register li input[type=text] {border: 1px solid #ccc;}
#hdsnl-register li select {
	position: absolute;
	left: 155px;
	top: 0;
	width: 216px;
	height: 18px;
	border: 1px solid #ccc;
}
#hdsnl-register li.combo input {width: 150px; left: 213px;}
#hdsnl-register li.combo input.short {width: 47px; left: 155px;}
#hdsnl-register li.combo label {padding-right: 3px;}
#hdsnl-register li.liste ul {
	position: absolute;
	left: 155px;
	top: 2px;
}

#hdsnl-register .listes_abo li {margin: 0; padding: 2px 0 0 30px; border-top: 1px solid #f4e9ef;}
#hdsnl-register .listes_abo li:first-child {border-top: none;}
#hdsnl-register .listes_abo p {font-weight: bold; font-size: 1.17em;}
#hdsnl-register .listes_abo input {
	width: auto;
	height: auto;
	border: none;
	left: 0;
	top: 1px;
}
/* masquer certains champs */
#hdsnl-register li.langue {display: none;}

li.boutons {margin: 25px 0 15px; text-align: right; padding-left: 155px;}
li.boutons .confirm {font-weight: bold;}
li.boutons .unsub {color: #900;}
li.boutons .unsub_help {font-style: italic; color: #999; font-size: .9em;}
li.boutons input {height: auto !important; position: static !important;}

#powered {font-size: .8em; color: #a4c78d;}
#powered:hover {color: #690;}

/* messages d'erreur */
#hdsnl-messages .hdsnl-blocmsg {
	margin: 5px 0;
	padding: 5px 10px;
	border: 1px solid #5b9a32;
	background: #e3eede;
		-moz-box-shadow: 	0 1px 2px #cad9b8;
		-webkit-box-shadow: 0 1px 2px #cad9b8;
		-o-box-shadow: 		0 1px 2px #cad9b8;
	box-shadow: 			0 1px 2px #cad9b8;
}
#hdsnl-messages .confirm { /* vert */
	border-color: #5b9a32;
	background: #e3eede;
		-moz-box-shadow: 	0 1px 2px #cad9b8;
		-webkit-box-shadow: 0 1px 2px #cad9b8;
		-o-box-shadow: 		0 1px 2px #cad9b8;
	box-shadow: 			0 1px 2px #cad9b8;
}
#hdsnl-messages .error { /* rouge */
	border-color: #cf3a3a;
	background: #ffdfdf;
		-moz-box-shadow: 	0 1px 2px #d9b8b8;
		-webkit-box-shadow: 0 1px 2px #d9b8b8;
		-o-box-shadow: 		0 1px 2px #d9b8b8;
	box-shadow: 			0 1px 2px #d9b8b8;
}

/* barre de services externes */
div#social {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	text-align: right;
}
div#social span {color: #666; float: left;}

#side {
	position: absolute;
	left: 568px;
	top: 133px;
	width: 155px;
	font-size: 11px;
	line-height: 19px;
}
#side p {
	margin: 0 0 16px;
	font-size: 11px;
}
#side p a {
	color: #666;
	text-decoration: none;
}
#side p a.active {
	color: #333;
	text-decoration: underline;
}
#side p a.active span {
	color: #690;
	font-weight: bold;
	text-decoration: none;
}

#bottom {
	width: 744px;
	height: 124px;
	background: transparent url(img/main_bottom.png) repeat-x left top scroll;
}

/* pour yoxview (pop-up javascript) */

.inside_iframe #top h2, 
.inside_iframe #hdsnl-menu-top, 
.inside_iframe #hdsnl-details h4.hdsnl-titre, 
.inside_iframe #hdsnl-details span.hdsnl-date, 
.inside_iframe #hdsnl-details div.hdsnl-lien, 
.inside_iframe #social, 
.inside_iframe #side, 
.inside_iframe #bottom 
	{display: none;}

.inside_iframe, 
.inside_iframe #main, 
.inside_iframe #top, 
.inside_iframe #hdsnl-details, 
.inside_iframe .hdsnl-item, 
.inside_iframe .hdsnl-contenu 
{
	width: auto !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border: none !important;
	background: #fff !important;
		-moz-box-shadow: 	none !important;
		-webkit-box-shadow: none !important;
		-o-box-shadow: 		none !important;
	box-shadow: 			none !important;
}
