﻿/* compets */
.divcompet
{
	clear: both;
	text-align: left;
	border: 1px solid #EEE;
	background-color: #FAFAFA;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 22px;
	padding: 6px 6px;
	width: 570px;
}
.divcompetimage
{
	float: left;
}
.divcompetold
{
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 3px;
	font-style:italic;
	color:Gray;
}
.divcompetmois
{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
	color: #BD0000;
}
.divcompettitle
{
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2px;
	color: #1C4E1A;
}
.divcompetdate
{
	font-size: 8pt;
	float: right;
	margin-bottom: 3px;
}
.divcompettext
{
	text-align: justify;
	height: 100%;
	font-size: 1.2em;
	padding: 2px;
	padding-bottom: 1.2em;
}
.imgcompet
{
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 4px;
	margin-right: 6px;
	vertical-align: text-top;
	float: left;
}
.divcompetpdf
{
	text-align: right;
	font-size: 8pt;
}
.imgcompetpdf
{
	margin: 2px;
	border: 0px;
}
/* Fin compet menu */