@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent ;
	margin: 0;
	padding: 0;
	color: #000;
}
p {
	margin:15px 0 0 0;
	
	}

/* ~~ Sélecteurs d'éléments/balises ~~ */
ul, ol, dl { /* En raison des variations entre les navigateurs, il est conseillé d'attribuer une valeur de zéro aux marges intérieures et aux marges des listes. A des fins de cohérence, vous pouvez définir les valeurs désirées dans cette zone ou dans les éléments de liste (LI, DT, DD) qu'elle contient. N'oubliez pas que les paramètres que vous définissez ici se répercuteront sur la liste .nav, sauf si vous rédigez un sélecteur plus spécifique. */
	padding: 0;
	margin: 0;
	list-style-position:inside;
}

ul li {
	list-style-position:inside;
	
}

ol li {
	list-style-position:inside;
	
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
}
a img { /* ce sélecteur élimine la bordure bleue par défaut affichée dans certains navigateurs autour d'une image lorsque celle-ci est entourée d'un lien. */
	border: none;
}
/* ~~ La définition du style des liens de votre site doit respecter cet ordre, y compris le groupe de sélecteurs qui créent l'effet de survol. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* à moins que vous ne définissiez un style particulièrement exclusif pour vos liens, mieux vaut prévoir un soulignement, qui garantit une identification visuelle rapide. */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* ce groupe de sélecteurs offrira à un navigateur au clavier la même expérience de survol que celle d'une personne employant la souris. */
	text-decoration: none;
}

/* ~~ ce conteneur à largeur fixe entoure tous les autres éléments ~~ */
.container {
	width: 1000px;
	background-color: rgba(255,255,255,1);
	margin: 0 auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
}

/* ~~ Informations de mise en page. ~~ 

1) La marge intérieure n'est placée qu'en haut et/ou en bas de la div. Les éléments à l'intérieur de cette div posséderont une marge intérieure sur les côtés. Vous évitez ainsi de devoir recourir à des « calculs de modèle de boîte ». N'oubliez pas que si vous ajoutez une marge intérieure latérale ou une bordure à la div proprement dite, elle sera ajoutée à la largeur que vous définissez pour créer la largeur totale. Vous pouvez également supprimer la marge intérieure de l'élément dans la div et placer une seconde div à l'intérieur, sans largeur et possédant une marge intérieure appropriée pour votre concept.

*/
.content {
	width: 800px;
	max-height:700px;
	background: rgba(255,255,255,1);
	float: left;
	padding: 10px 0;
}
.sidebar2 {
	float: left;
	width:150px;
/*	height:800px;*/
	background-color: transparent;
	padding: 10px 0;
}

.footer {
	padding: 10px 0;
	
	clear: both; 
}

/* ~~ classes flottant/effacement diverses ~~ */
.fltrt {  /* cette classe peut servir à faire flotter un élément depuis la droite sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe peut servir à faire flotter un élément depuis la gauche sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe peut être placée sur une div <br /> ou vide, en tant qu'élément final suivant la dernière div flottante (dans le #container) si le paramètre overflow:hidden du .container est supprimé */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.Normal {
	font-family: Times New Roman;
	font-size: 16px;
	font-style:normal;
	font-weight: normal;
	text-transform: none;
	color: #000000 ;
	letter-spacing:0pt;
	text-indent: 0pt;
	
	margin:0pt 0pt 0pt 20pt;
	
}

.NormalStrict {
	font-family: Times New Roman;
	font-size: 16px;
	font-style:normal;
	font-weight: normal;
	text-transform: none;
	color: #000000 ;
	letter-spacing:0pt;
	text-indent: 0pt;
	
	margin:0pt 0pt 0pt 00pt;
	
}

.NormTable {
	font-family: Times New Roman;
	font-size: 18px;
	font-style:normal;
	font-weight: normal;
	text-transform: none;
	color: #000000 ;
	letter-spacing:0px;
	text-align:center;
	margin-top:12px;
	 margin-bottom:12px;

}


.equation {
	
	color: #000000 ;
	letter-spacing:0pt;
	text-indent: 0pt;
	
	margin:5px 0 5px 10px;	
	
}

.grandtitre {
	font-family: Times New Roman;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #743A3A;
	text-indent: 50px;
	margin-bottom:5px;
	border-bottom-width: 1.5pt;
	border-bottom-style: solid;
	border-bottom-color: #743A3A;
	background: #9BAEFB;
}

.Sous_titre {
	font-family: Times New Roman;
	font-size: 16px;
	font-style:normal;
	font-weight:bold;
	text-transform: none;
	color: #743A3A ;
	letter-spacing:0pt;
	text-indent: 100pt;
	margin:0pt 0pt 0pt 0pt;

	}
	
.Soustitre {
	font-family: Times New Roman;
	font-size: 14x;
	font-style:normal;
	font-weight:bold;
	text-transform: none;
	text-align:center;
	color: #7030A0 ;
	letter-spacing:0pt;
	margin-bottom: 8px;
	margin-top: 8px;

	}
	
h1 {
	background-color: #B0D8FF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF3399;
	letter-spacing: normal;
	text-align: left;
	text-indent:20px;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	list-style-position: inside;
	list-style-type: upper-roman;
	margin-bottom: 1px;
	margin-top: 0px;
	padding 6px 0px 6px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	letter-spacing: normal;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	list-style-position: inside;
	list-style-type: decimal;
	margin:6pt 0pt 6pt 50pt;
	padding 6pt 0pt 6pt 0pt;
}

h3 {
	font-family: Times New Roman, , serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #740000;
	letter-spacing: normal;
	text-align: left;
	text-indent: 50px;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	list-style-position: inside;
	list-style-type: lower-latin;
	margin:3pt 0pt 3pt 80pt;
	padding 6pt 0pt 6pt 0pt;
}

h4 {
	font-family: Times New Roman, , serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #804000;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	word-spacing: normal;
	white-space: normal;
	margin:6pt 3pt 6pt 3pt;
	padding 6pt 6pt 6pt 0pt;
}

ol h4{
	list-style-type: decimal;
	list-style-position:inside;
}

h5 {
	font-family: Times New Roman;
	font-size: 100%;
	font-style:normal;
	font-weight: normal;
	text-transform: none;
	color: #000000 ;
	letter-spacing:0px;
	text-indent: 50px;

}

ul h5{
	list-style-type: square;
	list-style-position:inside;
}
	
h6 {
	font-family: Times New Roman;
	font-size: 100%;
	font-style:normal;
	font-weight: normal;
	text-transform: none;
	color: #000000 ;
	letter-spacing:0px;
	text-indent: 50px;
		
}

ul h6{
	list-style-type: disc;	
	list-style-position:inside;
}

ol h6{
	list-style-type:decimal;	
	list-style-position:inside;
}

table{
	border:0px;
	margin-left: 100px;
	padding: 5px;
	border-collapse:collapse;
}

.Remarque {
	font-family: Times New Roman, ,serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
	color: #000000 ;
	letter-spacing:0pt;
	text-indent: 0pt;
	margin:0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	}
	
.Exemple {
	font-family: Times New Roman, ,serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
	color: #7F7F7F;
	letter-spacing:0pt;
	text-indent: 0pt;
	margin:0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	}
	
.Cadre {
	border: thin;	
	margin-left: 100px;
	padding: 3px;

	}
	
.decaler050 {
	margin-left: 50px;
}
	
.decaler100 {
	margin-left: 100px;
}

.decaler200 {
	margin-left: 200px;
}

.centrage {
	text-align:center;
}

.Animation {
	font-family: Times New Roman, ,serif;
	ont-size: 12pt;
	font-style: italic;
	color: #009966;
	animation:alternate;
	animation-delay: 2;

}
.Exercices {
	list-style: square;
	font-size: 12.0pt;
	font-family: "Times New Roman", "serif";
	color: #C73017;
	font-weight: bold;
	
}

.encadrage{
	border:solid 1px;
	padding: 10px;
	margin-left: 200px;
}

.bouton a {
display:block;
width:100px;
line-height:30px;
text-align:center;
vertical-align:middle;
background:url(../themes/BoutonCorrige/Bouton-exo1.png) no-repeat;
color:white;
text-decoration:none;
}

.bouton a:hover {
background:url(../themes/BoutonCorrige/Bouton-exo2.png) no-repeat;
}


@-moz-keyframes clignotant{
	30% {opacity:0}
	60% {opacity:0.5}
	100% {opacity:1}
}
@-webkit-keyframes clignotant{
	30% {opacity:0}
	60% {opacity:0.5}
	100% {opacity:1}
}
@-ms-keyframes clignotant{
	30% {opacity:0px}
	60% {opacity:0.5}
	100% {opacity:1}
}



.clign {
	
/*	color: #800040;*/
	font-weight:bold;
	-moz-animation: clignotant ;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 15;
	-moz-animation-delay: 1s;
	-moz-animation-fill-mode:none;
	
	-webkit-animation: clignotant ;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 15;
	-webkit-animation-delay: 1s;
	-webkit-animation-fill-mode:none;
	
	-ms-animation: clignotant ;
	-ms-animation-timing-function: linear;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: 15;
	-ms-animation-delay: 1s;
	-ms-animation-fill-mode:none;
	
	}
	
.clignN {
	
	/*	color: #800040;*/
	
	-moz-animation: clignotant ;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 15;
	-moz-animation-delay: 1s;
	-moz-animation-fill-mode:none;
	
	-webkit-animation: clignotant ;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 15;
	-webkit-animation-delay: 1s;
	-webkit-animation-fill-mode:none;
	
	-ms-animation: clignotant ;
	-ms-animation-timing-function: linear;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: 15;
	-ms-animation-delay: 1s;
	-ms-animation-fill-mode:none;
	
}
	
.clign11 {
	
	/*	color: #800040;*/
	font-weight:bold;
	-moz-animation: clignotant ;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 10;
	-moz-animation-delay: 11s;
	-moz-animation-fill-mode:none;
	
	-webkit-animation: clignotant ;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 10;
	-webkit-animation-delay: 11s;
	-webkit-animation-fill-mode:none;
	
	-ms-animation: clignotant ;
	-ms-animation-timing-function: linear;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: 10;
	-ms-animation-delay: 11s;
	-ms-animation-fill-mode:none;
	
		
	}
	
.clign21 {
	
	/*	color: #800040;*/
	font-weight:bold;
	-moz-animation: clignotant ;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 10;
	-moz-animation-delay: 21s;
	-moz-animation-fill-mode:none;
	
	-webkit-animation: clignotant ;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 10;
	-webkit-animation-delay: 21s;
	-webkit-animation-fill-mode:none;
	
	-ms-animation: clignotant ;
	-ms-animation-timing-function: linear;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: 10;
	-ms-animation-delay: 21s;
	-ms-animation-fill-mode:none;
	
		
	}
	
.clign31 {
	
	/*	color: #800040;*/
	font-weight:bold;
	-moz-animation: clignotant ;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 10;
	-moz-animation-delay: 31s;
	-moz-animation-fill-mode:none;
	
	-webkit-animation: clignotant ;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 10;
	-webkit-animation-delay: 31s;
	-webkit-animation-fill-mode:none;
	
	-ms-animation: clignotant ;
	-ms-animation-timing-function: linear;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: 10;
	-ms-animation-delay: 31s;
	-ms-animation-fill-mode:none;
	
		
	}