/* -------------------------------------------------------------------- 
     			   	PORTAIL E-BOURGOGNE
         	  ---- Technical team stylesheet ----
	        To be used in combination with "main.css"
	  		       Atos Worldline, 2010
-------------------------------------------------------------------- */
/* Please, be sure to have here ONLY the styles that 
have different properties as defined in the main CSS.
Do not duplicate the original main CSS in a whole */ 

/* ------------------------ !LUTECE ADMIN -------------------------- */

.-lutece-control {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 30px;
}
.-lutece-control-element {
	float: left;
	width: 40px;
	display: inline;
}

#login-zone .content-box #login .login label {
	text-align:left;	
}

/* Examples of application specific styles: width of specific fieldset 
labels or form fields */

/* Search form */
#fsSearch label, #fsRemise label {width: 10em;}
#fsSearch .lblike {width: 10em;}

/*Login page*/
#login-zone .content-box p {
	font-size:11px;	
}

#login-zone .content-box #login {
	margin: 0 0 0 0;	
}


/* Form fields widths */

/*------------------------- !NEWSLETTER --------------------------*/

#newsletter label{
	float:none;
}

#container #page #wrapper #error-content .window .content {
	text-align:center;
}

/*------------------------- !SEARCH RESULT --------------------------*/
div.search-title {
	margin-bottom:20px;
	padding-bottom:20px;
	background:url("../images/dots_v_blue.gif") repeat-x scroll left bottom #FFFFFF;
}

div.search-title h2 {
	font-size:1.2em;
}

div.search div.hentry ul.links-list {
	background:url("../images/dots_v_blue.gif") repeat-x scroll left bottom transparent;
	margin: 0pt 0pt 20px;
}

div.hentry .abstract strong {
	font-size:1.2em;
}

.search_result_bottom {
	padding-left:1em;
}

.search_result_bottom div {
	float:left;
}
.search_result_bottom span {
	float:left;
	width:100%;
	height:0em;
	padding-top:1em;;
	border-top: solid 2px #ccc;
}
.search_result_bottom h5 {
	padding-left:2em;
}
.search_radio li{
	list-style-type:none;
	float:left; 
}
.search_radio label{
	width:2em;
}
.search_links-list {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/dots_v_blue.gif) repeat-x scroll left top;
	list-style-type:none;
	color:#000000;
	padding:5px 0 0;
}

/*------------------------- !PLUGIN DOCUMENT --------------------------*/

/* --- DOCUMENT ATTACHMENTS --- */
div.attachments {
	float:left;
	margin-top:1em;
	clear:left;
	width:600px;
}

div.attachments.pdf ul li {
	background:url("../images/pdf-icon.png") no-repeat scroll left top transparent;
}

div.attachments.word ul li {
	background:url("../images/doc-icon.png") no-repeat scroll left top transparent;
}


div.attachments ul {
	list-style-type:none;	
}

div.attachments ul li {
	padding-bottom:1em;
	padding-left:50px;
	min-height:50px;
}

div.attachments li a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


/* --- SEND DOCUMENT PAGE --- */
div.sendDocument {
	float: left;
	width: 550px;
	color: #000;
	background: #FFF;
	margin: 20px;
	border: 1px solid #A0A0A0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 3px 2px 6px #BBB;
	-webkit-box-shadow: 3px 2px 6px #BBB;
	box-shadow: 3px 2px 6px #BBB;
}

	div.sendDocument div.hgroup {
		color: #000;
		background: #E4EAED;
		margin: 2px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
		div.sendDocument div.hgroup h2 {font-size: 0.8em; padding: 10px; margin-bottom: 10px; text-align: center}
		
		div.sendDocument div.content {width: 90%; margin: 10px auto;}
		div.sendDocument h3 {font-size: 0.8em; color: #373737; background: #FFF; margin-bottom: 10px;}
		div.sendDocument p {font-size: 0.7em; color: #373737; background: transparent;}
		div.sendDocument li {font-size: 0.7em; color: #373737; background: transparent;}
		div.sendDocument dl {margin-bottom: 10px;}
		div.sendDocument dt {font-size: 0.7em; color: #373737; background: transparent; margin-top: 10px;}
		div.sendDocument dd {
			font-size: 0.7em;
			color: #373737;
			background: transparent url(../images/dots_v_blue.gif) bottom left repeat-x;
			padding-bottom: 10px;
		}
		
	div.sendDocument label {
		width: 14em;
	}
	
	div.sendDocument textarea {
		margin: 0 0 5px 0;
		height: 100px;
		width: 300px;
	}
	
	div.sendDocument div.windows-submit {
		float: none;
		margin-left: 10px;
	}
	
	div.sendDocument input.send-button {
		font-size: 90%;
	}
	
	div.sendDocument a.cancel-button {
		font-size: 90%;
		-moz-border-radius: 4px 4px 4px 4px;
		-moz-box-shadow: 1px 1px 1px #CCCCCC;
		background: none repeat scroll 0 0 #C0C0C0;
		border: 1px solid #FFFFFF;
		color: #333333;
		cursor: pointer;
		font-weight: bold;
		margin: 0 5px;
		padding: 2px 5px 3px;
		text-decoration: none;	
	}
	
div.sendingOk p {
	color: #0033FF;
	font-weight: bold;
	font-size: 1.2em;
}

/*------------------------- !PLUGIN CONTACT --------------------------*/
#contact_form label {
	width: 15em;
}
.contact_text_area {
	float:left;
}
div.contact_text_area textarea {
	font-family:Arial,Helvetica,Sans-serif;
	font-size:0.9em;
	margin:0;
	padding:2px;
}
.context_alert_message {
	/*clear: both;*/
	color:#CC0000;
	font-size:100%;
	font-weight:bold;
	padding-left:5px;
	vertical-align:4px;
}

#error-content p.message {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;	
}

#GIP-contact-address {
	margin-bottom: 10px;	
}

#GIP-contact-google-map {
	width: 380px;
	margin-left: 180px;
}

/*------------------------- !PLUGIN FAQ --------------------------*/
#faq_form label {
	width: 12em;
}
.faq-form-buttons {
	text-align:center;
}
.faq-links-list li {
	list-style-type:none;
}
.faq-list-links {
	list-style-type:none;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/bullet.png) no-repeat scroll 0 4px;
	color:#000000;
	font-weight:bold;
	padding-left:10px;
}
ul.faq-links-list {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*background:transparent url(../images/dots_v_blue.gif) repeat-x scroll left top;*/
	color:#000000;
	list-style-type:none;
	margin:10px auto 15px;
	padding:5px 0 0;
	width:90%;
}
ul.faq-links-list a:visited {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/bullet.png) no-repeat scroll 0 4px;
	color:#3F3F3F;
}
ul.faq-links-list a, ul.faq-links-list a:link {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/bullet.png) no-repeat scroll 0 4px;
	color:#000000;
	font-weight:bold;
	padding-left:10px;
}
ul.faq-links-list li{
	padding:1em 0 0;
}
.faq_alert_message {
	color:#CC0000;
	font-size:100%;
	font-weight:bold;
	padding-top:1em;
	padding-left:1em;
	vertical-align:4px;
}
.faq-introduction {
	float: left;
	width: 100%;
	color: #000;
	background: #FFF url(../images/dots_v_blue.gif) bottom left repeat-x;
	padding-bottom: 2em;
	margin-bottom: 2em;
	padding-top:1em;
}
.question textarea{
	font-family:Arial,Helvetica,Sans-serif;
	font-size:0.9em;
	margin:0;
	padding:2px;
}

/*------------------------- !MON COMPTE --------------------------*/
#serviceInactif {
	color: grey;
	float: right; 
}

ul.links-list-ext {
	padding: 5px 0 0 0px;
	text-align:right;
	width: 100%;
	color: #000;
	/*background: transparent url(../images/dots_v_blue.gif) top left repeat-x;*/
	list-style-type: none;
	margin: 0px auto 10px;
}
	ul.links-list-ext a, ul.links-list-ext a:link {
		font-weight: bold;
		color: #000;
		background: transparent url(../images/bullet.png) 0 4px no-repeat;
		padding-left: 10px;
}

input[type=password] {
	padding: 0 0 2px 2px;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

label.label-mon-compte {
float:left;
font-weight:bold;
padding-right:5px;
text-align:right;
width:14em;
}

p.infoPassword{
	text-alignt:left;
	font-weight:bold;
	padding:0 10px 15px;
	width:95%;
}

div.windows-submit {
padding: 10px 0px 10px 0px;
position: relative;
float: right;
}

div.hgroup-error {
	color: #000;
	background: RED;
	margin: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.window div.hgroup-error h2 {font-size: 0.8em; padding: 5px 10px; margin-bottom: 10px;}


#mon_compte_form label  {
	float:left;
	font-weight:bold;
	padding-right:5px;
	text-align:right;
	width:13em;
}

div.full-window {
	float: left;
	width: 688px;
	color: #000;
	background: #FFF;
	margin: 20px;
	border: 1px solid #A0A0A0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 3px 2px 6px #BBB;
	-webkit-box-shadow: 3px 2px 6px #BBB;
	box-shadow: 3px 2px 6px #BBB;
}

div.full-window div.hgroup {
		background: #CC0000;
		margin: 2px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
}

div.hgroup-error {
	background: #CC0000;
	margin: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.hgroup-error h2 {
	font-size:0.8em;
	padding:4px 0 4px 4px;
	margin-bottom:0px;
	color:#FFFFFF;
}

.filling-error div {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
	color:#000000;
	font-weight:bold;
	/*margin-bottom:25px;*/
	padding:10px 0;
	text-align:center;
}

.filling-error div ul {
	list-style:none;
	padding-right:16px;
}

.success div {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
	color:#000000;
	font-weight:bold;
	/*margin-bottom:25px;*/
	padding:10px 0;
	text-align:center;
}

div.hgroup-success {
	background: #008000;
	margin: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.hgroup-success h2 {
	font-size:0.8em;
	padding:4px 0 4px 4px;
	margin-bottom:0px;
	color:#FFFFFF;
}

.technical-error div {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
	color:#FFFFFF;
	font-weight:bold;
	/*margin-bottom:25px;*/
	padding:10px 0;
	text-align:center;
	/*width:700px;*/
	padding:20px 0 20px 0;
}

.filling-error div p {
	color:#FFFFFF;
}

.success div p {
	color:#000000;
}

.technical-error div p {
	color:#000000;
}

input[type=button] {
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	background: #E54302;
	padding: 2px 5px 3px 5px;
	margin: 0 5px;
	border: 1px solid #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px #CCC;
	-webkit-box-shadow: 1px 1px 1px #CCC;
	box-shadow: 1px 1px 1px #CCC;
	cursor: pointer;
}
/*------------------------- !MES SERVICES --------------------------*/
div.window ul {padding-left: 0;list-style:none}
div.window ul ul {padding-left: 2em}
div.window li {
border-bottom:1px dotted;
color:#373737;
font-size:0.7em;
font-weight:bold;
padding:0.7em 0 0.7em;
}

/*------------------------- !ERROR PAGES --------------------------*/

#error-content div.window {
	margin:20px auto;
	float:none;
	width:523px;
}

#error-content div.window p{
	font-size:0.9em;
	margin:10px 0pt;
}

#container #page #header #contact-note p {
	font-family:Arial,"Helvetica Neue",Helvetica,Sans-serif;
	font-size:11px;
}

#container #page #wrapper #error-content p {
	font-family:Arial,"Helvetica Neue",Helvetica,Sans-serif;
	font-size:11px;
}

#container #page #wrapper #error-content .window .hgroup h2 {
	font-size:11px;
}

/*------------------------- !DOCUMENTS BASE --------------------------*/
div.documentsBaseWindow {
	float: left;
	width: 650px;
	color: #000;
	background: #FFF;
	margin: 10px;
	border: 1px solid #A0A0A0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 3px 2px 6px #BBB;
	-webkit-box-shadow: 3px 2px 6px #BBB;
	box-shadow: 3px 2px 6px #BBB;
}

div.documentsBaseWindow h3 {
	margin: 10px;
}

div.documentsBaseWindow p {
	margin-left: 10px;
}

div.documentsBaseWindow ul {margin: 10px;}

div.documentsBaseWindow li {
	font: 0.8em Verdana, Arial, "Helvetica Neue", Helvetica, Sans-serif;
	color: #373737;
	background: #FFF;
	margin: 3px 0;
}
