#memLeft{
	float: left;
	width: 248px;
	margin-right: 10px;
}
#memRight{
	width: 640px;
	float: left;
	margin-bottom: 10px;
	min-height: 240px;
	position:relative;
}
#memLeft a, #memRight a{
	text-decoration: none;
	background-image:none;
}

#memRight .boxContent{
	padding: 10px;
}
#memRight h1{
	color: #009AD6;
	margin-bottom: 12px;
	margin-left: 0px;	
	background-position: 0px 0px;
	height: 18px;
	line-height: 18px;
	padding-left: 24px;
	background-image:url(../img/arrowBtn.gif);
	background-repeat: no-repeat;
}
#help{
	display: block;
	background-image:url(../members/images/help.png);
	background-repeat:no-repeat;
	margin-left: 6px;
	margin-top: 18px;
	color: #2D5690;
}
#help:hover{
	color: #990000;
}
/* ------------------------------------------ NAV MEMBER */
#memBoxNav{
	/*padding-top: 10px;*/
}
#memBoxNav .boxContent{
	padding-left: 10px;
}
#memNav{
	list-style: none;
	/*margin-left: 10px;*/
	padding-left: 0px;
}
#memNav li{
	margin-bottom: 8px;	
}
#memNav li a{
	padding-left: 23px;
	background-image:url(../img/member/tags.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	color: #666666;
}
#memNav li a:hover{
	color: #779068;
}
#memNav li a.on{
	background-image:url(../img/member/tagsOn.gif);
	color: #990000;
}
/* ------------------------------------------ NAV FORMATION DE MON ENTREPRISE */
#navFE2{
	list-style: none;
	text-align:center;
	border-bottom: 1px solid #A5A5A5;
	padding-bottom: 6px;
	margin: 10px 0px 30px 0px;
}
#navFE2 li {
	display: inline;
	margin: 0px 16px;
}
#navFE2 li a{
	border: 1px solid #A5A5A5;
	padding: 6px;
	padding-left: 24px;
	color: #333;
	background-color:#E8E5E1;
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
#navFE2 li a:hover{
	background-color: #D1CECA;
}
#navFE2 li a.on{
	border-bottom: 1px solid #fff;
	background-color:#fff;
}

#navFE2 a.btn1{
	background-image:url(../members/images/plani_s.png);
}
#navFE2 a.btn2{
	background-image:url(../members/images/histo.png);
}
#navFE2 a.btn3{
	background-image:url(../members/images/user_s.png);
}
#navFE2 a.btn4{
	background-image:url(../members/images/setup.png);
}
/* ------------------------------------------ ADVERTISE */
#newCours{
	width: 298px;
	/*border: 1px solid #777;*/
	float:left;
	margin-right: 10px;
}
#suggestCours{
	width: 298px;
	/*border: 1px solid #777;*/
	float:left;
	margin-left: 10px;
}
#newCours h3, #suggestCours h3{
	border-bottom: 1px solid #ccc;
	color: #777;
}

/* ------------------------------------------ FORM TABLE */
#memRight .in{
	width: 100%;
	border: 1px solid #ccc;
}
#memRight .btn{
	border: 1px solid #cccccc;
	color: #777;
	font-weight: bold;
	background:#E9ECEF url(../img/btnBg.gif) repeat scroll 0%;
	cursor: pointer;
	padding: 2px;
}
#memRight label{
	color: #777;
	font-weight: bold;
}

#formProfil table{
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 30px;
}
#formProfil td{
	padding: 2px 5px;
}

/* ---------------------------------------------------------------------------------------------- RESULT BOX  		  */
#dataBox{
	margin-top: 0px;
	padding-top: 0px;
}
/* ------------------------------- NO RESULT 		  */
#dataBox #noResult{
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
}
#dataBox #noResult h1{
	margin-bottom: 10px;
	color: #a03b3d;
	background-image:url(../img/warning.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left: 22px;
}
#dataBox #noResult .contactBox{
	float: left;
	width: 120px;
	margin: 10px 10px;
}
#noResult .contactBox h2{
	margin: 0px 0px 2px 0px;
	color:#696565;
	padding-bottom: 2px;
}
#noResult .contactBox h2 span{
	background-image:url(../img/phone.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left: 20px;
}

/* ------------------------------- FORMATION PLANNIFIEE 	  */
#dataBox table.titreRes{
	border-collapse: collapse;
	height: 25px;
	width: 100%;
	background-image:url(../img/shadowResBg.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;
	margin-top: 12px;
	margin-bottom: -4px;
}

#dataBox td.titre{
	font-weight: bold;
	color: #3D3F3F;
	padding-left: 4px;
	/*cursor: pointer;*/
}
#dataBox td.infoRes{
	width: 110px;
	text-align:right;
	padding-right: 4px;
}
#dataBox td.add{
	width:24px;
	text-align:right;
	vertical-align:middle;
	padding-right: 4px;
	padding-top: 4px;
}
#dataBox td.dateRes{
	width: 180px;
	text-align:right;
	padding-right: 4px;
}
#dataBox table.titreRes img{
	border: none 0px;
}
#dataBox td img{
	vertical-align: middle;
	border: none;
}
#dataBox td.infoRes a, #dataBox td.dateRes a{
	color: #5B8AB9;
}
/* ------------------------------- SESSION 			  */
#dataBox .sessionBox{
	margin-bottom: 4px;
}

#dataBox table.sessRes{
	border-collapse: collapse;
	width: 100%;
	/*margin: 0px auto 4px auto;*/
	margin-bottom: 5px;
	margin-top:5px;
	
	background-image:url(../members/images/sessionBg.jpg);
	background-repeat:repeat-x;
	

	/*background-color:#CFCFCF;*/
}

#dataBox table.sessRes td{
	/*background-image:url(../img/line.gif);
	background-repeat:repeat-x;
	background-position: bottom;*/
	padding-bottom: 2px;
	padding-top: 4px;
}
#dataBox table.sessRes td{ /*padding-bottom: 2px;*/}
#dataBox td.date, #dataBox td.time{
	color: #5a5a5a;
	/*padding-left: 4px;*/
}
#dataBox td.num { width: 40px}
#dataBox td.date { width: 160px}
#dataBox td.time { width: 100px}
#dataBox td.lieu { color: #5a5a5a; font-weight: bold;}
#dataBox td.flag { padding-left: 4px;width: 25px;}
#dataBox td.inscri{ text-align: right; padding-right: 2px; vertical-align:middle; width: 60px;}

/* ------------------------------- USER 			  */
#dataBox table.userList{
	border-collapse: collapse;
	width: 100%;
	margin-bottom:10px;
	margin-top: 20px;
}
#dataBox table.userList td{
	background-image:url(../img/line.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	padding-bottom: 4px;
	padding-top: 4px;
}
#dataBox table.userList td.user{
	width: 30px;
	padding-left: 4px;
}
#dataBox table.userList td.profil{}
#dataBox table.userList td.mail{}
#dataBox table.userList td.status{width: 40px; text-align:right}
#dataBox table.userList td.edit{width: 40px; text-align:right}
#dataBox table.userList td.delete{width: 40px;text-align:right; padding-right: 4px;}

/* -------------------------------------------------------------------------------- GESTION DES PARTICIPANTS */
#newUser{
	display: block;
	background-image:url(../members/images/user_add.png);
	background-repeat:no-repeat;
	height: 16px;
	line-height: 16px;
	position:absolute;
	right: 16px;
	top: 80px;
	padding-left: 20px;
}

/* -------------------------------------------------------------------------------- PLANNIFIER UNE FORMATION */

.assignUser{
 	border-collapse: collapse;
	width: 100%;
	margin-bottom:10px;
}
.assignUser td{
	padding: 4px;
}
.assignUser select{
	width: 300px;
	height: 150px;
	border:1px solid #ccc;
}

/* -------------------------------------------------------------------------------- ADVERTISE */
#advertise h3{
	color: #666;
	margin-bottom: 30px;
	font-weight: normal;
}
#advertise h4{
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
	padding-left: 22px;
	background-image:url(../members/images/information.png);
	background-repeat:no-repeat;
	padding-bottom: 2px;
}
#advertise p{
	margin-bottom: 18px;
	padding-left: 22px;
}

