/* Réglages spécifiques au site Internet DIREN */

body {
	background:#005918;
}

/* Header */

div#header {
	background:#7fcf2e url(../banner.png) no-repeat;
}	

div#header a {
	color:#fff;
}

/* Menu 1 */

#menu1 td {
	color:#fff;
}

/* Menu 2*/

#menu2 {
	background:#2f5300;
}

#menu2 td {
	border-right:1px dotted #fff;
}

#menu2 a {
	color:#fff;
}

/* Sidebars */

div#sidebar_left {
	width:220px;
}

div#sidebar_right {
	width:260px;
}

/* Blocs des sidebars*/

.green_bloc {
	background:#7fcf2e;
}

/* Arrondis */

.hautgauche1, .hautdroit1, .basgauche1, .basdroit1, .hautgauche2, .hautdroit2, .basgauche2, .basdroit2  {
	height:15px;
	width:15px;
	background-repeat:no-repeat;
	font-size:1px;
}

/* Footer */

div#footer {
	background:#7fcf2e;
	color:#fff;
}

#menu3 a {
	color:#fff;
}

