/* *******************************************************************

	Auteur / author : Fernando Correia <fernando.correia@wanadoo.fr>
	Copyright 2004, Fernando Correia
	
	Titre / Title : « Petit bureau »
	Version : 1.0
	Date : 2004-09-24

*******************************************************************
	GENERAL: Corp, liens, grands conteneurs
 ******************************************************************* */
body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg_page.png) ;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 0.75em;
	text-align: center;
}
img {
	border: none;
}
a {
	/*color: #800000;*/
	color: #ff8000;
}
a:visited {
	color: #80805a;
}
a:hover, a:active, a:focus {
	background: #e8e8d0 url(images/bg_ancre.png) repeat-x left bottom;
	color: #000;
}
a[hreflang]:after{
	content: "\0000a0[" attr(hreflang) "]";
}
a[hreflang="fr"]:after{
	/* Si la langue est le français ne rien afficher */
	content: "";
}
acronym, abbr, .info-bulle {
	border-bottom: 1px dotted;
	cursor : help;
}
code, kbd, tt {
	font-size: 1.2em;
	color: #080;
	font-weight: 700;
}
pre {
	background-color: #f0f8f8;
	border: 1px dotted #00f;
	padding: 5px;
	margin: 0 0 0 30px;
	font-size: 1.2em;
	width: 450px;
	overflow: auto;
}
li pre, td pre {
	 margin-left: 0 !important;
}
li.fait {
	list-style-image: url(images/ico-cochee.png)!important;
}
li.a-faire {
	list-style-image: url(images/ico-non-cochee.png)!important;
}
.clear {
	clear: both;
}
.majour {
	color: #03a !important;
}
.illustre {
	float: left;
	margin: 0;
	padding: 10px 20px 10px 10px;
}
.centre {
	text-align: center;
}
.inverse {
	float: right !important;
}
hr {
	 display: none;
}
.breakedlink {
	color: #888;
}
.jump-top {
	text-align: right;
	font-size: 0.9em;
	clear: both;
}
.jump-top a:link, .jump-top a:visited {
	color: #888;
}

/* *******************************************************************
	Suite GENERAL: les principaux conteneurs.
 ******************************************************************* */
#page {
	margin: 0 auto;
	padding: 0 7px;
	background: transparent url(images/bg_corps.png) repeat-y left top;
	text-align: left;
	width: 774px;
}
#header {
	margin: 0;
	padding: 0 0 10px 0;
	background: transparent url(images/bg_navig_bas_2.png) no-repeat left bottom;
}
div.fiche #header {
	background: transparent url(images/bg_navig_bas_fiche.png) no-repeat left bottom;
}
html>body #header {
	padding-right: 14px;
}
#main {
	background: transparent url(images/bg_corps_int.png) repeat-y left top;
}
div.fiche #main {
	background: transparent url(images/bg_corps_int_fiche.png) repeat-y left top;
}
div.fiche #content {
	margin: 0;
	padding: 0 0 0 0;
}
#content {
	margin: 0;
	padding: 0 5px 0 0;
	width: 545px;
	float: left;
	background: transparent url(images/bord_corps_gch.png) repeat-y left top;
}
div.fiche #content {
	margin: 0;
	padding: 0 20px 0 0;
	float: none;
	width: auto;
	background: none;
}
html>body #content {
	padding: 0;
}
#sidebar {
	width: 200px;
	padding: 0;
	margin: 0 0 0 545px;
	background: #e8e4d0 url(images/bg_sidebar.png) repeat-y left top;
}
html>body #sidebar {
	width: 215px;
}
div.clear {
	background: transparent url(images/bord_corps_gch.png) repeat-y left top;
}
span.clear {
	clear: both;
}
#footer {
	margin: 0;
	padding: 25px 10px 25px 10px;
	background: #100000 url(images/bg_corps_bas.png) no-repeat left top;
	color: #eee;
	border-bottom: 2px solid #ff8000;
}
div.fiche #footer {
	background: #100000 url(images/bg_corps_bas_fiche.png) no-repeat left top;
}
html>body #footer {
	margin-right: 14px;
}

/* *******************************************************************
	EN-TÊTE : prélue (liens raccourçis) 
 ******************************************************************* */
#prelude {
	margin: 0;
	padding: 5px;
	font-size: 0.9em;
	color: #aaa;
	background-color: #555;
	border-top: 2px solid #ff8000;
}
#prelude p {
	margin: 0;
	padding: 0 20px;
}
#prelude a, #prelude a:visited {
	color: #aaa;
	text-decoration: none;
}
#prelude a:hover, #prelude a:active, #prelude a:focus {
	color: #000;
}
#prelude span a, #prelude span a:visited {
	font-weight: 700;
	color: #e8e8d0;
}
#prelude span a:hover, #prelude span a:active, #prelude span a:focus {
	color: #000;
}


 
/* *******************************************************************
	EN-TÊTE : Titre et slogan
 ******************************************************************* */
#top {
	color: #bbb;
	font-weight: 700;
	background-color: #100000;
}
#top h1 {
	margin: 0;
	padding: 0;
	background: transparent url(images/banniere.png) no-repeat left top;
	height: 90px;
}
#top h1 a {
	color: #fff;
	font-size: 2em;
	font-family:  "Times New Roman", Times, serif;
	font-weight: 400;
	display: block;
	margin: 0;
	padding: 0;
	background: transparent url(images/ico_lune_disk.png) no-repeat 700px 20px;
	height: 90px;
	border: 1px solid #000;
	border-bottom: none;
}
#top h1 a:hover, #top h1 a:active, #top h1 a:focus {
	color: #fff;
	border-color: #fff;
}

#top h1 a span {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#slogan {
	margin: 0;
	padding: 0 0 30px 20px;
	background: transparent url(images/bg_tete_slogan.png) no-repeat left top;
}

 
/* *******************************************************************
	BARRE DE NAVIGATION
 ******************************************************************* */
 
#navigation {
	background: transparent url(images/bg_navig.png) repeat-y left top;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	background: transparent url(images/bg_navig_haut.png) no-repeat left top;
	height: 2em;
}
#navigation li {
	margin: 0 10px 0 10px;
	padding: 3px 5px;
	float: left;
	border: 1px solid #e8e4d0;
	list-style-type: none;
}
#navigation li:hover {
	background-color: #686460;
	border-color: #aaa;
	color: #fff;
}
#navigation li.active {
	border-color: #787468;
}
#navigation li a {
	color: #ff8040;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	text-decoration: none;
}
#navigation li a:visited {
	color: #ff8040;
}
#navigation li a:hover, #navigation li a:active, #navigation li a:focus {
	color: #fff;
	background-color: #686460;
	background-image: none;
}
#position, #nav-oeuvres-haut {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	background: transparent url(images/bg_navig.png) repeat-y left top;
}

#position span, #nav-oeuvres-haut span {
	display: block;
	margin: 0;
	padding: 6px 25px 6px 25px;
	background: transparent url(images/bg_position_haut.png) no-repeat left top;
}
#nav-oeuvres-haut {
	background-image: url(images/bg_navig_oeuvres.png);
	color: #eee;
}
#nav-oeuvres-haut a {color: #fff;}
#nav-oeuvres-haut a:visited {color: #ddd;}
#nav-oeuvres-haut a:hover, #nav-oeuvres-haut a:active, #nav-oeuvres-haut a:focus {color: #000; text-decoration: none;}


/* *******************************************************************
	CONTENU: billet, liste des billets
 ******************************************************************* */
#content .post {
	margin: 0;
	padding: 15px;
	font-size: 0.9em;
}
#content a {
	text-decoration: none;
}
#content a:hover, #content a:active, #content a:focus {
	text-decoration: none;
}
/* BLOCS INFOS SUR LE BILLET */
#content .day-date {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
	clear: both;
	height: 48px;
}
#content .day-date span {
  display: block;
	margin: 0 0 0 auto;
	padding: 0 0 20px 40px;
	width: 150px;
	height: 48px;
	background: transparent url(images/ico_lune.png) no-repeat left top;
	font-size: 0.9em;
	font-weight: 700;
	color: #888;
	text-align: left;
}
html>body #content .day-date span {
  width: 80px;
}
#content .post-info-co {
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #e8e4d0;
	color: #888;
}
html>body #content a.post-info-co-nb {
	padding: 0 0 3px 20px;
	background-image: url(images/ico_comment.png);
	background-repeat: no-repeat;
}
html>body #content a.post-info-tb-nb {
	padding: 0 0 3px 20px;
	background-image: url(images/ico_trackback.png);
	background-repeat: no-repeat;
}

/* BLOC TITRE DU BILLET */
#content .post-title, #content h3.title-preview {
	margin: 0;
	padding: 0 0 10px 20px;
	color: #ff8000;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	height: 21;
	background: transparent url(images/ico_artcle.png) no-repeat 0 0;
	clear: both;
}
div.fiche .post-title {
	padding: 0 0 0 40px !important;
	background: transparent url(images/ico-oeil.png) no-repeat 0 5px !important;
}
#content .post-title span, #content h3.title-preview span {
	color: #888;
	font-weight: 400;
}
#content h2, #content h3 {
	clear: both;
}
#content h3.title-preview {
	background: none;
	font-size: 1.9em;
}
#finded-title {
	/* Titre présentant le résultat d'une recherche de billets */
	font-size: 1.1em;
	line-height: 150%;
	padding: 5px 30px;
}
#finded-title em {
	/* Expression qui a été recherchée (dans une rercherche de billets) */
	color: #ff8000;
	font-style: normal;
	font-weight: 700;
	font-size: 1.1em;
}
#content .post-title a {
	color: #ff8000;
	text-decoration: none;
	border: none;
}
#content .post-title a:visited {
	color: #80805a;
}
#content .post-info, #comments .comment-info {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 0.9em;
	font-weight: 400 !important;
	color: #888;
}
#content .post-content, #content .post-chapo, #content .comment-preview  {
	font-size: 1.1em;
	line-height: 130%;
}

#content h4 {
	color: #605c00;
	font-size: 1.2em;
	margin-bottom: 0;
}
#content h5 {
	color: #605c00;
	font-size: 1em;
	margin-bottom: 0;
}
#content h6 {
	color: #605c00;
	font-size: 1em;
	margin-bottom: 0;
}
#content dl.references, #content dl.lexique {
	margin: 5px;
	padding: 5px;
}
#content dl.notes-bas {
	margin: 10px 20px !important;
	border-top: 1px dotted #8a8;
}
#content dl.notes-bas dd {
	margin: 5px !important;
}

#content ul, ol {
	margin: 0;
	padding: 5px;
}
#content li, #content dd {
	list-style-image: url(images/ico_dot.png);
	margin: 3px 0 3px 40px;
	padding: 2px;
}
#content li ul li {
	list-style-image: none;
	list-style-type: auto;
}
#content ol li {
	list-style-type: decimal !important;
	padding: 0;
}

#content table {
	caption-side: top;
	border-spacing: 0;
	empty-cells: show;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 0.9em;
	margin: 5px 20px 20px 20px;
}

html>body #content table {
	
}
#content table caption {
	margin: 20px 20px 0 20px;
}
#content table th, #content table td {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	padding: 5px;
}
#content table th {
	background-color: #888;
	color: #eee;
}
#content table.reference td:before {
	content: attr(id) "\0000a0:\0000a0";
}

#content blockquote {
	background: #f0f0f0 url(images/ico_cite.png) no-repeat 3px 3px;
	border: 1px groove #808080;
	padding: 10px 10px 10px 25px;
}
#content blockquote p {
	margin: 0;
	padding: 6px;
}

/* *******************************************************************
	Illustration dans un billet / Vignettes d'une galerie
 ******************************************************************* */
 
#content .fichette {
	border: 1px solid #ddd;
	margin: 5px 30px 15px 5px;
	padding: 1px;
	font-size: 0.85em;
	background-color: #e8e4d0;
	float: left;
	width: 250px;
	text-align: center;
}
#content .h {
	width: 250px;
}
#content .fichette dl {
	margin: 0 auto;
	padding: 8px;
	background-color: #fefefe;
	text-align: left;
}
#content .fichette dt {
	margin: 0;
	padding: 5px;
	text-align: center;
}
#content .fichette dd {
	padding: 3px;
	margin: 0 auto;
}
#content .fichette dt + dd {text-align: center;}


#content .fichette img {
	border: 2px solid #888;
}
#content .fichette img:hover {
	border-color: #ff8000;
}
#content .fichette a {
	background: none;
	border: none;
}
#content .fichette a:hover, #content .fichette a:active, #content .fichette a:focus {
	background: none;
	border: none;
	text-decoration: none;
}
#oeuvre {
	padding: 10px 20px 10px 10px;
}
#oeuvre p {
	padding: 10px;
	margin: 0;
	float: left;
}
#oeuvre dl {
	padding: 10px;
	margin: 0;
	min-width: 200px;
	float: left;
	color: #888;
}
#oeuvre dl dt, #oeuvre dl dd {
	padding: 3px;
	margin: 0;
}
#oeuvre dl span {
	color: #000;
	font-weight: 700;
}
#content div.encart {
	/*float: right;*/
	/*width: 200px;*/
	background-color: #EAE7D4;
	border: 1px solid #BABAA9;
	margin-left: 10px;
	padding: 5px;
	font-size: 0.9em;
}
#content div.encart a {
	font-weight: 700;
}

/* *******************************************************************
	Images illustrative dans le site
 ******************************************************************* */
#edito {
	background: transparent url(images/oiseaux03.png) no-repeat left top;
	padding-left: 130px !important;
}
#liste-a-retenir {
	background: transparent url(images/oiseaux02.png) no-repeat right top;
	padding-right: 100px !important;
	padding-left: 30px !important;
}
#liste-plan {
	background: transparent url(images/taureau01.png) no-repeat right top;
	padding-right: 130px !important;
}

/* *******************************************************************
	Suite CONTENU: LIENS-ICÔNES DANS LES GALERIES
 ******************************************************************* */

#galeries {
	margin: 0;
	padding: 0;
}
#galeries li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	text-align: center;
	
}
#galeries li a {
	margin: 10px;
	padding: 10px;
	display: block;
	min-width: 110px;
	min-height: 120px;
	border: 2px solid #fff;
	text-decoration: none;
}
#galeries li a:hover, #galeries li a:active, #galeries li a:focus {
	border-color: #ff8000;
	background: none;
	text-decoration: none;
}
#galeries li a span {
	margin: 0;
	padding: 0;
	display: block;
}

/* *******************************************************************
	Listes de liens et lixiques.
 ******************************************************************* */
 
#content dl.references dt, #content dl.lexique dt  {
	margin: 0 0 8px 0;
	padding: 10px 10px 2px 20px;
	background: transparent url(images/ico_source.png) no-repeat 0 12px;
	color: #605c00;
	font-size: 1.2em;
	font-weight: 700;
	border-bottom: 1px solid #aaa;
	line-height: 110%;
	clear: both;
}
#content dl.references dd, #content dl.lexique dd {
	margin: 0;
	padding-left: 40px;
	background: transparent url(images/ico_dot.png) no-repeat 20px 6px;
}
#content dl.lexique dt {
	background: transparent url(images/ico_lexique.png) no-repeat 0 12px;
}

/* *******************************************************************
	Suite CONTENU: COMMENTAIRES et TRACKBACKS
 ******************************************************************* */
#comments blockquote {
	background: none;
	border: none;
	border: 2px groove #fed;
	margin: 0 0 0 30px;
	padding: 6px;
	background: #f8f4f0;
}
#comments blockquote p {
	margin: 0;
	padding: 0;
}

#trackbacks {
	margin: 0;
	padding: 15px 15px;
	
}
#comments {
	margin: 0;
	padding: 15px 15px;
	
}
#tb {
	clear: both;
}
#co, #trackbacks h3 {
	margin: 0;
	padding: 0;
	text-align: right;
	border-bottom: 2px solid #e8e4d0;
	color: #605c00;
	font-size: 1.1em;
	background: none;
}
#addco{
	text-align: right;
	color: #605c00;
	font-size: 1.1em;
	background: transparent url(images/bg_form_haut.png) no-repeat left bottom;
	margin: 0;
	padding: 30px 0 25px 0;
	border: none;
}
#comments .comment-info {
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 0.9em;
	font-weight: 700;
	color: #888;
	border: none;
}
#comments span.comment-number {
	display: block;
	margin: 0;
	padding: 1px 1px 1px 20px;
	background: transparent url(images/ico_comment.png) no-repeat left top;
}

/* FORMULAIRE DES COMMENTAIRES :
*/
#comments form {
	margin: 0;
	padding: 0;
	background: transparent url(images/bg_form_centre.png) repeat-y left top;
}
#comments form fieldset {
	margin: 0;
	padding: 0 0 24px 0;
	border: none;
	font-size: 0.9em;
}
#sender {
	background: transparent url(images/bg_form_bas.png) no-repeat left bottom;
}
#comments fieldset p {
	margin: 0;
	padding: 5px 20px;
	background: transparent url(images/bg_form_centre.png) repeat-y left top;
	
}
#comments .form-help, #comments .form-personel {
	background: transparent url(images/bg_form_centre.png) repeat-y left top;
	margin: 0;
	padding: 5px 20px;
	font-size: 0.9em;
}
#comments .field label {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
}
#comments .field input, #comments .field textarea {
	margin: 0;
	padding: 3px;
	border: 1px solid #e8e4d0;
	background-color: #f8f8f0;
	width: 400px;
	font-family: monospace;
}
html>body #comments .field input, html>body #comments .field textarea {
	font-size: 1.5em;
}
#comments .field input:focus, #comments .field textarea:focus {
	border-color: #ff8000;
	background-color: #fff;
}
#comments p input[type="submit"] {
	background: #e8e8e8 url(images/bg_form_bouton.png) repeat-x left bottom;
	color: #ff8000;
	border: 1px solid #aaa;
	font-weight: 700;
	cursor: pointer;
	cursor: hand;
}
#comments p input[type="submit"]:hover {
	background: #e8e8e8 url(images/bg_form_bouton.png) repeat-x left bottom;
	color: #000;
}
#comments p label:hover {
	color: #c37333;
}
/* *******************************************************************
	BARRE LATERALE DE LIENS
 ******************************************************************* */

#sidebar h2 {
	padding: 3px 0 5px 20px;
	margin: 15px 0 0 0;
	background: transparent url(images/bg_sidebar_titre.png) no-repeat left top;
	font-size: 1.5em;
	color: #ff8000;
}
#calendar {
	
}
#calendar h2 {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 0.5em;
	font-style: none;
	text-align: center;
	color: #e8e4d0;
}
#sidebar h3 {
	padding: 5px 30px 5px 20px;
	margin: 0;
	font-size: 1.1em;
	color: #ff8000;
	background: transparent url(images/bg_sidebar_titre.png) no-repeat left top;
}
#sidebar ul {
	padding: 0;
	margin: 0;
	background: transparent url(images/bg_sidebar_titre.png) no-repeat left top;
}
#sidebar li {
	padding: 2px 0 2px 20px;
	margin: 0;
	list-style-type: none;
	font-size: 0.9em;
}
#calendar table {
	font-size: 0.8em;
	margin-left: 15px;
	background-color: #e8e4d0;
}
#calendar table caption {
	padding: 0;
	margin: 0 0 0 20px;
	border-bottom: 1px solid #e8e4d0;
	background-color: #e8e4d0;
}
#calendar td a {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: 2px solid #aaa;
	color: #000;
}
#calendar td.active a {
	border: 2px solid #ff8000;
}
#calendar td a:visited {
	border-color: #aaa;
}
#calendar td a:hover, #calendar td a:active, #calendar td a:focus {
	background-color: #fff;
	color: #000;
	border-color: #b85c00;
}
#calendar td  {
	text-align: center;
}
#sidebar li a {
	text-decoration: none;
	color: #008;
	border: none;
	display: block;
	margin: 0 0 0 0;
	padding: 2px 10px 2px 2px;
}
#sidebar li a:visited {
	color: #80805a;
}
#sidebar li a:hover, #sidebar li a:active, #sidebar li a:focus {
	color: #000;
	border-color: #e8e4d0;
	background: #e8e8d0 url(images/bg_anchor_side.png) repeat-y right top;
}
#categories li strong a, #archives li strong a {
	padding-left: 10px;
	background: transparent url(images/ico_dot_active.png) no-repeat 0 3px;
}
#reclame a {
	border: none;
}
#reclame a:hover, #reclame a:active, #reclame a:focus {
	background: none;
}
/* *******************************************************************
	FORMULAIRE DE RECHERCHE
 ******************************************************************* */
#search {
	position: absolute;
	top: 140px;
}
#search h2 {
	margin: 0;
	padding: 0;
	color: #aaa;
	background: #000;
	font-size: 0.9em;
}
#search form {
	margin: 0;
	padding: 0;
}
#search p {
	margin: 0;
	padding: 2px 5px;
	border: 1px solid #888;
	background: #eee url(images/ico_finder.png) no-repeat 0 3px;
	width: 160px;
	text-align: right;
}
#search #q {
	margin: 0;
	padding: 2px;
	border: none;
	background-color: #fff;
	width: 80px;
}
html>body #search #q {
	width: 110px;
}
#search #q:focus {
	border: 1px groove #ff8000;
}
#search input[type="submit"] {
	margin: 0;
	padding: 0;
	border: 1px groove #e8e4d0;
	background-color: #e8e4d0;
	cursor: pointer;
	cursor: hand;
}
#search input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}
/* *******************************************************************
	PIED DE PAGE
 ******************************************************************* */

#footer a:link, #footer a:visited {
	color: #ff8000;
	border-color: #ff8000;
	font-weight: 700;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #000;
	border-color: #000;
}
#footer ul {
  margin: 0;
	padding: 0 0 0 130px;
	background: url(images/ico_souffle.png) no-repeat 0 0;
}
#footer li {
	padding: 5px;
}
#block1, #block2, #block3, #block4, #block5, #block6 {
	display: none;
}
/*
#block1 {
	margin: 0 auto;
	padding: 0 7px;
	width: 774px;
	text-align: left;
	background: url(images/paysage03.png) repeat-y 0 0;
}
#block1 span {
	display: block;
	margin: 0;
	padding: 0;
	height: 212px;
}
*/

/* *******************************************************************
	Formulaires de contact
 ******************************************************************* */
#formulaire_contact {
	margin: 0;
	padding: 20px 0 0 0;
	background: transparent url(images/bg_form_haut.png) no-repeat left top;
}
#formulaire_contact form {
	margin: 0;
	padding: 0 0 20px 0;
	background: transparent url(images/bg_form_bas.png) no-repeat left bottom;
}
#formulaire_contact fieldset {
	margin: 0;
	padding: 0;
	background: transparent url(images/bg_form_centre.png) repeat-y left top;
	border: none;
}
#formulaire_contact fieldset p {
	margin: 0;
	padding: 5px 20px;
}
#formulaire_contact fieldset legend {
	display: none;
}
#formulaire_contact label {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 0.9em;
}
#formulaire_contact input, #formulaire_contact textarea {
	margin: 0;
	padding: 3px;
	border: 1px solid #e8e4d0;
	background-color: #f8f8f0;
	width: 400px;
	font-family: monospace;
}
html>body #formulaire_contact input, html>body #formulaire_contact textarea {
	font-size: 1.5em;
}
#formulaire_contact input:focus, #formulaire_contact textarea:focus {
	border-color: #ff8000;
	background-color: #fff;
}
#formulaire_contact p input[type="submit"] {
	background: #e8e8e8 url(images/bg_form_bouton.png) repeat-x left bottom;
	color: #ff8000;
	border: 1px solid #aaa;
	font-weight: 700;
	cursor: pointer;
	cursor: hand;
	width: auto;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
}
#formulaire_contact p input[type="submit"]:hover {
	color: #000;
}
#formulaire_contact p label:hover {
	color: #c37333;
}
/*
Emphase spéciales: message de succè, ou d'erreur
*/
#content .emphase {
	margin: 2px;
	padding: 5px;
	font-weight: 700;
	border: 2px groove #b8b4a8;
}
#content li.emphase {
	margin: 5px 30px 5px 40px;
}
#content .erreur {
	color: #555;
	background-color: #ffbc78;
}
#content .succes {
	color: #fff;
	background-color: #0084cb;
}
