/*
** CSS pour autres univers 
*/


body
{
	background-color: #FFF;
	color: #000;
	padding: 0;
	margin: 0;
}

a:visited,a:link
{
  text-decoration: none;
  margin: px;
  color: #004;
}


/*
** Mise en page, les elements de formatage de la page
*/

#colonne_gauche
{
	display: none;
	width: 1px;
}


#colonne_droite
{
	display: none;
}

#corps 
{
	width: 100%;
}


/*
** Colonne centrale : le texte
*/

.maintitle
{
	text-align: center;
	font-size: 48pt;
}

.resume
{
  background-color:#FFE;
  color: #004;
  margin: 5px;
  padding: 5px;
  border: solid grey 1px;
  text-align: center;
}

.texte
{
  margin: 5px;
  padding: 5px;
  border: solid grey 1px;
  text-align: justify;

}

.emp
{
  font-style: italic;
}

.intro
{
  font-style: italic;
  width: 50%;
  text-align: justify;
  float: right;
}

/*
** Colonne de gauche, menu et menu contextuel
*/
div.menu
{
	display: none;
}

/*
** Forums, colonne centrale
*/

.forums
{
  background-color: #EEB;
  color: #004;
  margin: 10px 5px;
  padding: 0px;
/*  border: solid black 0;*/
  text-align: left;
}

.forums_edit
{
  background-color: #EEB;
  color: #004;
  margin: 10px 5px;
  padding: 5px;
  border: solid black 1px;
  text-align: left;
}

.forums table
{
  border-color:#CCC;
}

.forums table tr th
{
  background-color: #BB8;
  border-color:#CCC;
}

.forums table tr td
{
  background-color: #EEB;
  border-color:#CCC;
}


a.url_forum:visited, a.url_forum:link
{
  text-decoration: underline;
  color:blue;  
}

.auteur
{
  font-style: italic;
}

.date
{
  font-weight: normal;
  font-style: italic;
}

.forums table tr td.auteur_data
{
  background-color: #CC9;
  vertical-align: top;
  width: 100px;
  text-align: left;
}

/*
** formulaire générique
*/
#generic_form
{
  width: 100%
}

#generic_form p
{
  margin: 2px 0;
}

#generic_form fieldset
{
        background-color: #FFFFBB;
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

#generic_form fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #440;
}

#generic_form label
{
	font-weight: bold;
	display: block;
	width: 25%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

#generic_form label:hover
{
	font-weight: bold;
}

#generic_form .form_label_nostyle
{
	background: none;
}

/*
** Table générique
*/
#generic_table tr td
{
	padding: 0px;
}

#generic_table tr td p
{
	width: auto;
	margin: 0;
	padding: 5px;
	background-color: #CC9;
}

#generic_table tr td p.content
{
	width: auto;
	margin: 0;
	padding: 5px;
	background-color: #EEB;
}

/*
** Messages d'erreur 
*/

.error
{
  border: solid #F88 1px;
  text-align: center;
  background-color: #FEE;
  color: #F00;
  padding:5px;
  margin: 10px 5px;
}

script
{
	display: none;
}