html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;ffile
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	margin-bottom: 1em;
}

li {
	margin-left: 3em;
}

body {
	text-align: center;
	margin: 0 0 10px 0;
	background: #fff url(../img/bg.png) repeat-x top;
}

body,p,td, th, input, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	
	color: #222;
}

select {
	font-size: 100%;
}


#pageContainer {
	width: 965px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #003a76;
}

h1,h2,h3 {
	
}

h1 {
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: 0.75em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: .75em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .75em;
}

h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
	padding: 0;
}

ul li, ol li {
	line-height: 1.6em;
}

img {
	border: 0;
}

hr {
	border: 0;
	border-top: 2px solid #ddd;
	height: 2px;
	margin: 0 0 1em 0;
}

*:first-child+html hr {
	margin: -5px 0 4px 0;
}

a:link,a:visited {
	color: #005cb1;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

img.float-left, img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.float-right, img.right {
	float: right;
	margin: 0 0 10px 10px;
}

.clear-both {
	clear: both;
}

.align-right {
	text-align: right;
}


#flashMessages {
	background-color: #004f9f;
	color: #fff;
	
	padding: 5px;
	margin: 0 0 10px 0;
}

#flashMessages li {
	margin-left: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
	
	list-style: none;
	
	text-align: center;
}

#reportABug {
	position: absolute;
	top: 0;
	right: 0;
	
	width: 55px;
	height: 55px;
	
	z-index: 50px;
	
	background: url(../img/reportabug.png) no-repeat;
}

body.lang-en #reportABug {
	position: absolute;
	top: 0;
	right: 0;
	
	width: 55px;
	height: 55px;
	
	z-index: 50px;
	
	background: url(../img/reportabug-en.png) no-repeat;
}

#reportABug a {
	display: block;
	width: 100%;
	height: 100%;
}

#top {
	height: 135px;
	background: url(../img/top-bg.jpg) no-repeat center top;
	position: relative;
}

#top #logo {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 202px;
	height: 79px;
	background: url(../img/logo.gif) no-repeat;
}

body.lang-en #top #logo {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 202px;
	height: 79px;
	background: url(../img/logo-en.png) no-repeat;
}

#top #logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#topNav {
	position: absolute;
	bottom: 0px;
	height: 35px;
	
	width: 100%;
	
	left: 60px;
}

body.lang-en #topNav {
	position: absolute;
	bottom: 0px;
	height: 35px;
	
	width: auto;
	
	left: 250px;
}

#topNav, #topNav ul {
	height: 35px;
	margin: 0;
}


#topNav ul {
	/*float: left;
	left: 50%;
	text-align: center;
	*/
	position: relative;
}

#topNav li {
	padding: 0;
	display: block;
	float: left;
	
	background: url(../img/menu-item-bg.png) no-repeat right;
	
	height: 35px;

	margin: 0;
	
	/*right: 50%;*/
	position: relative;
}

#topNav li.first {
	background: url(../img/menu-first-item-bg.png) no-repeat left;
	
}

#topNav li.first a {
	background: url(../img/menu-item-separator.png) no-repeat right;
}

#topNav li.last {
	background: url(../img/menu-last-item-bg.png) no-repeat right;
}

#topNav li a {
	padding: 0 10px 0 10px;
	line-height: 35px;

	font-weight: bold;

	display: block;
	height: 35px;
	float: left;
}

#topNav li a:link, #topNav li a:visited {
	color: #fff;
}

#topNav li.active {
	background: #6980af url(../img/menu-active-item-bg.gif) no-repeat left;
}

#topNav li.active a {
	background:  url(../img/menu-active-item-right.gif) no-repeat right;
}

#topNav li.active a:link, #topNav li.active a:visited {
	color: #ff9600;
}

#topNav li.last a.active {
	background:  url(../img/menu-last-active-item-right.gif) no-repeat right;
}

#topNav li a.loginout {
	background: url(../img/menu-last-item-bg-red.png) no-repeat right;
}

#topNav li a.mail {
	background: url(../img/menu-item-mail.png) no-repeat right;
}

#quickSearch {
	position: absolute;
	right: 0;

	top: 40px;
}

#splash {
	position: relative;
	height: 203px;

	margin-bottom: 10px;
}

#splash div.info {
	position: absolute;
	top: 40px;
	right: 0;
	width: 50%;
}

#splash h1 {
	color: #005cb1;
}

#splash div.info p {
	font-size: 1.1em;
}

#footer {
	margin: 10px 0;
	text-align: center;
	height: 125px;
	background: url(../img/footer.jpg) no-repeat;

	position: relative;
}

body.lang-en #footer {
	margin: 10px 0;
	text-align: center;
	height: 125px;
	background: url(../img/footer-en.jpg) no-repeat;

	position: relative;
}

#footer p {
	margin: 0;
	padding: 12px 0 0 0;
	line-height: 1em;
	font-size: 11px;
	color: #333;
}

#footer #visitCounter {
	bottom: 5px;
	font-size: 10px;
	position: absolute;
	right: 30px;
}

#usingIE {
	border: 2px solid #cd0000;
	background: #ffd2d2;
	
	text-align: center;
	font-weight: bold;
	
	padding: 10px;
}

#usingIE p {
	padding: 0;
	margin: 0;
}


#content {
	margin: 0;
	padding: 7px 5px 7px 5px;
	
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	
	position: relative;
}

#contentBorderTop {
	background: url(../img/content-border-top.gif) no-repeat;
	height: 7px;
	width: 965px;
	
	position: absolute;
	top: 0;
	left: -2px;
	
	z-index: 89;
}

#contentBorderBottom {
	background: url(../img/content-border-bottom.gif) no-repeat;
	height: 7px;
	width: 965px;
	
	position: absolute;
	bottom: 0;
	left: -2px;
}

div.content {
	/*padding: 10px;
	border: 1px solid #ddd;*/
	position: relative;
}

div.content p {
	text-align: justify;
}

div.content p.center {
	text-align: center;
}

#content h1 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

div.content div.icons {
	float: right;
	position: relative;
}

div.content div.icons a {
	margin-left: 1em;
	height: 16px;
	width: 16px;
	padding: 0;
	display: block;
	float: left;
}

.english {
	background: url(../img/icons/gb.gif) no-repeat left center;
}

.print {
	background: url(../img/icons/print.png) no-repeat left center;
}

.tell-a-friend {
	background: url(../img/icons/email.png) no-repeat left center;
}


.icon {
	padding: 1px 0 1px 20px;
	background-position: left;
}


div.left-column {
	float: left;
	width: 230px;
	
	margin-right: 10px;
}

div.content {
	float: left;
	width: 710px;
}

div.content-with-right-column {
	float: left;
	width: 470px;
	
	margin-right: 10px;
}

div.right-column {
	float: left;
	width: 230px;
}

div.column-3 {
	float: left;
	width: 230px;
	margin-right: 10px;
}

div.content-with-right-column div.column-3 {
	width: 150px;
}

div.column-last {
	margin-right: 0;
}

div.box {
	margin-bottom: 10px;
	position: relative;
}

div.box h3 {
	height: 29px;
	line-height: 29px;
	font-size: 12px;
	color: #fff;
	background: #5ca7f1 url(../img/box-header-bg.png) repeat-x top;
	margin: 0;
	padding: 0px 5px 0px 5px;
	
	font-weight: bold;
}

div.box div.inner h3 {
	background: none;
	color: #000;

	padding: 0;
	font-size: 1.2em;

	margin-bottom: .5em;
	font-weight: normal;
}

div.box h3.red {
	background: #e00000 url(../img/box-header-bg-red.png) repeat-x top;
}

div.box h3.green {
	background: #8fcc4e url(../img/box-header-bg-green.png) repeat-x top;
}

div.box .inner {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
	position: relative;
	background: url(../img/box-inner-bg.png) repeat-x top;
}

div.box .innerpress {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
	position: relative;
	height: 238px;
}

div.box .innerpress2 {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
	position: relative;
	height: 165px;
}

div.box .innerpress3 {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
	position: relative;
	height: 215px;
}

*:first-child+html div.box .inner {
	padding: 10px 10px 11px 10px;
}

div.box-tabs {
	position: relative;
}

div.box-tabs div.inner {
	position: relative;
}

div.box fieldset.read-more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
}

div.box-tabs h3 {
	float: left;
	padding: 0;
	background: #fdd046 url(../img/box-header-bg-orange.png) repeat-x top;
	text-align: center;
	
	margin-right: 2px;
	padding: 0 10px 0 10px;
}

div.box-tabs h3 a {
	display: block;
	width: 100%;
	height: 100%;
}

div.box-tabs h3 a:link,div.box-tabs h3 a:visited {
	color: #fff;
}

div.box-tabs h3 a:hover,div.box-tabs h3 a:active {
	text-decoration: none;
}

div.box-tabs h3.active, div.box-tabs h3:hover {
	background: #004887 url(../img/box-header-bg.png) repeat-x top;
}

div.box a.more {
	background: #0065ac;
	position: absolute;
	bottom: 10px;
	right: 10px;

	padding: 3px 7px 3px 7px;
}


div.box a.more:link, div.box a.more:visited {
	color: #fff;
	text-decoration: none;
}

div.box a.more:hover, div.box a.more:actove {
	text-decoration: none;
}


div.box ul.tabby {
	list-style: none;
	height: 31px;
	
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;

	width: 710px;
	overflow: hidden;
}

div.box ul.tabby li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

div.box ul.tabby li a {
	display: block;
	width: 140px;
	float: left;
	margin-right: 2px;
	
	padding: 5px 0 6px 0;
	text-align: center;
	background: #c00000 url(../img/box-header-bg-red.png) repeat-x top;
}

div.box ul.tabby li a.last {
	margin-right: 0;
	width: 142px;
}


div.box ul.tabby li a:link, div.box ul.tabby li a:visited {
	color: #fff;
}

div.box ul.tabby li a:hover, div.box ul.tabby li a:active {
	text-decoration: none;
	background: #004887 url(../img/box-header-bg.png) repeat-x top;
}

div.box-tabs div.inner {
	clear: both;
	border-top: 1px solid #ddd;
	
	position: relative;
}

div.text-col-1, div.text-col-2 {
	width: 49%;
	float: left;
	margin-right: 2%;
}

div.text-col-last {
	margin-right: 0;
}

#mainNews {
	background-color: #dfeced;
	margin-bottom: 10px;
	
	padding: 0;
	
	position: relative;
	height: 215px;
	width: 665px;
	
	padding: 0;
}

#mainNews h1 {
	margin-bottom: 10px;
}

#mainNews img {
	border: 1px solid #c9d5d6;
	background-color: #fff;

	padding: 1px;

	float: left;
	margin: 0 10px 0 0;
}

#mainNews li  {
	margin: 0;

}

#mainNews li h2 {
	margin-top: 0;
	padding-top: 0;
	padding-right: 5px;
}

#mainNews img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

#mainNews li p{
	padding-right: 5px;
}

/* horinaja default */
.horinaja ul {
	position: relative;
	
	list-style: none;
	
	margin: 0 0 0 0;
}

.horinaja ul li {
	background: transparent;
	display: block;
	top: 0;
	
	padding: 5px 0 5px 0;
	margin: 0;
	float: left;
}

/* horinaja pagination */
ol.horinaja_pagination {

	height: 24px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	clear: both;
	
	padding: 0;
	margin: 0;
}

ol.horinaja_pagination li {
	float: left;
	height: 24px;
	display: block;
	margin: 0;
}

ol.horinaja_pagination li a {
	height: 24px;
	line-height: 24px;
	display: block;
	background: #555;
	float: left;
	margin-left: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	
	padding: 0 8px 0 8px;
}

ol.horinaja_pagination li.active a {
	background: #003A76;
	color: #fff;
}

div.pagination {
	margin-top: 2em;
}


div.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

div.pagination ul li {
	display: inline;
	margin: 0;
}

div.pagination ul li a {
	margin: 0 .3em 0 .3em;
}

div.pagination ul li a:link, div.pagination ul li a:visited {
	background-color: #a5bde1;
	color: #fff;
	padding: .2em .4em .2em .4em;
	
	-moz-border-radius: 3px;
}
div.pagination ul li.current a , div.pagination ul li.active a {
	font-weight: bold;
	background-color: #507cbf;
}

div.media-pr-container {
	padding: 4px;
	border: 2px solid #ddd;

	margin-bottom: 12px;
}

div.media-pr-container .inner {
	height: 276px;
}

div.media-pr-container p.more-pr {
	text-align: right;
	margin-bottom: 0;
}

ul.pr-list {
	list-style: none;
	padding: 0;
}

ul.pr-list-right {
	float: right;
}

ul.pr-list li {
	margin: 0;
	padding: 0;

	position: relative;
	background: #fff url(../img/pr.gif) no-repeat 0 2px;
}

ul.pr-list-right li {
	margin-bottom: 8px;
}


ul.pr-list h4 {
	padding-top: 0;
	margin-bottom: 2px;
	font-weight: normal;

	padding-left: 20px;
	position: relative;
}

ul.pr-list p.info {
	font-weight: bold;
	font-size: .8em;
	padding-left: 20px;

	margin-bottom: 5px;
}

ul.pr-list p {
	padding-left: 20px;
}

ul.subnavigation {
	margin-bottom: 10px;
	list-style: none;
}


ul.subnavigation {
	background: #5ca7f1 url(../img/submenu-bg.png) repeat-x top;
	padding: 0 0 5px 0;
}

ul.subnavigation li {
	display: inline;
	padding: 0;
	margin: 0;
}

ul.subnavigation li a {
	display: block;
	padding-left: 15px;
}

ul.subnavigation li a:link,ul.subnavigation li a:visited {
	color: #fff;
}

ul.subnavigation li a:hover,ul.subnavigation li a:active {
	text-decoration: none;
}

ul.subnavigation li a {
	background: url(../img/submenu-item-bg.gif) no-repeat left center;
	border-bottom: 1px solid #badbfd;

	padding: 5px 5px 5px 15px;
	margin-left: 5px;
	margin-right: 5px;
}

ul.subnavigation li li a:link,ul.subnavigation li li a:visited {
	color: #fff;
}

ul.subnavigation li a:hover,ul.subnavigation li a:active, ul.subnavigation li.active a {
	text-decoration: none;
	color: #fff;
	background-image: url(../img/submenu-item-hover-bg.gif);
}

ul.subnavigation li.level0 a {
	padding: 6px;
	background: #004887 url(../img/submenu-header-bg.png) repeat-x top;
	
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	
	border-bottom: 0;
}

ul.subnavigation li.level2 a {
	margin-left: 15px;
}


ul.subnavigation li.level3 a {
	margin-left: 30px;
}

ul.subnavigation li.level3 a {
	margin-left: 30px;
}

ul.subnavigation li.level4 a {
	margin-left: 45px;
}

ul.subnavigation li.level5 a {
	margin-left: 60px;
}



ul.subnavigation li.active a {
	font-weight: bold;
}

ul.subnavigation li.active a:link, ul.subnavigation li.active a:visited {
	color: #fff;
}




div.advantages-of-joining {
	padding: 15px;
	color: #fff;
	background: #147dc1 url(../img/top-bg.png)  repeat-x bottom;
	
	font-weight: bold;
	
	width: 45%;
	margin-right: 10px;
	
	float: left;
}

div.advantages-of-joining h3 {
	color: #fff;
}

ul.photo-list, ul.photo-list-short {
	list-style: none;
}

ul.photo-list li, ul.photo-list-short li {
	padding: 0;
	margin: 0 0 20px 0;
	
	display: block;
	float: left;
	
	width: 50%;
	text-align: center;
}

ul.photo-list-short li {
	width: auto;
	margin: 0 20px 5px 0;
}

ul.photo-list li img, ul.photo-list-short li img  {
	border: 1px solid #c9d5d6;
	background-color: #fff;

	padding: 1px;
}

ul.photo-list li p.photo-title {
	font-weight: bold;
	text-align: center;

	font-size: .9em;
	line-height: 1.2em;
	margin-bottom: 0;
	padding: 0;
	height: 2.4em;
}

.gallery p {
	text-align: justify;
}

.gallery ul.photo-list {
	margin-top: 20px;
}

ul.file-list {
	list-style: none;
}

ul.file-list li a {
	margin: 0 ;
	padding: 0 0 0 20px;

	background: url(/img/icons/files/file.png) no-repeat  left center;
}

ul.file-list li a.jpg, ul.file-list li a.gif, ul.file-list li a.png, ul.file-list li a.bmp {
	background: url(/img/icons/files/image.png) no-repeat left center;
}

ul.file-list li a.gz, ul.file-list li a.rar, ul.file-list li a.zip, ul.file-list li a.bz2, ul.file-list li a.tar {
	background: url(/img/icons/files/arch.png) no-repeat left center;
}

ul.file-list li a.doc, ul.file-list li a.docx, ul.file-list li a.odt {
	background: url(/img/icons/files/word.png) no-repeat left center;
}

ul.file-list li a.pdf {
	background: url(/img/icons/files/pdf.png) no-repeat left center;
}

ul.file-list li a.xsl {
	background: url(/img/icons/files/excel.png) no-repeat left center;
}

ul.file-list li a.ppt {
	background: url(/img/icons/files/powerpoint.png) no-repeat left center;
}



ul.banner-list, div.banner-list-anim {
	margin: 0 0 10px 0;
	padding: 0;
}

div.center div.banner-list-anim {
	margin: 0 auto;
	margin-bottom: 10px;
}

.banner-list li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

table.members-charges {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;

	margin: 0 0 10px 0;
}

table.members-charges td, table.members-charges th {
	border: 1px solid #ddd;
	padding: 5px;
}

table.events {
	width: 100%;
}

table.events td, table.events th {
	border: 1px solid #ddd;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

table.events td.year {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#5CA7F1 url(../img/box-header-bg.png) repeat-x scroll center top;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:29px;
	margin:0;
	padding:1px 5px;
	border:0px;

	height: 50px;
	position: relative;
}

table.events td.year select {
	position: absolute;
	top: 15px;
	left: 220px;

	width: 100px;

	text-align: center;
}

table.events td.year input.text {
	position: absolute;
	top: 15px;
	left: 330px;

	width: 50px;
	text-align: center;
}


table.events td.year input.button {
	position: absolute;
	top: 15px;
	left: 400px;

	background-image: url(../img/form/calendar-button.png);
}


table.events td.day {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../img/box-inner-bg.png) repeat-x scroll center top;
	border-color:-moz-use-text-color #DDDDDD #DDDDDD;
	border-style:none solid solid;
	border-width:0 1px 1px;
	padding:10px;
	position:relative;
}

table.events td.event-day {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#8FCC4E url(../img/box-header-bg-green.png) repeat-x scroll center top;
}

div.event-list {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #efefef;
}

div.event-list:hover {
	background-color:#EEEEEE;

}

div.ptacafe-terms {
	height: 400px;
	overflow: auto;
	margin-bottom: 10px;
}

.keyword {
	background: #ffd200;
}

div.hidden-statut {
	display: none;
}


div.statut-layout div.pagination {
	margin-left: 200px;
}

a.red:link, a.red:visited {
	color: #ff0000;
}

a.white:link, a.white:visited {
	color: #fff;
}

table.border {
	border-collapse: collapse;
}

table.border td, table.border th {
	border: 1px solid #222;
}

#message_box { 
       position: absolute; 
       top: 0; left: 0; 
       z-index: 10; 
	   background:#ffc;
	   padding:5px;
       border:1px solid #CCCCCC;
       text-align:center; 
       font-weight:bold; 
       width:99%;
      }

#pta_facebook {
	left: -305px;
	top: 100px;
	width: 341px;
	height: 599px;
	z-index:1000;
	position: fixed;
	background-image: url('/uploads/images/facebook_bg.gif');
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
}

#pta_facebook .white {
	background-color: #FFFFFF;
	width: 292px;
	height: 587px;
	}

#languageIconEn {
bottom: 10px;
right: 20px;
position: absolute;

}

#languageIconPl {
bottom: 11px;
right: 210px;
position: absolute;

}

h1 a.float-right {
	font-size: 13px;
	line-height: 20px;
}

