/************* STRUCTURE *************/
#bloc-conteneur {
	position:relative;	
	width:960px;
	margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#tranche-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:151px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	font-family: "Times New Roman", Times, serif;

}

#tranche-02 {
	position:absolute;
	background-image: url(../images/tranche_02.jpg);
	background-repeat: no-repeat;
	left:0px;
	top:151px;
	width:960px;
	height:78px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#tranche-03 {
	position:absolute;
	z-index:1;
	left:0px;
	top:229px;
	width:960px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 20px;
}

#tranche_03_img {
	position: absolute;
	right: 0px;
	top: 0px;
}

/************* STYLES GENERAUX *************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin:0;
}

A:link {
color : #060eb4;
text-decoration : none;
}

A:visited {
color : #060eb4;
text-decoration : none;
}

A:hover {
color : #5d62c3;
text-decoration : none;
}

/************* STYLES CLASSIQUE *************/

img {
border:0;
}

hr {
	color: #000000;
	height: 2px;
	width: 500px;
}

/************* STYLES SPECIFIQUE *************/

#xiti {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#return_home {
	position: absolute;
	right: 0px;
	bottom: 1px;
}

#menu-deroulant {
position:absolute;
z-index:2;
}