@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;
}

table.NoSpace {
	border-collapse:collapse;
}

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

/* systeme page */
.systeme_page {
	position:relative;
	width:710px;
	text-align:right;
	clear:both;
}
.systeme_page_element {
	position:relative;
	float:right;
	margin-right:3px;
	padding-top:5px;
}

html, body {
	height:100%;
}
.global {
	background-color:#e7eaef;		
}


.centrage {
	position:relative;
	left:50%;
	margin-left:-475px;
	width:926px;
	padding-left:12px;
	padding-right:12px;
	height:100%;	
	background-color:white;
	background-image:url(Images/fond_degrade.jpg);
	background-repeat:no-repeat;
	background-color:white;
	overflow:hidden;
}


.header {
	position:relative;
	height:138px;
	width:100%;
	margin-top:10px;
}



.header_menu {
	position:relative;
	height:30px;
	width:100%;
}




.contenu {
	position:relative;	
	clear:both;
	width:926px;
	height:auto%;	
	z-index:10;
	background-color:white;
}

.Footer {
	position:relative;
	clear:both;
	padding-top:20px;
	width:100%;
	z-index:1;
	text-align:center;
}

.fond_centre_haut {
	position:relative;
	width:970px;
	height:10px;
	z-index:1;
	background-image:url(Images/fond_centre_haut.gif);
}

.fond_centre_bas {
	position:relative;
	width:970px;
	height:10px;	
	z-index:1;
	background-image:url(Images/fond_centre_bas.gif);
}



/*********** INPUT ************/

.Selecteur {
	width:200px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-style:normal;
	color:#333333;
}

.FakeInput {
	height:14px;
	width:193px;
	border: none;
}
.FakeTextArea {
	width:300px;
	height:125px;
	border:none;
	overflow:hidden;
}

.fakeinput_image {
	position:absolute;
	top:0px;
	left:0px;
}
.fakeinput_hidden {
	position: relative;
	text-align: left;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	height:20px;
	width:177px;
	padding-left:5px;
	padding-top:5px;
	border: none;
}






/* ELEMNTS */