* {
	color: dimgray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/*td {border: 1px dotted gray}
div {border: 1px solid orange}
img, form {border: 1px dashed blue}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow}
ul {border: 1px solid green}
li {border: 1px solid lightgreen}
*/

body {
  background-color: white;
}
a:link, a:visited, a:active, a:hover, a:focus {
	color: dimgray;
  text-decoration: underline;
}

.alcTable {
	border: 0px;
	border-spacing: 2px;
}

.alcTable td {
  padding: 1px 5px 1px 5px;
}

.alcTable a, .alcTable a:visited {
	color: whitesmoke;
  text-decoration: none;
}

h1 {
	font-size:25pt;
	color: red;
	margin: 10px 0 5px 0;
  font-weight: bolder;
}
h2 {
	font-size:140%;
	color: dimgray;
  font-weight: bolder;
	margin: 10px 0 5px 0;
}
h3 {
	font-size: 120%;
  font-weight: bolder;
  color: dimgray;
	margin: 10px 0 5px 0;
}
h4 {
  font-weight: bolder;
  color: dimgray;
	margin: 10px 0 5px 0;
}
h5 {
  font-weight: bolder;
  color: dimgray;
	margin: 10px 0 5px 0;
}
h6 {
  font-weight: bolder;
  color: cyan;
}
strong {
	font-weight: bolder;
}
em {
  font-style: italic;
}
p {
  margin-bottom: 10px;
}

.wiki_image {
  border: 1px solid dimgray;
  margin: 10px;
	padding: 3px;
}

#tete {
	height: 210px; /* Hauteur du logo */
  margin: 0px 100px 0px 100px;
	text-align: center;
  /*background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-position: center;*/
}
#logo {
	float: left;
	width: 249px; /* Dimensions de l'image */
	height: 200px;
/*	background-image: url(/images/logo.png);
	background-repeat: no-repeat;*/
}
#logo2 {
	float: right;
	width: 375px;
	height: 200px;
}

#titre_site {
	margin-top: 10px;
}
#titre_site a {
	color: indianred;
  text-decoration: none;
	font-size: 25pt;
	font-weight: bolder;
	font-family: comics;
}
#titre_site a:hover {
  text-decoration: underline;
}
.sous_titre_site {
  margin-top: 5px;
  font-weight: bolder;
  font-size: 12pt;
}
.tete_adresse_dojo {
	font-size: 10pt;
	text-align: center; 
}
.tete_info_adresse_dojo {
	font-size: 8pt; 
	text-align: center; 
	font-style: italic;
}
.tete_lien_plan_dojo a {
	font-size: 9pt;
	text-decoration: none;
	font-weight: bolder;
}
.tete_lien_plan_dojo a:hover {
	text-decoration: underline;
}

#bandeau {
	height:12px; /* Hauteur de l'image de fond */
	background-image: url(boite-bord-bas.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tabs {
	position: absolute;
	margin-top: -16px;
	margin-left: 0px;
	height:20px;
}
/*
.tab a:link, .tab a:visited {
	text-decoration: none;
}
.tab a:hover {
	text-decoration: underline;
}
*/

.tabs img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.tab {
	background-image: url(/images/tab_border_top.png);
	background-repeat: repeat-x;
	background-position: top;
}
.tab_selected {
	background-color: white;
	background-image: url(/images/tab_border_top.png);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bolder;
}
.menu_general_item {
	display: inline;
	font-size: 9pt;
}
.menu_general_item a:link, .menu_general_item a:visited, .menu_general_item a:active {
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
  color: dimgray;
}
.menu_general_item a:hover {
	text-decoration: underline;
	font-size: 9pt;
}
.article_sous_titre {
	font-size: 9pt;
}
.article_presentation {
	padding: 5px 0 5px 0;
	font-size: 9pt;
  font-weight: bolder;
  text-align: justify;
}
.article_contenu {
  text-align: justify;
}

#pied-page {
	clear: both;
	height: 30px;
	background-image: url(boite-bord-haut.png);
	background-repeat: repeat-x;
	padding: 15px;
	text-align: center;
	font-size: 80%;
  margin-top: 15px;
}
#fin_de_page {
  font-style: italic;
  text-align: center;
  margin-top: 20px;
}
#fin_de_page a:link, .legende a:visited {
  text-decoration: none;
  color: lavender;
}
#fin_de_page a:hover {
  text-decoration: underline;
  color: white;
}
#navig {
	float: left;
	width: 250px;
  height: 100%;
}
#infos {
	float: right;
	width: 250px;
  height: 100%;
}
#contenu-page {
	/* Marges gauche et droite �gales � la largeur des colonnes gauche et droite */
	margin: 0px 260px 0px 260px;
}
#contenu-page p {
/*  margin: 0px 0px 0px 0px;*/
  text-align: justify;
}
#contenu-page form p {
	margin: 20px 0 10px 0;
}
#contenu-page a:link, #contenu-page a:visited {
  text-decoration: underline;
  color: dimgray;
}
#contenu-page a:hover {
  color: black;
}
.info_texte {
}
.lien_texte {
}
.faq_question {
}
.faq_reponse {
}
.club_info {
}
#ariane {
	font-size: 80%;
	margin-bottom: 10px;
	list-style-image: url(puce.gif);
}
#pager a:link, #pager a:visited, #pager a:hover {
  font-size: 16px;
  font-weight: bolder;
  color: whitesmoke;
  text-decoration: none;
}
#pager a:hover{
  color: white;
  text-decoration: underline;
}
#pager_selected {
  color: red;
}

.navig_slogan {
  font-style: italic;
  text-align: center;
}
.navig_memo {
  text-align: justify;
}
.navig_item {
	/*list-style-image: url(images/puce.png);*/
  /*margin-left: 15px;*/
  list-style-type: square;
}
.navig_item a:link, .navig_item a:visited {
  text-decoration: none;
}
.navig_item a:hover {
  text-decoration: underline;
  color: black;
}
.navig_item li {
  margin-left: 25px;
  list-style-type: square;
}
.navig_form {
  width: 30px;
  /*margin-right: 33px;*/
  border: red 1px solid;
}
.navig_form2 {
  width: 30px;
  /*margin-right: 33px;*/
  border: pink 1px solid;
  text-align: right;
}
.menu_bandeau_item {
	display: inline;
  margin: 0;
	/*font-size: 70%;
  color: dimgray;*/
  /*padding-left: 14px;
  padding-right: 12px;*/
/*  background-image: url(images/separateur.gif);
  background-repeat: no-repeat;
  background-position: middle;*/
}
.menu_bandeau_item img {
  border: 0;
}
.menu_bandeau_item a:link, .menu_bandeau_item a:visited {
	font-weight: bold;
	text-decoration: none;
  color: dimgray;
}
.menu_bandeau_item a:hover {
	text-decoration: underline;
}
.menu_bandeau_item_important{
	display: inline;
  margin: 0;
	/*font-size: 70%;*/
  color: red;
  /*padding-left: 14px;
  padding-right: 12px;*/
  /*background-image: url(images/separateur.gif);
  background-repeat: no-repeat;
  background-position: middle;*/
  text-decoration: blink;
}
.menu_bandeau_item_important a:link, .menu_bandeau_item_important a:visited {
	font-weight: bold;
	text-decoration: none;
  color: red;
}
.menu_bandeau_item_important a:hover {
	text-decoration: underline;
}

.erreur {
  color: crimson;
}
.message {
	color: #8080C0;
  font-weight: bolder;
  margin: 5px 0 5px 0;
}
.saisie input, .saisie option, .saisie select, .saisie textarea {
  background-color: #E3E3E3;
  color: dimgray;
  border: 1px gray solid;
}
.popup {
  position: absolute;
  background-color: white;
}

.popup select {
	border: solid 1px black;
}

.boutons input {
  background-color: #EFEFEF;
  border: thin lightgrey outset;
  color: dimgray;
	padding: 0px 5px 0px 5px;
  margin: 4px 0px 8px 0px;
}
span.boutons input {
  background-color: #EFEFEF;
  border: thin lightgrey outset;
  color: dimgray;
	padding: 0px 5px 0px 5px;
  margin: 0;
}
.avis_titre {
  margin-top: 4px;
  /*text-decoration: underline;*/
}
.avis_contexte {
  font-style: italic;
}
.legende {
  font-style: italic;
  text-align: center;
}
.legende a:link, .legende a:visited {
  text-decoration: none;
  color: lavender;
}
.legende a:hover {
  text-decoration: underline;
  color: white;
}
.galerie_image {
  border-color: white;
  border-width: 2px;
  border-style: solid;
  padding: 5px;
}
.galerie_colonne1 {
  float: left;
  margin-left: 10px;
  width: 230px;
}
.galerie_colonne2 {
  margin-left: 10px;
  width: 230px;
}
.galerie_legende {
  font-style: italic;
  text-align: center;
  margin-bottom: 3px;
}
.synthese h2 {
  font-style: bolder;
  font-size: 100%;
  text-align: left;
  text-decoration: none;
  margin: 0px;
  color: white;
}
.synthese a:link, .synthese a:visited {
  font-style: bolder;
  text-decoration: none;
  color: lavender;
}
.synthese a:hover {
  text-decoration: underline;
  color: white;
}
.synthese_sous_titre {
  font-size: 100%;
  font-style: italic;
  text-align: center;
}
.citation {
  margin: 10px 20px 10px 20px;
  font-style: italic;
  text-align: justify;
}
.imprimer {
  float: right;
  width: 60px;
  margin: 0px 0px 20px 20px;
  text-align: center;
}
.video_comment {
	text-align: justify;
	font-style: italic;
}

