* {
 margin: 0;
 padding: 0;
}

body {
 background: url("images/NvBa.png") no-repeat;
}

a{
 text-decoration: none; 
}

a:hover {
 font-weight: bold;
}

a:visited {
 text-decoration: underline;
}

/* Entête */
div#logo {
    height: 80px;
}

/* Menu Horizontal */
div#menu_h {
 height: 28px;
 margin-left: 174px;
}

div#menu_h li a {
  background-image: url("images/menu_h.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 8px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 8px;
  color: #535353;
  display: block;
}

div#menu_h li {
  display: block;
  float: left;
  background-image: url("images/menu_droit.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top right;
  padding-right: 6px;
}


div#menu_h li.selected a {
 background-image: url("images/menu_h_selected.png");
 color: white;
}

div#menu_h li.selected {
  background-image: url("images/menu_droit_selected.png");
  background-repeat: no-repeat;
  background-position: top right;
  font-weight: bold;
}

div#sous_menu h1 {
  color: white;
  font-size: 20px;
  padding: 5px;
  padding-left: 10px;
  letter-spacing: 0.15em;
}

div#sous_menu{
  margin-left: 170px;   
}

div#sous_menu p {
  padding: 10px;
  padding-left: 40px;
  text-align: left;
  height: 20px;
}

div#sous_menu p a {
  color: white;
}

div#sous_menu p a.selected {
  color: black;
  font-weight: bold;
}

/*
 Menu Vertical 
*/
div#menu {
  margin-top: 20px;
  width: 174px;
  float: left;
}

div#menu li {
  border-top: 1px dotted #a19f9c;
  display: block;
  list-decoration: none;
  padding: 5px;
  padding-top: 10px;
}

div#menu li.selected {
  background-color: #ebf9d2;
  font-weight: bold;
}

div#menu a {
  color: black; 
}
/*
Contenu
*/
div#contenu {
  margin-top: 20px;
  margin-left: 174px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px dotted #a19f9c;
  max-width: 1100px;
}

div#contenu h3, div#contenu h4 {
  padding-top: 20px;
  padding-bottom: 10px;
}

div#contenu h2 {
  color: blue;
  text-align: center;
  font-size: 20px;
}

div#contenu h3, div#contenu h4{
  text-decoration: underline;
  color: rgb(51, 153, 102);
}

div#contenu p {
  margin-bottom: 10px; 
}

#contenu table {
	width: 100%;
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
}

table td, table th {
 padding: 2px;
 border: 1px solid #BBBBBB;
}

div#contenu ol, div#contenu ul{
  margin-left: 30px;
  margin-bottom: 5px;
}

div#contenu ol ul {
  margin-left: 20px;
}

div#contenu ol ul ul {
  margin-left: 20px;
}

div#contenu li{
  margin-left: 15px;
  margin-bottom: 5px; 
}

div#contenu img{
	margin: 10px;
}

/* Pied */
div#pied {
  padding-top: 20px;
  text-align: center;
  color: #999;
  font-size: 10px;
}
div#pied a{
  color: #999;
}

td input[type=text] {
	width: 365px;
}

label
{
	display: block;
	/* width: 70px; */
	margin-right: 20px;
	float:left;
}


/*Livre d'or et Faq : style formulaire d'envoi*/
table#formulaire_livre{
	width: 400px;
	
	margin: auto;
	margin-bottom: 10px;
	
	background-image: url('/img/fond1.png');
	border: 0px;
}

table#formulaire_faq{
	width: 485px;
	height: 316px;
	
	margin: auto;
	margin-bottom: 10px;
	
	background-image: url('/img/fond2.png');
	border: 0px;
}

#formulaire_livre td, #formulaire_livre th, #formulaire_faq td, #formulaire_faq th{
	border: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#formulaire_livre table td, #formulaire_livre table th, #formulaire_faq table td, #formulaire_faq table th{
	padding: 0px;
}


#formulaire_livre input, #formulaire_faq input{
	width: 300px;
}

#formulaire_livre .formulaire_top, #formulaire_faq .formulaire_top{
	padding-top: 30px;
}

#formulaire_livre .formulaire_finPartie, #formulaire_faq .formulaire_finPartie{
	padding-bottom: 20px;
}

#formulaire_txt{
	margin: auto;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}

#formulaire_captcha table{
	background: transparent;
	margin: auto;
	padding: auto;
	
	border: 0px;
	width: auto;
}

#formulaire_captcha input{
	margin: auto;
	padding: auto;
	
	width: 100px;
}

#formulaire_send input{
	margin-top: 10px;
	margin-bottom:20px;
}

