/* misc */

html {

	height: 100%;
}
.border_on
{
	border-style:solid;
	border-color:#003399;
	border-width:thin;
	margin-top: 10px;
}
body {
	color: #666;
	/*background: white url(../img/bg_body.gif) top center repeat-y;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .02em;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#validation_page
{
	background: white ;
	background-image : none;
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}

table {
	font-size: 1em;
}

img {
	border: none;
}

a, a:link, a:visited, a:hover {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #1B99C4;
}

.bloc {
	padding: 5px 0;
	margin: 0 12px;
}


/* floated blocks */

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	overflow: hidden;
}

.floatl {
	float: left;
	margin: 0 2em 1em 0;
	position: relative;
}

.floatr {
	float: right;
	margin: 0 0 1em 2em;
	position: relative;
}


.inline {
	display: inline !important;
}


/* Typos */

acronym, abbr {
	border: none;
}

.maarch, a.maarch {
	color: #1B99C4;
}

.maarch2, a.maarch2 {
	color: #FFC200;
}

.oblig {
	text-align: right;
	float: right;
}

.no_doctypes {
	font-weight: bold;
	font-size: .9em;
	color: #007583;
}

.nota {
	font-size: .9em;
	font-style: italic;
	text-align: right;
}

.close {
	clear: both;
	text-align: center;
	padding-top: 20px;
}

.tit {
	font-size: 1.4em;
	color: #1B99C4;
	padding-bottom: 1em;

}

#desc_box .tit, #user_box .tit, #add_box .tit {
	color: #FFC200;
}

.sstit {
	color: #1B99C4;
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 1em;
}

.text {
	padding-bottom: 1em;
}

.text li {
	list-style-image: url(../img/puce.gif);
	margin-left: 30px;
}

a.next, a.change, a.suspend, a.delete, a.authorize, a.prev, a.up, a.down {
	padding-left: 20px;
	background: transparent url(../img/puce_prev.gif) 10px center no-repeat;
	color: #007583;
}


a.up {
	background-image: url(../img/arrow_up.gif);
}
a.down {
	background-image: url(../img/arrow_down.gif);
}

a.prev {
	background-position: center left;
	padding-left: 10px;
}

a.next {
	background-image: url(../img/puce_next.gif);
	background-position: center right;
	padding-left: 0;
	padding-right: 10px;
}

a.change, a.suspend, a.delete, a.authorize, a.up, a.down {
	padding: 5px 0 5px 20px;
	background-position: center left;
}

a.change {
	background-image: url(../img/picto_change.gif);
	padding-left: 25px;
}

a.suspend {
	background-image: url(../img/picto_suspend.gif);
}

a.delete {
	background-image: url(../img/picto_delete.gif);
}

a.authorize {
	background-image: url(../img/picto_authorize.gif);
}


.add {
	background: transparent url(../img/bg_but_add_left.gif) top left no-repeat;
	padding: 0 0px 6px 21px;
	display: block;
	float: right;
}

.add a {
	padding: 5px 10px 6px 0;
	background: transparent url(../img/bg_but_add_right.gif) top right no-repeat;
	float: left;
}

.add span {
	padding: 4px 0 5px 4px;
	background-color: White;
	border: 1px solid #FFC200;
	border-left: none;
	border-right: none;
}

.error {
	color: #ea0000;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
}

.advert {
	color: #black;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	border:1px solid black;
	background-color: #F9E8B5;
}

/* Forms */

form, fieldset {
	padding: 0;
	margin: 0;
	border: 0px solid white;
}

.addforms{
	width: 400px;
}

.enregistrement
{
	width: 500px;
}

label, .label {
	cursor: pointer;
	vertical-align: middle;
}


input, select, textarea, .forms img {
	vertical-align: middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.smallforms {
	padding: 0 12px;
}

.forms input, .forms select, .forms textarea, .smallforms select, .smallforms input {
	background-color: White;
	border: 1px solid #999;
	color: #666;
	max-width: 200px;
	text-align:left;
}

.forms input, .forms textarea {
	padding: 0.1em 0.2em;
}

.forms select {
	width: 206px;
}

input.small {
	width: 20px;
}

input.year {
	width: 35px;
}
select.small {
	width: 5em;
}

input.medium {
	width: 120px;
}

#newpage1, #newpage2 {
	text-align: center;
	color: #007583;
}

input.detail_box {
	width: 260px;
	font-size: 1em;
}

#startpage {
	margin-right: 10px;
}

#frmletters a:hover, #frmletters a.on {
	color: #007583;
}

#frmletters fieldset {
	float: right;
}

.button
{
	margin-top:4px;
}


/* particular cases */

#dates label, #where label, .forms label.nofloat {
	float: none;
	display: inline;
	width: auto;
	margin: 0;
	font-size: .9em;
}

#dates .label, #fordate label {
	padding-top: .5em;
}

#doctype {
	min-height: 10em;
	height: auto;
	border: 1px solid #CCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}

#doctype .label {
	padding: 3em 0;
}

/* form quicksearch */

#quicksearchform input.button, input.radio {
	border: none;
	background-color: transparent;
	background-image: none;
	padding: 0;
	margin: 0;
	width: auto;
}

/* more particular cases  */

input.button {
	border: 1px solid #44b2bf;
	color: #007583;
	background: white url(../img/bg_but.gif) top left repeat-x;
	cursor: pointer;
	width: auto;
	padding: 0.2em 0.5em;
	text-align: left;
}

input.button_search_adv {
	border: 1px solid #44b2bf;
	color: #007583;
	background: white url(../img/search_button.gif) top left repeat-x;
	cursor: pointer;
	width: 100px;
	height: 75px;
	padding: 0.2em 0.1em;
	text-align: center;
}
input.button_search_adv_text {
	border: 1px solid #44b2bf;
	color: #007583;
	cursor: pointer;
	width: 100px;
	text-align: center;
}

#frmsearch2  .single
{
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}


.forms label, .forms .label {
	float: left;
	display: block;
	text-align: right;
	width: 40%;
	margin-right: 1em;
}

.forms_search label {
	float: left;
	display: block;
	text-align: right;
	width: 30%;
	width: 30%;
	margin-right: 1em;
}
.forms p {
	clear: left;
}

.forms p.buttons {
	margin-left: 41.3%;
}


/* tables */

.listing,   .spec {
	margin: 10px 12px 0 12px;
	width: 792px;
}



.folder_listing{
	margin: 10px 12px 0 12px;
	width: 90%;
}

#iframe .listing  {
	margin: 5px 8px 0 5px;
	width: 340px;
}



#hist_courrier_frame .listing
{
width: 520px;

}
#hist_courrier_frame_details .listing
{
width: 760px;

}
.listing th {
	color: #007583;
}
.folder_listing th {
	color: #007583;
}

.listing th .add {
	font-weight: normal;
}

.listing th, .listing td {
	text-align: left;
	padding: 5px 10px 6px 20px;
	vertical-align: middle;
}
.folder_listing th, .folder_listing td {
	text-align: left;
	padding: 5px 10px 6px 20px;
	vertical-align: middle;
}
.spec th, .spec td {
	padding: 5px 10px 6px 10px;
}

.spec th {
	font-weight: normal;
	text-transform: uppercase;
}

.spec th a {
	text-transform: none;
}

.listing td {
background-color: #a9dbd8;
}
.folder_listing td {
	background-color: #a9dbd8;
}
.folder_listing .col td {
	background-color: #ccedeb;
}
.listing .col td {
	background-color: #ccedeb;
}

td.picto, th.picto,  td.action {
	text-align: center;
	padding: 0;
	width: 4%;
}

th.ref {
	padding: 0;
	width: 100px;
}
.listing .price {
	text-align: right;
	padding-right: 0;
	padding-bottom: 0;

}

.listing tfoot .price {
	background-color: transparent;
}

.listing .title {
	width: 180px;
}

.listing .type {
	width: 150px;
}
.listing .type2 {
	width: 100px;
}
.listing td.picto {
	width: 60px;
	padding: 5px 0 6px 0;
}

.listing .action {
	width: 90px;
	font-size:10px;
}
.listing .date {
	width: 60px;

}
.listing .lastn, .listing .mail {
	width: 75px
}

.listing .id, .listing .descr {
	width: 140px;
}

.listing .user {
	width: 115px;
}
.listing .emetteur {
	width: 100px;
}
.spec .user {
	width: auto;
}

.listing .comment {
	width: 310px;
}

/* Document details */

.detail {
	margin-bottom: 1em;
	margin-top: 0;
}

.detail td {
	padding: 8px 5px 9px 5px;
}

.detail th {
	background-color: #a9dbd8;
	width: 110px;
	font-weight: normal;
	color: #666;
	padding: 8px 0 9px 5px;
	text-align: right;
}

.detail th.int {
	width: 140px;
	text-align: left;
}
.detail .col th {
	background-color: #CCEDEB;
}

.detail td.void {
	width: 15px;
	padding: 0;
	background-color: transparent;
}

#titless {
	float: left;
	font-size: 1em;
	margin-left: 12px;
	padding-top: 1.4em;
	color: #FFC200;
}

#titless input {
	font-weight: normal;
}

#viewdoc {
	text-align: right;
	margin-right: 12px;
}

#viewdoc img {
	vertical-align: middle;
}

#detaildescr .label {
	width: 31%;
	margin-right: .5em;
}

#detaildescr textarea {
	width: 295px;
	height: 80px;
}


/* Structure */

#prelude {
position: absolute;
left: -100em;
}

#container {
	width: 872px;
	margin: 0 auto;
	text-align: left;
}

#head {
	background: transparent url(../img/bg_head.gif) bottom right no-repeat;
	padding-top: 1px;
	width: 100%;
}

#logo {
	float: left;
	margin: 0 0 20px 20px;
}


#this_user_name {

	margin-top: 60px;
	margin-right: 30px;
	color: #009ddf;
	color:black;
}


#quicksearchform {
	margin-top: 80px;
	margin-left: 338px;
	color: #009ddf;
	width: 350px;
}

#quicksearchform #search {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666;
	border: none;
	padding: .2em .6em .4em .6em;
	width: 10.7em;
	background: transparent url(../img/bg_inputsearch.gif) top left no-repeat;
}

#quicksearchform label {
	clear: right;
	padding-left: 15px;
	padding-bottom: 12px;
}

#quicksearchform input {
	float: left;
	margin: 0 5px 0 0;
}

#help {
	text-align: right;
	padding-right: 12px;
	margin-top: 52px;
	float: right;
}


/* navigation bar */

#nav {
	clear: both;
	background: transparent url(../img/bg_nav.gif) top left no-repeat;
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}



#nav #baskets {
	text-align: right;
	float: right;
	color: White;
	font-weight: bold;
	padding: 3px 20px 6px 25px;
	height:20px;
}

#nav #no_baskets {
	text-align: right;
	float: right;
	padding: 3px 20px 6px 25px;
	height:20px;
	color: #FFFFFF;
}

/* pop-up menu */

#menu {
	position: relative;
	width: 25%;
	margin-left: 20px;
}

#menu p {
	height: 23px;
	overflow: hidden;
	cursor: pointer;
}

#menu p.off img {
	margin-top: 0 !important;
}

#menu.on p img {
	margin-top: -23px;
}

#menunav {
	border: 1px solid #BBBBBB;
	border-top: none;
	background: #EEEEEE url(../img/bg_menu.gif) bottom left repeat-x;
	position: absolute;
	top: 23px;
	left: -5px;
	padding: 5px 5px 0 5px;
	z-index: 10;
}

#menunav li {
	background: transparent url(../img/bg_menu_li.gif) top left no-repeat;
	padding-left: 3px;
	margin-bottom: 6px;
}

#menunav li a {
	background: transparent url(../img/bg_menu_a.gif) top right no-repeat;
	padding-right: 3px;
	color: #333333;
	display: block;
	position: relative;
}

#menunav li span {
	background: transparent url(../img/bg_menu_span.gif) top left repeat-x;
	display: block;
	padding-left: 5px;
}

#menunav li span span {
	background: transparent bottom left no-repeat;
	padding: 4px 10px 5px 30px;
	display: block;
}

#menunav li#admin span span {
	background-image: url(../img/picto_menu_admin.gif);
}
#menunav li#param span span {
	background-image: url(../img/picto_menu_admin.gif);
}
#menunav li#advsearch span span {
	background-image: url(../img/picto_menu_search.gif);
}
#menunav li#aide span span {
	background-image: url(../img/picto_menu_help.gif);
}
#menunav li#add span span {
	background-image: url(../img/picto_menu_fileindex.gif);
}

#menunav li#post span span {
	background-image: url(../img/picto_menu_postindex.gif);
}

#menunav li#browse span span {
	background-image: url(../img/stats_menu_off.gif);
}
#menunav li#valid_mail span span {
	background-image: url(../img/valid_menu_off.gif);
}
#menunav li#account span span {
	background-image: url(../img/account_off.gif);
}
#menunav li#logout span span {
	background-image: url(../img/logout_off.gif);
}
#menunav li.on {
	background-image: url(../img/bg_menu_li_on.gif);
	padding-left: 3px;
}

#menunav li.on a {
	background-image: url(../img/bg_menu_a_on.gif);
	color: white;
	text-decoration: none;
}

#menunav li.on span {
	background-image: url(../img/bg_menu_span_on.gif);
}

#menunav li#admin.on span span {
	background-image: url(../img/picto_menu_admin_on.gif);
}
#menunav li#aide.on span span {
	background-image: url(../img/picto_menu_help_on.gif);
}
#menunav li#advsearch.on span span {
	background-image: url(../img/picto_menu_search_on.gif);
}

#menunav li#add.on span span {
	background-image: url(../img/picto_menu_fileindex_on.gif);
}

#menunav li#post.on span span {
	background-image: url(../img/picto_menu_postindex_on.gif);
}
#menunav li#valid_mail.on span span {
	background-image: url(../img/valid_menu_on.gif);
}
#menunav li#browse.on span span {
	background-image: url(../img/stats_menu_on.gif);
}
#menunav li#account.on span span {
	background-image: url(../img/account_on.gif);
}
#menunav li#logout.on span span {
	background-image: url(../img/logout_on.gif);
}
#menunav li ol {
	font-size: .9em;
}

#menunav li ol {
	display: none;
}

#menunav ol li {
	padding-bottom: 2px;
	margin-bottom: 0;
}

#menunav ol li, #menunav ol li a, #menunav ol li a span span, #menunav ol li a span, #menunav li.on ol li, #menunav li.on ol li a, #menunav li.on ol li a span, #menunav li.on ol li a span span {
	background-image: none;
}

#menunav li ol li a, #menunav li.on ol li a {
	color: #007583;
	display: inline;
}

#menunav li ol li a:hover {
	text-decoration: underline;
}





/* ariane */

#ariane {
	color: White;
	position: absolute;
	left: 120px;
	top: 0;
	padding: .4em 0 .7em 1.8em;
	font-size: .9em;
}

#ariane a {
	color: White;
}

/* content */

#content {
	margin: 5px 20px 0 20px;
	width: 832px;
}
#iframe #content{

	width: 816px;
}

#iframe #content_process{

	width: 95%;
}


#scansnap #content{

	width: 510px;

}

#inner_content {
	border: 1px solid #73bdff;
	border-top: none;
	border-bottom: none;
	background: transparent url(../img/bg_content.gif) bottom left repeat-x;
	padding: 10px 7px;
	width: 816px;
	min-height: 370px;
	height: auto;
}

#content h1 {
	background: transparent url(../img/bg_titrepage.gif) top left no-repeat;
	color: White;
	font-style: italic;
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
	letter-spacing: .1em;
	height: 1.6em;
	padding-top: .4em;
}
h6{
	background: transparent url(../img/navback_small_blue.jpg) top left repeat-x;
	color: White;
	font-style: italic;
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
	letter-spacing: .1em;


}

#content h1 img {
	vertical-align: middle;
	margin-right: 2px;
	margin-top: -1px;
}

#content h1 span {
	font-size: .5em;
}

/* Special case : back link in the title */

#content h1.titdetail {
	text-align: left;
	padding-left: 17px;
	padding-right: 17px;
}

#content h1 a {
	color: White;
}

#content h1 a:hover {
	color: White;
	text-decoration: underline;
}

#content h1 a.back {
	float: right;
	display: block;
	margin-top: 1.1em;
	font-size: .4em;
}

#content p, #bodylogin .forms p {
	padding-bottom: 1em;
}


/* footer */

#footer {
	text-align: center;
	font-size: .8em;
	color: #CCC;
	background: transparent url(../img/bg_footer.gif) top left no-repeat;
	padding: 20px 0;
	margin: 0 20px;
}





/* Home */

#bodylogin {
	background: White url(../img/bg_home.gif) center center no-repeat;
	height: 100%;
	text-align: left;
}


#loginpage {
 	width: 300px;
	height: 350px;
	margin-left: -150px;
	margin-top: -175px;
	left: 50%;
	top: 50%;
	position: absolute;
}

#formlogin {
	width: 255px;
}

#formlogin input {
	width: 120px;
}

#formlogin input.button {
	width: auto;
	margin: 0;
}

#formlogin p.buttons, #post .forms .buttons {
	text-align: right;
	margin: 0;
}

#formlogin select {
	width: 140px;
}



/* Post Indexing Popup */

#post {
	background-image: none;
}

#post #content {
	padding-top: 10px;
}

#post #container {
	background: transparent url(../img/bg_ht_content.gif) top center no-repeat;
	margin-top: 15px;
}

#post #inner_content {
	padding: 0 4px 10px 10px;
}

#post #infos_box, #post #post_indexing {
	float: left;
	clear: left;
	width: 266px;
	margin-left: 5px;
}

#post #infos_box {
	background: transparent url(../img/bg_boite_post.gif) top left no-repeat;
	padding: 3px 7px 5px 7px;
	width: 252px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	margin-bottom: 20px;
}

#infos_box #postpagin #count {
	font-size: 1.2em;
	color: #007583;
	font-weight: bold;
	float: right;
}

#infos_box #postpagin li {
	display: inline;
	padding-right: 5px;
}

#post_indexing label, #post_indexing .label {
	width: 30%;
}

#post_indexing input.textbox {
	width: 169px;
}

#post_indexing input.small {
	width: 20px;
}

#post_indexing select.small {
	width: 5em;
}

#post_indexing #subs #labelsub2 {
	float: none;
	width: auto;
	text-align: left;
	display: inline;
	margin: 0 0 0 1em;
}

#post_indexing div {
	margin-left: 85px;
}

#post_indexing div label {
	width: 2.1em;
	margin-right: .5em;
	letter-spacing: normal;
}

#post_indexing div ul {
	float: left;
	width: 31%;
	margin-left: 2px
}

#post_indexing div li {
	margin-bottom: 8px;
}

#post_indexing .buttons {
}

#post #pdf {
	border: 1px solid #999;
	width: 520px;
	margin-left: 285px;
}


/* browse by folder/post indexing */

#desc_box, #user_box, #add_box, #group_box, #type_box{
	border: 1px solid #999;
	background-color: White;
	float: right;
	width: 465px;
	margin: 0 10px 0 0;
	padding: 20px 25px;
}

#desc_box p, #desc_box ul, #user_box p, #user_box ul {
	padding-bottom: 1em;
}

#list {
	padding: 21px 10px;
}

#list .tit {
	padding-bottom: .5em;
}

#list .file {
	margin-bottom: 2.4em;
}

#list .file li {
	padding-left: 13px;
	background: transparent url(../img/case.gif) left .2em no-repeat;
	margin-bottom: .3em;
}

#list .file li.on {
	background-image: url(../img/case_on.gif);
	margin-bottom: 1em;
}

#list .file li.on li {
	background-image: url(../img/case_ins_on.gif);
	background-position: top left;
	padding: 4px 0 4px 35px;
	margin-left: 5px;
}

#list .file a {
	padding-left: 23px;
	background: transparent url(../img/file.gif) center left no-repeat;
}

#list .file a.no_doc {
padding-left :15px;
	background: none;
	margin-bottom:4px;

}

#list .file .on a {
	color: #1b99c4;
}

#list .file .on li a {
	color: #666;
}


/* User Profile */

#user_box {
	width: 310px;
}

#frmuser .buttons {
	margin-left: 42.5%;
}


/* iframes in forms */

#iframe {
	text-align: left;
}

#iframe ul, #iframe ul {
	margin-bottom: 1em;
}

.frameform {
	height: 3.4em;
}

.frameform2 {
	height: 10em;
}


.frameform3 {
	height: 350px;
	width: 410px;
}

#indexation_courrier
{
	width:100%;
	height: 910px;
}
/* add/change a group, user or document type (width iframes) */

#add_box {
	height: 350px;
	width: 300px;
}

#group_box
{
	width: 400px;
	height: 360px;
}

#type_box
{
	width: 350px;
	height: 360px;
}
#add_box .frameform2 {
	height: 360px;

}
#type_box .frameform2 {
	width: 360px;
	height: 360px;

}
#iframe .forms .listing {
	width: 100%;
	margin: 0 0 10px 0;
}

#iframe .forms .listing td, #iframe .forms .listing th {
	padding: 5px;
}

.multiple_list
{
	height: 250px;
	width: 150px;
}

/* admin summary */

#summary {
	padding: 35px 150px;
}

#summary li {
	width: 205px;
	text-align: center;
	float: left;
	margin-bottom: 40px;
}

#summary .imp {
	margin-right: 90px;
}

#summary h2 {
	font-size: 1.3em;
}

#summary li span {
	display: block;
	font-size: 1.1em;
	margin-top: .5em;
	color: #666;
}

#summary a {
	color: #1B99C4;
}

#summary a:hover {
	color: #666;
}

#summary img {
	display: block;
	margin: 0 auto;
}

/* Stats summary */

#statssummary {
	padding: 10px 40px;
}

#statssummary li {
	width: 110px;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}

#statssummary .imp {
	margin-right: 20px;
}

#statssummary h2 {
	font-size: 1.3em;
}

#statssummary li span {
	display: block;
	font-size: 1.1em;
	margin-top: .5em;
	color: #666;
}

#statssummary a {
	color: #1B99C4;
}

#statssummary a:hover {
	color: #666;
}

#statssummary img {
	display: block;
	margin: 0 auto;
}

/* calendar*/

#basis {
position: absolute;
	display:inline;
}

#calender {
	width:190px;
	background-color:#fff;
	border:1px solid #73BDFF;
	padding:5px;
	z-index:10;
	text-align: center;
	position:absolute;
	top:0px;
	margin-left: 50px;
}

#calender .controlPlus {
	padding: 0 5px;
}

#calender table {
	width: 180px;
	margin: 0 auto;
}

#calender td {
	padding: 1px 0 2px 0;
}

#calender .weekdays td {
	color: white;
	font-weight: bold;
	background-color: #73BDFF;
}

#calender .week td {
	cursor: pointer;
}

#calender .week .today {
	background-color: #dbf0fb;
	font-weight: bold;
	color: #1B99C4;
}

#calender .week .holiday {
	font-weight: bold;
color: #CCC;
}

#calender .week .hoverEle {
	background-color: #dbf0fb;
	color: #1B99C4;
}

#basis #calender select {
	width: auto;
}

#dates #basis
{
	left: 680px;
}
/* popups */

#pop {
	padding: 2em;
	text-align: left;
}

#pop label, #pop .label {
	width: 30%;
}

#pop .buttons {
	margin-left: 32.7%;
}

#formgroup .buttons
{
margin-left: 30%;
}

#pop .forms p {
	margin-bottom: 1em;
}


/* clearfix */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display:block; }
/* Hides from IE-mac \*/ * html .clearfix { display:block; } /* End hide from IE-mac */

.withcalend
{
	position:relative;
}

#pop_up p
{
	margin-left: 5%;
	margin-right:5%;
	text-align: left;
}

#pop_up .buttons
{
	text-align: center;
}



.form_title
{
	font-weight:bold;
	/*text-align: left;
	width: 50%;
	height:auto;
	float: left*/
}
/*
.form_desc
{
	text-align: left;
	width: 50%;
	float: right;
height:auto;
}
*/
.bloc_trait
{
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 15px;
}
#rep
{
	width: 40%;
	float: left;
	text-align: right;
}


#nota_bene
{
	text-align: center;
	width: 60%;
	float: right;

}



.red_asterisk
{
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

.green_asterisk
{
	color: #00FF00;
	font-weight: bold;
	font-size: 14px;
}



#welcome_desc
{
	float:left;
	width: 50%;
	/*height: 375px;*/
	padding-top: 10px;
	border: 1px solid #BBBBBB;
	background-color: White;
	padding-bottom: 20px;
	margin: 10px 15px 15px 15px;
	padding: 5px 5px 2px 5px;
	line-height: 1.8em;
}

#baskets_list
{
	width: 300px;
	height: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	float:right;
	margin-top: 20px;
}

#welcome_stats
{
	float:left;
	width: 300px;
	margin:  10px 10px 10px 10px;
}

/*************************************************************************/
#help_text
{
	display: block;
	float:none;
	clear:both;
}

#guide_summary
{
	margin: 20px 20px 20px 20px;
	text-align:left;
}

#guide_summary .chapitre
{
	margin-bottom: 25px;
	margin-left: 200px;
}

#guide_summary .chapitre h3
{
	margin-left: 50px;
	color:#990000;
}

.list
{
	margin-bottom: 20px;
}

.list li
{
	margin-left: 25px;
	list-style:circle;
	text-align:left;

}
.list2
{
	margin-bottom: 20px;

}

.list2 li
{
	margin-left: 25px;
	list-style:circle;
	text-align:center;

}
.list3
{
	margin-bottom: 20px;

}

.list3 li
{
	margin-left: 160px;
	list-style:circle;
	text-align:left;

}

#browse_page
{
	margin-top: 30px;

}
#prev
{
	text-align:left;

	margin-right: 282px;
}

#next
{
	text-align:right;
	margin-left: 282px;
}

/*#gestion_rep .listing
{
	width: 40%;
}*/

#gestion_rep p
{
	float: right;
	margin-top: -40px;
	clear:both;
	text-align:right;
}
.forms .readonly
{
	background-color: #E6E6E6;
}

.forms .readonly-bis
{
	width: 200px;
	background-color: #E6E6E6;
}

#guide_summary .tit a
{
	color: #1B99C4;
}

#guide_summary .tit a:hover
{
		color: #666;
}

#help_guide
{
	margin-left: 300px;
	margin-bottom: 20px;
	width: 205px;
	text-align:center;
}

#help_guide h2 a
{
	color: #1B99C4;
}

#help_guide img {
	display: block;
	margin: 0 auto;
}
#help_guide  span {
	display: block;
	font-size: 1.1em;
	margin-top: .5em;
	color: #666;
}

.listing a:hover
{
color: #666665;
}


#gestion_rep .listing
{
	width: 90%;
	margin: 0px 0px 0 0px;
}
#gestion_rep .listing .file_name
{
	width: 120px;
}

#liste_emetteur, #type_choice
{
	height: 25px;
	margin-top: 2px;

}

#date_limite
{
	height: 45px;
	margin-top: 2px;

}

#nom_prenom
{
	margin-bottom: 5px;
}

.form_elem
{
	margin-bottom: 5px;
	margin-top: 2px;
}

#allowed_actions li
{
	border: none;
}

#serviceslist, #services_chosen, #groupslist, #groups
{
	width: 150px;
}

hr
{
	text-align:center;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 80%;
}

#abs
{
margin-left: 10px;

}

#welcome_desc #basket
{
	margin-left: 150px;
}



#validleft
{
	width: 47%;
	padding-left: 0px;
	padding-right: 3px;
	float: left;
	/*margin: 0 2em 1em 0;*/

}

#validright
{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align:top;
	float: right;
	/*margin: 0 0 1em 2em;*/
	position: relative;
}

#search_mail, #exp2
{
	margin-left: 200px;
}
#choose_exp_link
{
	margin-left: 0px;
}
#info_user_welcome
{
	width: 100%;
	padding-top: 10px;
	border: 1px solid #BBBBBB;
	background-color: White;
	padding-bottom: 20px;
	margin: 0px 0px 15px 0px;
	padding: 5px 5px 2px 5px;
	line-height: 1.8em;
}


input[type="checkbox"]
{
	border:none;
	width: 20px;

}
input[type="file"]
{
	width: 230px;
	vertical-align:middle;
}

#welcome_basket
{
	width:376px;
	height:73px;
	background-image:url(../img/big_home_basket.gif);
}

.bold
{
	font-weight:bold;
}

#my_profil li
{
	margin-bottom: 10px;
}

#basket
{
	max-width: 200px;
}

.big_field
{
	width: 500px;
}


#search_parameters {
	padding: 10px 7px;
	width: 816px;
	min-height: 5px;
	height: auto;
}

#shipper_sender {
	border: 1px solid #73bdff;
	width: 216px;
	height: 36px;
}

.check
{
	border: none;
	width: 20px;
}

div.lb1-layer{
text-align:center;
position:absolute;
display:none;
/*background:url(../img/lb1/fond2.png);*/
background:white;/*#555555;*/
filter:alpha(opacity=70);
opacity:.70;
z-index:1000;
top:0;
left:0;
/*width: 100%;
height: 100%;*/
}
#modal{
	position:absolute;
	display:block;
	z-index:3000;
	width:400px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border: 3px solid ; padding: 10px;

}

#modal h2 {
margin-bottom: 15px;
}


/* Modal */
div.lb1-layer{
text-align:center;
position:absolute;
display:none;
/*background:url(../img/lb1/fond2.png);*/
background:white;/*#555555;*/
/*background-color: transparent;*/
/*z-index:1000;*/
top:0;
left:0;
/*width: 100%;
height: 100%;*/
}
.modal{
	position:absolute;
	display:block;
	/*z-index:3000;*/
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border: 3px solid ;
	padding: 10px;
}

.modal h2 {
margin-bottom: 15px;
}

#content_process
{
	text-align: left;
}

/*Automplete*/
div.autocomplete {
  position: absolute;
  width: 500px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
}

div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 20em;
  overflow: auto;
}

div.autocomplete ul li.selected {
    background-color: #ffb;
}

div.autocomplete ul li {
  /*background-color: #DEEDF3;*/
  list-style-type:none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
  text-align: left;
}

div.autocomplete ul li span.informal {
    color: grey;
}
/*****/

.option_title
{
	font-weight: bold;
}

.option_subtitle
{
 	margin-left: 10px;
}

.basket_elem
{
	margin-left:10px;
}

#servicesmodel #serviceslist, #servicesmodel #services_chosen
{
	width: 230px;
}

#hist_proprieties #date1, #hist_proprieties #date2
{
	width: 80px;
}