/* Fichier css du site aikido-piedmont.eu */

/* Styles communs à tous les fichiers object*/
body
{
	width: auto;
	margin: 0px auto; /* Pour centrer notre page horizontalementhaut et bas */

	font-family: Verdana;
}

#en_tete
{
	width: 760px;
	height: 200px;
	background-image: url("images/banniere-piedmont01.png");
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.hautbanniere
{
	height: 140px;
}

 .titre
 {
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	height: auto;
 }


 #pied_de_page
 {
 	clear: left;
 	background-image: url("images/paper_japanese01.jpg");
 	height: auto;
 }

 .etiquette_pied
 {
 	clear: left;
 	text-align: center;
 	font-weight: bold;
 }

 .contacts
 {
 	font-size: 12px;
 	text-align: center;
 	float: left;
 	margin-top: 20px;
 	width: 20%;
 }

 .credits
 {
 	margin: 20px;
 	clear: left;
 	width: auto;
 	text-align: center;
 	font-size: 10px;
 }

 #menubar
 {
 	background-image: url("images/paper_japanese01.jpg");
 	width: 160px;
 	background-repeat: repeat-y;
 	margin-right: 0px;
 	margin-bottom: 20px;
 	margin-top: 0px;
  padding-top: 10px;
 }

 .element_menu_accueil
 {
 	margin-bottom: 20px;
  margin-top: 0px;
 	padding-left: 10px;
 }

 .element_menu_accueil h3
 {
 	font-size: 14px;
 	background-color: #B8A163;
     text-align: center;
 }

 .element_menu_accueil a
 {
 	color: black;
 	text-decoration: none;
 }


 .element_menu_accueil a:hover
 {
 	color: white;
 }

 .element_menu
 {
 	margin-bottom: 20px;
 	padding-left: 10px;
 }

 .element_menu h3
 {
 	font-size: 14px;
 	background-color: #B8A163;
 }
 .element_menu a
 {
 	font-size: 12px;
 	text-align: justify;
 	text-decoration: none;
 	color: black;
 }

 .element_menu  a:hover
 {
 	font-weight: bold;
 }
