/*
 * maclanna-add V1.0
 * By EMA
 * 07/03/2012
 */
 
.hautdepage {
	color: #FF0;
	text-align: center;
	font-size: 16px;
}

.navigation {
	/* color: #FF0; */
	text-align: center;
	font-size: 16px;
}

.hautdepage a:hover, a:focus {
	color: #000;
	text-align: center;
	outline: 0; 
}

form label.sabonne:before {
	font-size: 110%;
}


h3.blog {
	background: none;
	font-size: 21px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	font-style: normal;
	line-height: 1.3em;
}

h4.blog {
	background: none;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	font-style: normal;
	line-height: 1.1em;
}


/* FAQ */

.paragraphe{
	/* margin-top: 12px; */
	font-family: 'Vollkorn:400italic';
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.2em;
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #572505;
}

.question{
	margin-top: 0px;
	margin-left: 1em;
	letter-spacing: 0px;
	list-style-type: disc;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #572505;
}

.reponse{
	margin-top: 0px;
	margin-left: 1em;
	letter-spacing: 0px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
	color: #000000;
}

[required] {
   border: 2px dotted orange;
}

:required {
   border: 2px dotted orange;
}


:valid {
   box-shadow: 2px 1px green;
}

:invalid {
   box-shadow: 0 0 2px 1px rouge;
}