
.global {	
	height:100%;
	width:100%;
	background-color:#494949;
}
.centrage {
	left:50%;
	margin-left:-500px;
	width:1000px;
}
.menu {
	z-index:10;
	width:942px;
	padding-left:29px;
	padding-right:29px;
}


.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;
}
.header_recherche {
	position:absolute;
	top:17px;
	right:12px;
	width:244px;
	height:54px;
	background-image:url(../Images/fond_header_recherche.jpg);
	background-repeat:no-repeat;
}
.header_recherche_texte {
	position:absolute;
	top:10px;
	left:10px;
}

.header_recherche_input {
	position:absolute;
	top:25px;
	left:10px;
	width:195px;
	height:18px;
}
.header_recherche_ok {
	position:absolute;
	top:25px;
	right:12px;
}




/* INPUT */
.fake {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-style:normal;
	color:#333333;
	background-color:transparent;
	border:none;
	height:16px;
	background-repeat:none;
}
.fake_input {
	width:243px;
	height:16px;
	background-image:url(../Images/fond_fake_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_input_recherche {
	width:195px;
	height:16px;
	background-image:url(../Images/fond_fake_input_recherche.jpg);
	background-repeat:none;
}
.fake_select {
	width:243px;
	height:18px;
	background-image:url(../Images/fond_fake_input.png);
	background-repeat:none;	
}
.fake_select:focus{background-color:#999999;}
.fake_select:active{background-color:#999999;}

.fake_textarea {
	width:243px;
	height:48px;
	background-image:url(../Images/fond_fake_textarea.png);
	background-repeat:none;
}
.fake_textarea_inscription {
	width:243px;
	height:103px;
	background-image:url(../Images/fond_fake_textarea_inscription.png);
	background-repeat:none;
}


/* ModalBox */
.ModalBox {
	height:auto;
	width:695px;
	margin-top:20px;
}
.ModalBox_Top {
	width:695px;
	height:15px;
	background-image:url(../Images/fond_modal_box_top.png);
	background-repeat:no-repeat;
}
.ModalBox_Contenu {
	width:695px;
	height:200px;;
	background-image:url(../Images/fond_modal_box_ligne.png);
	background-repeat:repeat-y;
}
.ModalBox_Contenu_Alerte {
	width:635px;
	padding:50px 30px 30px 30px;
	height:auto;
	background-image:url(../Images/fond_modal_box_ligne.png);
	background-repeat:repeat-y;
	text-align:center
}
.ModalBox_Bottom {
	width:695px;
	height:15px;
	background-image:url(../Images/fond_modal_box_bottom.png);
	background-repeat:no-repeat;
}

	
