@charset "utf-8";
/*	--------------------------------------------------------------
--
--  Respublica 2009
--  CSS formulaires : all media
--
--  revision : decembre 2008
--  please report bug to
--  aurelien point ferlito chez gmail point com
--
--------------------------------------------------------------- */


/* ---- abonnement à la lettre d'information
--------------------------------------------------------------- */
div#bulletin {
	/* rien */
}
form#bulletinForm,
fieldset#bulletinField {
	border: none;
	margin-bottom: .2em;
}
div#bulletin label {
	padding: .5em 0 1em 0;
	display: block;
	color: #000;
}
input#bulletinChamp {
    font-size: 11px;
	color: #4d4d4d;
    height: 16px;
    width: 8.4em;
    display: block;
    padding: .4em .6em 0 .8em;
    border: 1px inset #dccfd3;
	float: left;
}
input#bulletinChamp:hover,
input#bulletinChamp:focus {
	background-color: #eee;
}
input#bulletinOK {
	float: left;
	margin-left: .5em;
}

/* ---- page de gestion d'abonnement à la lettre d'information
--------------------------------------------------------------- */
div.newsletterItem {
	
}
div.newsletterItem fieldset {
	border: 1px dotted #aaa;
	padding: 2em 1em;
}
div.newsletterItem legend {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 1em;
	background-color: #fff;
}
div.newsletterItem label {
	font-size: 1.1em;
	line-height: 180%;
}
input#newsletterChamp {
	width: 250px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.45em;
	padding: .1em .5em;
}
div.newsletterItem input.radio {
	margin: 0 10px 0 0;
	line-height: 180%;
}
div.newsletterItem input.boutonValider {
	margin: 1em 0 0 0;
	padding: .2em 1em;
	background-color: #FFD8CE;
	border: 1px outset #aaa;
}

/* ---- page de contact (plugin WF Contact Form 7)
--------------------------------------------------------------- */
div#contact1, div#contact2, div#contact3 {
	margin: 10px 0 0 20px;
	padding: 10px;
} 
div.wpcf7 {
}
div.wpcf7 p.contact_label {
	font-family: Arial,"Bitstream Vera Sans",Helvetica,sans-serif;
	font-size: 1.6em;
	line-height: 130%;
	margin: 0.2em 0pt 0.4em 0pt;
	clear: both;
	color: #515c73;
}