/* CSS Document */
@import url(global.css);

#content {
	z-index: 10;
	background: url(../images/fondb.jpg) repeat-x top #B7D3E4;
	background-position: 0 318px;
}

/* COLONES ET PARAGRAPHES PAGE ACCUEIL */
#colone1000 {
	float: left;
	position: relative;
	width: 482px;
	color: #434E52;
	text-align: justify;
}
#colone1000 p { margin-left: 30px; margin-right: 30px; }
#colone1001 {
	float: left;
	position: relative;
	width: 440px;
	color: #434E52;
	text-align: justify;
}
#colone1001 p { margin-right: 30px; }
p.firstLet:first-letter { font-size: 1.6em; font-weight: bold; }


/* ############# BAS DU SITE ############# */
#bas {
	height: 90px;
}
#bas .b1 {
	display: none;
}
#bas .b1c { display: none; }
#bas .b2 {
	position: absolute;
	left: 0;
	top: 0;
}
#bas .b3 {
	position: absolute;
	left: 0;
	top: 55px;
	width: 940px;
	text-align: center;
}


.clear { clear: both; }
label {
  position: relative;
  display: block;
  float: left;
  width: 160px;
  margin: 2px 0;
}
label.select { font-weight: bold; }

input, select, textarea {
  position: relative;
  display: block;
  float: left;
  width: 200px;
  margin: 2px 0;
}

a { color: #434E52; }

textarea { height: 60px; }

label.large {
  float: none;
  margin-bottom: 0;
  width: auto;
}
input.radio, input.submit {
  display: inline;
  float: none;
  width: auto;
}
input.submit {
  display: block;
  padding: 2px 25px;
  margin-top: 15px;
}

