body{min-width:320px;background-color:#fff;font-family:"Roboto",sans-serif}h1,h2,h3,h4,h5,h6{font-family:"Roboto Condensed",sans-serif}table.default{border-collapse:collapse;border-spacing:0;background:#fff;border:none}table.default thead th{color:#0a3594;font-weight:bold;border:none;padding:10px}table.default tbody tr:nth-child(odd){background-color:#6a9dd2;color:#fff}table.default td{border:none;padding:10px}.max-width{max-width:63rem}#header .header-container{margin-left:auto;margin-right:auto;position:relative}#header [class*=grid-cell-child]{margin-top:0;margin-bottom:0}#header .h1{margin:0}#header .list-inline{position:absolute;top:0;right:0}#header .list-inline li{height:2.2rem;line-height:2.2rem;padding:0 .625rem;border-radius:0 0 .8rem .8rem}#header .list-inline li:first-child{background-color:#7cc2c0}#header .list-inline li:nth-child(2){background-color:#4a6b58}#header .list-inline li:last-child{background-color:#b3ae16}#header .list-inline a{color:#fff;text-transform:uppercase;font-family:"Roboto Condensed",sans-serif;font-weight:700}#nav{position:relative;z-index:2;background-color:#4780bb}#nav ul.list-unstyled{position:relative;margin-left:auto;margin-right:auto}#nav ul.list-unstyled>li>a{display:block;text-align:center;color:#fff;text-transform:uppercase;font-family:"Roboto Condensed",sans-serif;font-weight:700;text-decoration:none}#nav ul.list-unstyled>li:hover{-webkit-box-shadow:inset 0px 0px 60px 10px rgba(0,0,0,.5);-moz-box-shadow:inset 0px 0px 60px 10px rgba(0,0,0,.5);box-shadow:inset 0px 0px 60px 10px rgba(0,0,0,.5)}@media(min-width: 63rem){#nav ul.list-unstyled>li:hover ul{display:block}}#nav ul.list-unstyled>li ul{display:none;position:absolute;top:100%;left:0;right:0;padding:.5rem .5rem .5rem 2rem;min-width:100%;color:#fff;list-style:disc;background-color:#386797;-webkit-columns:2;-moz-columns:2;columns:2;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}#nav ul.list-unstyled>li ul a{color:#fff}#main .main-container{margin-left:auto;margin-right:auto}#footer{font-size:.875rem;color:#393939}#footer .bg{min-height:6.9rem;background:rgba(0,0,0,0) url("/graph/site/2025/Logo.png") no-repeat 0 0;background-size:200px;padding-left:210px}#footer .bg-grey{background-color:#ddd}#footer .bg-jaune{background-color:#fff9cf}#footer .grid-row .grid-cell-child{padding-top:1.3rem}#footer .list-inline{margin-right:-0.3125rem;margin-bottom:.5rem}#footer .list-inline li:not(:first-child){border-left:1px solid #393939;line-height:1}#footer a{color:#393939}



/* ============== contenu =====*/



/* ============== localisateur =====*/
#breadcrumb { margin: 20px 0; color:#93898a; font-size: 16px; }
#breadcrumb div { display:inline; clear:none; }
#breadcrumb a { color:#93898a; }





/* ============== 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;
	clear:none;
}

.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 =====*/
#content .header time { font-weight:bold; }
#content .content { margin-top:20px; }





/* ============== 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 =====*/
#image{
	overflow:hidden;
	margin:10px 0;
	clear:both;
}

#image .rzoom {
	display:block;
	float:left;
	padding:1px;
	width:16.6%;
}
#image .rzoom img {
	display:block;
	width:100%;
}


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

#diaporama p {
	font-weight: bold;
}



/* ============== annexe_commentaires =====*/
#commentaire { margin:30px 0; }
#commentaire form { margin:20px auto; background:#efefef; padding:20px; }
#commentaire form p { overflow:auto; }
#commentaire form p + p { margin-top:20px; }
#commentaire form label { float:left; width:15%; font-weight:bold; }
#commentaire form input[type="text"], #commentaire form input[type="email"] { padding:3px; float:right; width:85%; border:1px solid #aaa; }
#commentaire form textarea { padding:3px; float:right; width:85%; border:1px solid #aaa; }
#commentaire form input[type="button"] { background:#aaa; border:0; color:#FFFFFF; cursor:pointer; margin-left:15%; padding:5px 15px; display:block; float:left; }
#commentaire form input[type="button"]:hover { box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3) inset; }

#commentaire .box { margin:30px 0; padding:10px; border:1px solid #aaa; }
#commentaire .box .header { margin-bottom:5px; display:block; font-size:12px; color:#A9A9A9; }
#commentaire .box .delete { color:#2173FF; cursor:pointer; }
#commentaire .box .delete:hover { text-decoration:underline; }



/* ============== 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;
}


