
body {
	background: #e7f1fd url(../images/background-public-body.png) repeat-x;
	font-size: 10px;
	font-family: Verdana;
}

#header {
	width: 990px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: block;
}

.logo {
	font: bold 260%/100% Verdana;
	top: 10px;
	width: 300px;
	height: 40px;
	padding-top: 10px;
	letter-spacing: -4px;
	text-shadow: -1px -1px 1px #666, 1px 1px 1px #666, 0px 0px 20px #fff;
	float:left;
}
.logo  a {
	color: #fff;
	text-decoration: none;
}

.menu {
	height: 35px;
	left: 350px;
	padding-top: 15px;
	float:left;
}
.menu a {
	width: 70px;
	white-space: nowrap;
}

.ui-widget p {
	margin:10px;
	font-size:13px;
}

.red {
	color: red;
}

/* Main */

#main-content {
	background: #e7f1fd url(../images/public-background-main-content.png) repeat-x left top;
}

#main-content .wrap {
	width: 600px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 5px;
}

.wrap {
	width: 785px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box {
	width:700px;
	border: 1px solid #c1cad5;
	border-top:1px solid #8f9aa7;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#f1f7fe;
	margin-bottom:20px;
	float:left;
	font-size:13px;
}

.box ul {
	list-style:disc;
	margin-left: 30px;
}

.box li {
	margin-bottom: 5px;
}

.box p {
	padding:10px;
}

.lcol {
	float:left;
	width: 420px;
}

.rcol {
	float:right;
	padding: 10px;
}

.bottom {
	padding: 10px;
	float:left;
}

#bugz-list {
	text-shadow: #fff 0 1px 1px;
}

#bugz-list button {
	margin-left:220px;
	width: 200px;
}
#bugz-list label {
	font-size:13px;
	font-weight:bold;
	color:#29384c;
	width:200px;
	text-align:right;
	display:block;
	float:left;
	line-height:32px;
	margin-right:10px;
}
#bugz-list input[type=text],#bugz-list input[type=password]{
	width:400px;
	height:20px;
	border: 1px solid #8d9095;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;	
	background: #fff url(../images/background-signup-inputs.png) repeat-x top left;
	font-size:13px;
	color:#29384c;
	padding:5px;
	padding-top:7px
}
#bugz-list ul.section {
	width:626px;
	border: 1px solid #c1cad5;
	border-top:1px solid #8f9aa7;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#f1f7fe;
	margin-bottom:20px;
	float:left;
}
#bugz-list h3{
	font-family: Verdana;
	font-weight:bold;
	font-size:18px;
	color:#0350a6;
	margin-left:15px;
	margin-top:6px;
}
#bugz-list h4{
	font-family: Verdana;
	font-size:11px;
	color:#011934;
	margin-left:15px;
}

#bugz-list ul.section li{
	background-color:#e3e9f2;
	border-top:1px solid #f3f6f9;
	border-bottom:1px solid #c1cad5;
	padding:2px;
	position:relative;
	zoom:1;
}
#bugz-list ul.section li.incomplete{
	background-color:#fcffc9;	
}
#bugz-list ul.section img{
	float: right;
	margin-right: 180px;
}

#bugz-list ul.section li.header{
	border:0;
	border-bottom: 1px solid #c1cad5;
	height: auto;
	background-color:transparent;
	position:relative;
	padding:0;
	
}

#bugz-list ul.section li.header a#edit{
	float: right;
}

/*
c etait le span qui permettait d afficher l icone a gauche du header
#bugz-list ul.section li.header span{
	position:absolute;
	display:block;
	width:59px;
	height:62px;
	top:-15px;
	left:15px;
}
*/

#bugz-list ul.section li.red{
	background-color:#EFE1E1;
	/*background-color:#E7EDE1;*/
}

span.wrap{
	border:1px solid #f00;
	display:block;
}
#bugz-list ul.section li.bottom{
	border:0;
	height:5px;
	background-color:transparent;	
}

#bugz-list ul.section li.url b{
	font-size:15px;
	font-weight:bold;
	color:#29384c;
	margin-top:10px;
	margin-left:5px;
	line-height:30px;
}
#bugz-list .confirm-result{
	font-size:18px;
	font-weight:bold;
	color:#29384c;
	line-height:30px;
}

/* Footer */

#bottom-bar {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 51px;
	position: relative;
	margin-top:20px;
}


