


	#page {

		width : 998px;
		border : 1px solid #443F3E;
		border-top : none;
		border-bottom : none;
		position : relative;
		margin-left : -499px;
		left : 50%;
		background-color : white;
		float : left;

	}


		#entete {

			height : 260px;
			width : 998px;
			position : relative;
			float : left;

			background-color : white;
			/*font : normal 12px Helvetica, Arial, sans-serif;*/
			font : normal 12px Arial, Helvetica , sans-serif;

		}

		#corps { padding: 13px 0; float : left; width : 100%;  }

			#corpsPrincipal {

				width : 790px;
				position : relative;
				float : left;
				left : 11px;

			}


				#corpsGauche {

					width : 512px;
					margin : 3px 0 0 0;
					position : relative;
					float : left;

				}

				#corpsDroite {

					width : 250px;
					position : relative;
					margin : 0 0 20px 0;
					left : -18px;
					top : -19px;
					float : right;
					
				
				}

			#colonne {

				width : 189px;
				padding : 0 0 6px 0;
				position : relative;
				left : -10px;
				border-left : 1px solid white;
				
				float : right;
				/* background-color : #C3BDB1; */

			}

	#pied {

		position : relative;
		clear : both;

	}


