/* Balises en mode BLOCK */ 
body {
	font: normal normal 12pt arial, sans-serif; margin-bottom : 100px ; margin-left : 200px
}
h1 {	color: navy;
	font: normal 1.3em cursive;
	border-bottom: thin solid;
	margin-top: 40px;
}
h2 {	clear: left;
	font: bold 1.2em times, serif;
	color: red ;
	margin-left: 10px ;	margin-top: 30px;
}
h3 {	clear: left;
	font: italic bold 1em serif;
	color: purple;
	margin-left: 15px;
	margin-top: 5px;
}
aside {border : medium groove ; padding : 10px ; margin : 10px ;width : 30% ; float : right ; background-color : yellow ; margin-right : 10% ;
}
aside p {margin : 5px ; font : normal bold 1em monospace ;
}
p {	margin : 25px	; line-height: 1.5em;
}
iframe {width : 160px ; height : 42em ; position : fixed ; top : 10px  ; left : 10px ; box-shadow : 10px 15px 5px silver ;  
}
.para { text-align : justify ; 
}
.para_gros {text-align : justify ; margin : 40px ; padding : 20px ; background-color : yellow ; border : medium groove ; font : bold 1.5em sans-serif
}
.titre {
	color: red;
	background-color: lime;
	margin: 20px 150px;
	font: bold 2em arial, sans-serif;
	text-align: center
}

.gauche { float : left 
}
.flo_dro {float: right ; margin: 10px 20px}
.colonne { display: inline-block ; width: 30% ; border: medium ridge ; vertical-align: top
}
.col2 { display: inline-block ; width: 45% ;  vertical-align: top
}
.bordure {border: medium ridge ; }

/* Balises en mode INLINE */ 
em {font-weight: bold}
code { 	font: bold 1em monospace ;
}
h1 a {	text-decoration: none
}
figcaption { font : italic normal 0.9em cursive ; 
}
q { quotes : "<" ">"
}
strong {background-color : yellow ; color : red; font-weight : bold ; border-radius : 23px ; padding-left : 0.5em ; padding-right : 0.5em ; font : normal bold 1em monospace
}
 td {padding : 10px ; border : thin solid ; background-color :khaki
 }
 th {padding : 10px ; border : thin solid ; background-color :navy ; color : white ;font-weight : bold
 }
 #couleurs tr {	text-align: center	
 }
.centre {text-align : center
}
.decal {	margin-left: 20px
}
.div_red {	width: 400px;	height: 10em;	border: medium ridge
}
.tablo {	display: table-cell;	width: auto;	height: auto;
}



