div#principal {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	width: 902px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-y;
}

div#header {
	position: relative;
	width: 100%;
	height: 145px;
	border-bottom: 0px solid #000;
	background-image: url(../../public/images/header.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}


	div#header_logo {
		position: relative;
		float: left;
		width: 394px;
		height: 100px;
		border: 0px solid #000;
	}
	
	div#header_auth {
		position: relative;
		float: right;
		width: 400px;
		height: 80px;
		border: 0px solid #000;
		padding-top : 10px;
		padding-right: 20px;
		text-align: right;
		color:#FFF;
		line-height:20px; /*sépare les input saisi des login / mot de passe*/
	}
	
	div#boite_menus_niv1 {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 400px;
		height: 22px;
		border: 0px solid #000;
	}

	
	div#header_pub {
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 470px;
		height: 60px;
		border: 0px solid #F00;
		margin:5px;
		margin-right:15px;
		padding:0px;
	}


div#consultation {
	position: relative;
	float: left;
	margin-bottom: 30px;
	width: 660px;
	min-height: 400px;
	_height: 400px;
	border: 0px solid #000;
	background-color: #FFF;
	z-index:1;
}
	
	
	div#boite_consultation{
		border: 0px solid #000;
		margin: 10px 30px;
		text-align:justify;
		border: 0px solid #000;
	}
		div#entete_page {
			position: relative;
			margin-top: 30px;
			margin-bottom: 20px;
			padding-bottom: 0px;
			padding-left: 0px;
			width: 100%;
			height:25px;
			line-height:25px;
			
			border: 0px solid #F00;
			background-image: url(../images/separateur.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
		}
		
		div.colonne{
			position: relative;
			float:right;
			margin-left:20px;
			border: 0px solid #000;
			text-align:center;
		}
		
		div.boites_actualites {
			position: relative;
			padding: 6px 8px;
			min-height: 30px;
			_height: 30px;
			line-height: 32px;
		}
		
		/* Page Société > Liens utiles */
		div.lien_ut_img {
			position: relative;
			float: left;
			width: 100px;
			height: 30px;
			border: 0px solid #000;
			background-position: right;
			background-repeat: no-repeat;
		}
		
		div.lien_ut_lien {
			position: relative;
			margin-bottom: 10px;
			_width: 400px;
			min-width: 400px;
			height: 30px;
			border: 0px solid #000;
			line-height: 30px;
			text-indent: 20px;
		}
		
		
		/**************************************** PAGE AVEC LE FEED RSS + PAGE AVEC LES ACTU *****************************************/
		div#rss_entete {
			position: relative;
			margin-top: 25px;
			width: 580px;
			height: 59px;
			border: 0px solid #000;
			background-image: url(../images/bandeau_rss.jpg);
		}
		
		div#actu_entete {
			position: relative;
			margin-top: 25px;
			width: 580px;
			height: 59px;
			border: 0px solid #000;
			background-image: url(../images/bandeau_news.jpg);
		}
		
			div#rss_titre {
				position: relative;
				height: 18px;
				padding-top: 5px;
				padding-left: 50px;
				font-weight: bold;
			}
			div#rss_date {
				position: relative;
				height: 20px;
				text-align: right;
				padding-right: 40px;
				font-style: italic;
				font-size: 10px;
			}
			
		div#rss_info {
			position: relative;
			padding: 0px 10px 0px 10px;
			width: 558px;
			border-left: 1px solid #919191;
			border-right: 1px solid #919191;
			border-bottom: 1px solid #919191;
		}
		
			div#rss_info p#lire_suite {
				height: 20px;
				text-align: right;
			}
			
		/******************************************************************************************************************************/


div#modules {
	position: relative;
	float: left;
	width: 240px;
	min-height: 400px;
	_height: 400px;
}
	div#boite_mouvante {
			position: absolute;
			top: 0px;
			width: 229px;
			min-height: 30px;
			_height: 30px;
			border: 0px solid #00F;
		}
		
		div#titre_module_news {
			margin-top:16px;
			margin-bottom:0px;
			background-image:url(../images/module_news.jpg);
			background-repeat:no-repeat;
			width: 217px;
			height: 24px;
			line-height: 24px;
			padding-left: 20px;
			font-weight: bold;
		}
			div#titre_module_news a{
				text-decoration:none;
				color:#000;
			}
		
		div#module_news {
			position: relative;
			width: 217px;
			height: 200px;
			_height: 200px;
			background-color: #FFF;
			border-left: 1px solid #999;
			border-bottom: 1px solid #999;
			border-right: 1px solid #999;
			overflow: hidden;
		}
		
			div.actu_mod {
				position: relative;
				padding: 6px 8px;
				width: 210px;
				min-height: 30px;
				_height: 30px;
				border-bottom: 1px dashed #BBB;
			}
			
			div.actu_img {
				position: relative;
				float: left;
				margin-right: 5px;
				width: 35px;
				height: 35px;
				border: 0px solid #000;
				background-repeat: no-repeat;
				background-position: center;
			}
			
	div#titre_module_rss {
		margin-top: 16px;
		background-image: url(../images/module_rss.jpg);
		background-repeat: no-repeat;
		width: 217px;
		height: 24px;
		line-height: 24px;
		padding-left: 20px;
		font-weight: bold;
	}	
	div#module_rss {
		clear: both;
		position: relative;
		margin-bottom: 10px;
		padding-top: 4px;
		/*padding-bottom: 10px;*/
		width: 217px;
		min-height: 200px;
		_height: 200px;
		background-color: #FFF;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
	}


div#footer {
	clear: both;
	position: relative;
	padding-top: 8px;
	width: 100%;
	height: 42px;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	line-height: 15px;
	color: #FFF;
}	
	div#footer_realisation {
		position: relative;
		margin-top: 18px;
		margin-left: 10px;
		_margin-left: 5px;
		float: left;
		width: 150px;
		border: 0px solid #000;
	}
	
	div#footer_boite_centree {
		position: relative;
		margin-left: 200px;
		width: 500px;
		border: 0px solid #000;
	}
		
		div#footer_liens {
			position: relative;
			padding-right: 5px;
			float: left;
			width: 180px;
			border: 0px solid #000;
			color: #FFF;
			text-align: right;
		}
		div#footer_adresse {
			position: relative;
			padding-left: 10px;
			float: right;
			width: 300px;
			text-align: left;
			border-left: 1px solid #DDD;
		}


