html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #FF7F00;
	cursor: hand;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #1E1E1E url(images/background.png) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #989898;
}

input{
	background: #000000 url(images/dolphin_bg.gif) repeat-x;
	border: 1px solid #000;
	color:#fff;
}

textarea{
	background: #3f3f3f;
	border: 1px solid #000;
	color:#fff;
}
#newsletter
{
	float:right;
}
#wrapper {
	text-align: left;
	border: 1px solid #f06f18;
	margin: auto;
	width: 778px;
	height:auto;
	background: #1E1E1E bottom url(images/body_bg.gif) repeat-x;
}
#body {
	position: relative;
	margin-left: 4px;
}
#head {
	top: 0px;
	left: 401px;
	width: 100%;
	height: 225px;
	background: url(images/header.jpg) no-repeat;
}
#headCentre {
	top: 0px;
	left: 401px;
	width: 100%;
	height: 225px;
	background: url(images/header_centre.jpg) no-repeat;
}
#headCours {
	top: 0px;
	left: 401px;
	width: 100%;
	height: 225px;
	background: url(images/header_cours.jpg) no-repeat;
}
#headEvents {
	top: 0px;
	left: 401px;
	width: 100%;
	height: 225px;
	background: url(images/header_event.jpg) no-repeat;
}
#headMedias {
	top: 0px;
	left: 401px;
	width: 100%;
	height: 225px;
	background: url(images/header_media.jpg) no-repeat;
}

/* ---------------------- Dolphin nav ---------------------- */
#dolphincontainer{
	margin-top: 25px;
	position:relative;
	height:56px;
	color:#E0E0E0;
	background:#1E1E1E;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}

#dolphinnav{
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background: url(./images/dolphin_bg.gif) repeat-x bottom left;
	padding:0 0 0 20px;
	}

#dolphinnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	}

#dolphinnav ul li{
	display:block;
	float:left;
	margin:0 1px;
	}

#dolphinnav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
	}

#dolphinnav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
	}

#dolphinnav ul li a:hover{
	color:#fff;
	background:transparent url(./images/dolphin_bg-OVER.gif) repeat-x bottom left;
	}

#dolphinnav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
	}

#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{
	color:#fff;
	background: url(./images/dolphin_left-ON.gif) no-repeat top left;
	line-height:275%;
	}

#dolphinnav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(./images/dolphin_right-ON.gif) no-repeat top right;
	height:33px;
	}
/* ---------------------- END Dolphin nav ---------------------- */

#topnav {
	position: absolute;
	top: 41px;
	left: 22px;
}
#topnav a {
	font-weight: normal;
	color: #989898;
}
#topnav a:hover {
	color: white;
}
#left-box {
	float:right;
	padding:left;
	top: 271px;
	left: 0px;
	width: 285px;
	height: 370px;
	background: #1E1E1E;
	overflow:hidden;
}
#left-box-event {
	float:right;
	padding:left;
	top: 250px;
	left: 0px;
	width: 285px;
	height: 500px;
	background: #1E1E1E;
	overflow:auto;
}
#left-box-event .inner {
	padding: 0px 0px 0px 0px;
	height: 350px;
}
#right-box {
	float:left;
	padding:left;
	top: 271px;
	left: 0px;
	width: 195px;
	height: 350px;
	background: #1E1E1E;
	overflow:auto;
	padding-left:5px;
	padding-top:5px;
}

#left-box .inner {
	padding: 20px 0px 0px 8px;
	height: 150px;
}
#left-box h2 {
	margin: 10px 0px 0px 0px;
}
#left-box p.date {
	font-weight: bold;
	font-size: 26px;
}
#left-box p {
	margin: 3px 2.5em 1em 1.3em;
}
#nav {
	float:left;
	padding:right;
	top: 271px;
	left: 285px;
	width: 486px;
}
#nav img {
	float: left;
}
#content {
	float:left;
	padding:left;
	width: 486px;
	height: 370px;
	background: #1E1E1E top left url(images/left_shadow.jpg) no-repeat;
}
#content-centre {
	float:left;
	padding:left;
	width: 700px;
	margin-left:10px;
	background: #1E1E1E top left url(images/left_shadow.jpg) no-repeat;
}
#content-contacts {
	float:left;
	padding:left;
	width: 486px;
	height: 450px;
	background: #1E1E1E top left url(images/left_shadow.jpg) no-repeat;
}
#content-medias {
	float:left;
	padding:left;
	width: 100%;
	background: #1E1E1E top left url(images/left_shadow.jpg) no-repeat;
}
#content-right {
	float:left;
	padding:right;	
	padding-left:1px;
	padding-right:1px;
	width: 200px;
	height: 450px;
	background: #1E1E1E url(images/left_shadow.jpg) no-repeat;
}
#content-back{
	padding-left:1px;
	padding-right:1px;
	width: 750px;
	height: 415px;
	background: #1E1E1E url(images/left_shadow.jpg) no-repeat;
}
#content-right-inner {
	float:right;
	padding:right;
	padding-left:1px;
	padding-right:1px;
	width: 300px;
	height: 350px;
	background: #1E1E1E url(images/left_shadow.jpg) no-repeat;
}
#content-bot {
	background: bottom url(images/body_bg.gif) repeat-x;
	height: 370px;
	margin-left: 1px;
	overflow: auto;
}
#content-bot-back {
	background: bottom url(images/body_bg.gif) repeat-x;
	height: 415px;
	width:750px;
	margin-left: 1px;
	overflow: auto;
}
#content-bot-medias {
	background: bottom url(images/body_bg.gif) repeat-x;
	margin-left: 1px;
	overflow: auto;
}
#content-bot-contacts {
	background: bottom url(images/body_bg.gif) repeat-x;
	height: 450px;
	margin-left: 1px;
	overflow: auto;
}
#content-bot-cours {
	height: 450px;
	width: 300px;
	margin-left: 1px;
	overflow: auto;
}
#content .inner {
	padding: 10px 27px;
}
#content-back .inner {
	padding: 10px 27px;
}
#content-contacts .inner {
	padding: 10px 27px;
}
#content .date {
	color: #f06f18;
	margin-top: 0.5em;
	font-weight: bold;
	font-size: 18px;
}
#content .date2 {
	color: #f06f18;
	margin-top: 0.5em;
}
#content p {
	margin: 0.9em;
}
#content-contacts p {
	margin: 0.9em;
}
#tray {
	margin-top: 350px;
}
#tray .redbox {
	float:left;
	width: 217px;
	_height: 279px;
	min-height: 279px;
	background: #800000 url(images/red_bg.jpg) repeat-x;
	margin-left: 11px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CFCFCF;
}
#tray .first {
	margin-left: 0px;
}
#tray p {
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
}

#tray .moreinfo{
	text-align:right;
}

ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 1em 0px;
}
.divider {
	background: bottom url(images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	background: #1E1E1E;
	text-align: right;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
}