body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#600;
	text-align:center;
}

h2 {
		color:#030;
		font-size:22px;
	}

#globale {
	width:955px;
	margin:0 auto 0 auto;
	text-align:left;
}

	#menu {
		width:915px;
		height:39px;
		padding:0 20px;
	}
	
	
	
		#menu table{						
			border-spacing:0;
			font-size:12px;
			line-height:12px;
			text-transform:uppercase;		
		}
		#menu td.celMenu {
				height:39px;	
				padding:0 8px;
				vertical-align:middle;
			}
				#menu td.celMenu:hover {
					background-color:#FFF;
					color:#600;
				}
		
		#menu td {
			padding:0;	
		}
		
		
		#menu a{
			color:#fdf8ce;	
			font-weight:bold;
			text-decoration:none;			
		}
		
		#menu a:hover {
			color:#600;
		}
			
			td.fondVert {
				background-color:#CC3;
				width:1px;
				height:21px;
			}
		
			/*
			#menu table tr td {
				
				vertical-align:middle;				
				height:39px;
			}
			#menu table tr td:hover {				
				background-color:#FFF;				
			}
			
				#menu table table{
					height:100%;	
				}
				td.celMenu {
					padding:0 4px;					
					height:auto;
				}
				
				td.celMenu:hover{
					color:#600;	
				}
				#menu td a{
					color:#fdf8ce;	
					font-weight:bold;
					text-decoration:none;
				}
				#menu td a:hover{
					color:#600;
				}
				td.fondVert {
					background-color:#CC3;
					width:1px;
				}
				*/
	.TDDernier {
		border-right:2px solid #CC3;
	}
	
	#corps {
		clear:both;
		width:inherit;	
	}

		#corpsHaut {
			width:785px;;
			height:28px;
			background-image:url(../images/corpsHaut.gif);
			padding:20px 0 0 170px;
		}
			#sousMenu {
				
				
			}
			#sousMenu a.actif {
				color:#600;
				text-decoration:none;
				font-weight:bold;
			}
			#sousMenu a {
				color:#993;
				text-decoration:none;
				font-weight:bold;
			}
			#sousMenu a:hover{
				color:#000;	
			}
		
		#corpsCentre {
			width:inherit;	
			background-color:#CC6;
		}
		
		#corpsBas {
			clear:both;
			width:inherit;
			height:59px;
			background-image:url(../images/corpsBas.gif);			
		}
			#corpsBasContenu {
				padding-top:18px;
				text-align:center;	
				text-transform:uppercase;
				color:#CC0;
				font-weight:bold;	
			}
				#corpsBasContenu img {
					vertical-align:middle;	
				}
		
	#pied {
		width:inherit;
		height:61px;
		background-image:url(../images/pied.gif);
	}
		#piedContenu {
			padding-top:18px;
			text-align:center;
			color:#FFF;
		}
		
		#piedContenu a {
			color:#CC0;	
			text-decoration:none;
		}
		#piedContenu a:hover {
			color:#FFF;	
		}
/*****************************************************/

td.alignementHaut {
	vertical-align:top;	
}
td.alignementBas {
	vertical-align:bottom;	
}

.sousTitre {
	color:#CC3;
	font-size:16px;
	font-weight:bold;	
}

.curseurMain {
	cursor:pointer;	
}