/* --- STYLES DE BASE --- */

/* Reset CSS.
-------------------------------------------------------------- */
a, abbr, address, blockquote, body, button, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, ins, kbd, label, li, ol, p, pre, q, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, ul {
		margin:0;
		padding:0;
		border:none;
		font-size:100%;
		vertical-align:top;
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, table, pre, form {
	display:block;
	clear:both;
	overflow:visible;
}

/* Alert IE
-------------------------------------------------------------- */
.alert-ie {
	background:#fff;
	border:4px double red;
	width:900px;
	margin:10px auto;
	padding:10px;
}

.alert-ie strong {
	font-size:1.2em;
	color:red;
}

/* Selection html
-------------------------------------------------------------- */
::-moz-selection { /* Pour firefox */
	background:#2173FF;
	color:white;
}

::selection { /* Pour les autres */
	background:#483d8b;
	color:white;
}

/* =Global Elements
-------------------------------------------------------------- */
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	word-wrap:break-word;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-o-hyphens:none;
	hyphens:none;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


body {
	background:#ffffff;
	height:100%;
	overflow:auto;
	line-height:normal;
	font-size:16px;
	text-align:left;
	color:#000000;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

em, cite { font-style:italic; }

ul, ol {
	padding:0 0 0 20px;
}

ul { list-style-type:disc; }

ul ul { list-style-type:square; }

ul ul ul { list-style-type:circle; }

ol {
	line-height:22px;
	list-style-position:outside;
	list-style-type:decimal;
}

dt { font-weight:400; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

blockquote {
	background:#d7e1ed;
	border:none;
	border-left:4px solid #5ca1ef;
	margin:20px;
	overflow:auto;
	padding:5px 5px 5px 10px;
}

blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.1em;
	line-height:1.3;
}

blockquote ul  {
	list-style:none;
}

blockquote ul li {
	background:url('/graph/site/puce_verte.png') top left no-repeat;
	padding:0 0 0 20px;
}

pre, code {
	font-family:Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-style:normal;
	white-space:pre-wrap;
}

strong { font-weight:bold; }

pre {
	background:#fff;
	margin-top:20px;
	max-width:98%;
	padding-left:1em;
	height:auto;
}

del {
	color:#555;
	text-decoration:line-through;
}

ins{ border-bottom:1px solid #ccc; }

sup, sub, small { font-size:70%; }

abbr {
	font-size:85%;
	text-transform:uppercase;
}

a abbr { border:none; }

sup { vertical-align:super; }

sub { vertical-align:sub; }

address { font-style:normal; }

hr {
	background:#ddd;
	border:none;
	clear:both;
	color:#ddd;
	float:none;
	height:.1em;
	width:100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	vertical-align:middle;
}

button, input, select, textarea {
	width:auto;
	overflow:visible;
	margin:0;
	font-size:100%;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}

.clear { clear:both; }
.wrapper { clear:both; overflow:auto; }

h1, h2, h3, h4 {
	clear:both;
	margin: 1em 0 .5em 0;
	line-height: 1.2;
	font-weight: bold;
}

h1 { font-size: 1.75em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }

img {
	height:auto;
	max-width:100%;
}

a img { border:none; }

a:link, a:visited, a:focus, a:active {
	color:#2173FF;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

#content table th, #content table td {
	padding:5px;
}

#headerTop, #header, #aside, #footerMain, #footer, #fil_ariane, #social { display:none; }

.highslide-heading,
.highslide-caption { display:none; }


#infos{
	background:#f4f4f4;
	color:#888888;
	padding:10px;
	margin:10px 0px;
	text-align:right;
	clear:both;
}


/* ============== 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{
	overflow:hidden;
	padding:10px;
	margin:10px 0;
	clear:both;
}

#voir img{
	float:left;
	margin:10px;
}


/* ============== annexe_diaporama =====*/
#diaporama {
	clear:both;
	margin:20px 0;
	padding:10px;
	overflow:hidden;
	clear:both;
}

#diaporama p {
	font-weight: bold;
}



/* ============== 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}

.legende { display:block; }
.legende img { display:block; }
.legende span { display:block; padding:5px; background-color:#efefef; font-size:12px; }

#tarteaucitronRoot {
	display: none;
}

.header {
	display: none;
}

.footer {
	display: none;
}

.nav__search {
	display: none;
}

#scrolltop {
	display: none;
}

body {
	font-size: 0.8rem !important;
}
