/*Reset CSS by Eric Meyer*/ /* CSS BAR@WORK > Line 50 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#whatis-bloc {
	margin-top: 25px;
}
#whatis-bloc ul {
	background: url('/images/photo-trans.png') 10px 0 no-repeat;
	list-style: disc;
	padding: 70px 0 70px 515px;
	margin: 35px 0 20px;
	}

#whatis-bloc ul li {
	margin-bottom: 25px;
	color: #ce00ed;
	text-shadow: 2px 1px 1px #000;
	font-size: 1.1em;
	}

#whatis-bloc ul li span{
	color: #aaa;
	}
#whatis-bloc li strong {
	font-size: 1.1em;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: bold;
	color: #dbdbdb;
	}

#whatis-bloc #back-to-votes {
text-align:center;
font-size: 1.4em;
}
#whatis-bloc #back-to-votes a{
text-decoration: underline;
}
#whatis-bloc #back-to-votes a:hover{
text-decoration: none;
}
/* CSS baratwork.be */
/** Container **/
body {
	color: #fff;
	font: normal 1em/1.2 Arial, sans-serif;
	background: #141c1d url('/images/baratwork_background.jpg');
	}
#wrap {
	background: url('/images/page_gradient-trans.png') center top no-repeat;
	}
#content {
	width: 960px;
	padding-bottom: 20px;
	margin: 0 auto;
	}

a {
	color: #ce00ed;
	text-decoration: none;
	}
a:hover {text-decoration: underline;}
/** Titres **/
h1  {
	text-align: center;
	padding-top: 37px;
	}

h1+ p {
	color: #7b7b7b;
	font-size: 1.3em;
	text-shadow: 0px 2px 4px #000;
	text-align: center;
	}

h2 {
	color: #9fa0a0;
	text-shadow: 0px 2px 3px #000;
	font-size: 1.9em;
	}

h3 {
	text-align: center;
	font-size: 1.5em;
	}
.pagination a,
.pagination span {
display: none;
}
.pagination a.prev_page,
.pagination a.next_page {
display: block;
width: 150px;
}
.pagination a.prev_page,
.pagination a.next_page {
position: absolute;
top: 200px;
height: 100px;
text-indent: -999em;
background: url(/images/left.png);
}
.pagination a.next_page {
right: 20px;
background: url(/images/right.png);
}
/* Description du BAR@WORK */
ul {
	list-style: disc;
margin-left: 0;
	}

ul li {
list-style:none;
padding: 0;
	}

#whatis-bloc ul li {
list-style:disc;
	}
#header {
text-align:center;
position: relative;
}
#header p{
font-size: .9em;
margin-top: -8px;
}
#header h2{
margin-top: -10px;
margin-bottom: 40px;
}
#whatis {
position:absolute;
right: 45px;
top: 10px;
color: #E4A4EF;
text-decoration: underline;
}
#whatis:hover{
text-decoration: none;
}
ul li span{
	
	}

/* Footer */
#footer {
	width: 960px;
	margin: 0 auto;
	font-size: .75em;
	text-align: center;
	padding: 25px 0 200px;
	position: relative;
/*margin-top: 480px;*/
clear: both;
	}
#footer a {color: #777;}
#footer p:first-child {
	padding-top: 31px;
	background: url('/images/Footer_separateur-trans.png') 50% 0 no-repeat;
	margin-bottom: 20px;
	}

#B2See_Events_Logo,
#Pepper_Koffee_Logo {
	display: block;
	text-indent: -9999em;
	position: absolute;
	left: 50%;
	}
#B2See_Events_Logo {background: url('/images/B2See_Logo-Sprite-trans.png') 0px 0px no-repeat; width: 300px; height: 180px; margin-left: -306px}
#B2See_Events_Logo:hover { background-position: 0 -180px; }
#Pepper_Koffee_Logo {background: url('/images/PepperKoffee_Logo-Sprite-trans.png') 0px 0px no-repeat; width: 300px; height: 75px; margin-top: 75px;}
#Pepper_Koffee_Logo:hover { background-position: 0 -75px; }

/* Common Use */
.accessibility {
	position: absolute;
	top: -9999em;
}
#participation {
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
position: relative;
}
#participation-content {
width: 500px;
margin-left: 200px;
}
#participation-content .picture {
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
text-align:center;
}
#participation-content .picture img{
border: 1px solid #777;
padding: 2px;
}
#participation-content .rate{
float:left;
width: 200px;
font-size: .9em;
}
#participation-content .infos{
width: 270px;
margin-top: -5px;
}
#participation-content strong{
font-weight: bold;
background: #111;
padding: 1px 4px;
-moz-border-radius: 5px;
}
#participation-content .infos {
line-height: 20px;
}
#participation h2{
text-align:left;
margin: 0;
padding: 0;
border-bottom: 2px solid #9FA0A0;
width: 700px;
margin-bottom: 10px;
}
input.button {
width: 200px;
height: 44px;
background: url(/images/button.png);
border: 0;
text-indent: -999em;
}

#content form {
margin-top: 35px;
}

#content form.no-style{
border: none;
}

#content form fieldset {
padding: 0 10px;
}

#content form.no-style fieldset {
padding: 0;
background-color: transparent;
}

#content form legend {
margin-left: 10px;
padding: 0 10px;
}

#content form fieldset div {
margin-top: 10px;
min-height: 45px;
}

#content form label {
float: left;
display: block;
margin-right: 10px;
margin-bottom: 10px;
width: 190px; height: 38px;
line-height: 38px;
text-align: right;
font-size: 1.2em;
}

#signup-form input.textbox,
#content form fieldset input {
padding: 7px 5px;
font-size: 16px;
color: #222;
}

#content form fieldset select {
font-size: 16px;
}

#content form input,
#content form select,
#content form textarea {
margin-bottom: 10px;
}
#content form select {
margin-top: 7px;
font-size: 1.3em;
padding-right: 5px;
}

#content .submit {
margin-top: -1px;
padding: 10px;
text-align: center;
}
#content form input.small {
width: 30px;
}
#content form input.medium {
width: 40px;
}
#content .submit input {
margin-bottom: 0;
padding: 5px;
}
#errorExplanation p {
display: none;
}
#company_list div {
display: inline;
}
.participation-infos {
background: #1A2224;
padding: 15px;
-moz-border-radius: 15px;
height: 50px;
margin-bottom: 35px;
width: 800px;
margin-left: -150px;
border: 2px solid #333
}
.participation-infos .facebook,
.participation-infos .ratings,
.participation-infos .infos {
float:left;
text-align:center;
}
.participation-infos .facebook {
width: 30%;
}
.participation-infos .ratings {
width: 30%;
margin-left: 3%;
font-size: .8em;
}
.participation-infos .ratings .starbox{
margin-left: auto;
margin-right: auto;
width: 160px;
}
.participation-infos .infos {
width: 30%;
margin-left: 3%;
}

#classement {
	float: left;
margin-top: 50px;
width: 850px;
margin-left: 55px;
margin-right: 55px;
}

#classement ul {
	float: left;
}

#classement ul li{
float:left;
width: 150px; height: 200px;
margin-right: 20px;
margin-bottom: 20px;
margin-top: 20px;
}
#classement ul li img{
width: 150px;
height: 150px;
border: 1px solid #444;
padding: 2px;
}
#classement ul li span{
display: block;
text-align:center;
}
#classement ul li span.score{
color:#7D0290;
width: 100px;
padding: 0 5px;
margin-left: auto;
margin-right: auto;
background: #eee;
-moz-border-radius: 15px;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}
#classement ul li span.infos{
font-size: .8em;
}
#notice {
text-align: center;
margin-top: 15px;
color: green;
}

#end {
text-align:center;
margin-top: 40px;
}
#end h2{
margin-bottom: 40px;
}