/* Dans les news */

@import url("./newstypes.css");
@import url("./avis.css");

.news {
	margin					: 1em 1em .5em 0;
	background-position		: center center;
	background-repeat		: no-repeat;
	height					: 50px;
	width					: 50px;
	float					: left;
}

#corpsNews {
	font-size				: 1.2em;
	color					: #ddd;
	margin-bottom			: 5em;
	padding					: 0 .5em;
	clear					: left;
}

.newsBody {
	clear					: left;
}

.accroche {
	font-weight				: bold;
}

#auteurs {
}

#newsComments {
	margin-top				: .5em;
	margin-bottom			: 1.5em;
	float					: left;
	color					: #ccc;
	font-size				: .9em;
	padding-left			: 20px;
	background-image		: url("../../images/smallicons/comment.png");
	background-position		: left center;
	background-repeat		: no-repeat;
	color					: #FFFAAE;
}

#newsComments a {
	color					: #FFFAAE;
	text-decoration			: none;
}

#newsComments a:hover {
	color					: #FF8F35;
	text-decoration			: underline;
}

.communique {
	border					: solid 1px #cccccc;
	background-color		: #004b69;
	color					: #cccccc;
	padding					: 4px;
	background				: url("../../images/communique.gif");
}

.droitReponse {
	border					: solid 1px #CCCCCC;
	background-color		: #004B69;
	color					: #CCCCCC;
	padding					: 4px;
	background				: url("../../images/droitreponse.gif");
}

h1 {
	color					: #44B5FE;
	margin-bottom			: 0;
	font-size				: 1.4em;
}

h2 {
	color					: white;
	font-size				: 1.2em;
}

#otherNews {
	font-size				: 0.9em;
}

#otherNews ul {
	margin					: 0;
	padding					: 0;
	list-style-type			: none;
	list-style-position		: inside;
}

#otherNews li  {
	background-color		: #004B69;
	margin					: 2px 0 2px 0;
	padding					: 0 0 0 5px;
	color					: #ccc;
}

#otherNews .currentNews {
	color					: #FF6600;
	padding					: 0 0 0 5px;
	list-style-image		: url("../../images/puce_triangle.gif");
}

#otherNews a {
	color					: #ccc;
}

#newsTools {
	width					: 135px;
	margin-top				: 20px;
	margin-left				: auto;
	margin-right			: auto;
	border-top				: 1px solid #86a3b3;
	border-bottom			: 1px solid #86a3b3;
	padding					: 2px 0;
}

#newsTools ul {
	margin					: 0;
	padding					: 0;
	list-style-type			: none;
	overflow				: hidden;
}

#newsTools li {
	margin					: 0;
	padding					: 0;
	float					: left;
}

#newsTools li a {
	float					: left;
	display					: inline;
	height					: 32px;
	width					: 32px;
	margin					: 0 7px 0 6px;
	background-repeat		: no-repeat;
	background-position		: center center;
	text-indent				: -9999px;
	padding					: 0;
}

#newsTools .newsToolsPrint {
	background-image		: url("../../images/ico_print.gif");
}

#newsTools .newsToolsNotify {
	background-image		: url("../../images/ico_send.gif");
}

#newsTools .newsToolsRechercher {
	background-image		: url("../../images/ico_search.gif");
}

.captcha {
	float					: right;
	color					: #ccc;
	text-align				: center;
	font-size				: 0.75em;
	margin					: 0;
	padding					: 0;
	font-style				: italic;
}

.captcha img {
	border					: 1px solid white;
}

#captchaInput {
	width					: 65px;
}

dt {
	margin-top				: 6px;
}

dd input {
	width					: 300px;
}

.mandatory {
	font-weight				: bold;
}

.mandatory:before {
	content					: '* ';
	color					: red;
	font-weight				: bold;
}

.printNews #logoDVDFr {
	float					: right;
	margin					: 0 0 10px 10px;
}

.printNews * {
	color					: black !important;
	font-family				: Georgia, Times, sans;
	font-size				: 1.2em;
}

.printNews h1 {
	font-size				: 1.8em;
}

.printNews h2 {
	font-size				: 1.5em;
}

.printNews #copyright {
	border-top				: 1px solid #ccc;
	margin					: 1em 0 0 0;
	padding					: .5em 0 0 0;
	font-size				: x-small;
	color					: #ccc !important;
	text-align				: center;
}

#tags {
	background-image		: url("../../images/tag.gif");
	background-position		: left center;
	background-repeat		: no-repeat;
	padding					: 0 0 0 20px;
	margin					: 5em 0 1em 0;
	min-height				: 16px;
	clear					: left;
}
