
@charset "UTF-8";
/*!
* Nom: www.pythagore-fd.fr styles.css
* Version: 1240.0.0
* Built: mer. mars 14 10:36:35 UTC 2021
* Owner: Administrateur Site PythagoreFD
* Copyright (c) 2025 Pythagore FD
* Description: Fichier de production
*/
#ft{clear:both;}
#doc3 {
	margin:auto 2em;
	width:auto;}
	.bloc1{position:relative;}
	.bloc1{_position:static;} /* for IE < 7 */
	#panneau .bloc1{position:static;} 

#panneau {width:100%;}
#panneau .bloc1 {float:none;width:auto;}

.ligne1 .col1, 
.ligne1 .ligne1 {float:right;display:inline;}
.ligne1 div.first {float:left;}
.ligne1 .col1, 
.ligne1 .ligne1{width:49.1%;}
.ligne1 .ligne1 .col1,
.ligne1 .col1 {width:48.1%;}
#bd:after,
.ligne1:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
#bd,
.ligne1 {zoom:1;}

.accueil table tr {
	text-align: center;
}

.teteligne{
	font-size:1.5em;
	horizontal-align: middle;
	margin:0;
	margin-top:0em;
	margin-bottom:0.2em;
	padding:0;
	/* border-top:#b0e0cd 2px solid;  */
	}


.contenu{
	text-align: center;
	font-weight:bold;
	font-size:1em;
	color: #ff00ff;
	/*height:3em; */
	background:#CCC8B3;
	border-radius: 0px 0px 0px 0px;
	border-top:#FFFFFF 2px solid;
	margin:0;
	padding:0.5em;
	}

.f1    { background:#b0e0cd; }
.f2    { background:#99ec99; }
.f3    { background:#00bd93; }
.f4    { background:#66cc66; }
.f5    { background:#bda0f2; }
.f6    { background:#eda150; }
.f7    { background:#2d91a0; }
.accescv {
	font-size:1em;
	background:#00bd93;
	text-decoration: none;
}

.accescv a { /* lien */
	color: #ffffCC;
	text-decoration: none;
	background: inherit;
}
.accescv a:hover { /* lien survole */
	color: #0Fff66;
	text-decoration: none;
	background-color: inherit;
	position: relative;
}

/*
.f1    { background:#b0e0cd; }
.f2    { background:#00bd93; }
.f3    { background:#bda0f2; }
.f4    { background:#eda150; }
.f5    { background:#fdd130; }
.f6    { background:#c0c0ff; }
.f7    { background:#2d91f0; }
.contenu{
	text-align: center;
	font-size:14px;
	color: #330099;
	vertical-align: middle;
	height:2em;
	background:#CCC8B3;
	border-radius: 0px 0px 0px 0px;
	border-top:#FFFFFF 2px solid;
	margin:0;
	padding:1em;
	}

.f1, .f2, .f3, .f4, .f5, .f6, .f7  { background:#b0e0e0; }
*/

/* ============================================*/

#table_cassandra {
        font-size: 8px;
}
#table_cassandra table {
        width:70%; /* ne passe pas*/
        border: 4px solid #7dadae;
        border-collapse: collapse;
        border-radius: 20px;
}

#table_cassandra tr:nth-child(1) {
        background-color: #e8f8f0
}

#table_cassandra tr:nth-child(2) {
        background-color: #e8f8f0
}

#table_cassandra tr:nth-child(2n+3) {
        background-color: #e8f8e0
}
#table_cassandra tr:nth-child(2n+4) {
        background-color: #f0fff0
}

#table_cassandra th {
        border: 1px solid #7dadae;
        color: #232323;
}

#table_cassandra td {
        border-bottom: 1px solid #7dadae;
        border-left: 1px dotted #7dadae;
        color: #723202;
}

/* = pour l'affichage des contenus des qcm (gestion/controles) ===========================================*/
.file-content {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 5px;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size:12px;
	display: none;
}
.file-name {
	cursor: pointer;
	margin: 0;
	color: #7dadae;
	font-size:14px;
}
