/******
FRAMES
******/

#frame-main-content
{
	float: left;
	margin-top: 20px;
	width: 720px;
	padding-bottom: 100px;
}

#frame-messages-articles
{
	/*position: relative;
	left: 285px;
	width: 675px;
	height: 300px;*/
}

h2, h1
{
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #4E4E4C;
	padding: 5px 0 0 10px;
	margin: 0;
}

h1
{
	font-size: 12px;
}

.title-frame-category
{
	border-bottom: 1px solid #D7D7D7;
	width: 665px;
	height: 40px;
}

.subtitle-frame-category
{
	height: 30px;
}

.frame-category
{
	float: left;
	/*margin: 8px 8px 8px 8px;*/
}

#icon-forum
{
	float: left;
	width: 38px;
	height: 35px;
	background: url("../resources/annuaire/icon-forum.png") no-repeat scroll left top transparent;
}

#icon-articles
{
	float: left;
	width: 28px;
	height: 35px;
	background: url("../resources/annuaire/icon-articles.png") no-repeat scroll left top transparent;
}

/******
SEARCH RESULTS
******/

#frame-search-results
{
	/*position: relative;
	top: 140px;
	left: 285px;
	width: 715px;
	padding-bottom: 100px;*/
}

#search-results, #post-results, #article-results
{
	display: block;
	float: left;
	width: 100%;
	/*background-color: #eae8dd;*/
}

#waiting-results
{
	display: block;
	position: absolute;
	top: 20px;
	left: 420px;
	width: 32px;
	height: 32px;
	background: url("../resources/global/icon_loader.gif") no-repeat scroll left top transparent;
}

#icon-book
{
	float: left;
	width: 42px;
	height: 32px;
	background: url("../resources/annuaire/icon-book.png") no-repeat scroll left top transparent;
}

.presta-item
{
	float: left;
	margin-right: 37px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.presta-item .thumb
{
	width: 198px;
	height: 126px;
	border-left: 1px solid #d8d6cc;
	border-right: 1px solid #d8d6cc;
	border-top: 1px solid #d8d6cc;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
}

.presta-item .freetext-item
{
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	opacity: 0.0;
}

.presta-item .infos
{
	width: 172px;
	padding: 7px 13px;
	background-color: #eae8dd;
	border-left: 1px solid #d8d6cc;
	border-right: 1px solid #d8d6cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e4e4c;
}

.presta-item .item-bottom
{
	display: block;
	width: 200px;
	height: 18px;
	background: url("../resources/annuaire/presta-item-bottom.png") no-repeat scroll left top transparent;
}

.presta-name
{
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #4e4e4c;
}

.presta-address
{
	overflow: hidden;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.presta-item button
{
	float: left;
	display: block;
	cursor: pointer;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	text-decoration: none;
	border: medium none;
	color: #FFFFFF;
	background-color: #888;
	font: 11px Arial, sans-serif;
	opacity: 0.5;
/*
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
*/

	border: 1px solid #666666;
	
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .25), 0 1px 0 rgba(255, 255, 255, .4) inset;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .25), 0 1px 0 rgba(255, 255, 255, .4) inset;
	box-shadow: 0 0 2px rgba(0, 0, 0, .25), 0 1px 0 rgba(255, 255, 255, .4) inset;

	background: #888888; /* Old browsers */
}

.presta-item button:hover
{
	border:1px solid #07709B;

	background: #2790bb; /* Old browsers */
	background: -moz-linear-gradient(center top , #2790bb 0pt, #2790bb 50%, #1780AB 50%, #1780AB 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(center top , #2790bb 0pt, #2790bb 50%, #1780AB 50%, #1780AB 100%); /* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2790bb), color-stop(50%,#2790bb), color-stop(50%,#1780AB), color-stop(100%,#1780AB)); /* Chrome,Safari4+ */
	background: -o-linear-gradient(center top , #2790bb 0pt, #2790bb 50%, #1780AB 50%, #1780AB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(center top , #2790bb 0pt, #2790bb 50%, #1780AB 50%, #1780AB 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2790bb', endColorstr='#1780AB',GradientType=0 ); /* IE6-9 */
}

.pagination
{
	float: right;
	display: block;
	margin-right: 40px;
}

.pagination a
{
	outline: medium none;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border: 2px solid #dfdfdf;
	color: #3baeda;
	margin: 0 2px;
	padding: 2px 6px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.pagination a:hover, .pagination a:active
{
	border: 2px solid #226680;
}

.pagination .current
{
	color: white;
	background-color: #3baeda;
}


/******
FORUM POSTS OVERVIEW
******/

.post-item
{
	float: left;
	margin-right: 34px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.post-bubble
{
	opacity: 0.5;
	position: relative;
	width: 200px;
	height: 100px;
	background: url('../resources/annuaire/post-bubble.jpg') no-repeat left top #4c341c;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
}

.post-bubble:hover
{
	opacity: 1;
}

.post-bubble p, .post-bubble a
{
	text-decoration: none;
	margin: 0;
	padding: 10px;
    font-family: Arial,Hevetica,sans-serif;
    font-size: 12px;
	color: #ccd;
}

.post-bottom
{
	position: absolute;
	bottom: -15px;
	left: 30px;
	height: 17px;
	width: 12px;
	background: url('../resources/annuaire/post-bottom.png') no-repeat left top;
}

.post-author
{
	padding-top: 20px;
}

.post-author img
{
	float: left;
	border: 1px solid #DEDCD3;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
}

.post-author p
{
	position: relative;
	margin:0;
	left: 10px;
    font-family: Arial,Hevetica,sans-serif;
    font-size: 12px;
	color: #4E4E4C;
}

.post-author span
{
    font-size: 10px;
	color: #AAAAAA;
}

.post-author a
{
	color: #2790BB;
}

.post-author a:hover
{
	cursor: pointer;
	color: #227ba0;
}

/******
ARTICLES PREVIEW
******/

.article-item
{
	float: left;
	width: 202px;
	height: 150px;
	margin-right: 34px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.article-img
{
	width: 192px;
	height: 92px;
	padding: 4px;
	border: 1px solid #D7D7D7;
}

.article-img:hover
{
	border: 1px solid #99d7f0;
}

.article-item p
{
	margin: 0;
	padding-left: 5px;
	color: #2790BB;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.article-item a
{
	color: #2790BB;
	text-decoration: none;
}

.article-item a:hover
{
	cursor: pointer;
	color: #1d6786;
}

.article-item span
{
	color: #AAAAAA;
	font-size: 10px;
	font-weight: normal;
}

