/*** GENERAL ***/



body {

  background-color: #FFEDB1;

  text-align: center;

  font-family: sans-serif;

  font-size: 14px;

}



h1 {

  text-align: center;

  font-size: 24px;

  font-weight: bold;

  color: #6E547D;

  margin-top: 5px;

  margin-bottom: 10px;

}



h2 {

  text-align: left;

  font-size: 20px;

  color: #000;

  margin-top: 10px;

  margin-bottom: 10px;

}



p {

  text-indent: 10px;

  text-align: justify;

  margin-top: 5px;

  }

	

a:link, a:visited {

  text-decoration: none;

  color: #036;

}

a:active, a:hover {

  text-decoration: underline;

  color: #c36;

}



sup {

	font-size: 50%;

}



img {

  border: 0px;

	padding: 0px;

}



.error {

  font-weight: bold;

	color: #cc0000;

}







/*** FRAMES ***/



#all {

  width: 750px;

  background-color: #fff;

  text-align: left;

  border-left: 25px solid #6E547D;

  border-right: 25px solid #6E547D;

}



#titre {

  clear: both;

  text-align: center;

  background-color: #EA9604;

  margin: 0px;

}



#menu {

  clear: both;

  text-align: center;

  font-family: monospace;

  font-size: 14px;

  color: #EA9604;

  background-color: #000;

  border-top: 1px solid #638D7F;

  border-bottom: 1px solid #638D7F;

}

#menu a {

  font-weight: bold;

  color: #EA9604;

  padding-left: 5px;

  padding-right: 5px;

}

#menu a:link, #menu a:visited, #menu a:active {

  text-decoration: none;

  color: #f93;

}

#menu a:hover {

  text-decoration: none;

  color: #000;

  background-color: #EA9604;

}



#menu .static {

	font-weight: bold;

	text-decoration: none;

  color: #ddd;

  background-color: #6E547D;

	padding-left: 5px;

  padding-right: 5px;

}



#navigation {

  clear: both;

  font-size: 10px;

  background-color: #EA9604;

}



#copy {

  clear: both;

  color: #638D7F;

  font-size: 9px;

}

#copy a:link, #copy a:visited {

  text-decoration: none;

  color: 999;

}

#copy a:hover, #copy a:visited {

  text-decoration: underline;

  color: #638D7F;

}





/*** CONTENT ***/



div.title {

  font-family: monospace;

  font-weight: bold;

	text-align: left;

}



div.content {

  font-size: 12px;

}



#content {

  clear: both;

}





/*** TOOLS ***/



.left {

  float:left;

}



.right {

  float:right;

}



.cleaner {

  clear:both;

}