body
{
	background: #343B3D;
	font-family: Helvetica, Tahoma, Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	margin: 0px;
	margin-top: 60px;
}
body a
{
	color: #373D3F;
}
body a:hover
{
	text-decoration: none;
}
body a img
{
	border: 0px;
}
.gauche
{
	float: left;
}
.droite
{
	float: right;
}
label /* Pour les formulaires */ 
{
	display:block;
	width:200px;
	float:left;
}
.erreur
{
	width: 90%;
	margin: auto;
	min-height: 40px;
	padding: 5px;
	padding-left: 47px;
	background: #FFEC00 url("../images/site/erreur.png") no-repeat center left;
	border: 3px solid #FF9B00;
	color: black;
}
input, textarea, select, .chat, .erreur, .info, button, .bulle2, .bouton_2, .bouton_3
{
	-moz-border-radius : 5px;
}
input, textarea, select, .chat, button
{
	background: url("../images/site/imput.gif") repeat-x white;
	border: 1px solid #C4C4C4;
}
textarea, .chat
{
	background: url("../images/site/logo2-sims3.png") no-repeat center right white;
}
.info
{
	width: 90%;
	margin: auto;
	min-height: 40px;
	padding: 5px;
	padding-left: 47px;
	background: #ADC9EF url("../images/site/info.png") no-repeat center left;
	border: 3px solid #6296DD;
	color: black;
}
#noscript
{
	position: fixed;
	left: 10px;
	top: 300px;
	width: 200px;
	height: 150px;
	background: #FFEC00;
	border: 3px solid #FF9B00;
	text-align: center;
	padding-top: 5px;
	z-index: 10000;
}