#tableContact{
border-collapse:collapse;
font-size:12px; 
width:400px;
margin:0 auto;
color:#FFF;
}

#tableContact tr td{
padding:5px 0;
}

#tableContact .label{
width:150px;
}


#tableContact .input{
width:250px;
}

#tableContact .input .inputText{
width:100%;
color:#000;
}

#tableContact .textarea{
width:400px;
height:100px;
color:#000;
font-size:12px;
}

#tableContact .input .select{
width:100%;
color:#000;
}

#tableContact .input .select option{
color:#000;
}

#msgEnvoye,
#msgErreur{
width:400px;
padding:40px 0;
margin:0 auto;
color:#FFF;
text-align:center;
}

#msgErreur{
color:#C60506;
padding:20px 0;
}

.alerteConnexion{
	background:#373737;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	padding:10px;
}

.alerteConnexion h3{
	margin-bottom:10px;
	color:#FFF;
}

.alerteConnexion .texte{
	margin-bottom:10px;
}


.alerteConnexion a{
	color:#F00;
}
