@import url(./reset.css);
@import url(./common_tiny.css);

body {
	margin: 0;
	padding: 0;
	font: normal 86% Arial, Verdana, sans-serif;
	background: #fff;
	color: #000;
}
img {
	border: 0;
}

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.breaker {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
	visibility: hidden;
}
#messagebox {
	margin: 10px 0;
	padding: 10px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #000;
	visibility: hidden;
	display: none;
	border: 1px solid #9c0;
}


.wrapper {
	width: 960px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}


#global-head {
	background: #fff url(/images/dden_head_bg2.jpg) right top no-repeat;
	height: 147px;
	color: #000;
}
#global-head-page {
	background: #fff url(/images/dden_head_bg2.jpg) right top no-repeat;
	height: 80px;
	color: #000;
}
	#global-head-page #global-logo {
		width: 100%;
		height: 80px;
		background: transparent url(/images/dden_head_bg1.jpg) left top no-repeat;
		overflow: hidden;
	}
	#global-head #global-logo {
		width: 100%;
		height: 147px;
		background: transparent url(/images/dden_head_bg1.jpg) left top no-repeat;
		overflow: hidden;
	}
	#logo { margin-top: 12px; margin-left: 30%; overflow: hidden; }
	#logo-fede { margin-top: 6px; margin-left: 20%; overflow: hidden; }
	#global-head-page #logo {
		width: 10%; height: auto; margin-top: 5px; margin-left: 30%; overflow: hidden;
	}
	#global-head-page #logo-fede {
		margin-top: 0; margin-left: 20%; overflow: hidden;
	}
	
	
	
#navigation {
	font: normal 12px Arial, Verdana, sans-serif;
	color: #fff;
	background: white url(/images/bg_navigation.gif) 0 0 repeat-x;
	margin-bottom: 15px;
}
	#navigation a {
		color: #fff;
		text-decoration: none;
	}
	#navigation a:hover {
		font-weight: bold;
	}
	#navigation ul {
	}
	#navigation ul li {
		display: block;
		float: left;
		height: 26px;
		line-height: 26px;
		padding: 0 10px;
		background: transparent url(/images/bg_navigation_sep.gif) right 0 no-repeat;
	}
	#navigation ul li strong {
		font-weight: normal;
	}

	
	
#content {
	margin-bottom: 50px;
	overflow
}
	#ariane {
		height: 18px;
		line-height: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.2columns {
		clear: both;
	}
		.colR, .colL {
			float: left;
		}
		.colL {
			width: 72%;
			margin-right: 3%;
			overflow: none;
		}
		.colR {
			width: 25%;
		}
	div.bloc_news {
		width: 100%;
		/* 
		padding-bottom: 15px;
		margin-bottom: 30px;
		background: white url(/images/bg_news_sep.gif) right bottom no-repeat; */
		overflow: none;
		position: relative;
	}
		.bloc_news .Lien-Telechargement {
			margin-top: 20px;
			text-align: right;
		}
		.bloc_news .Lien-Telechargement a {
			font-size: 86%;
			color: #000;
		}
	.bloc_links {
		
	}
		.bloc_links a {
			color: #506f84;
			font-weight: bold;
			text-decoration: none;
		}
		.bloc_links a:hover {
			text-decoration: underline;
		}
		.bloc_links ul {
			margin-left: 15px;
			margin-bottom: 20px;
		}
		.bloc_links ul li {
			font-size: 12px;
			height: 25px;
			/* line-height: 25px; */
		}
	table.bloc_table {
		
	}
		table.bloc_table thead tr td {
			font: normal 11px Arial, Verdana, sans-serif;
			height: 30px;
			line-height: 30px;
			border-bottom: 1px solid #eee;
			padding: 0 2px;
		}
		table.bloc_table tbody tr td {
			font: normal 11px Arial, Verdana, sans-serif;
			height: 18px;
			line-height: 18px;
			border-bottom: 1px solid #eee;
			padding: 0 2px;
		}
	
.rubStyle {
	position: relative;
	padding: 10px;
	padding-top: 15px;
	background: white url(/images/bg_rubriques.jpg) left top no-repeat; 
	margin-bottom: 20px;
}
.rubStyle h3 {
	position: absolute;
	top: -8px;
	left: -6px;
}
.rubStyle h3#delegue {
	text-indent: -9999px;
	width: 145px;
	height: 15px;
	background: transparent url(/images/title_dden.gif) left top no-repeat; 
}
.rubStyle h3#actualites {
	text-indent: -9999px;
	width: 77px;
	height: 12px;
	background: transparent url(/images/title_actualites.gif) left top no-repeat; 
}
.rubStyle h3#documentation {
	text-indent: -9999px;
	width: 116px;
	height: 12px;
	background: transparent url(/images/title_documentation.gif) left top no-repeat; 
}
	
#global-footer {
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #eeeeee;
	color: #000;
	border-top: 1px solid #ccc;
	line-height: 20px;
	text-align: right;
}
	#footer {
	}