/********************/
/*  Fichier CSS
/*	policy.css
/*	défini le style des pages de mentions légales (CGU/CGV)
/********************/

#testimony_content {
	width:800px;
	min-height:300px;
	background: url(../images/bg/bg_testimony_800.png) no-repeat top left;
}

/* col droite */

#right_col_testimony {
	margin-right:10px;
	float:right;
	width:300px;
}

#ads {
	margin-top:-2px;
}

/* col contenu */

#content_main {
	margin:0 330px 10px 1px;
}

.testimony_content {
	border-bottom:dotted 1px #cfcfcf;
	padding:10px;
	background: url(../images/bg/bg_news_content.png) repeat-x top left;
}

div.testimony {
	color:#666;
	margin: 0;
	margin-left:125px;
}

img.image {
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}

div.testimony span.date {
	color:#d00e65;
	font-size:13px;
	font-weight: bold;
}

div.testimony p.login {
	display:block;
	margin-bottom:5px;
	color:#555;
	font-size:16px;
	font-weight: bold;
}

p.long_text {
	display: none;
}