@charset "utf-8";
body {
  color: #000000;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size : 10pt;
}

a {
  color: #000000;
  text-decoration: none;
}

div#aot-fixed {
  display:none;
}
div#aot-scroll-header {
  display:none;
}
div#aot-scroll-page-left {
  display:none;
}
div#aot-scroll-page-main-legal table {
  display:none;
}
div#aot-scroll-page-main-bottom {
  display:none;
}

div#aot-scroll-page-main-rootline {
  font-style : italic;
}
div#aot-scroll-page-main-rootline a {
  color: #000000;
  text-decoration:none;
}

div#aot-scroll-page-main-content>h1 {
  font-size: 12pt;
	font-weight: bold;
	color: #000000;
	line-height: 14pt;
	margin-top: 20px;
}
/* Style de block std */
.aot-page-main-stdbloc {
	width: 687px;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding: 20px;
	padding-top: 10px;
	line-height: 13pt;
}

.aot-page-main-stdbloc ul,
.aot-page-main-stdbloc dl {
  list-style-type: none;
  margin:0;
  padding:0;
  padding-left:10px;
}

.aot-page-main-stdbloc>ul>li:before,
.aot-page-main-stdbloc>p>ul>li:before,
.aot-page-main-stdbloc>div>ul>li:before,
.aot-page-main-stdbloc>.aot-page-main-stdbloc-right ul>li:before,
.aot-page-main-stdbloc>dl>dt:before,
.aot-page-main-stdbloc>p>dl>dt:before {
  content: "> ";
}

.aot-page-main-stdbloc>ul ul li:before,
.aot-page-main-stdbloc>p>ul ul li:before,
.aot-page-main-stdbloc>div>ul ul li:before,
.aot-page-main-stdbloc>dl dl dt:before,
.aot-page-main-stdbloc>p>dl dl dt:before {
  content: "- ";
}

.aot-page-main-stdbloc li {
	margin-bottom: 0.5em;
}

.aot-page-main-stdbloc .aot-page-main-stdbloc-right {
	width: 254px;
	float: right;
	margin-right: 0px;
	margin-left: 20px;
	overflow: hidden;
}

.aot-page-main-stdbloc-right h1 {
  color: #000080;
  margin:0;
  padding:0;
  font-size: 10pt;
  line-height: 13pt;
}

/* Bloc Droit : Infos Pratiques */
.aot-page-main-stdbloc-right .aot-stdbloc-right-pratique {
	border: 1px solid #C2D7ED;
	text-align:left;
	padding: 10px;
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}

.aot-page-main-stdbloc>.aot-page-main-stdbloc-right>.aot-stdbloc-right-pratique {

}

/* Bloc Droit : IMAGE */
.aot-page-main-stdbloc-right .aot-stdbloc-right-img {
	background-color: #CCCCCC;
	border: 1px solid #C2D7ED;
	text-align:center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	height: auto;
	font-size: 8pt;
	color: #808080;
	overflow: hidden;
}

.aot-page-main-stdbloc-right .aot-stdbloc-right-img img {
  margin-top: 6px;
}

.aot-page-main-stdbloc-right .aot-stdbloc-right-img span {
  display:block;
  padding-left: 10px;
  text-align:left;
}

/* SITEMAP : Menu des elts de page*/
ul.csc-menu-3 {
	margin-top: 8px;
	margin-bottom: 20px;
}
ul.csc-menu-3 li {
	margin-bottom: 0.5em;
}

/* SITEMAP : Menu des sous-pages (avec résumé) */
dl.csc-menu-4 {
	margin-top: 8px;
}
dl.csc-menu-4 dt {

}
dl.csc-menu-4 dt a {
	
}
dl.csc-menu-4 dd {
	margin-bottom: 10px;
	font-style : italic
}
/* SITEMAP : Plan du site */
div.csc-sitemap>ul>li>a {

}


/* Niveau de TITRE */
div.csc-header h1 {
	height: auto;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	line-height: 13pt;
	margin:0;
	margin-bottom: 10px;	
}
div.csc-header h2 {
	height: auto;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	line-height: 13pt;
	margin:0;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* LINKTOTOP */
p.csc-linkToTop {
	margin-bottom : 30px;
	display:none;
}
p.csc-linkToTop a {
	padding-left: 18px;
	background: transparent url('../../images/adm/btn/17x17/totop2_1.png') left center no-repeat;
}
p.csc-linkToTop a:hover {
	background: transparent url('../../images/adm/btn/17x17/ro_totop2.png') left center no-repeat;
}

/* TABLE */
.aot-page-main-stdbloc table {
	border: 1px #000080 solid;
	background-color: transparent;
	border-collapse: collapse;
	width: 98%;
	border-spacing: 0;
	margin-top: 5px;
	margin-bottom: 20px;
}
.aot-page-main-stdbloc table>caption {
	display:none;
}
.aot-page-main-stdbloc table>tbody>tr {
	background-color: transparent;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
}
.aot-page-main-stdbloc table>tbody>tr>td {
	border-bottom: 1px dashed #cccccc;
	border-right: 1px dotted #808080;
	padding: 3px;
	background-color: transparent;
}
.aot-page-main-stdbloc table>thead>tr>th {
	background-color: #18296E;
	border-right: 1px dotted #ffffff;
	color: #ffffff;
	padding: 4px 3px 4px 4px;
	text-align:center;
	vertical-align:middle;
}
.aot-page-main-stdbloc table>tbody>tr>th {
	background-color: #7192C7;
	border-right: 1px dotted #18296E;
	color: #ffffff;
	padding: 4px 3px 4px 4px;
	text-align:center;
	vertical-align:middle;
	border-bottom: 1px dashed #18296E;
}
.aot-page-main-stdbloc table *.align-left {
	text-align:left;
}


div.movie {
	text-align:center;
	background: transparent url('../../images/adm/pellicule-cinema.jpg') top left;
	margin-bottom: 30px;
}