﻿/* -- Corps du site -- */

body {margin-top: 0;}

.fond_tableau {
	background-image: url('Images/Mise_en_page/Fond.jpg');
	width: 980px;
	height: 608px
}

td.bandeau {padding-top:120px;} /* Décalage interne du td (remplace les Br)*/
td.bandeau_contenu {padding-top:80px;} 

/* -- Menu -- */

.menu_navigation {
	border: 2px solid #FFFFFF;
	background-image: url('Images/Mise_en_page/fond_tableau.jpg');
	font-family: "Comic Sans MS";
	color: #462300;
}

.menu_navigation a {padding-right: 22px;}
.menu_navigation a:hover {background:url(Images/Mise_en_page/empreinte.gif) right no-repeat;} /* Image de survol pour les liens du menu */

.icone_accueil {
	border-style: solid;
	border-width: 0;
	text-align: center;
	}
.icone_accueil a:hover {background:none;} /* Aucune image de survol pour le lien accueil */
.icone_accueil a {background:none;} 

.menu_HG { /* Onglet en haut à gauche */
	width: 19%; 
	height: 31px;
	text-align: center;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}

.menu_BG { /* Onglet en bas à gauche */
	width: 19%;
	height: 42px;
	text-align: center;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.menu_B { /* Onglet en bas */
	width: 19%;
	height: 42px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.menu_H { /* Onglet en haut */
	width: 19%;
	height: 31px;
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
}

.menu_HD { /* Onglet en haut à droite */
	width: 19%;
	height: 31px;
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}
.menu_BD { /* Onglet en bas à gauche */
	width: 19%;
	height: 42px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}

/* -- Contenu -- */

table.contenu {width:900px;}
table.contenu a {color: #CF3E03;}  /* Définition de la couleur des liens inclus dans la table "contenu" */
table.contenu a:hover {text-decoration: none;} /* Juste le texte au survol du lien */

/* -- Styles généraux -- */

.presentation_image {width: 225px ; vertical-align:top;} /* Images de présentation */

.center_image {
	text-align: center;
}

.droite_image {
	text-align: right;
}

.colonne_ecriture { /* Style de texte général du site */
	font-family: "Comic Sans MS";
	color: #CF3E03;
	width: 220px;
}

a {
	color: #462300;
}

a.actif {
	color:#F7DAC0; /* Couleur des liens actifs */
	text-decoration:none; /* Afficher uniquement le texte */
	}

.pas_de_bordure {
	font-family: "Comic Sans MS";
	color: #CF3E03;
	border: none;
	text-decoration: underline;
}

.titre_page { /* Titre de chaque page */
	font-family: "Comic Sans MS";
	font-size:x-large;
	text-decoration:underline;
	color: #CF3E03;
	margin: 0;
	padding:0;
	text-align:center;
} 

.souligner_texte {
	text-decoration: underline;
}

/* -- Certification page défault -- */

.certification {text-align:center; height:30px;}

/* -- Texte de la page Woodenpark -- */

.colonne_woodenpark {
	font-family: "Comic Sans MS";
	color: #CF3E03;
	width: 225px;
	font-size:small;
}

p.titre_woodenpark {
	font-size:medium;
	text-decoration:underline;
}
p.formation {
	font-size:medium;
	font-family: "Comic Sans MS";
	color: #CF3E03;
}
	

/* -- Avis -- */
.Contenu_Avis {
	/* Style de texte général du site */
	border-style: solid;
	border-width: 1px;
	font-family: "Comic Sans MS";
	color: #CF3E03;
	width: 225px;
	text-align: center;
}

.Contenu_Avis2 {
	/* Style de texte général du site */
	border-style: solid;
	border-width: 1px;
	font-family: "Comic Sans MS";
	font-size:small;
	color: #CF3E03;
	width: 225px;
	text-align: center;
}

Lien_Patte {
	font-family: "Comic Sans MS";
	color: #CF3E03;
	width: 225px;
	text-align: center;
}

/* -- Page contact -- */

.colonne_contact {
	font-family: "Comic Sans MS";
	color: #CF3E03;
	width: 350px;
	font-size:small;
}
