/************************************/ 
/*			Html Tags				*/
/************************************/
html {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

body {
	margin: 0;
	padding: 0;
}

/*--------------------------*/ 
/*--- Inline */
*
a {
	color: black;
}

a:hover {
	color: #bebbbb;
}

a img {
	border: none;
}

button {
	background-color: #bebbbb;
	border: none;
	height: 15px;
	padding: 0;
}

.button {
	background-color: #bebbbb;
}

p.button {
	background-image: url("../images/layout/btn_radius_l.png");
	font-size: 10px;
	padding-left: 2px;
	text-decoration: none;
}

p.button button,p.button a {
	background-image: url("../images/layout/btn_radius_r.png");
	background-position: top right;
	background-repeat: no-repeat;
	border: none;
	color: white;
	cursor: pointer;
	display: block;
	font-size: 10px;
	height: 15px;
	width: auto;
}

p.button button span {
	bottom: 1px;
	padding: 0 15px;
	position: relative;
}

input[type=text],input[type=password] {
	border: 1px solid #bebbbb;
}

label {
	
}

legend {
	
}

/*--------------------------*/ /*--- Block */
.clear {
	clear: both
}

address {
	font-style: italic;
}

div {
	
}

dl {
	
}

dl dt {
	
}

dl dd {
	
}

fieldset {
	
}

h1,h2,h3,h4,h5,h6 {
	
}

p {
	margin: 0 0 10pt;
	padding: 0;
}

table {
	
}

table th {
	
}

table td {
	
}

ul {
	
}

ul li {
	
}

/************************************/ 
/*			Main containers			*/
/************************************/
div#presta_topbar , 
div#presta_topbar_500{
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
}

div#presta_topbar a ,
div#presta_topbar_500 a {
	background: transparent url("../images/pictos/btn_back.png") top left no-repeat;
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-top: 1px;
	overflow: hidden;
	padding-left: 24px;
	text-decoration: none;
}

div#presta_topbar a:hover ,
div#presta_topbar_500 a:hover {
	background: transparent url("../images/pictos/btn_back.png") bottom left no-repeat;
}

div#presta_topbar_500 {
	background-color:#633757;
}

div#presta_topbar_500 a ,
div#presta_topbar_500 a:hover {
	color:#fff;
}

/*--------------------------*/ 
/*--- Signin */
div#presta_signin_project_logo {
	font-size: 32pt;
	font-weight: bold;
	margin: 150px auto 15px;
	text-align: center;
	text-shadow: 0 0 3px #333;
	width: 310px;
}

div#presta_signin_block {
	background: white url("../images/layout/login_block_spacer.png")
		repeat-y;
	margin: 0 auto;
	width: 310px;
}

div#presta_signin_block_a {
	background: transparent url("../images/layout/login_block_top.png")
		no-repeat top left;
	padding-top: 18px;
}

div#presta_signin_block_b {
	background: transparent url("../images/layout/login_block_bottom.png")
		no-repeat bottom left;
	padding: 0 22px 10px 20px;
}

div#presta_signin_block div label {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0;
}

div#presta_signin_block div label.remember {
	font-size: 9px;
	font-weight: normal;
	position: relative;
	top: -2px;
}

div#presta_signin_block input[type=text],div#presta_signin_block input[type=password]
	{
	display: block;
	font-size: 12px;
	margin: 4px 0 14px 0;
	padding: 2px;
	text-align: left;
	width: 262px; /*310 -20 -22 - 4 - 2*/
}

div#presta_signin_block input[type=checkbox] {
	margin: 0px;
}

div#presta_signin_block form p {
	font-size: 10px;
	text-align: right;
}

div#presta_signin_block form>p {
	font-size: 8px;
	letter-spacing: 0.3pt;
	margin-bottom: 10px;
	position: relative;
	top: -8px;
}

/*Gestion colonnes doubles*/
div#presta_signin_block form div {
	clear: both;
}

div#presta_signin_block form div p {
	float: right;
}

div#presta_signin_block form div p:first-child {
	float: left;
}

address#presta_signin_powered {
	font-size: 9px;
	font-style: normal;
	margin: 0 auto;
	text-align: right;
	width: 268px;
}

address#presta_signin_powered img {
	vertical-align: middle;
}

/************************************/ 
/*			Blocks 					*/
/************************************/ 
/*--------------------------*/
/*--- Error */
ul.error_list {
	color: red;
	font-size: 10pt;
}

/*--------------------------*/ 
/*--- Signin */
div#presta_error_project_logo ,
div#presta_error_project_logo_500 {
	font-size: 32pt;
	font-weight: bold;
	margin: 150px auto 15px;
	text-align: center;
	text-shadow: 0 0 3px #333;
	width: 508px;
}

div#presta_error_project_logo_500 {
	color:#633757;
}

div#presta_error_block_top,div#presta_error_block_content,div#presta_error_block_bottom {
	background: white url("../images/layout/error_block_top.png") no-repeat;
	width: 508px;
	height: 16px;
	margin: 0px auto;
	font-size: 0px; /* for IE 6*/
}

div#presta_error_block_bottom {
	background: white url("../images/layout/error_block_bottom.png") no-repeat;
	height: 20px;
}

div#presta_error_block_content {
	background: white url("../images/layout/error_block_spacer.png") repeat-y;
	height: auto;
	padding: 0px 0px 0px 20px;
	width: 488px;
	overflow: hidden;
}

div#presta_error_block_content img.presta_error_image {
	float: left;
	margin: 0px;
}

div#presta_error_block_content dl.presta_error_type,
div#presta_error_block_content dl.presta_error_type dt,
div#presta_error_block_content dl.presta_error_type dd,
div#presta_error_block_content dl.presta_error_type_500,
div#presta_error_block_content dl.presta_error_type_500 dt,
div#presta_error_block_content dl.presta_error_type_500 dd {
	margin: 0px;
	padding: 0px;
}

div#presta_error_block_content dl.presta_error_type, 
div#presta_error_block_content dl.presta_error_type_500 {
	float: left;
	width: 340px;
	height: 93px;
	margin: -2px 0px 0px 10px;
}

div#presta_error_block_content dl.presta_error_type_500 {
	color:#633757;
}

div#presta_error_block_content dl.presta_error_type dt,
div#presta_error_block_content dl.presta_error_type dd,
div#presta_error_block_content dl.presta_error_type_500 dt,
div#presta_error_block_content dl.presta_error_type_500 dd {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

div#presta_error_block_content dl.presta_error_type dd, 
div#presta_error_block_content dl.presta_error_type_500 dd {
	font-weight: normal;
}



div#presta_error_block_content ul.presta_error_star,
div#presta_error_block_content ul.presta_error_star li {
	margin: 0px;
	padding: 0px;
}

div#presta_error_block_content ul.presta_error_star {
	list-style-image: url("../images/pictos/picto_star.png");
	float: left;
	margin: 0px 0px 0px 20px;
}

div#presta_error_block_content ul.presta_error_star li {
	font-family: Arial;
	font-size: 14px;
}

div#presta_error_block_content ul.presta_error_star p {
	margin: 12px 0px 8px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	width: 445px;
	word-wrap: break-word;
}

div#presta_error_block_content ul.presta_error_star p a {
	text-decoration: none;
}

div#presta_error_block_content ul.presta_error_star li p.presta_error_403 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


div#presta_error_block_content ul.presta_error_star ul.presta_error_reason,div#presta_error_block_content ul.presta_error_star ul.presta_error_reason li {
	margin: 		0px;
	padding: 0px;
}

div#presta_error_block_content ul.presta_error_star ul.presta_error_reason {
	list-style-type: decimal;
	list-style-image: none;
	width: 430px;
	margin: 0px 0px 0px 19px;
}

div#presta_error_block_content ul.presta_error_star ul.presta_error_reason li {
	font-family: Arial;
	font-size: 11px;
}

div#presta_error_block_content input[type=text] {
	font-family: Arial;
	font-size: 11px;
	width: 216px;
	padding: 3px 0px 3px 8px;
	margin: 0px 5px 0px 0px;
}

address#presta_error_powered {
	font-size: 9px;
	font-style: normal;
	margin: 0 auto;
	text-align: right;
	width: 460px;
}

address#presta_error_powered img {
	vertical-align: middle;
}

/* Google search */
h3.other-things {
	display: none;
}

#goog-wm ul,#goog-wm ul li {
	margin: 0px;
	padding: 0px;
}

#goog-wm ul {
	list-style-image: none;
	list-style-type: none;
}

#goog-wm-sb {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 136px;
	height: 16px;
	border: 0px;
	font-size: 10px;
	font-style: normal;
}
