/***************************** CSS MODELE 3 ********************************/
body {
	background: #c6d7eb;
}
div {
	border: 0px solid black;
}
/***************************** DECOUPAGE DE LA PAGE ********************************/
#alt_contener_div {
	position: relative;
	z-index: 1;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #fff;
	background: #ffF;
}
#alt_balise_h1 {
	position: absolute;
	z-index: 1;
	padding: 2px;
}
#alt_bandeau {
	position: relative;
	z-index: 100;
	width: 950px;
	height: 149px;
	background: #c6d7eb url('./images/alt/bandeau_type.jpg') no-repeat;
}
#alt_page {
	position: relative;
	z-index: 1;
	width: 950px;
	background: #fff;
}
#alt_bas {
	position: relative;
	width: 950px;
}
#alt_liens {
	position: absolute;
	width: 80px;
	height: 75px;
	top: 17px;
	left: 800px;
}
#alt_liens a {
	float: left;
	padding: 6px 0px 4px 20px;
	color: #a9b1a9;
	background: url('./images/alt/pucelien.gif') 5px 11px no-repeat;
}
#alt_maj {
 position: absolute;
 top: 102px;
 right: 0px;
 width: 174px;
 text-align: center;
 color: #fff;
}
#menu {
	width: 770px;
	height: 32px;
	position: absolute;
	z-index: 100;
	top: 94px;
	left: 0px;
}
/***************************** PARTIE HAUTE ********************************/
#alt_balise_h1 h1 {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	color: #6f9bcc;
	font-size: 10px;
}
#lien_logo {
	position: absolute;
	width: 120px;
	height: 65px;
	top: 20px;
	left: 30px;
}