/** CONTENER CENTER **/
#contener-center {
	position: relative;
	top: 0px;
	left: 1px;
	width: 400px;
	min-height: 750px;
	overflow: hidden;
	background: #fff;
	padding: 10px;
}

#contener-center table.blog {
	width: 510px;
}

#contener-center table.blog table {
	width: 510px;
}

#contener-center table.contentpaneopen {
	border: 1px solid #e1e1e1;
	padding: 5px;
	width: 500px;
}

#contener-center div.title {
	width: 100%;
	background-color: #de7701;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 20px;
	padding-top: 5px;
	margin-bottom: 15px;
}

#contener-center div.title span {
	margin-left: 15px;
}

/** Cadre Item **/

table.moduleCadre {
	border-top: 0.1px solid #932846;
	border-bottom: 0.1px solid #932846;
	border-left: 0.1px solid #932846;
	border-right: 0.1px solid #932846;
	width: 480px;
	background: #FFFFFF;
	margin-top: 20px;
}



/** ACCES MEMBRES **/
table.moduletableaccesmembres {
	border-top: 1px solid #565656;
	border-bottom: 1px solid #565656;
	width: 100%;
	background: #737172;
	margin-top: 20px;
}

table.moduletableaccesmembres th:first-child {
	color: #F3E0E5;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	background: #282626;
	display: block;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}

table.moduletableaccesmembres form.login {
	background: #F3E0E5;
	padding-left: 15px;
	text-align: left;
	margin-top: 15px;
}


table.moduletableaccesmembres table.login {
	margin-top: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
}

table.moduletableaccesmembres table.login input[type="text"], table.moduletableaccesmembres table.login input[type="text"] {
	border: 1px solid #fff;
	width: 100px;
	margin-bottom: 2px;
	margin-top: 4px;
}

table.moduletableaccesmembres table.login input[type="submit"], table.moduletableaccesmembres form.login input[type="submit"] {
	border: 1px solid #932846;
	background-color: #932846;
	font-size: 11px;
	color: #fff;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 8px;
}

table.moduletableaccesmembres table.login input[type="submit"]:hover, table.moduletableaccesmembres form.login input[type="submit"]:hover {
	/*border: 1px solid #932846;*/
	background: #333;
	color: #fff;
}

table.moduletableaccesmembres table.login a:link, table.moduletableaccesmembres table.login a:visited {
	color: #932846;
	text-decoration: none;
}

table.moduletableaccesmembres table.login a:hover {
	color: #932846;
}

table.moduletablenewsletter form.login {
	padding-left: 15px;
}

table.moduletablenewsletter form.login label {
	font-size: 12px;
}

table.moduletablenewsletter form.login input[type="text"] {
	border: 1px solid #fff;
	width: 150px;
	margin-bottom: 8px;
	margin-top: 4px;
}

table.moduletablenewsletter form.login input[type="submit"] {
	/*border: 1px solid #de7701;*/
	/*background-color: #de7701;*/
	font-size: 11px;
	color: #fff;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
}

table.moduletablenewsletter form.login input[type="submit"]:hover {
	/*border: 1px solid #333;*/
	/*background: #333;*/
	/*color: #fff;*/
}

table.moduletableaccesmembres form.login {
	background: #932846;
	padding-left: 15px;
	text-align: left;
	margin-top: 15px;
}
table.moduletableaccesmembres table.login {
	margin-top: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
}

table.moduletableaccesmembres table.login input[type="text"], table.moduletableaccesmembres table.login input[type="password"] {
	border: 1px solid #fff;
	width: 130px;
	margin-bottom: 8px;
	margin-top: 4px;
}

table.moduletableaccesmembres table.login input[type="submit"], table.moduletableaccesmembres form.login input[type="submit"] {
	/*border: 1px solid #de7701;
	background-color: #de7701;*/
	font-size: 11px;
	color: #fff;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 8px;
}

table.moduletableaccesmembres table.login input[type="submit"]:hover, table.moduletableaccesmembres form.login input[type="submit"]:hover {
	/*border: 1px solid #333;
	background: #333;*/
	color: #fff;
}

table.moduletableaccesmembres table.login a:link, table.moduletableaccesmembres table.login a:visited {
	color: #fff;
	text-decoration: none;
}

table.moduletableaccesmembres table.login a:hover {
	color: #de7701;
}


.Titre_cadre{
	padding: 7px 10px;
	cursor: pointer;
	position: relative;
    font-weight:bold;
    /*background: #525252;	*/
	color:#fff;
	font-size:13px;
	border-bottom:0px solid #fff;
	margin:0px;
	
	}
