html
{
	background-image : url('images/background.png') ;
	background-repeat : no-repeat ;
	background-color : #000000 ;
	color : #FFFFFF ;

}

body
{
	width : 1000px ;
}

img
{
	border :0px ;
}

.haut
{
	text-align : center ;
	padding-left : 20px ;
	display: block;
}

.haut .titre
{
	font-size : 25px ;
	color : blue ;
	margin : 0px ;
}

.menu
{
	margin : 0px ;
	padding-top : 130px ;
	padding-left : 20px ;
	position : absolute ;	
}

.menu .lien
{
	background-repeat : no-repeat ;
	height : 32px ;
	color : #FFFFFF ;
}

.menu .lien a
{
	background-image : url('images/item-menu.png') ;
	padding-left : 30px ;
	color : #FFFFFF ;
	text-decoration : none ;
}

.menu .lien a:visited
{
	background-image : url('images/item-menu.png') ;
	padding-left : 30px ;
	color : #FFFFFF ;
	font-weight : bold ;
}

.menu .lien a:hover
{
	color : green ;
	font-style : italic ;
}

.corps
{
	padding-left : 190px ;
	margin-left :10px ;
	width : 800px ;
	padding-top : 15px ;
	position : absolute ;

}

.corps .titre
{
	margin : 0px ;
	text-align : center ;
	color : yellow ;
	font-size : 20px ;
	font-weight : bold ;
}

.corps .menu2
{
	text-align : center ;
}

.corps .colonnes
{
	display : block ;
	position : absolute ;
	width : 100% ;

}
.corps .colonne1
{
	position : absolute ;
	width : 200px ;
	display : block ;
}

.corps .colonne2
{
	position : absolute ;
	padding-left : 400px ;
	display : block ;
}

.corps .colonne-bas
{
	top : 300px ;
	display : block ;
	position : absolute ;
}

/******************/
/******************/
/******************/
.centrer
{
	text-align 	: center ;

}

.convert-type
{
	position	: absolute ;
	right 		: 385px ;
	text-align 	: right ;
}

.convert-champ
{
	text-align 	: left ;
	padding-left 	: 240px ;
	position	: relative ;
}


.pbloc
{
	padding-top : 10px ;
	padding-left : 180px ;
}

.phaut
{
	background-image : url('images/haut.png') ;
	background-repeat : no-repeat ;
	margin : 0 ;
	font-weight	: bold ;
	padding-top : 5px ;
	padding-left 	: 10px ;
	padding-bottom : 10px ;
}

.pmilieu
{
	background-image : url('images/milieu.png') ;
	background-repeat :  repeat-y ;
	margin : 0 ;
}

.pmilieu-centrer
{
	background-image : url('images/milieu.png') ;
	background-repeat :  repeat-y ;
	margin : 0 ;
	text-align : center ;
	padding-right : 200px ;
	
}

.pmilieu-centrer a
{
	color : white ;
}

.pbas
{
	background-image : url('images/bas.png') ;
	height : 15px ;
	background-repeat : no-repeat ;
	margin : 0 ;
}
