

body {
	
	background-color: #0D5585;
	font-family: 'Lucida Grande', Geneva, Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	
	background-image: url("images/gradient.jpg");
	background-repeat: repeat-x; 
}

h1 {
	font-size: 12px;
	color: #004080;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	background-color: inherit;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0px;
}

/* LINKS ---------------------------------------------------- */

a {
	color: #ffffff;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #0097FD;
	
	text-decoration: none;
	
}

a:visited {
	color: #0097FD;
	background-color: inherit;
}

/* Main ---------------------------------------------------- */

#container {
	/*background-color: #0D5585;*/
	width: 800px;
	margin-top:11px;
	overflow: hidden;
}

#logo {
	float: left;
	text-align: left;
	width: 800px;
	height: 182px;
	background-image: url(images/orcaweb.png);
	background-repeat: no-repeat;

	padding: 0px 0px 0px 0px;
}

#logo a {
	background-color: transparent;
	text-decoration: none;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#logo a:visited {
	background-color: transparent;
	text-decoration: none;
	border: 0px;
}

#typo {
	font-family: 'Helvetica', Arial, sans-serif, Arial;
	font-weight: normal;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1.3px;
	color: #ffffff;
	background: inherit;
	padding: 100px 0px 0px 135px;
	line-height: 100%;
}


/* LANGUAGE ---------------------------------------------------- */

#lang {
	color: #ffffff;
	float: right;
	padding-right: 5px;
	padding-top:2px;
	font-size: 11px;
}
#lang a {
	color: #ffffff;
}

#lang a:hover{
	text-decoration: underline;
}

/* NAVIGATION ---------------------------------------------------- */

.navigation {
	float: left;
	width: 800px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	background-color: #0D5585;
	color: #ffffff;
}

.navigation a{
	font-weight: bold;
	color: #ffffff;
}

.navigation a:hover{
	border-bottom: 2px solid #0097FD;
}

.navigation ul {
	list-style: none;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.navigation li {
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	font-family: 'Helvetica', Arial, sans-serif, Arial;
	font-weight: normal;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1.3px;
	color: #ffffff;
	background: inherit;
}

/* CONTENT ---------------------------------------------------- */



#content {
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	background-color: #0D5585;
}

#leftColumn {
	float: left;
	color: #9ED2F5;
	text-align: left;
	width: 600px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

#leftColumn img {
	padding: 5px;
	
	
}
#leftColumn img a:hover {
  
	
	
}

#leftColumn p {
	width: 500px;
}

#rightColumn {
	float: right;
	width: 185px;
	text-align: left;
	color: #000033;
	background-color: #e9e9e9;
	background-image: url("images/page.jpg");
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px 0px 50px 0px;
	
}

#rightColumn a {
	color: #0097FD;
	text-decoration: none;
	background-color: inherit;
}

#rightColumn a:hover {
	color: #ffffff;
	background-color: #004080;
	text-decoration: none;
	border-bottom: 1px #004080 solid;
}

#rightColumn a:visited {
	color: #668CFF;
	background-color: inherit;
}

#rightColumn p {
	padding: 5px 8px 25px 8px;
}

#rightColumn ul {
	list-style-type: square;
	color: #7F7F7F;
	background-color: inherit;
	padding: 10px 0px 0px 10px;
	margin: 0px;
}

#rightColumn li {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
#rightColumn img {
	padding: 15px;
	
}
/*Tableau
----------------------------------------------------*/
.contenu {
	width: 600px;
	height: 133px;
	position: relative;
	margin: 15px 0px 0px 0px;
}

.image {
	
	width: 250px;
	height: 133px;
	position: absolute;
	float: left;
	

}

.texte {
	
	height: 133px;
	position: absolute;
	float: right;
	margin-left: 250px;
	padding-top :20px;
	
}


/* FOOTER ---------------------------------------------------- */

#footer {
	text-align: left;	
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 800px;
	color: #ffffff;
	padding: 100px 0px 0px 10px;
	border-left: 3px solid #ffffff;
	display: block;

}