* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

body {
	background: url(images/fd_page.jpg) #ebebeb top center;
	color: #333;
	font-size: 12px;
	font-family: "Trebuchet MS", arial;
	text-align: center;
}

a {
	color: #a25fa6;
	text-decoration: none;
}

a.lire {
	display: block;
	margin-top: 15px;
	text-align: left;	
	font-size: 12px;
	color: #a25fa6;
	text-decoration: underline;
}

a.lire:hover {
	text-decoration: none;
}

a.plus {
	display: block;
	margin-top: 15px;
	text-align: center;	
	font-size: 13px;
	color: #a25fa6;
	font-weight: bold;
	text-decoration: none;
}

a.plus:hover {
	text-decoration: underline;
} 

#url_site {
	background-color: #000;
	color: #525252;
	font-size: 13px;
	text-align: center;
	padding: 10px 0;
	overflow: hidden;
}

#url_site span {
	display: block;
	width: 978px;
	margin: 0 auto;
	text-align: left;
}   

#liens {
	display: block;
	width: 959px;
	margin: 20px auto 10px auto;
	text-align: right;
}

#liens span.spacer {
	margin: 0 10px;
}

#liens a {
	color: #666;
	font-size: 11px;
}

#liens a:hover {
	color: #a25fa6;
}           

#banniere {
	display: block;
	width: 1010px;
	height: 441px;
	overflow: hidden;
	background: url(images/fd_banniere.png) no-repeat;
	position:absolute;
	top: 79px;
	left: 50%;
	margin-left: -505px;  
}

#billet_humeur {
	display: block;
	width: 969px;
	height: 404px;
	margin-top:18px;
	margin-left:20px;
}

.date_article {
	display: block;
	font-family: arial;
	font-size: 10px;
	color: #a25fa6;
	margin-bottom: 20px;
}

.texte_edito {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #8a8a8a;
	margin-bottom: 20px;
}


#blocks {
	display: block;
	width: 1010px;
	height: 386px;
	overflow: hidden;
	background: url(images/fd_blocks.png) no-repeat;
	margin: 0px auto;
	margin-top:-10px;
}

.block {
	display:block;
	float: left;
}

.block p {
	color: #666;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

.block p strong {
	color: #333;
}

.block h1 {
	margin-top: 155px;
	font-size: 27px;
	text-transform: uppercase;
}

.subh1 {
	font-weight: normal;
	display: block;
	font-size: 14px;
	margin-top: -5px;
}

#tempsforts {
	width: 239px;
	height: 348px;
	background: url(images/fd_tempsforts.jpg) no-repeat;
	margin-left: 20px;
	margin-top: 18px;
}

#communiques {
	width: 244px;
	height: 348px;
	background: url(images/fd_communiques.jpg) no-repeat;
	margin-left: 1px;
	margin-top: 18px;
}

#tempsforts p, #communiques p {
	margin-top: 15px;
}

#interventions {
	width: 242px;
	height: 348px;
	background: url(images/fd_interventions.jpg) no-repeat;
	margin-left: 1px;
	margin-top: 18px;
}

#deplacements {
	width: 241px;
	height: 348px;
	background: url(images/fd_deplacements.jpg) no-repeat;
	margin-left: 1px;
	margin-top: 18px;
}

#interventions p, #deplacements p {
	margin-top: 26px;
}

#contenu {
	width: 974px;
	margin: 10px auto;
}

#nav {
	display: block;
	width: 240px;
	float: left;
	text-align: left;
}

#nav h3 {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}   

#nav ul { }

#nav li {
	list-style: none;      
	font-size: 11px;
	padding: 10px 0 10px 25px;  
	border-bottom: 1px dotted #999;  
	background: url(images/puce_nav.png) 0px 6px no-repeat;   
	font-weight: bold;
} 

#nav li a {
	color: #333;
} 

#nav li a:hover {
	color: #a25fa6;   
}     

#articles {
	width: 704px;
	margin-left: 30px;
	float: left;
}

#search {
	height: 28px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}

.callage {
	width: 330px;
	margin-left: 392px;
}

#search label {
	display: block;
	float: left;
	width: auto;
	margin-right: 10px;
	margin-top: 4px;
	font-size: 18px;
	font-weight: normal;
}

#search #ch_recherche {
	width: 162px;
	height: 30px;
	background: url(images/fd_recherche.png) no-repeat; 
	padding: 0 5px;
	color: #666;
	font-weight: bold;
	font-size: 14px;
	float: left;
}

#search #bt_envoi {
	display: block;
	float: left;
	width: 36px;
	height: 30px;
	background: url(images/bt_ok.png) no-repeat; 
	margin-top: 2px;
}

.article_une {
	display: block;
	width: 330px;
	border-right: 1px dotted #999;
	float: left;
	text-align: left;
	margin-right: 20px;
	padding-right: 20px;
}

.article_une h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.article_une p {
	color: #666;
	text-align: justify;
}

.article_une img {
	background: #fff;
	padding: 5px;
}

#footer {
	width: 400px;
	font-size: 12px;
	color: #999;
	font-weight: 100;
	padding: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 120px;
	margin-left: -200px;
}

