/*
Css for ORCA
by JUST4iD

color used
#FFFFFF white
#000000 black

#555     Grey
#217db4  blue for H2
#73ad27  green classicorca for current
#619a1c  green menu IE bg
#c7789b  pink menu SB bg
#667da6  blue menu SI bg
#f69011  orange menu SP bg
#464646  grey menu FO bg
#444444  grey for text
#0080c1  deep blue (duck) for text


*/
body {
	background-color: #fff;
	background-image: url(/images/orca-main-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0; 
	padding: 0; 
	color: #555; 
	font-family: Tahoma,"Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size: 11pt; 
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none; 
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

small {
	font-size: 85%;
}

p{
	text-align: justify;
	padding: 5px 15px;
	margin: 0;
	overflow: hidden;
	height: 1%;
}
ul{
	text-align: justify;
}

* > p{
	height: auto;
}

h2{
	color: #217db4;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	font-size: 27px;
}

h3{
	color: #0080c1;
	margin: 0;
	padding: 20px 0 0 0;
	font-weight: bold;
	font-size: 16px;
}
h3#greenh3{
	color: #619a1c;
}
h3#pinkh3{
	color: #c7789b;
}
h3#blueh3{
	color: #667da6;
}
h3#orangeh3{
	color: #f69011;
}
h3#greyh3{
	color: #464646;
}

h4{
	color: #667da6;
	margin: 0;
	padding: 20px 0 0 13px;
	font-weight: bold;
	font-size: 14px;
}

#current-page-orca{
	height: 20px;
	text-align: right;
	background: #FFFFFF;
	padding: 0px 20px 0px 40px;
	background-image: url(/images/orca-main-orcapath.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 1.5em;
	font-size: 11px;
	float: right;
	color: #000000;
}
#current-page-green{
	height: 20px;
	text-align: right;
	background: #619a1c;
	padding: 0px 20px 0px 40px;
	background-image: url(/images/orca-main-greenpath.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 1.5em;
	font-size: 11px;
	float: right;
	color: #fff;
}
#current-page-orange{
	height: 20px;
	text-align: right;
	background: #f69011;
	padding: 0px 20px 0px 40px;
	background-image: url(/images/orca-main-orangepath.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 1.5em;
	font-size: 11px;
	float: right;
	color: #fff;
}
#current-page-pink{
	height: 20px;
	text-align: right;
	background: #c7789b;
	padding: 0px 20px 0px 40px;
	background-image: url(/images/orca-main-pinkpath.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 1.5em;
	font-size: 11px;
	float: right;
	color: #fff;
}
#current-page-blue{
	height: 20px;
	text-align: right;
	background: #667da6;
	padding: 0px 20px 0px 40px;
	background-image: url(/images/orca-main-bluepath.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 1.5em;
	font-size: 11px;
	float: right;
	color: #fff;
}
#current-page-grey{
	height: 20px;
	text-align: right;
	background: #464646;
	padding: 0px 20px 0px 40px;
	background-image: url(/images/orca-main-greypath.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 1.5em;
	font-size: 11px;
	float: right;
	color: #fff;
}
#current-page-orca a{
color:#000000;
}

#logo-text {
	clear: both;
	margin: 0 auto;
	position: relative;
	display: block;
	height: 118px;
	width: 536px;
	padding: 0 100px 0 250px;
}

h1{
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
	font-weight:normal;
}

#logo-text div{
	position: relative;
	top: 15px;
}

#logo-text #home{
	display: block;
	height: 118px;
	width: 205px;
	left: 0;	
	background-image: url(/images/orca-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
}

#menu{
	margin: 24px auto -6px auto;
	position: relative;
	width: 900px;
}

* > #menu {
	margin: 24px auto -4px auto;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;	
	height: 25px;
	text-align: center;
	line-height: 1.8em;
	text-transform: uppercase;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
	background: #fff;
	font-size: 11px;
	font-weight: bold;
}

#menu ul > li {
	padding: 4px 0;
}	
	
#menu ul li a {
	padding: 4px 8px;
}

#menu #green {
	background-color: #619a1c;
	background-image: url(/images/orca-main-menugreen-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px solid #528317;
}
#menu #pink {
	background-color: #c7789b;
	border-right: 1px solid #a46380;
	border-left: 1px solid #c69aae;
}
#menu #blue {
	background-color: #667da6;
	border-right: 1px solid #516485;
	border-left: 1px solid #8497b8;
}
#menu #orange {
	background-color: #f69011;
	border-right: 1px solid #d17a0e;
	border-left: 1px solid #f6a847;
}
#menu #grey {
	background-color: #464646;
	background-image: url(/images/orca-main-menugrey-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left: 1px solid #565656;
}

#border-left {
	margin: 0 auto;
	padding: 0 0 0 4px;
	position: relative;
	background-image: url(/images/orca-main-pageborder-left.gif);
	background-repeat: no-repeat;
	background-position: left -12px;
	width: 894px;
}

#border-right {
	margin: 0; 
	padding: 0 3px 0 0;
	position: relative;
	background-image: url(/images/orca-main-pageborder-right.gif);
	background-repeat: no-repeat;
	background-position: right -12px;
}
	
#border-top, #border-bottom{
	font-size: 0;
	height: 11px;
	margin: 0 auto 0 auto;
	width: 900px;
	background-image: url(/images/orca-main-pageborder-top.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

#border-bottom{
	background-image: url(/images/orca-main-pageborder-bottom.png);
}

#content{
	background-color: #fff;
	padding: 0 5px;
	color: #333;
}

#cols{
	height: 1%;
}

* > #cols{
	height: auto;
	overflow: hidden;
	font-size: 11px;
	text-align: left;
}

#cols #left-column, #cols #center-column, #cols #right-column{
  	float: left;
}

#left-column{
	width: 141px;
	margin-right: 6px;
}

#center-column{
	width: 529px;
	margin-right: 6px;
	background-image: url(/images/orca-maincenter.gif);
	background-repeat: repeat-x;
}

#right-column{
	width: 197px;
}


#center-left{
	background-image: url(/images/orca-maincenter-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#center-right{
	background-image: url(/images/orca-maincenter-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 0px;
	font-size: 13px;
	position: relative;
}

#center-right p a{
	color: #444;
	font-weight: bold;
}

#center-right img.right-image, #center-right img.left-image{
	background-color: #fff;
	padding: 5px 5px 5px 5px ;
	border: 1px solid #ddd;
	position: relative;
	top: 4px;
	margin: 0 10px 10px 10px;
	float: right;
}

#center-right img.left-image{
	float: left;
}

#center-right a.ending{
	color: #0080c1;
}

#center-right #description{
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	font-size: 18px;
}

#center-right p, #center-right h1, #center-right h2, #center-right h3, #center-right #description, #current-right ul{
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
}

#center-right div.tele{
	display: block;
	float: right;
	margin-right:7px;
	top: 3px;
	left: 7px;
	width: 51px;
	height: 80px;
	text-align:center;
	font-size:11px;
	color:#969696;
	font-weight:normal;
}

#center-right a.tele{
	display: block;
	float: right;
	position: relative;
	top: 3px;
	left: 7px;
	width: 51px;
	height: 20px;
	background-image: url(/images/orca-telecharger.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-top:60px;
	text-align:center;
	font-size:11px;
	color:#969696;
	font-weight:normal;
}
#center-right a.tele:hover{
	text-decoration:none;
}

#center-right h1{
	text-align: left;
}

#center-right #scheme{
	padding: 5px 0 0 3px;
	position: relative;
}
/*
#center-right #links-image{
	top: 10px;
	right: 10px;
	position: absolute;
	width: 135px;
	height: 115px;
	background-image: url(/images/links.png);
	background-repeat: no-repeat;
}
*/
.les-hommes{
	background-image: url(/images/orca-maincenter.gif);
	background-repeat: repeat-x;
	border-bottom: 1px dashed #999;
	margin: 5px auto 25px auto;
	width: 499px;
	overflow: hidden;
	height: 1%;
	clear: both;
	position: relative;
}

* > .les-hommes{
	height: auto;
}

.les-hommes img{
	float: left;
	padding: 5px 10px 15px 0px;
	position: relative;
	top: -2px;
}

.hommes-left{
	background-image: url(/images/orca-maincenter-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 10px;
	width: 499px;
}

.hommes-right{
	width: 474px;
	background-image: url(/images/orca-maincenter-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 11px;
	padding: 10px 15px 5px 0;
	text-align: justify;
}

.tabs{
	width: 476px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	margin: 0px auto;
	clear: both;
	position: relative;
	left: 3px;
}

* > .tabs{
	margin: 5px auto;
}

#big{
	left: 0;
}

.tabs a.small-tab{
	height: 22px;
	width: 154px;
	margin: 0 4px 5px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	color: #fff;
	cursor: pointer;
	font-size:10px;
}
.tabs a.double-tab{
	height: 22px;
	width: 312px;
	margin: 0 4px 5px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	color: #fff;
	cursor: pointer;
	font-size:10px;
}

.tabs #purple-small-tab{
	background-image: url(/images/purple-small.png);
}

.tabs #purple-small-tab-selected{
	background-image: url(/images/purple-small-selected.png);
}

.tabs #purple-double-tab{
	background-image: url(/images/purple-double.png);
}

.tabs #purple-double-tab-selected{
	background-image: url(/images/purple-double-selected.png);
}

.tabs #orange-small-tab{
	background-image: url(/images/orange-small.png);
}

.tabs #orange-small-tab-selected{
	background-image: url(/images/orange-small-selected.png);
}
.tabs #orange-double-tab{
	background-image: url(/images/orange-double.png);
}

.tabs #orange-double-tab-selected{
	background-image: url(/images/orange-double-selected.png);
}

.tabs #blue-small-tab{
	background-image: url(/images/blue-small.png);
}

.tabs #blue-small-tab-selected{
	background-image: url(/images/blue-small-selected.png);
}

.tabs #green-small-tab{
	background-image: url(/images/green-small.png);
}

.tabs #green-small-tab-selected{
	background-image: url(/images/green-small-selected.png);
}
.tabs #green-double-tab{
	background-image: url(/images/green-double.png);
}

.tabs #green-double-tab-selected{
	background-image: url(/images/green-double-selected.png);
}

.tabs #grey-small-tab{
	background-image: url(/images/grey-small.png);
}

.tabs #grey-small-tab-selected{
	background-image: url(/images/grey-small-selected.png);
}

.tabs a.big-tab{
	height: 28px;
	width: 470px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	display: block;
	line-height: 2.2em;
	color: #fff;
	cursor: pointer;
}

.tabs #purple-big-tab{
	background-image: url(/images/purple-big.png);
}

.tabs #purple-big-tab-selected{
	background-image: url(/images/purple-big-selected.png);
}

.tabs #orange-big-tab{
	background-image: url(/images/orange-big.png);
}

.tabs #orange-big-tab-selected{
	background-image: url(/images/orange-big-selected.png);
}

.tabs #blue-big-tab{
	background-image: url(/images/blue-big.png);
}

.tabs #blue-big-tab-selected{
	background-image: url(/images/blue-big-selected.png);
}

.tabs #green-big-tab{
	background-image: url(/images/green-big.png);
}

.tabs #green-big-tab-selected{
	background-image: url(/images/green-big-selected.png);
}

.tabs #grey-bigl-tab{
	background-image: url(/images/grey-big.png);
}

.tabs #grey-big-tab-selected{
	background-image: url(/images/grey-big-selected.png);
}

.greentable {
	margin: 20px;
	width:470px;
	padding: 20px;
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
}
.greentable td{
	padding:2px 5px;
	border:1px dotted #619a1c;
	
}
.greentable th{
	padding:2px 5px;
	border:1px dotted #619a1c;
}

.orangetable {
	margin: 20px;
	width:470px;
	padding: 20px;
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
}
.orangetable td{
	padding:2px 5px;
	border:1px dotted #f69011;
	
}
.orangetable th{
	padding:2px 5px;
	border:1px dotted #f69011;
}

.bluetable {
	margin: 20px;
	width:470px;
	padding: 20px;
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
}
.bluetable td{
	padding:2px 5px;
	border:1px dotted #667da6;
	
}
.bluetable th{
	padding:2px 5px;
	border:1px dotted #667da6;
}


.left{
	background-image: url(/images/orca-leftmenu-top.gif);
	background-color: #343434;
	background-repeat: no-repeat;
	font-size: 11px;
	background-position: top;
	color: #999;
	margin-bottom: 6px;
}

.left-content, .right-content{
	margin: 0 auto;
	width: 131px;
	background-image: url(/images/orca-leftmenu-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px ;
	position: relative;
}

.left-title{
	background-image: url(/images/orca-leftmenu-blue.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	line-height: 2em;
	width: 111px;
	height:25px;
	color: #fff;
	margin: 1px 0 0 0;
	padding: 0 10px;
}


.left ul, .right ul {
	color: #08d;
	clear: both;
	margin: 0;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
	list-style: disc;
}

.left ul li, .right ul li{
	padding: 1px 0;
	margin: 0;
}

.left a, .right a, .left span, .right span{
	position: relative;
	color: #fff;
	left: -.4em;
}

.left #mail{
	height: 10px;
	width: 13px;
	position: absolute;
	left: 115px;
	top: 12px;
}

.right-content{
	width: 187px;
	padding: 5px;
	background-image: url(/images/orca-rightmenu-bottom.gif);
}

.right{
	background-image: url(/images/orca-rightmenu-top.gif);
	background-color: #343434;
	background-repeat: no-repeat;
	background-position: top left;
	color: #999;
	font-size: 11px;
}

.right-title{
	background-image: url(/images/orca-rightmenu-blue.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	line-height: 2em;
	width: 167px;
	/*height:25px;*/
	color: #fff;
	margin: 7px 0 0 0;
	padding: 0 10px;
	position: relative;
}

* > .right-title{
	margin: 1px 0 0 0;
}
.right-title #rss-small{
	position: absolute;
	top: -5px;
	left: 155px;
}

.right h3{
	font-size: 12px;
	color: #0080c1;
	padding: 7px 0 0 5px;
	margin: 0;
}

.right p{
	padding: 0 5px 0 5px;
	margin: 0;
	text-align: justify;
}

.right .date{
	color: #555;
	font-size: 80%;
	padding-left: 5px;
}

#copy-top, #copy-bottom{
	font-size: 0;
	height: 5px;
	margin: 15px auto 0 auto;
	width: 890px;
	background-image: url(/images/orca-footer-top.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 100;
}

#copy-main{	
	margin: 0 auto;
	background-color: #292929;
	color: #999;
	padding: 10px 15px;
	text-align: right;
	position: relative;
	width: 860px;
	font-size: 11px;
}

#copy-bottom{
	margin: 0 auto;
	width: 890px;
	background-image: url(/images/orca-footer-bottom.png);
	background-position:top;
	padding-bottom:25px;
}

#erreur, #erreur_papier{
	margin-left:12px;
}
