
@import "layout.css";
@import "content-style.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #45b4c5;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input, textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #45b4c5 url(img/fond_newsletter.jpg) no-repeat top left;
	color: inherit;
	/*text-align: right;*/
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
	display: none;
}

.post-title, .contact-title, div.sendtofriend h2, div.mailing h2{
	color: #fff;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	line-height: normal !important;
	text-transform: none;
}
.contact-title, div.sendtofriend h2, div.mailing h2{
	padding-bottom: 5px;
}
.post-title a{
	color: #00425F;
	text-decoration: none;
}
.search-title {
	color: #00425F;
	font-weight: bold;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0;
}

.post-info{
	margin-top: 0;
	margin-left: 35px;
	color: #00A4A7;
	padding-bottom: 5px;
	font-size: 11px;
}

.post-info a{
	color: #00A4A7;
	text-decoration: none;
}

.post-info a:hover{
	text-decoration: underline;
}

.post-chapo {
	font-style: italic;
	color: #007274;
	font-size: 13px;
}

/* lire la suite */
.post-chapo a{
	font-style: normal;
	font-weight: bold;
	color: #E95E0F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	margin-top: 15px;
}

.post-info-co{
	text-align: right;
}

#contact legend, div.sendtofriend legend {
	margin-top: 10px;
	margin-left: 25px;
}
#contact p, div.sendtofriend p {
	margin-left: 65px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contact label, div.sendtofriend label {
	margin-left: 0px;
	margin-top: 0px;
}
.error p, .success p {
	margin-left: 36px !important;
	padding-bottom: 0px;
}
.error ul {
	margin-left: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.error li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

