/* CSS Document */
	html, body {margin: 0; padding: 0; height: 100%;}
	
	body {
		background: white;
	}
	
	div#page {
		position: relative;
		min-height: 100%;
	}
	
	div#entete {
	height: 54px;
	background: url(../img/internet/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/internet/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/internet/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 ?) */
	}

#contenu a:link {
	color: #0000CC;
	text-decoration: underline;
}
#contenu a:hover {
	color: #0099FF;
	text-decoration: none;
}
#contenu a:visited {
	color: #0000CC;
}
#colgauche {
	background-position: left top;
	padding-right: 15px;
	padding-left: 15px;
	width: 15%;
}
#coldroite {
	text-align: left;
	vertical-align: top;
	width: 35%;
	padding-bottom: 15px;
}


#imgadroite {
	margin-left: 20px;
}
