
			body {
				
				color: white;
				
				padding:0px;
				margin:0px;
				background-image:url('images/bg.gif');
			
			}
			
			#tabDoc
			{
				border-style:solid;
				width:550px;
				color:black;
			}
			
			#intro
			{
				position:absolute;
				background-color:blue;
				width:350px;
				height:150px;
				top:250px;
				z-index:1000;
				margin-left:auto;
				margin-right:auto;
				display:none;
			}
			
			#listConcepts
			{
				position:absolute;
				//background-color:red;
				margin-left:300px;
				//border-style:dashed;
				width:300px;
				height:60px;
				margin-top:40px;
				padding:0px;
			}
			#listConcepts span
			{
				font-size:18pt;
				color:black
			}
			
			#listConcepts li
			{
				display:none;
			}
			
			#central
			{
				background-color:white;
				width:800px;
				margin-left:auto;
				margin-right:auto;
			}
			
			#central2
			{
				
				width:840px;
				margin-left:auto;
				margin-right:auto;
				
			}
			
			#central3
			{
				
				width:880px;
				margin-left:auto;
				margin-right:auto;
				
			}
			
			#bann
			{
				background-image:url('images/bann1.png');
				height:167px;
			}
			
			#menu
			{
				margin-top:25px;
				position:relative;
				padding:0px;
				background-repeat:no-repeat;
				background-position:left bottom;
				width:228px;
				//background-color:green;
				background-image:url('images/topMenu.png');
			}
			
			#menu_content
			{	top:15px;
				position:relative;
				width:220px;
				background-image:url('images/ombreDroite.png');
				background-repeat:repeat-y;
				color:yellow;
			}
			
			#menu_top
			{
				background-image:url('images/topMenu.png');
				position:relative;
				width:220px;
				background-repeat:no-repeat;
				background-position:left top;
			}
			
			#menu_content a
			{
				color:white;
				text-decoration:none;
				background-image:url('images/topMenu.png');
			}
			
			#menu_content ul
			{
				margin-top:0px;
				color:white;
				list-style-type:none;
				
				
			}
			
				#contact
			{
				position:relative;
				background-color:pink;
				width:215px;
				
				height:90px;
			}
			
			#contact_content
			{
				width:130px;;
				margin-left:20px;
				background-color:black;
				height:100%;
				color:yellow;
			}
			
			#content
			{
				background-color:white;
				margin-left:220px;
				border-left-style:solid;
				border-left-color:grey;
				border-left-width:1px;
				color: black;
				padding:15px;
			}
			
			#content p
			{
				text-indent:35px;
				text-align:justify;
				font-size:18;
			}
			
			#footer
			{
				text-align:center;
				background-color:black;
				color:white;
			}
			
			#zone
			{
				position:absolute;
				width:220px;
				top:244px;
			}
			
			#boiteMenu
			{
				position:fixed;
				margin-top:00px;
				top:210px;
				left:142px;
				color:white;
				font-size:14pt;
			
			}
			
		
			
			#boiteMenu div
			{
				width:100%;
				text-align:center;
				background-image:url('images/ombreDroite.png');
					//height:90px;
				
			}
			
			#boiteMenu ul
			{	width:100%;
				padding:0px;
				padding-left:25px;
				margin:0px;
				list-style-type:none;
				text-align:left;
				
			}
			
			#boiteMenu a:hover
			{
				color:red;
			}
			
			#boiteMenu a{
				color:white;
				text-decoration:none;
				font-size:14pt;
			}
			
			#monMail
			{
				color:grey;
				font-style:italic;
				text-align:center;
			}
			
			#monMessage
			{
				color:grey;
				font-style:italic;
				text-align:center;
			}
			
			#dialog p
			{
				text-align:justify;text-indent:25px
			}
  
