/* CSS Document */

/***********************************************/
/* style                                       */
/***********************************************/

body{
	font-family: Arial;
	font-size: 15px;
	color: #000000;
	text-align: justify;
}

/***********************************************/
/* contenners                                  */
/***********************************************/
#global{
	width: 782px;
	height: 870px;
	margin: 0 auto;
	background-color: #ffffff;
	position:relative
}
/***********************************************/
/* 1ème ligne                                  */
/* content                                     */
/***********************************************/

#titre{
    float:left;
	width: 781px;
	height: 75px;
	margin-top: 0px;
	background-image: url(fond1.jpg);
}
/***********************************************/
/* 1ère ligne                                  */
/* menu  et  info                                    */
/***********************************************/

#menu{
	float:left;
	width: 191px;
	height: 736px;
}
#logo{
	width: 140px;
	height: 50px;
	margin-top: 2px;
	margin-left: 20px;
}
#menu1{
	width: 191px;
	height: 136px;
	margin-top: 0px;
}
/* index bloc info                       */
#info1{
	float:right;
	width: 590px;
	height: 736px;
	margin-top: 0px;
	overflow:auto;
}

/* pied de page                               */
#pied{
	width: 781px;
	height: 58px;
	margin-top: 0px;
	text-align: center;
}


