#gauche{
	width: 168px;
	float: left;
	min-height: 300px;
	margin-left: 20px;
}
#droite{
	width: 168px;
	float: left;
	min-height: 300px;
}

#contenuD{
        margin-left: 20px;
        margin-right: 20px;
        width: 747px;
        float: left;
        min-height: 300px;
}
#contenuG{
        margin-left: 20px;
        margin-right: 20px;
        width: 747px;
        float: left;
        min-height: 300px;
}
#contenuF{
        margin-left: 20px;
        margin-right: 20px;
        width: 915px;
        float: left;
        min-height: 300px;
}

#contenuDG{
	margin-left: 20px;
	margin-right: 20px;
	width: 579px;
	float: left;
	min-height: 300px;
}
#gauche h2, #droite h2{
	display: block;
	border-bottom: 1px solid #7e7e7e;
	background: url(../images/fd_titre_gris.png) repeat-x center center #7e7e7e;
	min-height: 22px;
	line-height: 22px;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #ffffff;
	text-transform: uppercase;
}
#gauche ul, #droite ul{
	list-style: none;
}
#gauche ul ul,#droite ul ul{
	margin-left: 12px;
}
#gauche li, #droite li{
	display: block;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	padding-right: 6px;
	background: url("../images/fd_menu_puce.png") no-repeat left top;
}
#gauche li li, #droite li li {
	font-weight: normal;
}

#gauche li a, #droite li a{
	color: #000000;
	text-decoration: none;
}
#gauche li a:hover, #droite li a:hover{
	text-decoration: underline;
}
#gauche > div, #droite > div{
	margin-bottom: 20px !important;
}
#gauche .widget, #droite .widget{
	margin-left: auto;
	margin-right: auto;
}
.widget{
	border: 1px solid #7e7e7e;
}
.widget > div, .widget > ul{
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}
/* bloc actualités */
#actu h2{
	border: 1px solid #db7904;
	background: url(../images/fd_titre_orange.png) repeat-x center center #db7904;
	position: relative;
}
#actu h2.page_for_posts{
        padding: 0px !important;
}
#actu h2 span,
#actu h2 a{
        padding: 4px;
        padding-bottom: 2px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#actu > ul{
	padding: 6px;
	padding-top: 0px;
}
