/* CSS Document */

/*
-- contenu -------------------
*/
#contenu {
	background-color: #FFFFFF;
	
}
/*
-- fond --------------
*/
#background {
	background-color: #E2E2E2;
}

/*
-- logo -------------------
*/
#logo {
	background: url(../images/logo.jpg) no-repeat;
	
}
/*
-- titre ----------------
*/
#titre {
	font-family: "Verdana";
    font-style: normal;
    font-size: 1.1em;
    font-weight: bold;
    color: #9E9FA4;
    background-position: top right;
}
/*
--texte ----------------
*/
#texte {
	font-family: "Verdana";
    font-style: normal;
    font-size: 0.8em;
    font-weight: bold;
    color: #9E9FA4;
    background-position: top right;
	text-align: justify;
}
/*
-- titre ----------------
*/
#titre1 {
	font-family: "Verdana";
    font-style: normal;
    font-size: 1.1,5em;
    font-weight: bold;
    color: #9E9FA4;
    background-position: top right;
}
/*
--texte ----------------
*/
#texte1 {
	font-family: "Verdana";
    font-style: normal;
    font-size: 1em;
    font-weight: bold;
    color: #9E9FA4;
    background-position: top right;
	text-align: justify;
}

/*
-- footer ----------------
*/
#footer {
	font-family: "Verdana";
    font-style: normal;
    font-size: 0.6em;
    font-weight: bold;
    color: #9E9FA4;
	text-align: center;
    background-position: top right;
	
}
/*
-- liens -----------
*/
.lien_active_item {
  font-family: "Verdana";
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  color:  #00588A;
  text-decoration: none;

}
.lien_item {
  font-family: "Verdana";
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  color:  #9E9FA4;
  text-decoration: none;
  
}
.lien_item:hover {
  font-family: "Verdana";
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  color: #00588A;
  text-decoration: none;

}

/*
-- liens1 -----------
*/
.texte_active_item {
  font-family: "Verdana";
  font-style: normal;
  font-size: 1.1em;
  font-weight: bold;
  color:  #00588A;
  text-decoration: none;

}
.texte_item {
  font-family: "Verdana";
  font-style: normal;
  font-size: 1em;
  font-weight: bold;
  color:  #9E9FA4;
  text-decoration: none;
  
}
.texte_item:hover {
  font-family: "Verdana";
  font-style: normal;
  font-size: 1.1em;
  font-weight: bold;
  color: #00588A;
  text-decoration: none;

}		