/* Feuille de style du blog SERM -Renovation urbaine 
 créer par Julie Mandry Maetva Planet
*/ 


body{
	background:#014c73 url(../images/bg_body.jpg) repeat-x;
	color:#003A61;
	font:70% "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif ;
	}
	
/* ================= LAYOUT ================
==============================================*/

#page{
	margin:0 auto;
	width:1000px;
	}

#top{
	background:url(../images/bg_top.jpg) no-repeat;
	height:30px;
	padding: 0 30px 0 30px;
	}
	
#bandeau{
	}
	
#header{
	}

#main{
	background:url(../images/bg_main.jpg) repeat-y;
	padding:0 10px;
	}
	
#sidebar{
	float:left;
	width:218px;
	background:url(../images/bg_left.jpg) no-repeat;
	margin:30px 0 0 10px;
	}

#content{
	margin:0 0 0 232px;
	}

#footer{
	background:url(../images/footer.jpg) no-repeat bottom;
	height:29px;
	line-height:29px;
	padding:0 30px;
	}

.spacer{
	clear:both;
	}

/* ================= BALISES HTML ================
===================================================*/

table tr td, table tr td p{
	font-family:"Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif ;
	}

div{
	margin:0;
	padding:0;
	}

img{
	border:0;
	}
	
p{
	text-align:justify;
	font:1em "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif ;
	}

/* ================= GENERAL ================
===================================================*/

/*--- top ---*/

#top ul{
	margin:6px 0 0 0;
	padding:0;
	padding:0;
	float:right;
	}
	
#top ul li{
	display:inline;
	list-style:none;
	}

#top ul li a{
	display:block;
	margin:0 10px;
	float:left;
	color:#A8000D;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	border-top:5px solid #fff;
	}
	
#top ul li a:hover{
	border-top:5px solid #ADC400;
	color:#ADC400;
	}

/* ----- header --- */

#header h1, #header h2{
	display:none;
	}

/* ---- sidebar ----*/

#sidebar ul{
	margin:20px 20px 20px 60px;
	padding:0;
	list-style:none;
	} 

#sidebar ul li{
	border-bottom:1px dashed #fff;
	margin:0 0 10px 0;
	padding:5px;
	} 
	
#sidebar ul li a{
	color:#A30001;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	}
	
#sidebar ul li a:hover, #sidebar ul li a#active_menu{
	color:#ADC400;
	}

#sidebar img{
	margin:10px 0 10px 30px;
	}


/* ---- content ----*/

#content{
	padding:10px 15px 0 0px;
	}

#content h2{
	font-size:1.8em;
	color:#0085C7;
	height:46px;
	line-height:55px;
	background:url(../images/bg_titre.jpg) no-repeat right;
	}
	
#content img{
	margin:10px;
	padding:8px;
	border:1px solid #d8d3cd;
	background-color:#fff;
	}
#content a{
	color:#A30001;
	text-decoration:none;
	font-weight:bold;
	}

#content a:hover{
	color:#ADC400;
	}
	
#content a.ensavoirplus{
	background:url(../images/fleur_rouge.gif) no-repeat right;
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	padding:0 25px 0 0;
	color:#A30001;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	}

#content a:hover.ensavoirplus{
	color:#ADC400;
	background:url(../images/fleur_verte.gif) no-repeat right;
	}


	
/* ---- footer ----*/

#footer a{
	color:#003A61;
	text-decoration:none;
	}
	
#footer a:hover{
	text-decoration:underline;
	}


