/* ======================================================== */
/*	Created by Devit Schizoper 								*/
/*	Created HomePages http://LoadFoo.starzonewebhost.com	*/
/*	Created Day 01.12.2006 									*/
/* ======================================================== */



blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 960px;
}


/**** Top ***/


#top {
	width: 100%;
	height: 88px;
	color: #fff;
	background: #000 url(../gif/top_bg.gif);
	overflow:hidden;
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	  /*font-size: 3.0em;*/
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	  /*top:8px;*/
	  /*height: 70px;*/
	display:block;
	float:left;
	  /*background: url(../gif/logo.png) left top no-repeat;*/
	background: url(../gif/bg_t.gif) left top no-repeat;
	  /*padding: 35px 0px 0px 65px;*/
	padding-left: 10px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #93B300;
}

#textsizer {
	/*float: left;*/
	margin: 50px 0 0 10px;
}

#textsizer a {
	border: none;
}
#textsizer a img {
	border: none;
	margin: 0 2px;
}

#searchbar {
	float: right;
	margin: -25px 0px 0px 0px;
	background-color: #F6F9FB;
}

#searchbar form {
	border: none;
	display: inline;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	background-color: #F6F9FB;
}
#searchbar input { border: 1px solid #E1E1E1; color: #1a1a1a; background: #fff url(../gif/bg_t.gif) no-repeat;  padding-left: 8px; margin: 0px 0px 0px 10px; width: 210px; }
#searchbar input.btn-img { border: 0; background: none; height: 20px; width: 120px; margin: 0 10px -2px 5px; padding: 0; }
#searchbar select { border: 1px solid #E1E1E1; color: #1a1a1a; margin: 3px 10px; }
#searchbar select option { border: 1px solid #E1E1E1; border-width: 0px 1px 0px 1px; color: #1a1a1a; padding: 0px 8px; background-color:#fff; }

/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 10px 20px 7px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#menu li a img {
	/*display: block;*/
	width: 50px;
	height: 50px;
	margin: 0 auto;
	/*margin-top: -50px;*/
	padding: 0;
	border: none;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(../gif/bg_menu.gif);
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
	background: url(../gif/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
	width: 100%;
	margin-top:30px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/**** Content ***/


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}


#left div>ul,
#left div>div>div>ul {
	padding: 0;
	margin:0;
}
#left div>div>div>ul.toggler-list {
	margin: 5px 0px 5px 20px;
}
#left div>ul.toggler-list {
	margin: 5px 0px 5px 20px;
}

#left ul.alphabar {
	list-style: none;
	width: 600px;
	margin: 0px auto;
	padding: 0;
	border: 0;
	height: 1.1em;
}
#left ul.alphabar li {
	display: block;
	float: left;
	white-space: nowrap;
	border: none;
	padding: 0;
	margin: 0;
}
#left ul.alphabar li a {
	display: block;
	padding: 3px 6px;
	margin-left: -2px;
	text-decoration: none;
	color: #93B300;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	border: 2px solid #E1E1E1;
	border-width: 0px 2px;
	background: #F6F9FB;
}
#left ul.alphabar li a:hover {
	background: #93B300;
	color: #fff;
}


#left li {
	margin-bottom:5px;
}


#left {
	width: 700px;
	float:left;
	display: block;
       margin-left: 20px;
	display: inline;
}

/**** Sidebar ***/


#right {
	width: 220px; 
	float: left;
	margin-top: 10px;
}

#right .box {
	width: 190px;
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	padding:10px 10px 15px 10px;
	margin-bottom: 10px;
	float: left;
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #93B300;
	font-size: 10px;
	text-decoration:none;
}

#right .box a img {
	margin: 0;
	padding: 0;
	border: 0;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
}

#right .box li a {
	text-decoration: underline;
}
#right .box li a:hover {
	text-decoration: none;
}

#nav{ list-style: none; margin: 2.0em 0; width: 200px; float: left;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.3em 0.3em 0.8em;
	border-bottom: 2px; /*solid #1a1a1a*/
	border-top: 2px; /*solid #1a1a1a*/
	color: #93B300;
	background-color: #F7F9FB;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover{
	color: #1a1a1a;
	background: url(../gif/bg_t.gif) no-repeat;
	background-color: #fff;
	font-weight: bold;
	}	



/**** Footer ***/


/**** Gras, Italique, Soulign�, Barr� ***/
.gr { font-weight: bold; }
.it { font-style: italic; }
.so { text-decoration: underline; }
.ba { text-decoration: line-through; }

/**** Color ***/
.highlight { color: #93B300; font: 1.2em; font-weight: bold; }

/**** Forms ***/
form { margin: 0; padding: 0; border: 0; }
.btn-ico { margin: -2px 0px; border: none; width: 12px; height: 12px; }
.btn-act { margin: 5px 20px; border: none; width: 120px; height: 20px; }
.btn-act_l { margin: 5px 20px; border: none; width: 200px; height: 20px; }

div.btn-form { text-align: center; margin-top: 20px; }

/**** Fiche ***/
div.fich-head { min-height: 220px; _height: 220px; width: 400px; padding: 10px; border: 1px solid #e1e1e1; background: #F6F9FB; }
div.fich-head div.data { margin: 0px 0px 0px 140px; }
/*div.fich-pic #eval ul { margin: 0; padding: 0; }
div.fich-pic div ul { margin: 0; padding: 0; }*/

div.fich-head div.data div { margin: 10px 0px; padding: 5px; border: 1px solid #e1e1e1; }
div.fich-head div.data div span.actions { float: right; margin-top: 5px; }

div.fich-nopic { float: left; width: 120px; min-height: 220px; _height: 220px; margin: 0px 20px 20px 0px; }
div.fich-pic { float: left; background: url("../gif/bg-fich.png") top left no-repeat; width: 120px; min-height: 220px; _height: 220px; margin: 0px 20px 20px 0px; }
div.fich-nopic img, div.fich-pic img { width: 80px; height: 80px; margin: 20px; border: none; }
div.fich-nopic img.ico, div.fich-pic img.ico { width: 32px; height: 32px; margin: 5px 10px; border: none; }

div.fich-pic .rating { margin: 5px 0 10px 0; }
div.fich-pic .rating ul { border: 1px solid #e1e1e1; }

div.fich-nopic a.flagon, div.fich-pic a.flagon { display: block; margin: 1px; padding: 1px 1px 1px 9px; background: url("../gif/flagon.png") left no-repeat; color: #93B300; text-decoration: none; }
div.fich-nopic a.flagon:hover, div.fich-pic a.flagon:hover { color: #cc0000; text-decoration: line-through; font-weight: bold; }
div.fich-nopic a.flagoff, div.fich-pic a.flagoff { display: block; margin: 1px; padding: 1px 1px 1px 9px; background: url("../gif/flagoff.png") left no-repeat; color: #cc0000; text-decoration: line-through; }
div.fich-nopic a.flagoff:hover, div.fich-pic a.flagoff:hover { color: #93B300; text-decoration: none; font-weight: bold; }
div.fich-nopic a.flagdisable, div.fich-pic a.flagdisable { display: block; margin: 1px; padding: 1px 1px 1px 9px; background: url("../gif/flagdisable.png") left no-repeat; color: #ddd; text-decoration: line-through; }
div.fich-nopic a.flagdisable:hover, div.fich-pic a.flagdisable:hover { color: #333; text-decoration: none; font-weight: bold; }

div.fich-head-side { float: right; width: 230px; padding: 0px; margin: 0px; }
div.fich-head-side-block { float: right; width: 230px; padding: 10px; margin: 0px 0px 5px 0px; border: 1px solid #e1e1e1; background: #F6F9FB; }
div.fich-head-side-block form { display: inline; margin: 0px 5px; }
div.fich-head-side-block span.actions { float: right; margin-top: 5px; }

div.half-col { width: 700px; margin: -25px 0 -25px 0; padding: 0; border: 0; }
div.half-col div.half-col-right { float: right; width: 345px; margin: 0; padding: 0; border: 0; }
div.half-col div.half-col-left { float: left; width: 345px; margin: 0; padding: 0; border: 0; }

div.star-on { background: url("../gif/star-on.png") top left no-repeat; margin: 0; padding: 0; line-height: 16px; padding-left: 18px; }
div.star-off { background: url("../gif/star-off.png") top left no-repeat; margin: 0; padding: 0; line-height: 16px; padding-left: 18px; }
td.star-on { background: url("../gif/star-on.png") top center no-repeat; line-height: 18px; min-width: 18px; _width: 18px; }
td.star-off { background: url("../gif/star-off.png") top center no-repeat; line-height: 18px; min-width: 18px; _width: 18px; }

a.contacton, a.contactoff:hover { float: left; background: url("../gif/ico-contact.png") top left no-repeat; width: 12px; height: 12px; text-indent: -1000em; outline: none; overflow: hidden; }
a.contactoff { float: left; background: url("../gif/ico-contact.png") bottom left no-repeat; width: 12px; height: 12px; text-indent: -1000em; outline: none; overflow: hidden; }

div.data div div.gender-male, div.gender-male { float: left; background: url("../gif/gender-male.gif") top left no-repeat; margin: 2px; padding: 0; height: 14px; width: 14px; text-indent:-1000em; outline:none; overflow:hidden; border: 0px solid #fff; }
div.data div div.gender-female, div.gender-female { float: left; background: url("../gif/gender-female.gif") top left no-repeat; margin: 2px; padding: 0; height: 14px; width: 14px; text-indent:-1000em; outline:none; overflow:hidden; border: 0px solid #fff; }

/**** Errors ***/
form fieldset label.error { color: red; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 5px 0px; background: url("../gif/bg_label_error.gif") top left no-repeat; }
form fieldset input.error { border: 1px solid red; }
form fieldset textarea.error { border: 1px solid red; }

form fieldset div.block { margin: 0px 0px 0px 150px; }

/*div.error { border: 1px solid #93CC00; width: 400px; margin: 30px auto; padding: 30px; }
div.error span { color: #93CC00; font-weight: bold; }*/

h3#msg { display: block; padding: 0px 500px 0px 60px; }

/***** Feuille Bleue *****/
table.feuille_bleue {
	background-color:#E1E1E1;
	border: 1px solid #E1E1E1;
	width: 100%;
}
table.feuille_bleue tfoot {
	border-top: 1px solid #E1E1E1;
}

table.feuille_bleue thead tr {
	background-color:#E1E1E1;
}

table.feuille_bleue thead td,
table.feuille_bleue tfoot td.total {
	background-color:#93B300;
	font-weight: bold;
	padding: 2px 3px;
}

table.feuille_bleue tbody td,
table.feuille_bleue tfoot td.total {
	text-align: center;
}

table.feuille_bleue tbody td.remise {
	font-weight: bold;
	padding: 2px 3px;
}

table.feuille_bleue tbody {
	background-color:#F6F9FB;
}

table.feuille_bleue input.remise,
table.feuille_bleue input#totals {
	text-align: right;
	padding: 1px 3px;
}

table.feuille_bleue tr.ignore td {
	color: #666666;
	font-style: italic;
}

table.feuille_bleue tr.error td {
	color: red;
	font-weight: bold;
}

#warning, #summary { color: red; font-weight: bold; }
/***** Feuille Bleue *****/