/* Balises */
body {
	background-color:#edd79a;
}
p, ul {
	margin-bottom:3px;
	padding-bottom:3px;
	margin-top:3px;
	padding-top:3px;
	
	color:#000000;
	font-family:verdana, sans-serif;
	font-size:0.8em;
}
h1 {
	font-family:"times new roman", serif;
	font-size:1.4em;
	color:#000;
	text-align:center;
}
h2 {
	position:absolute;
	bottom:0px;
	width:100%;
	color:#fff;
	font-family:arial, "sans serif";
	font-size:0.9em;
	text-align:center;
	margin:0px;
	text-transform: uppercase;
}
h3 {
	font-family:"times new roman", serif;
	font-size:0.9em;
	margin:25px 0px 0px 0px;
}

/* POSITIONNEMENT */
#centre {
	position: absolute;
	left:50%;
	top:20px;
	margin-left:-450px;
	width:900px;
	background-color:#f6ebcd;
}
#contenu {
	position:relative;
	margin: 0px 0px 0px 235px;
	padding:155px 20px 20px 20px;
	line-height:110%;
	min-height:440px;
}
#bandeau {
	position:absolute;
	left:0px;
	top:0px;
	height:135px;
	width:100%;
	background-image:url(medias/fond-haut.jpg);
}
#finCentre {
	width:900px;
	height:20px;
	background-color:#edd79a;
}

/* MENU */
#menu {
	float:left;
	width:220px;
	margin-top:0px;
}
.menuCatalogue {
	margin-left:25px;
	width:176px;
	background-color:#EDD79A;
	background-image:url("medias/menu-catalogue-fond-haut.gif");
	background-position:top center;
	background-repeat:no-repeat;
}
.menuCatalogueBas {
	padding:5px 0px;
	background-image:url("medias/menu-catalogue-fond-bas.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
	text-align:center;
}
div.menuCatalogueBas a {
	color:#254826;
	font-family:times new roman, serif;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}
div.categorie {
	margin:0px 0px 6px 0px;
	background-image:url(medias/menu-puce.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:12px;
	text-align:left;
}
div.categorie a {
	color:#000;
	font-weight:normal;
	text-decoration:none;
	font-family:"times new roman", serif;
	font-size:0.9em;
}
.menuAutres {
	margin-left:25px;
	width:176px;
	background-color:#DFAA69;
	background-image:url("medias/menu-bouton-fond-haut.gif");
	background-position:top center;
	background-repeat:no-repeat;
}
.menuAutresBas {
	padding:5px 0px;
	background-image:url("medias/menu-bouton-fond-bas.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
	text-align:center;
}
div.menuAutresBas a {
	color:#254826;
	font-family:times new roman, serif;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}


/* formulaires */
input, select, textarea {
	border: #DFAA69 1px solid;
	background-color:#f3f3f3;
	color: #254826;
	font-family: Verdana, sans-serif;
	vertical-align:middle;
	font-size:13px;
}
.etiquette {
	width:20%;
	float:left;
	text-align:right;
	padding-right:1%;
}
input:hover , textarea:hover, select:hover {
	border: 1px #DFAA69 solid;
}
input:focus , textarea:focus, select:focus {
	border: 1px #DFAA69 solid;
	background-color:#ffc;
	background-color:#e5eaff;
}

.l300 {
	width:270px;
}
.l70 {
	width:70px;
	text-align:center;
}
.l100 {
	width:100px;
}
.l20 {
	width:20px;
}
.l50 {
	width:50px;
}
.l230 {
	width:200px;
	border-left:none;
}
.validation{
	background-color:#DFAA69;
	border-color:#DFAA69;
}


.erreur {
	padding:10px;
	border:1px solid #c00;
	color:#c00;
	background-color:#fff;
}
