* {
	margin: 0px;
	padding: 0px; }
	
html, body {
	height: 100%;
}

body {
	padding: 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1C2645; }

#page {
	position: relative;
	width: 760px;
	margin: 0px auto;
	background-color: #FFFFFF }
	
	
/***** Bannière et titre **********************************************************/

	#header {
		width: 760px;
		height: 93px; }
		
		#angleSupGauche {
			float: left;
			width: 12px;
			height: 93px;
			background-image: url('../IMG/design/angleSupGauche.gif'); }
		
		#banniere {
			float: left;
			width: 736px;
			height: 93px;
			background-image: url('../IMG/design/banniere.jpg'); }
		
		#banniere h1 {
			color: #1C2645;
			font-size: 26px;
			font-weight: bold;
			font-style: italic;
			margin: 15px 15px 15px 450px;
		}
		
		#angleSupDroite {
			float: left;
			width: 12px;
			height: 93px;
			background-image: url('../IMG/design/angleSupDroite.gif'); }


/***** Navigation ********************************************************************/
	
	#navigation {
		float: left;
		width: 180px;
		padding-top: 20px;
		padding-left: 12px; }
		
	* html #navigation {
		padding-top: 15px; }
	
		#navTop {
			width: 180px;
			height: 12px;
			background: url('../IMG/design/navTop.gif') no-repeat bottom; }
		
		#navContent {
			background: url('../IMG/design/navigation.gif') repeat-y; }
			
			#navigation dt {
				font-size: 14px;
				font-weight: bold;
				margin-left: 20px;
				line-height: 25px;
				padding-top: 10px;
				background: url('../IMG/design/navUnderlineDT.gif') no-repeat bottom left; }
			
			#navigation dd {
				list-style: none;
				font-size: 12px;
				margin-left: 40px;
				line-height: 20px;
				background: url('../IMG/design/navUnderlineDD.gif') no-repeat bottom left; }
			
			#navigation a {
				text-decoration: none;
				color: #1C2645;
				display: block; }
			
			#navigation dt a:hover {
				background: url('../IMG/design/navHoverDT.gif') no-repeat;
			}
			
			#navigation dd a:hover {
				background: url('../IMG/design/navHoverDD.gif') no-repeat bottom;
			}
			
		#navBottom {
			width: 180px;
			height: 12px;
			background: url('../IMG/design/navBottom.gif') no-repeat top; }
	
		

/***** Contenu principal page d'accueil **********************************************/
	
	#mainContentWithNews {
		margin-top: 8px;
		padding-left: 12px;
		float: left;
		width: 352px; }
	
		#mainContentWithNews h1 {
			font-size: 18px;
			font-weight: normal;
			margin: 10px 0px; }
		
		#mainContentWithNews p {
			margin: 10px 0px;
			text-align: justify; }
		
		#mainContentWithNews .articleTop {
			background: url('../IMG/design/articleAccueilTop.gif') no-repeat bottom;
			width: 352px;
			height: 24px;
		}
	
		#mainContentWithNews .article {
			padding-left: 26px;
			width: 300px;
		}
	
		#mainContentWithNews .articleBottom {
			background: url('../IMG/design/articleAccueilBottom.gif') no-repeat top;
			width: 352px;
			height: 24px;
		}

/***** Contenu principal sauf page d'accueil *****************************************/
	#mainContentNoNews {
			margin-top: 8px;
			padding-left: 30px;
			float: left;
			width: 508px; }
		
		#mainContentNoNews h1 {
			font-size: 18px;
			font-weight: normal;
			margin: 10px 0px; }
		
		#mainContentNoNews p {
			margin: 10px 0px;
			text-align: justify; }
	
		#mainContentNoNews .articleTop {
			background: url('../IMG/design/articleTop.gif') no-repeat bottom;
			width: 508px;
			height: 24px;
		}
	
		#mainContentNoNews .article {
			padding-left: 10px;
			width: 488px;
		}
	
		#mainContentNoNews .articleBottom {
			background: url('../IMG/design/articleBottom.gif') no-repeat top;
			clear: both;
			width: 508px;
			height: 24px;
		}
		
		#mainContentNoNews a.introBreve {
			color: #000000;
			text-decoration: none; }
		
		#mainContentNoNews a.introBreve:hover {
			color: #CDDAFE;
			text-decoration: underline; }

/***** News **************************************************************************/

	#news {
		float:right;
		width: 180px;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 12px; }
		
	.newsTop {
		background: url('../IMG/design/newsTop.gif') no-repeat bottom;
		width: 180px;
		height: 18px; }
	
	.newsContent {
		background-color: #1C2645; }
	 
		#news h2 {
			color: #FFFFFF;
			font-size: 14px; 
			font-weight: bold;
			text-align: center;
			padding: 10px; }
		
		#news p {
			color: #FFFFFF;
			font-size: 11px; 
			font-weight: normal;
			text-align: center;
			padding: 10px; }
			
		#news a {
			color: #FFFFFF;
			text-decoration: none; }
		
		#news a:hover {
			color: #CDDAFE; }
	
	.newsBottom {
		background: url('../IMG/design/newsBottom.gif') no-repeat top;
		width: 180px;
		height: 18px; }

/***** Pied de page et copyright *****************************************************/
	
	#bottom {
		clear: both;
		width: 760px;
		padding: 20px 0px;
		background: #1C2645 url('../IMG/design/bottom.gif') no-repeat; }
	
		#bottom h5 {
			color: #F0F0F0;
			font-size: 10px;
			text-align: center;
			margin: 10px 0px; }
		
		#bottom a {
			color: #F0F0F0; }
		
		#bottom a:hover {
			color: #CDDAFE; }
		
		#bottom img {
			border: solid #FFFFFF 1px; }
