@charset "utf-8";

.resultat {
	width:100%;
	text-align:left;
	padding-bottom:30px;		
	/*border-color:rgb(200,200,255);
	border-style:dotted;
	border-width:1px 0 0px 0;*/
}
.resultat .titre {
	font-size:16px;
	color:rgb(255,200,100);
	color:#0066CC;
	background-color:#D0C3DF;
	margin-bottom:5px;
	padding-left:3px;
	font-weight:bold;
}
.resultat .titre2 {
	background-color:#D0C3DF;
}
.resultat .titre3 {
	background-color:rgb(168,207,48);
}
.resultat .mention_archi  {
	color:blue;
}
.resultat .mention_sociale {
	color:red;
}
.resultat .mention_enviro {
	color:green;
}
.resultat .image {
	width:300px;
	float:left;
	font-size:12px;
	color:rgb(255,200,100);
}
.resultat .image img {
	width:300px;
}
.resultat .infos {
	padding-left:53%;
	color:rgb(255,200,100);
}
.resultat .infos .nom {
	border:1px dotted red;
	background-color:blue;
}
.concours_resultats table.vrac img {
	width:100%;
}
.concours_autres {
	border-color:rgb(200,200,255);
	border-style:dotted;
	border-width:0 0 0 1px;
	padding-left:5px;
}
.concours_autres .download_zone {
	border:1px solid red;
	padding:3px;
	background-color:#3E60A0;
}
.concours_autres .legende {
	font-size:11px;
}
.resultat .image img.loupe {
	width:16px;
	height:16px;
	vertical-align:middle;
}

