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

html, body , div, h1, form {
	margin:0; 
	padding:0; 
	display:block;
	font-size:0px;
}

img {
	border:none;	
}

a {
	cursor:hand;
}

hr {
clear:left;
visibility:hidden;
height:0px;
}

.global {
	background-image:url(images/fond.jpg);
	background-repeat:repeat;
}



.centrage {
	position:relative;
	top:0px;
	left:50%;
	margin-left:-405px;
	width:811px;
	height:auto;
}

.bande-haut {
	position:relative;
	margin-top: 17px;
	width:811px;
	height:7px;
}

.bande-fond {
	position:relative;
	height:auto;
	width:811px;	
	background-image:url(images/bande-fond.jpg);
	background-repeat:repeat-y;
	min-height:506px; !important
}

.bande-bas {
	position:relative;	
	width:811px;
	height:7px;
}



.logo {
	position:relative;
	top:-3px;
	height:172px;
	width:803px;
}

.menu {
	position:relative;
}

.footer {
	clear:both;
	position:relative;
	width:811px;
	height:25px;
}

.centre {
	position:relative;
	width:803px;
	height:auto;
	left:4px;
}

.contenu {
	position:relative;
	min-height:506px;
	height:auto;
	clear:both;
	
}


.champ_input {
	margin:0px;
	padding:0px;
	border: 1px solid #c7c7c7;	
	height:20px;	
	background-color:white;
	font-family:"Times New Roman", Times, serif
	font-size:14px;
	color:black;
	font-style:normal;
	font-weight:bold;
	text-decoration : none ;
	margin-right:15px;
}


.submit_input {
	margin:0px;
	margin-top:2px;
	padding:0px;
	border:1px  #c7c7c7 solid;
	height:22px;	
	background-color:white;
	font-family:"Times New Roman", Times, serif
	font-size:14px;
	color:black;
	font-style:normal;
	font-weight:bold;
	text-decoration : none ;
}