.valider{
	width:58px;
	height:20px;
	border:none;
	vertical-align:middle;
}





/*/////////////////////////////////////
		    Le contenu
/////////////////////////////////////*/
#contenu{
	background:url(../theme/contenu.png) repeat-y;
	min-height:800px;
}

/* LEFT */
#conteneur_contact{
	float:left;
	width:645px;
	margin:0 0 50px 0;
}
#title_formulaire{
	margin:5px 0 25px 0px;
}
#separateur{
	text-align:center;
	margin:0 auto;
	padding:10px 0 0 0;
	width:617px;
}
#conteneur_champ_contact{
	float:left;
	width:627px;
	margin:10px 0 0 15px;
	padding:0 0 5px 0;
}
#conteneur_game_search{
	float:left;
	background-color:#f7f7f7;
	border:1px solid #e0e0e0;
	width:627px;
	margin:10px 0 0 15px;
	padding:0 0 5px 0;
}
#rechercher{
	float:right;
	margin:10px 0 0 0;
}
#nom_c{
	float:left;
	margin:5px 0 0 0;
}
#input_nom{

	margin:5px 0 0 100px;
}
#prenom_c{
	float:left;
	margin:5px 0 0 0;
}
#input_prenom{

	margin:5px 0 0 100px;
}
#mail{
	float:left;
	margin:5px 0 0 0;
}
#input_mail{

	margin:5px 0 0 100px;
}
#sujet{
	float:left;
	margin:5px 0 0 0;
}
#input_sujet{
    margin:5px 0 0 100px;
}
#title_message{
	margin:30px 0 0 0;
}
#fonction{
	margin:5px 0 0 0;
}
#box_txt{
	margin:5px 0 0 0;
}
.box{
	border:1px solid #74cde7;
	width:624px;
	height:200px;
}
#valider{
	float:right;
	margin:5px 0 0 0;
}

	
