body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.submit {
	background-color: #356AA0;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
	border: 1px #ffffff solid;
}

.msg {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.important {
	color: #ff0000;
	font-weight: bold;
}

.encartTitre {
	position: relative;
	width: 560px;
	height: 24px;
	background-image: url(../img/encart/bg-up.png);
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 40px;
}

.encartContenu {
	position: relative;
	width: 600px;
	height: 134px;
	background-image: url(../img/encart/bg-bas.png);
}

.encartCateogire {
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 12px;
}

.encartImage {
	position: absolute;
	top: 16px;
	left: 16px;
}

.encartDescription {
	position: absolute;
	top: 16px;
	left: 152px;
	color: #555555;
	line-height: 18px;
	font-size: 12px;
	width: 432px;
	text-align: justify;
}

.encartFiche {
	position: absolute;
	top: 100px;
	right: 16px;
}

.encartSite {
	position: absolute;
	top: 100px;
	left: 152px;
}

.encartSite a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.encartFiche img {
	vertical-align: middle;
}

.encartFiche a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#conteneur {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#menu {
	background-color: #C3D9FF;
	padding: 5px;
	position: relative;
	background-image: url(../img/bg.png);
	color: #ffffff;
}

#menu a {
	color: #ffffff;
}

#filAriane {

}

#liens {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 400px;
	text-align: right;
}

#colOne {
	width: 640px;
	float: left;
}

#colTwo {
	width: 250;
	float: right;
	text-align: center;
	padding-right: 5px;
}

.sep {
	clear: both;
	border-bottom: 1px #36393D solid;
	margin-top: 40px;
	margin-bottom: 20px;
}

#footer {
	text-align: center;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: normal;
}

a {
	color: #356AA0;
}