/*******************************************************************************************************************/
/*BASES*/	
*{
	color:#CCCCCC;
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	outline:none;
}

body{
	overflow:hidden;
	background: #111111;
	color:#CCCCCC;
	margin:0px;
	padding:0px;
	border:0px;
}


/*FENETRE PRINCIPALE !!! */
#main{
	position:absolute;
	left:50%;
	margin-left:-495px;
	margin-top:-314px;
	top:50%;
}

#centre{
	background-color:#171717;
}


#presentation{
float:right;
display:inline;
width:493px;
height:350px;
background:url(../images/images/presentation_01_05.jpg) no-repeat;
margin-right:20px;
margin-top:50px;
}

#img_presentation{
float:left;
display:inline;
width:341px;
height:444px;
background:url(../images/images/presentation_01_03.jpg);
margin-left:15px;
}

#titre{
margin-top:90px;
margin-left:15px;
font-weight:bold;
font-size:11px;
}

p{
font-size:10px;
margin-top:6px;
margin-left:15px;
margin-right:20px;
}

#enTete{
width:617px;
height:114px;
background:url(../images/haut.jpg) no-repeat;
}

a{
color:#28b4b0;
text-decoration:none;
outline:none;
}

a:hover{
color:#044450;
}

#contact1{
float:right;
display:inline;
margin-right:20px;
margin-top:40px;
width:414px;
	height:377px;
background:url(../images/images/contact_05.jpg) no-repeat;
}

#img_contact{
float:left;
display:inline;
width:471px;
height:381px;
background:url(../images/images/contact_03.jpg) no-repeat;
margin-left:5px;
margin-top:40px;
}

/*Formulaire de contact******************************************************/

#contact{
	padding:0px;
	width:414px;
}


form{
	width:414px;
	height:377px;
	margin-top:60px;
	margin-left:50px;
	padding:0px;

} 

fieldset{
	border:none;
	padding:0;
	border:0;
	margin:10px 0px 0px 0px;
}

legend{
	margin-left:-9px;
	margin-bottom:10px;
	margin-top: 3px;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}


label{
	margin-left:0px;
	width:100px;
	float:left;
	height:13px;
}

textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:220px;
	background-color:#181818;
	color:#fff;
	border-left:3px solid #16b2a7;
	padding-left:5px;
	margin-bottom:15px;
}

.inputSubmit{
	margin-left:100px;
	border:0;
	border-bottom:3px solid #16b2a7;
	background-color:#202020;
	color:#fff;
	width:226px;
}

.inputText{
	padding-left:5px;
	color:#fff;
	width:220px;
	height:13px;
	border-left:3px solid #16b2a7;
	margin-bottom:10px;
	background-color:#181818;	
}

.inputCheckbox{
	display:block;
	margin-bottom:10px;	
}

.inputText:hover{
	background-color:#044450;
	color:#fff;
}

.inputSubmit:hover{
	background-color:#044450;
	color:#fff;
	border-bottom:3px solid #fff;
}

.inputText:focus, .inputSubmit:focus{
	background-color:#CCC;
	color:#000;
}

.inputTextError{
	padding-left:5px;
	color:#fff;
	width:220px;
	height:13px;
	border-bottom:1px solid #990000;
	margin-bottom:10px;
	background-color:#141414;
}

.textAreaError{
	padding-left:5px;
	color:#fff;
	width:220px;
	border-bottom:1px solid #990000;
	margin-bottom:10px;
	background-color:#141414;
}

#formOK{
	margin:210px 0px 0px 100px;
}

