/* CSS Document Cours Mirande & Sections*/

/* Titre des cadres */
.TitreCadre {
	color: #FFFF00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style: italic;
	background-color: #336699;
	}

/* Texte des cadres */
.TexteCadre {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #FFFFCC;
	margin-left: 10px;
	}

/* Texte BLEU FONCE général */
.TexteNew {
	color: #000066;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:16px;
	}
	
/* Boutons Sections Relachés */	
a.bouton {
	width:170px;
	text-align:center;
	display: block;
	border-width: 5px;
	font-weight:bold;
	text-decoration:none;
	background:#99CCFF;
	border-top:3px #CCFFFF solid;
	border-left:3px #CCFFFF solid;
	border-bottom:3px #000066 solid;
	border-right:3px #000066 solid;
	clear:both;
	}
	
/* Boutons Sections Survolés */	
a.bouton:hover {
	background-color: #FFFF00;
	border-top:4px #000066 solid;
	border-left:4px #000066 solid;
	border-bottom:2px #0000FF solid;
	border-right:2px #0000FF solid;
	}

/* Boutons Sections Relachés */	
a.boutonSite {
	width:25px;
	height:20px;
	text-align:center;
	display: block;
	border-width: 5px;
	font-weight:bold;
	text-decoration:none;
	background:#99CCFF;
	border-top:3px #CCFFFF solid;
	border-left:3px #CCFFFF solid;
	border-bottom:3px #000066 solid;
	border-right:3px #000066 solid;
	}
	
/* Boutons Sections Survolés */	
a.boutonSite:hover {
	background-color: #FFFF00;
	border-top:4px #000066 solid;
	border-left:4px #000066 solid;
	border-bottom:2px #0000FF solid;
	border-right:2px #0000FF solid;
	}