﻿/* -###- Styles propres à la page reportages -###- */
div.divReportages {
}
		div.divReportages div {
			height:105px;
			border:1px solid #424545;
			background-color:#122128;
			padding:3px 7px 3px 5px;
			margin:0 0 7px 0;
		}
		div.divReportages div:hover {
			background-color:#1D3541;
		}
		div.divReportages img {
			border:1px solid #000000;
			margin:3px 7px 0px 0px;
			float:left;
		}
		div.divReportages h4 {
			font-size:12px;
			font-weight:bold;
			color:#F31713;
			margin:0px;
			margin-top:2px;
			padding:0px;
		}
		div.divReportages em {
			font-style:italic;
			font-weight:bold;
			color:#FFFFFF;
			margin:0;
			padding:0px;
		}
		div.divReportages p {
			overflow:hidden;
			height:33px;
			text-align:justify;
			margin:0 0 10px 0;
		}
		div.divReportages i {
			display:block;
		}

/* -###- Styles propres à une plache contact, photo son, vidéo -###- */
div.divPlancheContact {
	margin:15px 0 0 7px;
}
		div.divPlancheContact div {
			width:138px;
			float:left;
			margin:0 5px 5px 0;
			padding:6px;
			border-left:1px solid #1E3348;
			border-top:1px solid #1E3348;
			border-right:1px solid #000000;
			border-bottom:1px solid #000000;
			background-color:#122128;
			text-align:center;
			vertical-align:middle;
		}
		div.divPlancheContact div:hover {
			background-color:#1D3541;
		}
		div.divPlancheContact img {
			max-width:146px;
			cursor:pointer;
			display:block;
			margin-left:auto;
			margin-right:auto;
			margin-bottom:2px;
			border:1px solid #000000;
		}
				div.divPlancheContact span, div.divPlancheContact p, div.divPlancheContact span.spanVide {
					padding:1px;
					border:1px solid #1E3348;
				}
				div.divPlancheContact span {
					display:block;
					font-family:Courier New, Courier, monospace;
					margin-bottom:2px;
					background-color:#122128;
					font-size:11px;
				}

				div.divPlancheContact p {
					height:43px;
					background-color:#122128;
					font-size:10px;
				}
		div.divPlancheContact a {
			display:block;
			margin-top:2px;
			padding:1px;
			border:1px solid #888888;
			font-size:11px !important;
			background-color:#1071B5;
			color:#FFFFFF !important;
		}
		div.divPlancheContact a:hover {
		}

		div.divPlancheContact span.spanVide {
			display:block;
			margin-top:2px;
			font-size:11px !important;
			background-color:#1071B5;
		}

div.divVignetteVideo169 {
	width:166px !important;
}
div.divVignetteVideo43 {
	width:146px !important;
}

div.divPlancheSon {
}
		div.divPlancheSon p {
			cursor:default;
			height:53px;
		}
		div.divPlancheSon span {
			cursor:default;
			margin-top:5px;
		}
		div.divPlancheSon div {
			cursor:default !important;
		}
		div.divPlancheSon div:hover {
			cursor:default;
			background-color:#1D3541;
		}

