/**
* @file: highslide.css 
* @version: 4.1.13
*/
.highslide-container div {
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	
}
.highslide-container table {
	background: white;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 3px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: silver;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 3px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: silver;
}
a.highslide-full-expand {
   background: url(/Academie/highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: silver;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/Academie/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/Academie/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
	
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/Academie/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/Academie/highslide/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(/Academie/highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	background-color: white;
}
.highslide-html {
	background-color: white;
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
}
.mobile .highslide-html {
	border: 1px solid silver;
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	background-color: white;
}
/* Styles de l'iframe										     */
.highslide-html-content {
	display: none;
	width: 450px;
	padding: 0px 5px 5px 5px;
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	background-color: white;
}
.highslide-header {
	padding-bottom: 5px;
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	background-color: white;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	background-color: white;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	background-color: white;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	background-color: white;
}
.highslide-header a {
	font-weight: bold;
	text-transform: uppercase;
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	background-color: white;
}
.highslide-header a:hover {
	color:#808000;
	background-color: white;
}
.highslide-header .highslide-move a {
	cursor: move;
	background-color: white;
}
.highslide-footer {
	height: 10px;
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	background-color: white;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 10px;
	width: 10px;
	background: url(/Academie/highslide/graphics/resize.gif) no-repeat;
	background-color: white;
}
.highslide-footer .highslide-resize span {
	display: none;
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	background-color: white;
}
.highslide-body {
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	background-color: white;
}
.highslide-resize {
	cursor: nw-resize;
	color:#808000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	background-color: white;
}



/*****************************************************************************/
/* Styles pour affichage de la page (bandeau, pied de page, contenu			 */
/*****************************************************************************/
#bandeau {
	line-height: 24px;
	left: 0px;
	top: 0px;
	right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-color: #600;
	background-repeat: repeat-x;
	position: absolute;
	width: auto;
	height: 160px;
	text-align:left;
	vertical-align:middle;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #030;
	background-image: url(/Academie/Templates/image_bandeau.jpg);
	top: 0px;
}
a:link {
	color: #030;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #030;
}
a:hover {
	text-decoration: none;
	color: #030;
}
a:active {
	text-decoration: none;
	color: #82886f;
	font-weight: bold;
}

.contenu {
	border: #C30;
	color:#030;
	min-height:350px;
	background-color:#a8aa90;
	margin-left: 15px;
	margin-right: 15px;
}
#contenu {
	color: #808000;
	min-height:320px;
	padding-top: 170px;
	padding-left:175px;
	border-color: #030;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#A3A3A3;
	font-size:11pt;
	text-align: left;
	min-height:285px;
}

.iframe {
	color: #808000;
	border-color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#808000;
	font-size:10pt;
	text-align: left;
	
}


.titre {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #030;
}
#footer {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#030;
	font-size:14px;
	font-weight:bold;
	background-color: #a8aa90;
	left:-10px;
	top: -50px;
	right: -10px;
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	padding-left: 15px;
}
	
#fond {
	background-color: #a8aa90;
	left: 5px;
	top: -10px;
	right: -10px;
	margin-top: 26px;
	margin-right: 10px;
	margin-bottom: -10px;
	margin-left: 0px;
}
#fond_iframe {
	background-color:#FFF;
	left: -5x;
	top: -5px;
	right: -5px;
	border-width : 20px 20px 20px 20px;
	border-color:#F30;
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	padding-left: 5px;
	padding-right:5px;
	padding-top:5px;
	
}
body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	border-color: red;
	background-color: #a8aa90;
	border-left-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	color: #030;
}

.liste_deroulante {
	color: #030;
	font-size:12px;
	background-color:#F7F8E7;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

}
.texte_11pt {
	font-size: 11pt;
	color: #030;
	background-color:#a8aa90;
	}
.titre {
	font-size: 24px;
	color: #030;
}
#fiche_doc {
	margin-right: 50px;
	margin-left: 20px;
	padding-right: 5px;
	padding-left: 5px;
	background:#F5F7DD;
	color:#663;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
}
.texte_tableau {
	color:#030;
	background-color:#a8aa90;
	font-size: 10pt;;
	
}
.PC {
	font-variant:small-caps
}
#impression{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;	
	background-color:#FFF;
	color:#000;
}
.titre_page {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #030;
}
.justifier {

	text-align:justify;
}
