/* CSS du site */
#DivTitle{
  background-color: #26354A;
  height: 70px;
  width: 100%;
}

.logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	width: 200px;
	color: #FFBA00;
	letter-spacing:.3em;
}
	
.sidebarText {
	font-family: "Times New Roman", Times, serif;
	color: #FFBA00;
	letter-spacing:.1em;
	font-size: 14px;
	text-align: center;
}

.DivInfoUser{
  float: right;
  margin-right: 5px;
}


/* Style Formulaire */

.formulaire{
	font-size : 12px;
	font-family: "Times New Roman", Times, serif;
	margin: auto;
	width: 90%;
	color: #0000FF;
	margin-left: 30px;
}

.formulaire h1 {
	margin: 0;
	padding-left: 10px;
	color: #26354A;
	font-size: 3em;
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	border-bottom: 1px dotted #FFBA00;
	padding-bottom: 2px;
	text-align: left;
}

.formulaire fieldset {
  border: 1px dotted #FFBA00;
  margin: 10px;
  padding: 2px;
}

.formulaire legend {
  background: #000;
  color: #FFF;
  padding: 3px;
}

.formulaire label {
	width: 250px;
	float: left;
	margin-left: 5px;
	color: #000000;
}

.formulaire h2 {
	float: left;
	margin-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.formulaire table{
  margin: 10px;
  width: 98%;
  border-collapse: collapse;
  border: 1px solid #FFBA00;
}

.formulaire table th {
  background-color: #26354A;
  color: #FFBA00;
  text-align: left;
  padding: 5px;
}

.pair {
	background: #FFFFCC;
	color: #000000;
}

.impair {
	background: #E2E2E2;
	color: #000000;
}
.nouvellepg {
  background-color: #FF0000;
  color: #000000;
}

.ligne_rouge {
	background: #FF0000;
	color: #000000;
}
.titre_page {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #930;
}
.texte_page {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.texte_page_concept {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	display: none;
	background-color: #FFC;
}
.texte_page_lien {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #F90;
	text-indent: 75px;
}
.texte_bleu {
	font-size: 18px;
	font-style: italic;
	color: #03F;
	text-align: center;
}
.DivCentrale {
	position:absolute;
	width:1280px;
	height:600px;
	z-index:1;
}
.texte_legende{
	font-size: 12px;
	font-style: italic;
}
.erreur{
	color: #FF0000;
}
.invalide{
	background-color: #FFFF99;
	color: black;
}
.valide{ 
background-color: white; 
color: black; 
}
.catfaq{
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
