/*Ceci est un fichier CSS, appelé "style.css" */


*	/*Remet à zéro les marges des navigateurs*/
{
	padding: 0;
	margin: 0;
}

html	/*Force l'affichage de la barre de défilement dans Firefox*/
{
	height: 101%;
}

body		/*Corps*/
{
	width: 95%;
	margin: auto;
	padding: 20px;
	background-color: #257C0D;
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	font-size: 0.9em;
}

#wrapper
{
	color: black;
	background-color: #257C0D;
}

/*Liens*/
a		/*Apparence du lien par défaut*/
{
	color: green;
	text-decoration: none;
}

a:visited	/*Apparence du lien déjà visité*/
{
	color: #c71585;
	text-decoration: underline;
}

a:hover	/*Apparence du lien lorsqu'on pointe dessus*/
{	
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

a:active	/*Apparence du lien lorsqu'on clique dessus*/
{
	color: magenta;
}

#logo		/*Logo FJK*/
{
	position: absolute;
	width: 110px;
	height: 110px;
	top: 30px;
	left: 45px;

	background: url("/images/png/logo_fjk.png") no-repeat;
}

#en_tete
{
	height: 85px;

	background-color: #d2ffd7;
	border: 2px solid #ffcd00;
}

h1
{
	font-size: 1.5em;
	text-align: center;
	color: #00E816;
	padding: 15px;
}

#menu	/*Zone de navigation*/
{
	width: 20%;
	float: left;
	margin: auto;
	margin-bottom: 20px;
}

.sous_menu
{
	margin-top: 20px;
	background-color: #d2ffd7;
	color: green;
	border: 2px solid #ffcd00;
}

ul
{
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

li
{
	text-indent:0;
	list-style-type: none;
}

h5
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: green;
	margin-top:10px;
}

#corps
{
	margin-left: 22%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	min-height: 450px;

	border: 2px solid #ffcd00;
	color: black;
	background-color:#d2ffd7;
	text-align: justify;
}

h2
{
	font-size: 2em;
	text-align: center;
	color: green;
	margin-bottom: 1em;
}

h4
{
	font-size: 1.3em;
	text-align: center;
	color: blue;
	margin-bottom: 1.5em;
}

p
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

strong
{
	color: red;
	font-weight: bold;
	font-size: 1.1em;
}

address
{
	padding-left: 60px;
}

.po  /*texte provisoire*/
{
	font-weight: bold;
	text-align: center;
}

.center
{
	text-align: center;
}

a img	/*supprimer la bordure (bleue) autour des images de lien*/
{
	border: none;
}

img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto 
}

.img_gauche	/*portrait Jeanne Kunkler*/
{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 170px;
}

.plans p
{
	text-align: center;
}

#comite
{
	text-align: center;
}

#pied_de_page p
{
	clear: left;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;

	font-size: 0.8em;
	text-align: center;
	background-color:#d2ffd7;
	border: 2px solid #ffcd00;
}
