/* Elements de base constituant l'apparence générale du site.
 */

body {
  background: #e2dac3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
}

div#page {
	position: absolute;
	width: 793px;
	left: 50%;
	margin-left: -400px;
}
 
div#title {
  background: url(/images/ui_elements/en/website_header.gif);
  background-position: right top;
  background-repeat: repeat-y;
  height: 166px;
  width: 793px;
}

div#title a {
  display: block;
  border: 0px solid #000;
  width: 791px;
  height: 160px
}

div#frame {
  background: url(/images/ui_elements/bg_frame.gif);
  background-position: right top;
  background-repeat: repeat-y;
}

div#frame div#content {
  margin: 0px 15px 0px 185px;
  min-height: 400px;
  padding-bottom: 20px;
}

div#frame h1 {
  color: #FF8F00;
  font-family: Impact, Helvetica, sans-serif;
  font-size: 26px;
  text-indent: 10px;
  margin: 0px 10px 20px 10px;
  padding: 10px 0px 0px 0px;
  border-bottom: 4px solid #FF8F00;
  font-weight: bold;
}

h2 {
  font-size: 14px;
}

p {
	padding: 5px;
}

a {
	text-decoration: none;
	color: #b05204;
	font-weight: bold;
}

a:hover {
  color: #444
}

p.erreur {
	text-align		: center;
	color			: #f00;
	font-weight		: bold;
	font-size		: 14px;
	margin			: 14px;
}

div#footer {
  height: 55px;
  background: url(/images/ui_elements/frame_footer.gif) #E2DAC3;
  background-position: right top;
  background-repeat: no-repeat;
  text-align: center;
  padding: 17px 0px 0px 50px;
}

div#footer p {
  line-height: 10px;
  margin: 0px 0px 0px 160px;
  padding: 3px;
}

div#footer a {
 font-weight: bold;
 text-decoration: none;
 margin: 10px;
 color: #B22;
}

div#footer a:hover {
	text-decoration	: underline;
}

div#ads {
  float: right;
  padding: 0px 155px 15px 15px
}

div#inscription_form {
	padding			: 20px;
}

div#inscription_form p {
	font-weight		: bold;
	margin			: 5px;
}

.centered_frame {
	background		: #FFFAB7;
	border			: 2px solid #FFEE51;
	width			: 525px;
	margin			: 0px 10px 0px 10px;
	padding			: 2px;
}

.centered_frame legend {
	font-weight		: bold;
	padding			: 2px 5px 2px 5px;
}

.centered_frame h3 {
	text-align		: center;
	border			: 2px solid #FFF788;
	margin			: 2px 0px 10px 0px;
	font-size		: 12px;
	background		: #FFF788;
}

div#frame .news .info_publication {
	text-indent		: 260px;
	font-weight		: bold;
	font-size		: 10px;
	text-decoration	: underline;
}

div#frame .news p {
	text-indent		: 20px;
}

div#frame img {
	margin			: 0px;
	padding			: 0px;
}

input, select {
	/*border			: 1px solid #000;*/
}

ul#navbar {
  text-align: center;
  background: #FFD088;
  border: 2px dashed #F3B75D;
  margin: 20px 50px 20px 50px;
  padding: 3px
}

ul#navbar li {
  display: inline;
  padding: 1px 15px 1px 15px
}

ul#navbar a {
  font-size: 14px;
  color: #8C5300;
  padding: 0px 3px 0px 3px;
}

ul#navbar a:hover {
  color: #AB8A57;
}

h2 {
  color: #444;
  font-size: 16px
}

h3 {
  padding: 2px 0px 20px 20px;
  color: #444;
  font-size: 14px
}

strong {
  font-weight: bold;
  color: #444
}

/*******************************************************************************
 * Default classes
 ******************************************************************************/

div.notice {
  text-align: center;
  font: 18px Verdana;
  color: #559A53;
  color: #3CBD40;
  margin-bottom: 15px
}

div.error {
  text-align: center;
  font: 18px Verdana;
  color: #E2392F;
  margin-bottom: 15px
}

.centered {
  text-align: center;
}

.big {
  font-size: 14px
}

p.incipit {
  margin: 20px;
}

p.stronged {
  font-weight: bold;
  color: #444
}

div.full_width_frame {
  margin: 10px 0px 10px 10px;
  padding: 0px 0px 5px 0px;
  width: 570px
}

div.green_frame {
  background: #CADBAA
}

div.green_frame h2 {
  background: #ABCC63;
  padding: 4px;
  text-indent: 15px;
  color: #444
}

div.yellow_frame {
  background: #FFFAB7
}

div.yellow_frame h2 {
  background: #FFEF96;
  padding: 4px;
  text-indent: 15px;
  color: #444
}

div.brown_frame {
  background: #D0D0A8
}

div.brown_frame h2 {
  background: #BBBB8B;
  padding: 4px;
  text-indent: 15px;
  color: #444
}
