
/* ============== page =====*/
body { min-width:990px; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; }
h1,h2,h3,h4,h5 { color:#6a9dd2; }

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; }


.container {
	position: relative;
	width: 990px;
	margin:0 auto;
}

#header {
	z-index: 5;
	height:60px;
}
#header p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#4a4a4a;
	text-transform: uppercase;
	text-align: right;
	line-height:60px;
}
#header .h1 {
	display:block;
	margin:0;
	position:absolute;
	top:18px; left:25px;
}





#nav-wrapper {
	position: relative;
	height:70px;
	background-color: #0395d0;
	z-index: 4;
	-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,.5);
	   -moz-box-shadow:0 5px 5px 0 rgba(0,0,0,.5);
	     -o-box-shadow:0 5px 5px 0 rgba(0,0,0,.5);
			box-shadow:0 5px 5px 0 rgba(0,0,0,.5);
}
#btn-nav {
	display:none;
	float:right;
	width:70px;
	height:70px;
	background: url('/graph/site/2015/menu.png') center center no-repeat;
	cursor: pointer;
}
#nav {
	position:relative;
	display:table;
	table-layout:auto;
	float:right;
	width:700px;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	z-index:2;
}
#nav ul {
	display:table-row;
}
#nav ul li {
	display:table-cell;
	text-align:center;
}
#nav ul li a {
	display:block;
	height:70px;
	color:#fff;
	text-decoration:none;
	line-height:70px;
}
#nav ul li a span {
	vertical-align:middle;
	display:inline-block;
	line-height:normal;
	text-align:center;
}
#nav ul ul { display:none; padding:20px; background:#fff; border-top:2px solid #00adef; border-bottom:2px solid #00adef;
	-webkit-columns:2;
	   -moz-columns:2;
			columns:2;
	-webkit-column-gap:30px;
	   -moz-column-gap:30px;
			column-gap:30px;
}
#nav ul ul li { display:block;  padding-left:25px; clear:both; }
#nav ul ul li + li { border:none; }
#nav ul ul li a { text-align:left; height:auto; padding:1px 0; color:#404040; font-weight:normal; line-height:1.2; font-size:13px;  }
#nav ul ul li a:hover { text-decoration:underline; }
#nav ul li:hover ul { display:block; position:absolute; left:0; right:0; }


#main {
	padding-bottom:30px;
}
#main.main {
	padding-top:30px;
}


#footer {
	background:#a3c3d0;
	padding:10px;
	font-size: 16px;
	color: #fff;
}
#footer .container {
	padding:77px 0 40px 0;
	background: url('/graph/site/2015/bg_footer.png') 0 15px no-repeat;
	overflow: hidden;
}

#footer address {
	float:left;
	width:48%;
}
#footer ul {
	float:right;
	width:48%;
	text-align: right;
	clear:none;
}
#footer ul li {
	position:relative;
	display:block;
	overflow:hidden;
}
#footer ul ul {
	width:auto;
	margin-right:-5px;
}
#footer ul ul li {
	display:inline-block;
	padding:0 5px;
	overflow:inherit;
}
#footer ul ul li + li:before {
	content:"";
	width:1px;
	height: 12px;
	background-color: #fff;
	position:absolute;
	top:4px; left:-1px;
}
#footer a {
	color:#fff;
}


@media only screen and (max-width:1015px) {
	body {
		min-width: 320px;
	}
	.container {
		width: auto;
	}
	#header {
		margin:0 10px;
	}
	#btn-nav {
		display:block;
	}
	#nav {
		position:absolute;
		top:70px; left:0; right:0;
		display:none;
		float:none;
		width:auto;
		background-color: #fff;
		border-bottom: 2px solid #0395d0;
	}
	#nav ul {
		display:block;
		padding:10px 0;
	}
	#nav ul li {
		display:block;
		text-align:left;
	}
	#nav ul li a {
		display:block;
		padding:5px 20px;
		height:auto;
		color:#404040;
		text-decoration:none;
		line-height:1.3;
	}
	#nav ul li a span {
	    text-align:left;
	}
	#nav ul li a:hover {
		background-color: #ececec;
	}
	#nav ul ul { display:none !important; }
	#main {
		margin:0 10px;
	}
}
@media only screen and (max-width:830px) {
	#header {
		height:45px;
	}
	#header p {
		display:none;
	}
	#header .h1 {
	    top: 5px;
	}

}
@media only screen and (max-width:660px) {
	#footer {
		padding:20px;
	}
	#footer address {
		float:none;
		width:auto;
	}
	#footer ul {
		float:none;
		width:auto;
		text-align: left;
		clear:both;
	}
	#footer address + ul {
		margin-top: 20px;
	}
}
@media only screen and (max-width:830px) {
	#header .h1 {
	    left: 0;
	}

}



/* ============== contenu =====*/
#main.main .img { margin-bottom:10px; }
#main.main h1{ margin:0; text-align:left; }
#main.main h1 + p { font-size:12px; font-weight:bold; color:#404040; margin-bottom:20px; padding:5px 0; text-align:left; }



/* ============== localisateur =====*/
#breadcrumb { margin-bottom:25px; }
#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:#888; text-decoration:none; }




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




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




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



/* ============== retour_haut_page =====*/
.retour_haut{
	text-align:right;
}

.lien{
	font-size:9px;
	color:#888888;
}

