/* @override 
	http://client.concordances.fr/mcnn/saison/saison.css
	http://client.concordances.fr/mcnn/archives/archives.css
*/

div#lapage { 
	overflow: auto;
	font-size: 12px;
}

/* @group gauche */

div#gauche { 
	float: left;
	width: 200px;
	height: auto;
	margin-left: 20px;
	padding-right: 15px;
	border-right: 1px solid #c02;

}

div#gauche legend {
	color: #c02;
	font-size: 13px;
	text-align: center;
}

div#gauche fieldset {
	background-color: #fef3f3;
	padding: 5px;
}

div#gauche ul {
	margin: 0;
	list-style-type: none;
	text-align: center;
	font-size: 10px;
}

div#gauche li {
	margin: 5px;
}

div#gauche a { 
	text-decoration: none;
	color: #444;
	border: 1px solid #d4d4d4;
	display: block;
	padding: 3px;
}

div#gauche a:visited {
	text-decoration: none;
	color: gray;
}

div#gauche a:hover {
	text-decoration: none;
	color: #c02;
	background-color: white;
	border: 1px solid #c02;
	display: block;
	padding: 3px;
}

div#gauche a.select {
	text-decoration: none;
	color: #c02;
	background-color: white;
	border: 1px solid #c02;
	display: block;
	padding: 3px;
}



/* @end */

/* @group gauche fiche */

div#gaucheFiche { 
	float: left;
	width: 200px;
	height: auto;
	margin-left: 20px;
	padding-right: 15px;
	border-right: 1px solid #c02;

}

div#gaucheFiche legend {
	color: #c02;
	font-size: 13px;
	text-align: center;
}

div#gaucheFiche fieldset {
	background-color: #fef3f3;
	padding: 5px;
}

div#gaucheFiche ul {
	margin: 0;
	list-style-type: none;
	text-align: center;
	font-size: 10px;
}

div#gaucheFiche li {
	margin: 0;
}

div#gaucheFiche a { 
	text-align: center;
	text-decoration: none;
	color: #444;
	border: 1px solid #fef3f3;
	display: block;
	padding: 3px;
}

div#gaucheFiche a:visited {
	text-decoration: none;
	color: gray;
}

div#gaucheFiche a:hover {
	text-decoration: none;
	color: #c02;
	background-color: white;
	border: 1px solid #c02;
	display: block;
	padding: 3px;
}
div#gaucheFiche a.select {
	text-decoration: none;
	color: #c02;
	background-color: white;
	border: 1px solid #c02;
	display: block;
	padding: 3px;
}


/* @end */

/* @group centre */

div#centre { 
	float: left;
	width: 500px;
	height: auto;
	padding-left: 15px;
}

div#centre #attente { 
	display: block;
	height: 50px;
	background: url(/im/base/loading.gif) no-repeat center;
}

div#centre a {
	text-decoration: none;
	color: #c02;
	border-bottom: 1px solid #f3d6db;
}

div#centre a:visited {
	text-decoration: none;
	color: #da4c64;
	border-bottom: 1px solid #f3d6db;
}

div#centre a:hover {
	text-decoration: none;
	color: red;
	border-bottom: 1px solid #c02;
}



/* @end */

/* @group centre fiche */

div#centreFiche { 
	float: left;
	width: 455px;
	height: auto;
	padding-left: 15px;
}

div#centreFiche #attente { 
	display: block;
	height: 50px;
	background: url(/im/base/loading.gif) no-repeat center;
}

div#centreFiche a {
	text-decoration: none;
	color: #c02;
	border-bottom: 1px solid #f3d6db;
}

div#centreFiche a:visited {
	text-decoration: none;
	color: #da4c64;
	border-bottom: 1px solid #f3d6db;
}

div#centreFiche a:hover {
	text-decoration: none;
	color: red;
	border-bottom: 1px solid #c02;
}



/* @end */

/* @group tableau */

div#centre table {
	font-size: 11px;
	border-collapse:collapse;
	border-spacing: 0;
}

div#centre thead {
	border-bottom: 2px solid #d3e7f4;
}

div#centre tbody { 
	
}

div#centre tr {
	border-bottom: 1px solid #d2e6f4;
}

div#centre tr.impaire {
	background-color: #edf5fa;
}

div#centre tr.paire { 
	
}

div#centre th {
	color: #6f9dbd;
	font-size: 14px;
}

div#centre .titre {
	font-weight: bold;
	font-size: 14px;
	border-width: 0;
}



div#centre .cat {
	color: #80acd7;
	font-size: 10px;
}

td.tdSpec img {
	width: 75px;
	height: 75px;
	margin-right: 10px;
}
td.tdSpec a img {
	padding: 1px;
	border: 1px solid #f3d6db;
	float: left;
}
td.tdSpec a:hover img {
	border: 1px solid #c02;
}
/* @end */

/* @group fiche */

#blocTitre {
	border-bottom: 2px solid #c02;
	background-color: #c02;
	color: white;
	padding: 10px 10px;
	margin-top: 10px;
}

#blocTitre h1 {
	font-size: 24px;
	line-height: 27px;
}

#blocTitre h2 {
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
}

#blocTitre h3 {
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
}

div#accroche { 
	clear: both;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #444;
	font-size: 14px;
	border-bottom: 1px solid silver;
}

#generiqueHaut {
	font-weight: bold;
	margin-top: 0;
	margin-top: 15px;
}
#generiqueBas {
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 10px;
	font-style: normal;
	color: gray;
}

#generiqueBas strong {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

div#ficheDetail {
	font-size: 12px;
	margin-top: 10px;
}

img.ph { 
	float: right;
	border: 1px solid silver;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
}



/* @end */

/* @group FicheD */

#ficheD { 
	float: left;
	width: 215px;
	height: auto;
	background-color: #f4f4f4;
	margin-left: 20px;
	clear: right;
	padding: 0 10px 10px;
}

#ficheD div#video object { 
	width: 215px;
	height: 172px;
}

div#audio { 
text-align: center;
}

div#video ~ div#audio { 
	margin-top: 20px;
}

#ficheD div.droite {
	margin-top: 10px;
	margin-bottom: 0;
}

#ficheD div.droite.extrait { 
	margin-bottom: 20px;
}
#ficheD div.droite.extrait b, #ficheD div.droite.extrait i, #ficheD div.droite.extrait a {
display: none;
}

#ficheD img.titre { 
	margin-bottom: 5px;
}

#ficheD a { 
	text-decoration: none;
	color: #c02;
	border-bottom: 1px solid #f3d6db;
}

#ficheD a:hover {
	text-decoration: none;
	color: red;
	border-bottom: 1px solid #c02;
}

}
/* @end */

