@charset "utf-8";
/* CSS Document */

h1 {
FONT-SIZE :30px ;
color : WHITE;
font-family : "Times new roman";
}

h2 { 
	text-align : center; 
}

h3{
FONT-SIZE :20px ;
color : #0066FF;
font-family : "Hobo std";
margin-bottom: 5px; 
}


a:link {
	color: white ;
	text-decoration: none ;
	font: bolder ;
}

a:active {
	color : red ;
	text-decoration: none ;
}

a:visited {
	text-decoration: none ;
	color : white ;
}

a:hover {
	text-decoration: none ;
	color : red ;
}

a img{
	border : none ;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image : url(images/fond.jpg);
	margin-left: 50%;
}

.haut {
height: 150px;
width: 700px;
margin-left: -350px;
background-color: black;
position: relative;
z-index: 1;
background-image:url(images/banniere.jpg) ;
border-left: solid ;
border-right: solid ;
}

.menu {	
	position : relative ;
	height : 20px;
	top : 110px ;
	left : 20px ;
	width : 650px;
	font-size : 16px;
}

.contenu  {

position: absolute ;
min-height: 100%;
height: auto !important;
height: 100%;
margin-top: -150px;
margin-left: -350px;
width: 700px;
border-right :solid #000 ;
border-left :solid #000 ;
background-image : url(images/BackgroundOK.jpg);
background-repeat: no-repeat ;
background-color : white ;
font-family : "Calibri";
}

.contenu a{
	color : blue ;
	text-decoration : underline ;
	}
.contenu a:hover{
	color : #646464 ;
}

.float_gauche {
	float : left ;
	margin-right : 10px ;
	margin-bottom : 20px ;}

.padding {
padding-top : 150px ;
padding-left : 10px ;
padding-right : 10px ;
padding-bottom : 50px;
}

.page {
position : absolute ;
bottom : 10px ;

}

.admin {
position : absolute ;
bottom : 10px ;
font-size : 12px;
margin-top: 20px ;
}

.logo {
	position : absolute ;
	top : -5px;
	left : 0px;
}




