
.global {	
	height:100%;
	width:100%;
	background-color:#ffffff;
	background-image:url(../Images/fond_global_corpo.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.centrage {
	left:50%;
	margin-left:-500px;
	width:1000px;
}
.menu {
	z-index:10;
	width:942px;	
	padding-left:29px;
}
.menu_element {
	float:left;
	height:28px;
}


.footer {
	clear:both;
	width:976px;
	padding-left:12px;
	padding-right:12px;
	padding-top:20px;
	z-index:100px;
	height:60px;
	background-repeat:no-repeat;
}
.table_espace {
	height:5px;
}


/* HEADER */
.header {
	width:100%;
	height:105px;
}
.header_logo {
	position:absolute;
	height:105px;
	width:777px;
}
.header_droite {
	position:absolute;
	left:777px;
	height:105px;
	width:223px;	
}
.header_bouton {
	position:absolute;
	top:30px;
	left:14px;
	width:196px;
	height:42px;
}





/* INPUT */
.fake {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-style:normal;
	color:#333333;
	background-color:transparent;
	border:none;
	height:16px;
}
.fake_corpo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-style:normal;
	color:#666666;
	background-color:transparent;
	border:none;
	height:18px;
}
.fake_input {
	width:243px;
	height:16px;
	background-image:url(../Images/fond_fake_corpo_input.png);
	background-repeat:none;
}
.fake_input_contact {
	width:150px;
	height:16px;
	background-image:url(../Images/fond_fake_input_contact.png);
	background-repeat:none;
}

.fake_select {
	width:243px;
	height:18px;
	background-image:url(../Images/fond_fake_corpo_input.png);
	background-repeat:none;
}
.fake_textarea {
	width:243px;
	height:48px;
	background-image:url(../Images/fond_fake_corpo_textarea.png);
	background-repeat:none;
}
.fake_textarea_long {
	width:475px;
	height:48px;
	background-image:url(../Images/fond_fake_corpo_textarea_long.jpg);
	background-repeat:none;
}
.fake_input_colonne_contact {
	width:160px;
	height:18px;
	background-image:url(../Images/fond_fake_input_colonne_contact.jpg);
	background-repeat:none;
}
.fake_input_form_corpo {
	width:475px;
	height:16px;
	background-image:url(../Images/fond_fake_input_form_corpo.jpg);
	background-repeat:none;
}


/* ModalBox */
.ModalBox {
	height:auto;
	width:685px;
	margin-top:20px;
}
.ModalBox_Top {
	width:685px;
	height:10px;
	background-image:url(../Images/fond_modal_box_corpo_top.png);
	background-repeat:no-repeat;
}
.ModalBox_Contenu {
	width:685px;
	background-color:white;
}
.ModalBox_Contenu_Alerte {
	width:635px;
	padding:50px 25px 30px 25px;
	height:auto;	
	background-color:white;
	text-align:center
}

.ModalBox_Bottom {
	width:685px;
	height:10px;
	background-image:url(../Images/fond_modal_box_corpo_bottom.png);
	background-repeat:no-repeat;
}

	
