<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ============== page =====*/
html { min-height:100%; }
body {
	background:#f5f5f5;
	background:-moz-linear-gradient(top, #ffffff 0px, #ffffff 140px, #f5f5f5 140px, #f5f5f5 205px, #e9e9e9 205px, #e9e9e9 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0px,#ffffff), color-stop(140px,#ffffff), color-stop(140px,#f5f5f5), color-stop(205px,#f5f5f5), color-stop(205px,#e9e9e9), color-stop(100%,#e9e9e9));
	background:-webkit-linear-gradient(top, ##ffffff 0px, #ffffff 140px, #f5f5f5 140px, #f5f5f5 205px, #e9e9e9 205px, #e9e9e9 100%);
	background:-o-linear-gradient(top, #ffffff 0px, #ffffff 140px, #f5f5f5 140px, #f5f5f5 205px, #e9e9e9 205px, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #ffffff 0px, #ffffff 140px, #f5f5f5 140px, #f5f5f5 205px, #e9e9e9 205px, #e9e9e9 100%);
	background:linear-gradient(to bottom, #ffffff 0px, #ffffff 140px, #f5f5f5 140px, #f5f5f5 205px, #e9e9e9 205px, #e9e9e9 100%);
}

table.default { border-collapse:collapse; border-spacing:0;background:#fff; border:none; }
table.default thead th { color:#0083c8; font-weight:bold;  border:none; padding:10px; }
table.default tbody tr:nth-child(odd) { background-color:#0083c8; color:#fff; }
table.default td { border:none; padding:10px; }

#wrapper { width:1000px; background:#fff; margin:0 auto 20px; }
#header { background:#fff url('/graph/site/bg_header.jpg') 410px center no-repeat; position:relative; }
#header .h1 { margin:0 0 0 45px; display:block; }
#header .nav { position:absolute; top:20px; left:730px; }
#header .nav li { float:left; font-size:11px; padding:0 5px; }
#header .nav li+ li { float:left; border-left:1px solid #404040; }
#header .nav li a { color:#404040; }
#header .img { position:absolute; bottom:5px; right:20px; }

#header  form { position:absolute; top:5px; right:20px; width:190px; }
#header  form input[type="text"] { width:160px; border:0; padding:3px 10px; float:left; background:#f5f5f5;
-webkit-border-radius:10px;
   -moz-border-radius:10px;
		border-radius:10px;
}
.ie7 #header  form input[type="text"] { width:140px; }
#header  form input[type="submit"] { border:0; background:#ebeef5; color:#325b99; padding:3px; cursor:pointer; float:right;
-webkit-border-radius:15px;
   -moz-border-radius:15px;
		border-radius:15px;
}
#header  form input[type="submit"]:hover { 
-webkit-box-shadow:inset 0 0 3px 2px rgba(0,0,0,.4);
   -moz-box-shadow:inset 0 0 3px 2px rgba(0,0,0,.4);
	 -o-box-shadow:inset 0 0 3px 2px rgba(0,0,0,.4);
		box-shadow:inset 0 0 3px 2px rgba(0,0,0,.4);
}

#nav { width:1000px; margin:0 auto; position:relative;}
#nav ul { overflow:hidden; }
#nav ul li { float:left; background:#0083c8; }
#nav ul li + li { border-left:3px solid #fff; }
#nav ul li a { font-weight:bold; color:#fff; display:block; line-height:35px; padding:0 10px; font-size:12px; }
#nav ul li a:hover,
#nav ul li:hover {background:#425d85; text-decoration:none; }

#nav ul.child { background:#0083c8; height:35px; }
#nav ul.child li { margin-top:5px; }
#nav ul.child li + li { border-left:1px solid #fff; }
#nav ul.child li a { font-weight:bold; color:#fff; display:block; line-height:25px; padding:0 10px; font-size:12px; }


#sidebar { width:200px; float:left;	background:#ccc; }
#main { margin:20px; }
#main .boxLeft { float:left; width:670px; clear:none; }

#main .boxRight { float:right; width:250px; clear:none; }

#main .boxRight .menu { }
#main .boxRight .menu h2 { background:#325B99; color:#fff; font-size:14px; margin:0; padding:0 20px; height:40px; line-height:40px; position:relative;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
#main .boxRight .menu h2:before {
	content:'';
	position:absolute;
	bottom:-14px;
	left:15px;
	width:0;
	height:0;
	border-top:14px solid #325B99;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
}
#main .boxRight .menu div { margin:20px; }




#main .boxRight .box { background:#e9e9e9; padding:20px; margin:10px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#main .boxRight .box h2 { font-size:14px; margin:0; }
#main .boxRight .box p { margin:5px 0; font-size:12px; }
#main .boxRight .box p + a { display:block; background:url('/graph/site/puce_box.png') center left no-repeat; padding-left:30px; font-size:12px; line-height:30px; height:30px; color:#000; margin-left:-25px; }







#footer { background:url('/graph/site/bg_footer.jpg') 600px center no-repeat; padding:25px 20px; border-top:15px solid #e9e9e9; overflow:hidden; }
#footer address { float:right; font-size:12px; text-align:right; }
#footer div { float:left; font-size:12px; clear:none; }
#footer div a { color:#404040; }







/* ============== localisateur =====*/
#breadcrumb {
	overflow:hidden;
	margin-bottom:5px;
}

#breadcrumb div {
	display:inline;
}

#breadcrumb div span {
	display:inline-block;
}

#breadcrumb .home {
	display:inline-block;
	width:16px;
	height:16px;
	background:url('/graph/site/home.png') no-repeat;
}

#breadcrumb .home:hover {
	background:url('/graph/site/home.png') 0 -16px no-repeat;
}

#breadcrumb a {
	color:#545456;
}

#breadcrumb a:hover {
	color:#b0b0b0;
}


/* ============== contenu =====*/
#main h1{ margin:0; }
#main h2, #main h3, #main h4{ color:#0083c8; }
#main h1 + p { font-size:12px; color:#bbb; margin-bottom:20px; }

#main h1 + p + img { margin-bottom:10px; }
#main h1 + p + img + .content { background:#efefef; padding:10px; }






/* ============== index_onglets =====*/
#navOnglet {
	margin:20px 0;
	overflow:hidden;
	border-bottom:2px solid #aaa;
	border-left:1px solid #aaa;
	list-style:none;
	padding:0;
	font-size:11px;
	clear:both;
}

#navOnglet li {
	float:left;
	border-right:1px solid #aaa;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	margin-bottom:-1px;
}

#navOnglet li a {
	display:block;
	padding:5px 10px;
	color:#aaa;
}

#navOnglet li a:hover {
	text-decoration:none;
	background:#efefef;
	color:#555555;
}

#navOnglet li.active  a {
	background:#aaa;
	cursor:normal;
	color:#fff;
}


/* ============== index_numerote =====*/
#global{
	overflow:hidden;
	width:400px;
	margin:0 auto;
	text-align:center;
}

#index{
	float:left;
	overflow:hidden;
}

.pas_encours{
	border:1px solid #aaa;
	width:16px;
	height:17px;
	display: block;
	float:left;
	background:url(/graph/site/fond_onglet.png) repeat-x left;
	margin-right:3px;
	font-size:0.9em;
	
}

.pas_encours:hover{
	background:url(/graph/site/fond_onglet_encours.png) repeat-x left;
}

.encours{
	border:1px solid #aaa;
	width:16px;
	height:17px;
	display: block;
	float:left;
	background:url(/graph/site/fond_onglet_encours.png) repeat-x left;
	color:#747474;
	margin-right:3px;
	font-weight:bold;
	font-size:1em;
	text-align:center;
}





/* ============== index_suivant_precedent =====*/
#navLoop{
	overflow:auto;
	clear:both;
	font-size:12px;
	margin:20px 0;
}

#navLoop .prev, #navLoop .next {
	background-color:#efefef;
	background-repeat:no-repeat;
	display:block;
	border:1px solid #aaa;
	color:#555555;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#navLoop .prev {
	background-image:url('/imgs/pictos/fleche_prec_sp.png');
	background-position:5% center;
	padding:3px 10px 3px 15px;
	float:left;
}

#navLoop .next {
	background-image:url('/imgs/pictos/fleche_suiv_sp.png');
	background-position:95% center;
	padding:3px 15px 3px 10px;
	float:right;
}

#navLoop .prev:hover, #navLoop .next:hover {
	text-decoration:none;
	background-color:#dbdbdb;
}


/* ============== index_menu_deroulant =====*/
#navForm {
	text-align:center;
	clear:both;
	margin:20px 0;
	font-size:13px;
}

#navForm select {
	background:#ffffff;
	border:1px solid #bec5d5;
	outline:none;
	padding:3px;
}

#navForm input[type="submit"] {
	background:#777;
	color:#fff;
	font-weight:bold;
	border:1px solid #777;
	padding:3px 5px;
	cursor:pointer;
	-moz-box-shadow:inset 0px 0px 1px 0px #fff;
	-webkit-box-shadow:inset 0px 0px 1px 0px #fff;
	box-shadow:inset 0px 0px 1px 0px #fff;
}


/* ============== index_liens =====*/
#global{
	margin:10px 0px;
	background:#E9EEF2;
	padding:10px;
	overflow:auto;
}

.bloc_lien{
	float:left;
	width:33%;
}



/* ============== page1 =====*/
#main .time { font-weight:bold; margin-bottom:20px; }

.page_interieure {
	margin:0;
	padding:0;
	background:#fff;
	width:790px;
	color:#000;
	line-height:normal;
	font-size:14px;
}


table.default thead th { color:#0083c8; }
table.default tbody tr:nth-child(odd) { background-color:#0083c8; }




/* ============== annexe_liens_internes =====*/
.titre_liens_internes {
	color:#888888;
	font-weight:bold;
	display:block;
	clear:both;
	overflow:auto;
}

#lien_interne {
	border:1px solid #CCCCCC;
	overflow:auto;
	margin:3px 0 10px 0;
	clear:both;
}

#lien_interne ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#lien_interne ul li {
	padding:5px 20px;
}



/* ============== annexe_liens_externes =====*/
.titre_liens_externes {
	font-weight:bold;
	color:#888888;
}

#lien_externe {
	border:1px solid #CCCCCC;
	overflow:auto;
	margin:3px 0 10px 0;
	clear:both;
}

#lien_externe ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#lien_externe ul li {
	padding:5px 20px;
}



/* ============== annexe_images =====*/
#voir{
	background: #efefef;
	overflow:hidden;
	padding:10px;
	margin:10px 0;
	clear:both;
}


/* ============== annexe_diaporama =====*/
#diaporama {
	clear:both;
	margin:20px 0;
	padding:10px;
	overflow:hidden;
	clear:both;
}

#diaporama p {
	font-weight: bold;
}



/* ============== annexe_commentaires =====*/
#commentaires{
	margin:20px 0;
	padding:10px;
	overflow:hidden;
	clear:both;
}

#commentaires .titre{
	font-weight:bold;
	font-size:1.3em;
}

.commentaires{
	border:1px solid #cccccc;
	padding:5px;
	margin:5px 0;
	clear:both;
}

.commentaires .date{
	float:right;
	color:#888888;
}

.commentaires .titre{
	float:left;
	font-weight:bold;
}

.commentaires div{
	border-top:1px solid #cccccc;
	clear:both;
	padding:5px 0;
}


/* ============== annexe_telecharger =====*/
#bloc_telecharger {
	border:1px solid #cccccc;
	overflow:auto;
	margin:10px 0;
	clear:both;
}

.annexe_telecharger_titre {font-weight: bold;}

.table_telecharger{
	overflow:auto;
	clear:both;
	padding:10px;
	margin:0px;
}

.colonne_image{
	float:left;
	margin: 0px 5px;
}

.colonne_type{
	float:left;
	width:30%;
	margin: 0px 5px;
}

.colonne_titre{
	float:left;
	margin: 0px 5px;
}


/*
#bloc_telecharger a{color:#888888;text-decoration:underline}

#bloc_telecharger a:hover{color:red;text-decoration:none}
*/


/* ============== annexe_pdf =====*/
#pdf{
	overflow:hidden;
	clear:both;
}

.tab_pdf {
margin:3px 0 10px 0;
width:98%;
padding:10px;
}

.image {float:left;margin-right:5px;}

a.lien{color:#888888;text-decoration:underline}
a.lien:visited{color:#888888;text-decoration:underline}
a.lien:hover{color:red;text-decoration:none}

.annexe_txt {color:#555555}




/* ============== annexe_ppt =====*/
#ppt{
	overflow:hidden;
	clear:both;
}
.tab_ppt {
margin:3px 0 10px 0;
width:98%;
padding:10px;
}

a.lien{color:#888888;text-decoration:underline}
a.lien:visited{color:#888888;text-decoration:underline}
a.lien:hover{color:red;text-decoration:none}

.annexe_txt {color:#555555}


/* ============== annexe_video =====*/
#video{
	overflow:auto;
	clear:both;
}

#bloc_video {
	border:1px solid #cccccc;
	overflow:hidden;
	padding: 0;
	margin:10px 0;
}

.video{
	margin-bottom:20px;
	color:#888888;
	margin:10px;
}


/* ============== annexe_son =====*/
#sound{
	overflow:hidden;
	clear:both;
}

.annexe_texte_son {
	margin-bottom:3px;
	color:#888888;
}

#bloc_son {
	border:1px solid #cccccc;
	overflow:auto;
	padding: 10px;
	margin:10px 0;
}


</pre></body></html>