@import "mp3_FF.css";
@import "menuPratique_FF.css";
@import "pratiqueStatique.css";
@import "conversions.css";
	FORM#formhorloge {margin-bottom:20px;}

/* === DEFAUT === */

html, body {
	background-color : white;
	text-align: center;
	padding:0px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
}

table {
	margin: 0px;
	padding: 0px;
}
td {
	border:0;
}

li {
	color: red;
	display : list-item;
	list-style-position: outside;
}

#demandePhrase {
	margin:15px;
	width:390px;
}

#demandePhrase, #demandePhrase A {
	font-size: 11px;
	color:black;
}

/* Petites barres grises en bas a gauche des cadres */
.BarreGriseHorizontale {
	text-align : right ;
}
.BarreGriseVerticale {
	vertical-align : bottom ;
}


/* Liste des MP3 */
.titreFrMp3 {
	color: #adadad;
	font-size: 12px;
	font-weight: 400;
}

.titreCnMp3 {
	color: #006fd1;
	font-size: 14px;
	font-weight: 600;
}

.lienMp3 {
	font-size: 12px;
	font-weight: 400;
}

/* === TAILLES - POSITIONS - POLICES === */

/* Cadre exterieur */
.GrandCadre {
	border: 1px solid #bdbdbd;
	width: 767px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}

/* Cadres gris */
.ContourGris {
	border: 1px solid rgb(189,189,189);
}

/* recherche MP3 */
.DispositionMP3 {
	margin-left: 9px;
	margin-top:0px;
}
.TitreMp3 {
	text-align:left;
	color:white;
	padding-left: 45px;
	font-weight: 700;
	/*font-height:18px;*/
	font-size: 18px;
	background-repeat:no-repeat;
	line-height:22px;
}



/* Liens */
a:link { 
 text-decoration: underline; 
}

.titreCnMp3 a {
	color: #006fd1;
	text-decoration: underline; 
}

.lienMp3 a:link {
	color: black;
	text-decoration:none;
}

a:visited { 
 text-decoration: underline; 
}

.lienMp3 a:visited {
	color: black;
	text-decoration:none;
}

a:hover { 
 text-decoration: none; 
}

.lienMp3 a:hover {
	color: black;
	text-decoration:none;
}

a:active { 
 text-decoration: underline; 
}

.lienMp3 a:active {
	color: black;
	text-decoration:none;
}

h1 {
	font-size:24px;
}

