#contenu {
	margin:0px;
	padding:10px;
	width:600px;
}

#partiegauche {
	margin:0px;
	padding:0px;
	width:150px;
	text-align:left;
}

#partiedroite {
	width:122px;
    margin-right: 2px;
	display:block;
}

.deconnexion {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ff4019;
	text-decoration: underline;
}

.deconnexion:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ff6e3d;
	text-decoration: none;
}

.rubriques {
	width:242px;
	float:left;
	display:block;
	margin-left:8px;
	margin-bottom:15px;
}

.rubriques_titre {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #b2d63b;
}

.sousrubriques {
	margin-left:5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #9fa6ad;
}
.sousrubriques:hover {
	margin-left:5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #535353;
}

.cadremessageblog {
	margin:0px;
	padding:10px;
	background:#ffffff;
	border: solid 1px #0871b4;
    text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
	display:none;
}