h1 {
	color: #0082c8;
}
h2 {
	color: #0082c8;
}
a {
	color: #0082c8;
}
#menu li a {
	background-image: url(../images/menu_bleu.gif);
}
#menu li a:hover, #menu li.actif a {
	color: #0082c8;
}
#logo {
	background-image: url(../images/logo_general.gif);
}

#nouvelle {
	width: 330px;
	margin-left:180px;
	border-left: 1px solid #3a3a3a;
	padding-left: 15px;
	margin-top: 15px;
}

#nouvelle p {
	text-align: justify;
}

#nouvelle p.suite a, #realisations p.suite a{
	background-image: url(../images/bullet_bleu.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 13px;
}

#nouvelle p.suite {
	text-align: right;
}
 #realisations p.suite {
 text-align: right;
 margin-right: 15px;
}

#realisations {
	float: left;
	width: 180px;
	border-right: 1px solid #3a3a3a;
	margin-top: 5px;
}

*html #realisations {
	margin-right: -4px;
}

*html #nouvelle {
	margin-left: 0px;
}

#realisations img {
	border: 3px solid #3d3d3d;
	background-color: #242424;
	padding: 3px;
	
	margin-left: 2px;
	margin-bottom: 10px;
}

#realisations a:hover img {
	border: 3px solid #565656;
}