/*** Structure *****************************************/
body {
	font-family: Verdana;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin: 0px;
}

#contenu {
	width: 700px;
}

#enTete {
	position: relative;
	height: 180px;
	background: url("piaf.gif") 0px 37px no-repeat;
	z-index: 1000;
}

#zonePrincipale {
	margin-left:200px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 180px;
	text-align: justify;
	background: url("piaf_herbe.gif") 100% 100% no-repeat;
}

.accroche {
	width: 280px;
	margin-bottom: 2em;
	text-align: justify;
	font-weight: bold;
}

.texte {
	text-align: justify;
}

#login {
	position: absolute;
	bottom: 4px;
	right: 4px;
	color: #336633;
}

/*** Balises communes **********************************/
h1 {
	margin: 0px;
	padding-top: 35px;
	text-align: right;
	color: #DD5555;
	font-family: "Arial";
	font-weight: bold;
	font-size: 400%;
}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	border-bottom: 1px solid black;
}

.sousTitre {
	text-align: right;
	color: #EE8888;
	font-family: "Arial";
	font-style: italic;
	font-weight: bold;
	font-size: 200%;
	line-height: 40%;
}

table {
	border-collapse: collapse;
}
td, th {
	font-size: 10pt;
}
img {
	border: 0px;
}

/*** Formulaires ***************************************/
fieldset {
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

textarea, input {
	background: #F4F4F4;
	border: 1px solid #B2B2B2;
	color: #000000;
	margin: 1px;
	padding: 3px;
	font-size: 100%;
}

textarea {
	width: 100%;
}

select {
	min-width: 150px;
}

textarea:focus, input:focus, select:focus {
	background: #FFFFFF;
	border: 1px solid #878787;
}

input.submit {
	float: right;
	background: url(fade-butt.png);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}
input.submit:active {
	background: #F4F4F4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

table.Formulaire {
	border: none;
}
table.Formulaire td {
	padding-right: 20px;
}

/*** Colonne de gauche *********************************/
#colonneGauche {
	position: relative;
	float: left;
	top: -1px;
	width: 199px;
	text-align: center;
}
#colonneGauche img {
	margin: 5px 0px;
}

#contact {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px dotted #224422;
	color: #224422;
}
#contact h4 {
	margin: 0px;
	padding: 5px;
	background-color: #6DAF6D;
	border-bottom: 1px dotted #224422;
	color: #224422;
	font-weight: bold;
}
#contact p {
	margin: 3px;
	padding: 4px;
}
#contact br {
	line-height: 50%;
}

/*** Style menu ****************************************/
#menu {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: left;
	font-family: Arial;
}
#menu ul {
	margin: 3px;
	margin-top: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Gill Sans Ultra Bold";
}
#menu li.titre {
	background-color: #993300;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menu li.titre a {
	text-decoration: none;
	padding: 4px 6px;
	height: 19px;
	display: block;
	color: #FFFFFF;
	font-size: 11pt;
	font-variant: small-caps;
}
#menu li.titre a:hover {
	background-color: #AF4200;
}
#menu li.lien {
	padding: 0px;
}
#menu li.lien + li.lien {
	border-top: 1px dotted #993300;
}
#menu li.lien a {
	text-decoration: none;
	padding: 4px 6px 4px 34px;
	height: 19px;
	display: block;
	color: #993300;
	background: url("fleur.png") 0px 0px no-repeat;
	font-size: 10pt;
}
#menu li.lien a.courant {
	border-right: 3px solid #993300;
	background: url("fleur.png") 0px 0px no-repeat;
}
#menu li.lien a:hover {
	background: url("fleur.png") 0px 0px no-repeat;
	background-color: #FFDDBB;
}

/*** Bas de page ***************************************/
#basDePage {
	border: 1px solid black;
	border-left: none;
	background: #993300;
	text-align: right;
	font-size: 80%;
	padding: 5px 20px;
	color: #FFFFFF;
	clear: both;
}
