
body {
	/*background-color: #242163;*/
	background-color: #c1c1ff;
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-right: 0px;
}

H1 {
	font-size: 90%;
}

a {
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#blanc {
	background-color: #ffffff;
	background-image: url(../images/bird-white_bg.gif);
	background-repeat: no-repeat;
	background-position: 10 50;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
}

div#bleu {
	background-color: #242163;
	background-image: url(../images/bird-blue_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	width: 50%;
	height: 100%;
	left: 50%;
	top: 0px;
	padding: 0%;
	margin: 0%;
}

div#contenu {
	position: absolute;
	width: 78%;
	height: 70%;
	top: 10%;
	z-index: 3;
	padding-left: 11%;
	padding-right: 11%;
}

div#liens {
	position: absolute;
	width: 45%;
	left: 55%;
	top: 5%;
}

div#logo {
	position: absolute;
	bottom: 2%;
	/*top: 70%;*/
	left: 2%;
}

div#image {
	background-image: url(../images/gris.gif);
	background-repeat: repeat;
	position: absolute;
	top:40%;
	/*width: 78%;*/
	vertical-align: top;
	padding: 1px;
}

div#txt {
	width: 81%;
	margin-left: 20%;
	margin-right: auto;
}

img#tom {width:40%; float: left; margin-right: 5px;}
