body {
	font-family: Arial;
	font-size: 11px;
	background-color: #CCCCCC;
	color: #333333;
	background-image: url(../images/background-body-wall.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container{
	width:600px;
	margin:auto;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 10px;
}
.titre{
	font-size:22px;
}
.titre2{
	color:#666666;
	font-size:14px;
}
#container2{
	width:600px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 10px;
	text-align:center;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
a{
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	color:#333333;
	font-weight:bold;
}
.color-red{
	color:#FF0000;
	font-weight:bold;
}
.td-top{
	vertical-align: top;
}

/* FORMULAIRE */
.search{
	width:260px;
}
input{
	font-family:Arial;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	padding-left: 3px;
	background:#EEF5F9;
	border: 1px solid #a3bdc8;
}
input:hover{
	border: 1px solid #33ccff;
}
input:focus, #commentform input[type="text"]:focus {
	background: #F1FFD5;
	border: 1px solid #33ccff;
}
textarea{
	font-family:Arial;
	font-size:11px;
	height:200px;
	width:350px;
	background:#EEF5F9;
	border: 1px solid #a3bdc8;
}
textarea:hover{
	border: 1px solid #33ccff;
}
.zoneembed{
	width:338px;
	height:200px;
}
textarea:focus, #commentform input[type="text"]:focus {
	background: #F1FFD5;
	border: 1px solid #33ccff;
}
.submitbutton {
	width: auto;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #587683;
	border: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.submitbutton:hover {
	background: #33ccff;
	border:none;
}
