/* CSS Document */
	html, body {margin: 0; padding: 0; height: 100%;}
	
	body {
		background: white url(data/18-gauche.png) left top repeat-y;
	}
	
	div#page {
		position: relative;
		min-height: 100%;
		background: url(data/18-droite.png) right top repeat-y;
	}
	
	div#entete {
	height: 54px;
	background: url(../img/contact/fond-entete.gif);
	padding-left: 18px;
	padding-top: 65px;
	}
	
	div#menu {
	float: left;
	width: 205px;
	text-align: right;
	}

	div#contenu {
	padding: 0px 0 10px;
	margin: 0 20px 15px 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: justify;
	}
div#titre {
	background-image: url(../img/contact/titre.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
}	
	div#piedpage1 {
		height: 80px;
		clear: both;
	}	
	
	div#piedpage2 {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(../img/contact/fond-pied.gif);
	text-align: right;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
#piedpage2 a:link {
	color: #FFCC00;
	text-decoration: underline;
}
#piedpage2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#piedpage2 a:visited {
	color: #FFCC00;
}
	
	div#page {
		height: 100%;
	}
	div#piedpage2 {
		bottom: -33px;
		/* Corrige un décalage d'1px par rapport au bord inférieur (source du bug ?) */
	}
#colgauche {
	color: #993366;
	text-align: right;
	vertical-align: top;
	height: 25px;
	padding-top: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
#coldroite {
	color: #999999;
	text-align: left;
	vertical-align: top;
	height: 25px;
	padding-top: 12px;
	padding-left: 6px;
	padding-right: 6px;
}
input {
	background-color: #F8F9FA;
	border: 1px solid #CCCCCC;
}
select {

	background-color: #F8F9FA;
	border: 1px solid #CCCCCC;
}
textarea {

	background-color: #F8F9FA;
	border: 1px solid #CCCCCC;
}
#contenu a:link {
	color: #0000CC;
	text-decoration: underline;
}
#contenu a:hover {
	color: #0099FF;
	text-decoration: none;
}
#contenu a:visited {
	color: #0000CC;
}
#col1 {
	text-align: right;
	vertical-align: top;
	height: 27px;
	padding-right: 6px;
	color: #999999;
}
#col2 {

	text-align: left;
	vertical-align: top;
	height: 27px;
}
div#merci {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/contact/fond-merci.jpg);
	height: 197px;
	width: 265px;
	padding-top: 70px;
	padding-right: 150px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
}
#imgadroite {
	margin-left: 20px;
}
