﻿
:target {
   	padding-top: 66px;
	margin-top: -66px;
}

/*liens non soulignés*/
	a:link {
text-decoration:none;
}

/*Barre haut de page*/
.barre{
   width: 100%;
   height: 23px;
   position: fixed;
   top:0;
   left:0;
   right:0;
   z-index: 1000;
}

/*Bandeau formulaire de recherche*/

#wrapper {
	width: 1012px;
	height: 32px;
	position: fixed;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	top: 0;
	margin-top: 23px;
	background-color: #990000;
	text-align: center;
	padding-top: 8px;
	z-index: 999;
}

#main{
	min-height: 100%;
	background-image: url(../boutons/page2.jpg);	
	background-color:#8090AB;
	width: 940px;
	padding: 45px 60px 0px 60px;
	margin: auto;
}

/*Barre de bas de page*/
   
.barrebas{
   width: 100%;
   height: 23px;
   position: fixed;
   bottom: 0px;
   left:0;
   right:0;
   z-index: 1000;
}

.italek {
	font-family: arial, no-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 100%;
}











