@charset "iso-8859-1";

html {
	font-size: 100%;
	background: #000 url(../images/fond/Fond2019v2.jpg) no-repeat fixed;
	background-size: cover;
}
body {
	font: 0.85em Verdana, Geneva, sans-serif;
	/* [disabled]width: 1260px; */
	margin: 4em auto 150px;
	min-width: 900px;
	max-width: 1200px;
}
.header {
	background: #AC59FF;
	position: relative;
	padding-bottom: 0.7em;
	height: 230px;
}
.header h2 {
	background: url(../images/logo/logo2.png) no-repeat;
	position: absolute;
	left: -30px;
	top: -40px;
	height: 180px;
	width: 920px;
	text-indent: -9000px;
}
.header .p {
	text-indent: -9000px;	
	}
.header .menu_principal {
	font-size: 1em;
	background: #5E00BB;
	height: 60px;
	margin-top: 145px;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding-top: 5px;
	padding-left: 2px;
	/* [disabled]line-height: 25px; */
	padding-right: 2px;
}
.header .menu_principal li {
	/* [disabled]float: left; */
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}
.header .menu_principal li a {
	color: #480048;
	text-decoration: none;
	/* [disabled]display: inline-block; */
	margin: 5px;
	background: #FF9;
	border-top: 1px solid #FFC;
	border-right: 1px solid #FF6;
	border-bottom: 1px solid #FF6;
	border-left: 1px solid #FFC;
	border-radius: 20px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.header .menu_principal li a:hover {
	color: #FF9;
	background: #909;
}
.content .deroulant {
	/*display: none;*/
}

.container {
	background: #EBD7FF;
	width: 100%;
}

.content {
	color: #000;
	background: #EBD7FF repeat;
}
.deroulant{
	display: inline;
	font:bold;
	font-size: 1.2em;
	color: #5E00BB;
}
.sub_nav {
	font-size: 1em;
	height: 30pt;
	margin: auto;
	width: auto;
	display: block;
	text-align: center;
}
.sub_nav li {
	float: left;
	background: #5E00BB;
	margin: auto;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.sub_nav li a {
	color: #480048;
	text-decoration: none;
	display: block;
	margin: 5px;
	background: #FF9;
	border-top: 1px solid #FFC;
	border-right: 1px solid #FF6;
	border-bottom: 1px solid #FF6;
	border-left: 1px solid #FFC;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
}
.sub_nav li a:hover {
	color: #FF9;
	background: #909;
}
.sub_content {
	clear: both;
}


.content h1 {
	font: italic bold 3em Georgia, "Times New Roman", Times, serif;
	color: #5E00BB;
}
.content h2 {
	font: bold normal 1em Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: underline;
}

.content h3 {
	font: bold normal 1.5em Verdana, Geneva, sans-serif;
	color: #003;
	text-align: center;
}
.content h4 {
	font: bold normal 1.5em Georgia, "Times New Roman", Times, serif;
	color: #5E00BB;
}
.content h4 {
	font-size: 1.5em;
	color: #5E00BB;
	text-align: center;
	clear: both;
}
.content h4 {
	font: bold normal 1.5em Verdana, Geneva, sans-serif;
	color: #FFF;
}
.content table thead tr {
	font-weight: bold;
	color: #FFF;
	background: #5E00BB;
}
.content table {
	background: #EBD7FF;
	margin: auto;
}

.footer {
	background: #5E00BB;
	color: #FFF;
	font-size: 0.75em;
	clear: both;
}
.footer p {
	clear: both;
}

.footer a{
	text-decoration:none;
	color: #FFF;
}
.footer .menu_principal {
	font-size: 0.9em;
	width: 95%;
	margin:0 auto;
}
.footer .menu_principal li a{
	text-decoration:none;
	color:#FFF;
}
.footer .menu_principal li {
	float:left;
	padding-right: 5px;
	padding-left: 5px;
}
