<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.H1Incoherent {
	position: fixed;
	top: -300px;
}

.TitreRubrique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	border: thin groove #666;
	padding: 5px;
	background-color: #FFF;
	clear: both;
	margin-top: 15px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.Titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	width: auto;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    clear: both;
}
.Departement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-decoration: underline;
	margin-top: 15px;
}

/* CSS Document */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin-bottom: 10px;
}

.container {
	padding: 5px;
	width: auto;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
}
.Rubrique {
	margin: 10px 0px 0px 20px;
	float:none;
	width:auto;
}
.divleft {
	float: left;
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 50px;
	padding-left: 30px;
}

.divleftLong {
	float: left;
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
    margin-right: 10px;
    
    text-align: right;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Diplome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.DirectionMention {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#enTete {
	font-size:18px;
	font-style:italic;
	text-align: center;
	width: auto;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	margin-bottom: 20px;
	padding: 5px;
	border-color:#000;
	color: #F00;
	letter-spacing: 5px;
	background-repeat: no-repeat;
	background-position: 10px 6px;
	background-attachment: fixed;
	text-decoration: blink;
}

#page {
	width:90%;
	margin: 0 auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    display: block;
}

.spanRight {
	float:left;
	width:75%;
	text-align: justify;
	clear: right;
/*	border-bottom:15px;*/
}
#piedPage {
	font-size:1.1em;
	font-style:italic;
	text-align: left;
	width: auto;
	padding: 5px;
	color: #0CF;
	letter-spacing: 0.7em;
	border: 1px solid #000;
	margin-top: 50px;
	/*
	display: none;
	*/
}

#piedPage a {
	text-decoration: none;
}

.divleftnoFloat {
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
}




.sidebar1 {
	float: left;
	width: 150px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 30px;
}

.mainContent {
	float:left;
	margin: 0 2px; /* la marge droite peut être indiquée en pourcentage ou en pixels. Elle crée l'espace dans la partie inférieure du côté droit de la page. */
} 

}
.clearfloat2 { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.container { 
	width: 100%;  /* ce paramétrage crée un conteneur dont la largeur est 80 % de celle du navigateur */
	background: #FFFFFF;
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 0;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
} 
.NomCoco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
}
</pre></body></html>