/* CSS - Heineken - Buckler */


/***** Base *****/
*{
	font-family:"Times New Roman", Arial, sans-serif;
}

body{
	margin:0;
	padding:11px 0 0 0;
	font-size:11px;
	background:#232B7F;
}
img{
	border:0;
}
td{
	font-size:11px;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
}
p{
	margin:10px 0;
	text-align:justify;
}
a{
	color:#383015;
}
form{
	padding:0;
	margin:0;
}

.clear{
	height:1px;
	font-size:1px;
	clear:both;
}

/***** Textes *****/
.times_bleu_up_b{
	font-size:13px;
	color:#4B5CA3;
	font-weight:bold;
	line-height:15px;
	text-transform:uppercase;
}
.times_bleu{
	font-size:12px;
	color:#000066;
	font-weight:bold;
}
.times_noir{
	font-size:12px;
	color:#000000;
}
.times_jaune_b{
	font-size:14px;
	color:#F9CB44;
	font-weight:bold;
	line-height:15px;
	text-align:justify;
}
.times_jaune_b b{
	color:#FFFFFF;
}

.footer, .footer a{
	font-size:10px;
	font-family:Arial, Verdana, sans-serif;
	color:#93AAEF;
	text-transform:uppercase;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.mentions{
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana,Arial, sans-serif;
}
.mentions a{
	color:#FFFFFF; text-decoration:underline;
}