/*------------------------------------------------*
 *---  www.buroclicweb.com - agence web 01-04-2009 --*
 *------------------------------------------------*/
@import "blocs.css";
@import "style.css";
@import "navigation.css";
@import "horinaja.css";

* {
 margin: 0px;
 padding: 0px;
}

html {
	overflow-y:scroll !important;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background:#e8e8e8 url('../ress/img/bg/bg_body.jpg') center top repeat-x;
}

form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0px;
	padding: 0px;	
}

table tr td {
	vertical-align:top;
}

ul,li,ol {
}

input {
	/*height:12px;
	border:0px;
	display:inline;*/
	/*margin: 39px 0; vertical-align: middle;*/
	position:relative;
}

select {
	color: #000;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}

a {
	color:#959595;
	text-decoration: none;
	
}
a:hover {
	color:#b0d01f;
	text-decoration: none;
}

a img {
	border:0px;
}

.relative {
	position:relative;
}

/*--- SYSTEM MESSAGE ---*/

.system_alert_msg {
	background:#FFF6BF;
	height:auto;
	padding:15px 15px 15px 50px;
	margin:0px 0px 5px 0px;
	border:1px solid #FFD324;
	letter-spacing:1px;
	color:#E45B00;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
}



.system_success_msg {
	background:#E3FDE8;
	height:auto;
	padding:15px 15px 15px 50px;
	margin:0px 0px 5px 0px;
	border:1px solid #3AA342;
	letter-spacing:1px;
	color:#E45B00;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
}



.system_notice_msg {
	background:#F8FAFC;
	height:auto;
	padding:15px 15px 15px 50px;
	margin:0px 0px 5px 0px;
	border:1px solid #B5D4FE;
	letter-spacing:1px;
	color:#779CC4;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
}









