/* ------------------------------------------------------------------------
	Import
------------------------------------------------------------------------- */
	
	@import url('titles.css');


/* ------------------------------------------------------------------------
	Content Redefinition
------------------------------------------------------------------------- */

	* { margin: 0; padding: 0; border: 0; }
	
	body {
		/*font: 62.5%/1.2 Georgia, Times, Serif;*/
		font: 10px Georgia, Times, Serif;
		line-height:18px;
		background: #0080da;
	}
	
	p { margin: 0 0 15px 0; }
	
	a { color: #666; }
	a:hover { color: #000; }

/* ------------------------------------------------------------------------
	Shell
------------------------------------------------------------------------- */

	#wrap {
		position: relative;
		width: 760px;
		margin: 0 auto 30px auto;
		padding: 17px 0 0 0;
	}
	
	#header {
		width: 760px; height: 255px;
		background: url(../media/images/all/backgrounds/header.jpg) top left no-repeat;
	}
	
	#content-container {
		padding: 0 0 15px 0;
		background: url(../media/images/all/backgrounds/content_bottom.gif) bottom left no-repeat;
	}
	
	#content {
		clear:both;
		width: 622px;
		padding: 22px 60px 1px 68px;
		margin: 0 0 0 5px;
		background: url(../media/images/all/backgrounds/content_pattern.gif) top left repeat-y;
		color: #666;
		font-size: 1.3em;
		min-height: 100%;
		overflow:hidden;
		zoom:1; /*IE6*/
	}
	img.img_content{
		float:left;
		margin-right: 20px;
		margin-bottom: 12px;
	}
	
	#content div.caption {
		float: left;
		padding: 2px;
		margin: 0 20px 10px 0;
		width: 150px;
	}
		#content div.caption img { border: 0; padding: 0; margin: 0 0 3px 0; }
		#content div.caption p { float: none; clear: both; font-size: 0.86em; line-height: 1em; margin: 0 0 4px 0; }


/* ------------------------------------------------------------------------
	Content
------------------------------------------------------------------------- */

	.txt_fort{
	font-weight: bold;
	}
	.date_small{
	margin-top:-10px;
	color:#0080da;
	font-size: 11px;
	}
	p.souligneBas{
	padding-bottom: 20px;
	border-bottom: solid #ccc 1px;
	}

	#content h3 { margin: 25px 0px 10px 0px; color:#0080da; }
	
	#content h2 { margin: 0px 0px 0px 0px;}
	
	.switchcontent{
	background-color:#fff;
	}
	
	.splitter{
	margin: 0 -60px 20px -60px;
	border-bottom: solid #0080da 1px;
	}
	
	#content .details {
		float: right;
		margin: 0 0 10px 12px;
		background: url(../media/images/all/backgrounds/detailsbox_top.gif) top left no-repeat;
	}
	
		#content .details .content {
			width: 160px;
			margin: 9px 0 0 0;
			padding: 10px 20px 1px 20px;
			background: url(../media/images/all/backgrounds/detailsbox_content.gif) bottom left no-repeat;
		}
		#content .details img{
			margin: 0px 0 0 -16px;
			padding: 0px 00px 0px -15px;
		}
	
		#content .details ul { list-style: none; margin: 0 0 15px 1px; }
		
			#content .details ul li { margin: 0 0 7px 0; }
			
				#content .details ul li ul { margin: 0 0 0 10px; font-size: 0.9em; }


/* ------------------------------------------------------------------------
	Misc
------------------------------------------------------------------------- */

	.small { border: 1px red solid; height: 20px; overflow: hidden; }
	
	#overlay {
		display: none;
		position: absolute;
		top: 0; left: 50%;
		opacity: 0.5;
		margin: 0 0 0 -380px;
	}
	
	ul{
	margin:0 0 15px 25px;
	}
	
	
	/*Portes Ouvertes Page*/
	
	
	.entete_lieux {
	background-image: url(../media/images/all/backgrounds/detailsbox_content.gif);
	text-align: center;
	padding: 6px 0 6px 0;
	color:#0080da;
	font-weight: bold;
	margin: 20px 0 0 0;
	}

	div.caption {
	float: left;
	padding: 2px;
	margin: 0 20px 10px 0;
	width: 150px;
	}
	div.caption img { border: 0; padding: 0; margin: 0 0 3px 0; }
	div.caption p { float: none; clear: both; font-size: 0.9em; line-height: 1em; margin: 0 0 4px 0; }

	
	/*Publications et liens Page*/
	
	.bloc_bleu {
	background-image: url(../media/images/all/backgrounds/detailsbox_content.gif);
	padding: 14px 6px 14px 6px;
	margin: 20px 0 20px 0;
	}
