/* initialisation des balises courantes */

body, ul, ol, li, img, html, div, table, td, tr, th, hr, 
object, tbody, dl, dt, h1, h2, h3, h4, h5, h6,
dd, input, textarea, embed, form, a, blockquote, label, 
span, select, p, colgroup, code, samp, pre {margin:0; padding:0;}

img {border:0;}

p {
	font-size:0.9em;
	line-height:1.4;
}

/* Réglage H*/

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Paramètrage des balises générales */
body {
	background-color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Page index - MENU */

#lpf_menuIndex {
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 1000px;
	}


/* Conteneurs */
#lpf_contain {
	background-color:#000;
	width:100%;
	width:1000px!important;
	height:560px;
	margin-top:-280px;
	margin-left:-500px;
	position: absolute;
	top: 50%;
	left:50%;
}

#lpf_contain2 {
	background-color:#000;
	width:auto;
	height:560px;
	margin-top:-280px;
	margin-left:-500px;
	position: absolute;
	top: 50%;
	left:50%;
}

#lpf_inside {background-color:#FFF; width:auto; height:500px; width:1000px!important;}
#lpf_inside2 {background-color:#FFF; width:auto; height:500px;}

/* Liste des Classes */
.lpf_txt_intro {
	font-size:10px;
	text-transform: uppercase;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	line-height:2.6;
}

/* Réglages Mainbody */

table#table_index{width:auto; height:500px;}

/* Réglages Menu Gauche */

img#menuLogo a:hover {
	background-image: url(../imgs/butt_illustr02.jpg);
	background-repeat: no-repeat;
}

/* Fond Formulaire */
input#email {
	background-color:#e13076;
	border:0 none;
	width:360px;
	height:20px;
	margin-top:2px;
	color:#000;
	font-weight:bolder;
	font-size: 12px;	
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
}

input#code {
	background-color:#FFFFFF;
	border:1px solid #e2e2e2;
	width:197px;
	height:25px;
	margin-top:2px;
	color:#CCCCCC;
	font-weight:bolder;
	font-size: 12px;	
	padding-left:10px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea#message {
	background-color:#e13076;
	border:0 none;
	width:360px;
	height:145px;
	margin-top:2px;
	color:#000;
	font-weight:bolder;
	font-size: 12px;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}

#baseline {
	width:640px;
	height:60px;
	padding:0;
	margin:0;
}

#baseline2 {width:100%; height:60px; padding:0px; margin:0px;}

#flop {padding-bottom:7px;}

.small-text {font-size:0.6em; font-style:italic; color:#CCCCCC;}
