table.contenu label {
display:block;
width:100px;
float:left;
}

table.contenu {
	background-color: #A9B8C2;
}

img {
    border:none
    }

tr.ligne_contenu td, tr.ligne_contenu2 td {
	padding:4px;
}

tr.ligne_titre {
	height: 25px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #B80518;
	background-image: url('http://blogeee.net/forum/styles/blogeee1/theme/images/cellpic3.gif');
}

tr.ligne_titre2 {
	font-weight: bold; color : #333333;
	background-color: #E0E0E0;
	background-image: url('http://blogeee.net/forum/styles/blogeee1/theme/images/cellpic1.gif');
	height: 28px;
}

tr.ligne_titre td, tr.ligne_titre2 td {
	padding-left:4px;
}

tr.ligne_contenu {
	COLOR: black;
	BACKGROUND-COLOR:#eeeeee;
}

tr.ligne_contenu_np {
	COLOR: black;
	BACKGROUND-COLOR:#eeeeee;
}

td.padding {
	padding:4px;
}

tr.ligne_contenu2 {
	COLOR: black;
	BACKGROUND-COLOR:#eeeeee;
}

.image {
	border: 1px solid #000000;
}

.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #B4BAC0;
	color: #333333;
	padding: 2px;
}

.inputbox:hover {
	background-color: #FFFFFF;
	border: 1px solid #11A3EA;
	color: #333333;
	padding: 2px;
}

.inputbox:focus {
	background-color: #FFFFFF;
	border: 1px solid #11A3EA;
	color: #0F4987;
	padding: 2px;
}

.inputbox[disabled] {
	background-color: #EEEEEE;
	color: #AAAAAA;
}

textarea.inputbox {
	width:98%;
}

.bouton {
	color: #000;
	background-color: #FAFAFA;
	background-image: url("images/bg_button.gif");
	border: 1px solid #666666;
	padding: 2px;
}

.bouton:hover {
	color: #006699;
	background-color: #FAFAFA;
	background-image: url("images/bg_button.gif");
	border: 1px solid #11A3EA;
	cursor:pointer;
	padding: 2px;
}

div.postMeta {
	margin-bottom:10px;
}

/** cpanel settings **/

#cpanel {
	/*margin-left:75px;*/
}

#cpanel div.icon {
	text-align: center;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}

#cpanel div.icon a {
	display: block;
	float: left;
	border: 1px solid #f0f0f0;
	height: 160px;
	width: 150px;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
	font-weight:normal;
}

#cpanel div.icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}

#cpanel img  { padding: 5px; margin: 0 auto; }
#cpanel span { display: block; text-align: center; font-weight:bold;}

/*
	Vertical Accordions
*/

.axe_toggle {
	display: block;
	height: 30px;
	width: 100%;
	background: url(http://www.blogeee.net/images/degrade-gris.jpg) repeat-x top left #f1f1f1;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #f1f1f1;
	cursor: pointer;
	margin: 0 0 0 0;
	text-align:left;
}

.axe_toggle_active {
	background: url(http://www.blogeee.net/images/vide-titre.jpg) repeat-x top left #791015;
	color: #ffffff;
	border-bottom: 1px solid #791015;
}

.axe_contenu {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	width:100%;
	text-align:left;
}
	
.axe_contenu h2 {
	margin: 10px 0 10px 10px;
	text-align:left;
	color:#791015;
}

.axe_propositions {
	position:absolute;
	right:10px;
	top:4px;
}

.axe_container {
	position:relative;
}

