@charset "utf-8";

html{
	height:100%;
}
body{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#626262;
}
a img{
	border:none;
}
a{
	color:#9d1727;
}
h2{
	color:#9d1727;
	font-size:14px;

}
form{
	margin:0px;
	padding:0px;
}
.redError{
	color:#990000;
	font-weight:bold;
}
.redErrorBold{
	background-color:#9d1727;
	color:#FFFFFF;
	font-weight:bold;
}
.comments{
	font-size:10px;
	font-style:italic;
}
.comments2{
	font-size:12px;
	font-weight:normal;
}
#global{
	background-image:url(../images/header1.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:144px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
.bold{
	font-weight:bold;
}
.red{
	color:#9d1727;
}
.errorJava{
	padding:10px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#990000;
}
#winners tr td{
	border-bottom:#CCCCCC solid 1px;
	padding-left:3px;
}
#winners{
	
}
/******************************************************************/
/* INFOS BULLES */
/******************************************************************/

.tool-tip {
	color: #000;
	width: 400px;
	z-index: 13000;
	border:1px solid #40403F;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3C8581;
	padding: 5px 4px 5px 4px;
	background-color:red;
}
.tool-text {
	font-size: 11px;
	padding: 5px 4px 5px 4px;
	background-color:#F3F3F3;
}

/* ================================================== */
/*								header								*/
/* ================================================== */
#header{
	padding-top:21px;
	height:150px;
}
#header_logo{
	float:left;
	width:150px;
	padding-left:60px;
}
#header_rigth{
	float:right;
	width:723px;
	color:#626262;
	padding-top:107px;
}

/*#header h1{
	font-size:16px;
	color:#8ac4c0;
	padding-top:20px;
	padding-bottom:22px;
	margin:0px;
}*/
#menu{
	padding-left:0px;
}
#header_rigth a:link, #header_rigth a:visited{
	color:#2e2e2e;
	text-decoration:none;
	font-size:14px;
	padding:0px 10px 0px 10px;
}
#header_rigth a:hover{
	color:#9d1727;
}


/* ================================================== */
/*								content								*/
/* ================================================== */

#content{
	clear:both;
	padding:15px 0px 20px 0px;
	height: auto !important;
	height: 350px;
	min-height: 350px;
}
div#blocRight{
	float:right;
	width:225px;
}
/*div#blocRight div{
	padding-bottom:18px;
}*/
div#blocLeft{
	border-right:#CCCCCC solid 1px;
	width:694px;
	padding-right:10px;
}

div.boxPart1, div.boxPart2, div.boxPart3{
	padding:0px;
}

div.boxPart1{
	background:url(../images/boxPart1.jpg) left bottom no-repeat;
	height:42px;
}
div.boxPart1Contacts{
	background:url(../images/boxPart1_contacts.jpg) left bottom no-repeat;
	height:42px;
}
div.boxPart2{
	background:url(../images/boxPart2.jpg) left top repeat-y;
	padding:5px 20px 0px 15px;
	margin:0px;
}
div.boxPart3{
	background:url(../images/boxPart3.jpg) left top no-repeat;

}
div.keyItem{
	border-top:#FFFFFF solid 1px;
	padding:15px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}
div.keyItem span.contentBox{
	display:block;
	padding:10px 0px 10px 0px;
}
span.itemBig{
	font-weight:bold;
	font-size:16px;
}
h3{
	height:65px;
	background-image:url(../images/barGrey.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-top:#CCCCCC solid 1px;
	padding-left:20px;
}
h3 span.content{
	padding-top:46px;
	display:block;
	color:#9d1727;
}
h3.first{
	height:65px;
	background-image:url(../images/barGrey.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-top:none;
	padding-left:20px;
}


/* ================================================== */
/*								footer								*/
/* ================================================== */
#footer{
	background:#9d1727;
	height:45px;
	text-align:center;
	color:#FFFFFF;
	padding:10px 0px 0px 0px;
	font-size:12px;
}

/* ================================================== */
/*						subscribe.asp								*/
/* ================================================== */
textarea.big{
	width:850px;
	height:130px;
	
}

div#noError{
	border:#AFDFDD solid 2px;
	background:#EDF8F8;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	padding:15px;
}
div#noError p{
	text-align:center;
}
/* ================================================== */
/*					admin / 	default.asp							*/
/* ================================================== */
#campaignList{
	width:940px;
	padding:0px;
	margin:0px;
}
#tbody tr td{
	font-weight:bold;
	height:30px;
	background-color:#9D1727;
	color:#FFFFFF;
}
#tbody tr td a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#mediaPartners{
	padding-top:30px;
	text-align:center;
	padding-right:3px;
}
/* ================================================== */
/*					Gallery / 	gallery.asp							*/
/* ================================================== */

#gallery {
	list-style:none;
}
#gallery li {
	float:left;
	height:120px;
	margin:20px 12px 0pt 0pt;
	overflow:hidden;
	width:150px;
}


/* ================================================== */
/*					Jury / 	jury.asp							*/
/* ================================================== */
.juryMember{ float:left; width:170px; height:385px; margin:0 55px 20px 0; display:inline;}
.juryMember img{ border:2px solid #9e1726; margin:0 0 5px 0;}




