* {
	margin: 0;
}

html, body {
	font-size: 13px;
	font-family: Arial,sans-serif,Verdana;
	background: #f1f1f1;
}

#wrapper {
	width: 988px;
	margin: 0 auto;
}

#header {
	height: 110px;
	width: 960px;
	margin: 0 auto;
}

#header #logo {
	float: left;
	height: 91px;
	width: 160px;
	padding-top: 19px;
}

#header #logo a img {
	border: none;
	margin-left: 20px;
}

#header #ban {
	float: left;
	height: 110px;
	width: 350px;
}

#header #compte {
	width: 450px;
	height: 110px;
	float: right;
	text-align: right;
}

#header #compte #b_profil {
	float: right;
}

#header #compte span#profil {
	display: block;
	float: left;
	padding-right: 10px;
	margin-top: 35px;
	font-size: 13px;
}

#header #compte span {
	float: left;
	display: block;
	margin-top: 35px;
	padding-bottom: 23px;
}

#header #compte #link_mdp {
	display: block;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #24599e;
	padding-left: 10px;
	margin-top: 35px;
}

#header #compte #link_mdp:hover {
	text-decoration: underline;
}

#compte #deco {
	clear: right;
}

#compte #link_deco {
	font-size: 14px;
	padding: 6px 17px;
	margin-right: 70px;
	border-radius: 3px 3px 3px 3px;
	color: #ffffff;
	text-decoration: none;
	background: #e05d39;
	background: linear-gradient(#e05d39,#c25031);
}

#compte #link_deco:hover {
	background: #e35e3a;
}

#menu {
	width: 100%;
	height: 36px;
	background: url('../image/fond_menu.png');
}

#menu ul {
	list-style: none;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li#menu_select {
	background: url('../image/menu_select.png') no-repeat center bottom;
}

#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 black;
	background: url('../image/menu_sep.png') no-repeat right;
}

#wrapper #content {
	width: 984px;
	margin: 0 auto;
	background: url('../image/fond_content.png');
}

#wrapper #filariane {
	height: 20px;
	width: 100%;
	padding-top: 8px;
}

#wrapper #filariane img {
	border: none;
}

#wrapper #filariane  ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#wrapper #filariane  ul li {
	display: inline;
}

#wrapper #filariane  ul li a {
	text-decoration: none;
	color: #204575;
	line-height: 20px;
	padding: 0 10px;
}

#wrapper #filariane  ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#pg {
	width: 940px;
	padding: 0 22px; 
}

#pg h1 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #333B43;
}

h4 {
	font-size: 13px;
	color: #333B43;
}

#pg .bloc {
	margin: 30px 0 30px 0;
}

.msg_erreur {
	color : #ff0000;
}

.mess_info {
	padding: 10px 0 10px 15px;
	background: #7fc2eb;
}

.menu_appli {
	margin: 20px 0;
	height: 25px;
	text-align: center;
}

.menu_appli ul {
	list-style: none;
	padding: 0;
}

.menu_appli ul li {
	padding-right: 30px;
	display: inline;
}

.g_bouton {
	background: #e6e6e6;
	background: linear-gradient(#ffffff,#e6e6e6);
	border: 1px solid #cccccc;
	color: #000000;
	text-decoration: none;
	padding: 6px 17px;
	font-size: 14px;
	/*line-height: 25px;*/
	border-radius: 3px 3px 3px 3px;
}

.g_bouton:hover {
	background: #e6e6e6;
}

.spacer {
	clear: both;
}

table.tab {
	text-align: center;
	margin: auto;
	width: 100%;
}

.tab tr {
	background: #e5eaf0;
}

.tab tr:hover {
	background: #7fc2eb;
}

.tab .subtab:hover {
	background: #e5eaf0;
}

.tab th {
	background: linear-gradient(#49494a, #232527) !important;
	background: #3b3b3b;
	padding: 6px 10px;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-shadow: -1px -1px 0 #000000;
}

.tab td {
	padding: 6px 10px;
}

.tab td a {
	color: #000000;
}

.tab .subtab td {
	text-align: left;
	color: #C25031;
	font-size: 12px;
}

.tab .subtab td span {
	color: #000000;
	display: block;
	margin-bottom: 5px;
}

#footer {
	background: url('../image/fond_push.png') no-repeat bottom;
	/*margin-top: 100px;*/
	padding: 0 32px;
	/*height: 140px;*/
	height: 40px;
	text-align: center;
}

#footer #liens_footer {
	text-align: left;
	width: 896px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer #liens_footer h3 {
	padding-bottom: 5px;
	font-size: 14px;
	color: #333B43;
	margin-left: 20px;
}

#footer #liens_footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer #liens_footer ul li {
	height: 20px;
	padding: 3px 0;
}

#footer #liens_footer ul li img {
	clear: both;
	float: left;
}

#footer #liens_footer ul li a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
	padding-left: 5px;
	color: #000000;
}

#footer #liens_footer ul li a:hover {
	text-decoration: underline;
}

#info {
	width: 988px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	text-align: center;
}

.collapse {
	border: 1px solid #dddddd;
	margin: 5px 0;
	background: #ededed;
	border-radius:4px;
}

.collapse .row h4 {
	color: #24599E;
}

.collapse .row {
	padding: 10px 15px;
	border-bottom: 1px solid #dddddd;
}

.collapse .row h4:hover {
	text-decoration: underline;
	cursor: pointer;
}

.row .row-left {
	width: 400px;
	float: left;
}

.row .row-right {
	width: 200px;
	float: right;
	text-align: right;
}

.row .row-right > span {
	color: #24599E;
	text-decoration: none;
}

.row .row-right > span:hover {
	text-decoration: underline;
	cursor: pointer;
}

.collapse .subcollapse {
	background: #ffffff;
	padding: 30px 15px;
	display: none;
}

/***********	transfert	***********/

#lightbox1, #lightbox2, #lightbox3 {
	width: 600px;
	padding: 10px;
	position: fixed;
	z-index: 2;
	background: #ffffff;
	box-shadow: 1px 1px 6px #555;
	border-radius: 5px;
	border: 2px solid #7d7d7d;
	display: none;
}

.lightbox-close {
	width: 27px;
	height: 28px;
	position: absolute;
}

.lightbox-close:hover,span.lightbox:hover {
	cursor:  pointer;
}

#lightbox1 h1, #lightbox2 h1, #lightbox3 h1 {
	font-size: 17px;
}

#lightbox1 ul, #lightbox2 ul {
	margin: 20px 0;
}

#lightbox1 ul li, #lightbox2 ul li {
	padding-bottom: 3px;
}

#lightbox1 #video {
	width: 500px;
	margin: 0 auto;
}

#transfert #trans_info {
	font-size: 13px;
}

#btransfert {
	width: 700px;
	margin: auto;
	margin-top: 50px;
}

#transfert #bloc_upload form {
	margin-bottom: 10px;
}

#transfert #statut_upload {
	display: none;
}

#transfert #statut_upload #titre_doc {
	color: #C25031;
	font-weight: bold;
}

#transfert img {
	margin: 5px 0 5px 0;
} 

#transfert #msg_transfert {
	text-align: center;
}

.transfert-visu {
	text-decoration: underline;
}

.transfert-visu:hover {
	cursor: pointer;
}

/*	répondeur	*/

#repondeur input[name=date], #repondeur input[name=date2] {
	width: 100px;
}

/*	chgmdp	*/

#chgmdp form {
	margin-left: 50px;
}

#chgmdp form .ligne_form {
	padding-bottom: 8px;
	height: 25px;
}

#chgmdp form .ligne_form label {
	display: block;
	width: 230px;
	float: left;
	line-height: 25px;
}

#chgmdp form .ligne_form input[type=text] {
	float: left;
}

#chgmdp #erreur {
	text-align: center;
}

/*	erreur	*/

#erreur {
	text-align: center;
}

#erreur .titre_erreur {
	font-size: 30px;
}
