@import url(liste_sites.css);

div.prez_site{
	margin: 10px 0;
}
div.prez_site div.l{
	float: left;
	width: 205px;
}
div.prez_site div.r{
	float: right;
	width: 430px;
}
div.prez_site div.title{
	background: url(../images/design/bottom_tilte_fiche.png) no-repeat bottom left;
	color: #2275de;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	height: 40px;
}
div.prez_site div.title a{
	color: #000;
	text-decoration: none;
}
div.prez_site p{
	color: #4d4d4d;
}

a.bouton_link_site{
	background: url(../images/design/bouton_visite.png) no-repeat 0 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14pt;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	width: 635px;
	height: 39px;
	line-height: 39px;
	font-family: arial;
	letter-spacing: 1px;
}

a.bouton_link_site:hover{
	background: url(../images/design/bouton_visite.png) no-repeat 0 -39px;
}

img.img_text_fiche{
	border: 1px solid #d6d6d6;
	padding: 1px;
}

div.textfiche{
	padding: 0 0 5px 0;
	font-size: 10pt;
	width: 635px;
	margin: 10px 0;
}
div.textfiche p{
	font-size: 10pt;
}

table.table_fiche_site{
	margin: 0;
	padding: 0;
}

a.liste_screenshot{
	float: left;
	margin: 10px 2px;
}
img.screenshot,img.screenshot2{
	border: 1px solid #CCC;
	padding: 1px;
	width: 150px;
	height: 100px;
	display: block;
}
img.screenshot{
	opacity: 0.7;
	filter:alpha(opacity=70);
}
img.screenshot2{
	opacity: 1.0;
	filter:alpha(opacity=100);
	border: 1px solid #000;
}
img.screenshot:hover{
	opacity: 1.0;
	filter:alpha(opacity=100);
	border: 1px solid #000;
}

/* msg forums */
div.forums_resume{
	margin: 10px 0;
}

div.forums_resume a{
	color: #000;
	text-decoration: none;
}

div.forums_resume div.head{
	background: url(../images/forums/head_bloc.png) repeat-x;
	border: 1px solid #579cc6;
	color: #FFF;
	font-size: 10pt;
	line-height: 25px;
	height: 25px;
	padding: 0 5px;
}

div.forums_resume div.poster{
	float: left;
	width: 50%;
	text-align: left;
}

div.forums_resume div.date{
	float: right;
	width: 40%;
	text-align: right;
}

div.forums_resume div.subject{
	background: url(../images/forums/postit.png) no-repeat left;
	padding: 5px 5px 5px 25px;
	color: #000;
}

div.forums_resume div.message{
	font: italic 10pt "Trebuchet MS", sans-serif;
	padding-left: 35px;
	color:#000;
}

div.link_go_forum{
	margin: 10px 20px;
	background: url(../images/forums/go.png) no-repeat left 50%;
	padding-left: 45px;
}

div.link_go_forum a{
	font-size: 14pt;
	color: #00427b;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
	height: 32px;
}

div.link_go_forum a:hover{
	color: #fdaa4c;
}
