@charset "utf-8";
body {
	background-image: url(../images_pub/fond-teal.png);
	background-repeat: repeat;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
}
p {
	text-align: justify;
	padding-bottom:5px;
}
address {
	text-align:right;
	padding-right:200px;
}
a {	color: brown; }
a:hover {	color: brown; }
a:visited {	color: brown; }

.main_page {
	background-image: url(../images_pub/karadio_bg.png);
	background-repeat: repeat-x;
	width: 976px;
	border: 2px solid #000000;
	margin: auto;
	min-height: 400px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	background-color: #EBEDF1;
	background-position: bottom;
}
.footer {
	background-image: url(../images_pub/karadio_footer.png);
	background-repeat: no-repeat;
	height: 97px;
	width: 990px;
	position: relative;
	top: -65px;
	margin: auto;
}
.header {
	background-image: url(../images_pub/karadio_header.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 990px;
	position: relative;
	top: 20px;
	margin: auto;
}
.header h2 {
	font-size: 12px;
	color: #FF8808;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
}
.header h1 {
	font-size: 20px;
	color: #FF8809;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
}
.content {
	background-image: url(../images_pub/karadio_djing.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 400px;
}

.content > h3 { text-align:center; color: #0D0782; background: url(../images_pub/goldenbar.png) no-repeat; height:38px;line-height:30px}
.content > h4 { text-align:left}
.content > ol { text-align:left}

.cartouche_body {
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	padding: 10px 10px 0px 10px;
}
.cartouche_header {
	background-image: url(../images_pub/cartouche_header.png);
	background-repeat: no-repeat;
	position: relative;
	top: -30px;
	text-align: left;
	padding-top: 14px;
}
.cartouche_header  h3 {
	background-image: none;
	text-align: center;
	color: #0D0782;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0px;
	padding: 0px;
}

.cartouche {
	width: 250px;
	padding: 0px;
	background-image: url(../images_pub/cartouche_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
/*	background-color: #F9F9FB; */
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}


.report {
	width: 100%;
	padding: 0;
	margin: auto;
	border:0px;
	border-collapse:collapse;
	border-left: 1px solid #cccc00;
	border-right: 1px solid #aa9900;
}

.report caption {
	text-align: left;
	font-size: 16px;
	line-height:30px;
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
}

.report th {
	padding: 2px 9px 2px 9px;
	border-top: 1px solid #cccc00;
	border-bottom: 1px solid #aa9900;
	background-color: #333;
	color: white;
	font-size: 13px;
}
.report td {
	border-top: 1px solid #885500;
	padding: 2px 10px 1px 10px;
	font-size: 12px;
}

.formulaire label { font-weight: bold; color: #0D0782; }
.formulaire td { padding-top:5px }
.formulaire input[type='text'] { width: 107px; border-top: solid 1px #dcb;border-right: solid 1px #cba;border-left: solid 1px #dcb;border-bottom: solid 2px #cba; background-color: #ffe; }
.formulaire input[type='password'] { width: 107px; border-top: solid 1px #dcb;border-right: solid 1px #cba;border-left: solid 1px #dcb;border-bottom: solid 2px #cba; background-color: #ffe; }
