/* --------------------------------------*/
/*---- Configuration du squelette ----*/
/* --------------------------------------*/

/*** Configuration de la balise html permet de gerer le % de la hauteur ***/
html {
	height: 100%;
	margin: 0;
}
/*---- Fin de la configuration de la balise html ---- */

/*** Configuration de la balise body ***/
body {
  height: 100%;
  font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
  background-color: #e1ddd9;
  margin: 0;
}
/*---- Fin de la configuration de la balise body ---- */

/*** Configuration de liens hypertext ***/
a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color:white;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: white;
  text-decoration : none;
  font-weight: bold;
}

a:active {
  color:white;
  text-decoration : none;
  font-weight: bold;
}
/*---- Fin de la configuration de liens hypertext ---- */

/***  Configuration du conteneur global ***/
#container {
  min-width: 900px;
  width: 90%;
  min-height : 95%;
  height : 95%;
  margin-left: auto;
  margin-right: auto;
  background-color: #e1ddd9;
}

/*---- Configuration du conteneur global ---- */

/*** Baniere superieur du logo - Header ***/
#banner {
  width: 100%;
  height: 50px;
  background-color: #e1ddd9;
  margin:0;
}
/*---- Fin de la baniere superieur du logo ----*/

/*** Contenu du cadre d'accueil (home) ***/
#home {
  width: 100%;
  height: 80%;
  min-height: 300px;
  background-color: #565151;
  background-image:url(../images/background/background.png);
  margin:0;
}

/*---- Fin du contenu du cadre d'accueil ---- */

/*** Contenu du cadre User Settings ***/
#userSettings {
  font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
  font-size:12px;
  color: white;
  width: 100%;
  min-height: 85%;
  background-color: #565151;
  background-image:url(../images/background/background.png);
  margin:0;
  overflow:hidden;
}

#userSettings select{
  background-color: #565151;
  border:1px solid #DDDDDD;
  font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
  font-size:12px;
  color: white;
}

#userSettings option{
  background-color: #565151;
}

#userSettings input[type=text]{
  background-color:transparent;
  border:1px solid white;
  color:white;
  font-size:12px;
  font-family:Arial, SunSans-Regular, Sans-Serif;
  width:200px;
}


#userSettings input[type=password]{
  background-color:transparent;
  border:1px solid white;
  color:white;
  font-size:12px;
  font-family:Arial, SunSans-Regular, Sans-Serif;
  width:200px;
}
/*---- Fin du contenu du cadre User Settings ---- */

/*** Contenu du cadre principale (Content) ***/
#faqContent {
  width: 100%;
  min-height: 85%;
  background-color: #565151;
  background-image:url(../images/background/background.png);
  margin:0;
  overflow:hidden;
}
/*---- Fin du contenu de Content ---- */

/*** Contenu du cadre principale (Content) ***/
#content {
  width: 100%;
  height: 85%;
  min-height: 490px;
  background-color: #565151;
  background-image:url(../images/background/background.png);
  margin:0;
  overflow:hidden;
}
/*---- Fin du contenu de Content ---- */

/*** Configuration du conteneur pied de page ***/
#footer {
	width: 100%;
	min-height : 40px;
	font-size: 10px;
	text-align: center;
	border-top:1px solid #5C5757;
	color: white;
	background-color:#565151;
}

#footer table{
  text-align:center;
  margin:auto;
}
/*---- Fin de la configuration du conteneur pied de page ----*/
