/****************************************/
/* 			Feuille de style   			*/
/*		Occazs Valkenborgh Musique.    	*/
/*		(c) Valkenborgh Music 2009     	*/
/****************************************/

body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

a { 
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: blue;
}

div#global {
	/*margin-left: 5%;
	margin-right: 5%;*/
	width: 900px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: none;
}

div#img_top {
	background: url(images/bk_top.jpg);
	background-repeat: no-repeat;
	height: 27px;
}

div#img_center {
	background: url(images/bk_center.jpg);
	min-height: 100%;
}

div#img_bottom {
	background: url(images/bk_bottom.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

div#copyright {
	text-align: center;
	padding-top: 14px;
	font-size: 10px;
}

/****************************************/

table#titleoccaz {
	position: absolute;
	left:24px;
	top: 20px;
	width: 852px;
	background-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
}

td#titleoccaz_title {
	padding-left: 8px;
	padding-top: 0px;
}

td#titleoccaz_search {
	text-align: left;
}

td#titleoccaz_admin {
	padding-right: 8px;
	text-align: right;
}

label#search {
	color: #C60628;
	float: left;
	padding-top: 2px;
}

input#search {
	background-color: #dddddd;
	color: #C60628;
	float: left;
	width: 180px;
	height: 19px;
	border-style: solid;
	border-color: #bbbbbb;
}

/****************************************/
/*	Menu des catégories					*/
/****************************************/

a#cat { 
	color: black;
	text-decoration: none;
}

a#cat:hover {
	color: #ffffff;
	/*text-decoration: underline overline;*/
	background-color: #660033;
}

td#cat, #selectedcat {
	font-size: 10pt;
	width: 32%;
    padding-left: 16px;
}

td#cat {
    	background-color: #bbbbbb;
}

td#selectedcat {
    	background-color: #eeeeee;
}

img#menu {
	vertical-align: top;
}

/****************************************/
/* 	Bloc contenant une occasion			*/ 
/****************************************/

div.occaz {
	background-color: #999999;
 	height: 238px;
}

table.occaz {
	width: 100%;
 	height: 100%;
 	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}

table.occaz td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}

.enteteoccaz {
	background-color: #cccccc;
	width: 100%;
}

.alaligne {
	clear: left;	
}

/*****************************************/
/* 		Champs							 */
/*****************************************/

/*****************************************/
/* Partie pour liens vers admisitration  */		
/* du site.								 */
/*****************************************/

a#admin {
	color:yellow;
}

/*****************************************/

.titre {
	background-color: #660033;
	color: white;
	font-size: 13px;
	/*font-weight: bold;*/
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 282px;
	float: left;
}

.poste {
	font-size: 8pt;
	text-align: right;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.image {
	height: 100%;
	text-align : center; 
	vertical-align: top;
}

.desctitle {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 8px;
}

.description {
	font-size: 10pt;
	padding-right: 8px;
	padding-left: 8px;
}

.prix {
	font-size: 10pt;
	text-align: center;
}

.client {
	font-size: 10pt;
	line-height: 14pt;
}

.label {
	clear: left;
	float: left;
	width: 68px;
	padding-left: 2px;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

a#mail { 
	color: blue;
	text-decoration: none;
}

a#mail:hover {
	color: #ffffff;
	/*text-decoration: underline overline;*/
	background-color: #660033;
}

td#mail, #selectedcat {
	font-size: 10pt;
	width: 32%;
    padding-left: 16px;
}

td#mail {
    	background-color: #bbbbbb;
}

/****************************************/

td#debut {	
	line-height: 10px;
	text-align: right;
	font-size: 12px;
}

a#debut {
	font-size: 10px;
}


/****************************************/

