﻿#newsletterInscription {
}
#newsletterInscription .avertissement {
	font-size: 11px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
}

.tableau {
	font-size: 1.5em;
	margin: 24px 0 24px 0;
}
.tableau th {
	background-color: #4b4b53;
	color: #FFFFFF;
	font-weight: normal;
	padding: 4px;
}
.tableau td {
	padding: 4px;
	background-color: #979498;
}
.tableau tr:first-child td:first-child {
	background-color: #c0bdbd;
}
.tableau tr:first-child th {
	vertical-align: top;
}
.contactView {
	width: 100%;
	font-size: 1.5em;
	margin: 0 0 32px 0;
}
.contactView td {
	padding: 0 6px 0 6px;
	vertical-align: bottom;
	height: 21px;
	vertical-align: top;
}
.contactView .fieldHeader {
	width: 50%;
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: bold;
	color: #4b4a53;
	text-align: right;
}
.contactView .rowStyle .fieldHeader {
	/*background-color:#b0acac;*/
}
.contactView .rowStyle {
	/*background-color:#bab6b6;*/
}
.contactView .alternatingRowStyle {
	/*background-color:#bab6b6;*/
}
.contactView h1 {
	font-size: 1.75em !important;
	line-height: 32px;
	width: 385px;
	float: left;
	color: #4b4b53 !important;
	border-bottom: solid 1px #4b4b53;
}
.contactView .h2 {
	background-color: #4b4b53;
	color: #FFFFFF;
	text-align: right;
}
.contactView .h2 .notes {
	font-size: 11px;
}
.contactView .h2:first-child {
	padding: 16px 6px 6px 6px;
}
.contactView li {
	color: #000000;
	list-style-type: square;
	line-height: 16px;
}
.contactView input[type=text] {
	width: 410px;
}
.contactView textarea {
	width: 410px;
	height: 252px;
}
.liste {
	display: list-item;
	background-image: url('Ressources/puce.gif');
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	list-style-type: none;
}
.nouveaute {
	background-image: url('Ressources/nouveaute.gif');
}
