/* CSS STYLESHEET FOR LE BUREAU - DEVS BY GRAFMIVILLE.CH */

/* PAGE STRUCTURE */

body {
  	font-family: arial; background-color: #ffffff; margin-left: 0px; margin-right: 0px; margin-top: 0px;
}

.main_table {
	width: 100%; height: 100%;
}

ul {
	list-style-image: url(../images/li.gif); margin-top:18px; margin-bottom:18px; list-style-position:outside; line-height:18px;
}

li {
	margin:0px 0px 0px -20px; line-height:22px;
}

hr {
	border: 0; border-bottom: 1px #c6c6c6 solid; height: 1px;
}

/* HOME SPECIFIC LEFT COLUMN */

.intro  {
	font-family: arial; font-size: 9px; font-weight: normal; text-align: left; color:#bdbebc; margin-top: 0px; line-height:9px;
}

.title  {
	font-family: arial; font-size: 12px; font-weight: bold; text-align: left; color:#bd292e; margin-top: 0px;
}

.text  {
	font-family: arial; font-size: 12px; font-weight: normal; text-align: justify; color:#5b5b5b; line-height:18px;
}

.text a:link {
	font-weight: normal; color:#bd292e; text-decoration: none; font-weight: bold;
}

.text a:visited {
	font-weight: normal; color:#bd292e; text-decoration: none; font-weight: bold;
}

.text a:hover {
	font-weight: normal; color:#bd292e; text-decoration: underline; font-weight: bold;
}

.text_red  {
	font-family: arial; font-size: 12px; font-weight: normal; text-align: left; color:#bd292e; line-height:18px;
}

.text_sm_red  {
	font-family: arial; font-size: 11px; font-weight: normal; text-align: left; color:#bd292e; line-height:18px;
}

.text_sm  {
	font-family: arial; font-size: 11px; font-weight: normal; text-align: justify; color:#5b5b5b;  line-height:16px;
}

.text_sm a:link {
	font-weight: normal; color:#bd292e; text-decoration: underline;
}

.text_sm a:visited {
	font-weight: normal; color:#bd292e; text-decoration: underline;
}

.text_sm a:hover {
	font-weight: normal; color:#bd292e; text-decoration: none; 
}

.arrow  {
	font-family: arial; font-size: 12px; font-weight: normal; text-align: justify; color:#5b5b5b; line-height:18px;
}

.arrow a:link {
	font-weight: normal; color:#bd292e; text-decoration: none; font-weight: bold;
}

.arrow a:visited {
	font-weight: normal; color:#bd292e; text-decoration: none; font-weight: bold;
}

.arrow a:hover {
	font-weight: normal; color:#5b5b5b; text-decoration: none; font-weight: bold;
}

/* FORM ELEMENTS */

.input_text { 
	background : #ffffff; border : 1px solid #5b5b5b; font-family : arial; font-size : 12px; color : #5b5b5b; width:170px;
}

.input_text_requierd { 
	background : #ffffff; border : 1px solid #bd292e; font-family : arial; font-size : 12px; color : #bd292e; width:170px;
}	

.form_button { 
	background : #ffffff; border : 2px solid #bd292e; font-family : arial; font-size : 12px; color : #bd292e; font-weight : bold; width:170px;
}

/* IMAGES ELEMENTS */

.img { 
	border : 1px solid #bd292e;
}
