*
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

html, body 
{
	height:100%;
}

img, input {
	border: 0px;
}

/* *** GLOBAL ******************** */
#global 
{
	position:relative;
	min-height:100%;
	width:635px;
	margin:0px auto;
	overflow:hidden;
}

#encart_gris {
	background: #f5f5f5;
	display: block;
	border: 1px solid #d2cece;
	text-align: center;
	overflow: hidden;
}

h1 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #5b5b5b;
	font-size: 18px;
	font-weight: bold;
	height: 75px;
	line-height: 75px;
}

h2 {
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	background: #88c438 url(h2.png) no-repeat;
	height: 59px;
	line-height: 59px;
}

#inscription {
	font-size: 10px;
	font-family: Verdana;
	color: #909090;
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	position: relative;
}

#inscription form {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 210px;
	line-height: normal;
	margin: 15px 0px 0px 0px;
}

#inscription form #txt_nl {
	width: 118px;
	height: 25px;
	background: #ffffff url(txt_nl.png) no-repeat 0px 0px;
	padding: 8px 10px 0px 10px;
	line-height: normal;
	margin: 0px;
	float: left;
}

#inscription form #txt_nl.yellow {
	background: #ffffff url(txt_nl.png) no-repeat 0px -33px;
}

#inscription form #btn_nl {
	background: #0481d1 url(btn_nl.png) no-repeat;
	width: 57px;
	height: 33px;
	color: #ffffff;
	line-height: normal;
	margin: 1px 0px 0px 5px;
	float: left;
}

#inscription form span.error
{
	position:absolute;
	top: -13px;
	left: 3px;
	font-family:Verdana;
	font-size:10px;
	color:#C60000;
}
#inscription form span.vert
{
	position:absolute;
	top: -13px;
	left: 3px;
	font-family:Verdana;
	font-size:10px;
	color:#88c438;
}

#lien_gauche, #lien_droite {
	width: 300px;
	height: 130px;
	margin: 15px 0px 0px 0px;
	float: left;
}

#lien_droite {
	float: right;
}

#lien_gauche a, #lien_droite a {
	float: left;
	color: #68a4ca;
	font-family: Verdana;
	font-size: 11px;
	display: block;
	clear: both;
	line-height: 20px;
	width: 100%;
}

#plaquette {
	height: 110px;
	text-align: center;
	clear: both;
	line-height: 30px;
	padding: 20px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #5b5b5b;
}

#plaquette a {
	font-size: 11px;
	font-weight: normal;
	color: #88c438;
}

#plaquette img {
	margin: 0px 0px -2px 0px;
}

#footer {
	background: #f5f5f5;
	display: block;
	border: 1px solid #d2cece;
	text-align: left;
	overflow: hidden;
	height: 115px;
	padding: 20px 0px 0px 15px;
	font-size: 11px;
	font-family: Verdana;
	color: #5b5b5b;
	line-height: 20px;
	position: relative;
}

#footer a {
	color: #88c438;
	text-decoration: none;
}

#footer #ancien_site {
	position: absolute;
	top: 100px;
	right: 15px;
	color: #68a4ca;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}