* {
	font-family: Helvetica, Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
}

#wrapper {
	position: absolute;
	width: 900px;
}

#header {
	width: 900px;
	height: 200px;
	margin-bottom: -50px;
	background: url(../gfx/bkg-header.png) no-repeat;
}

#wrapper div {
	position: relative;
}

#menu {
	float: left;
	left: 42px;
	width: 180px;
	color: #F19100;
}

#menu div:first-letter {
	font-size: 16px;
	margin-right: 4px;
}

#menu div span {
	position: absolute;
	right: 0;
	font-size: 16px;
}

#menu a {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #003C76;
	line-height: 2em;
}

#content {
	background: white;
	float: left;
	left: 70px;
	width: 650px;
	min-height: 470px;
	height: auto !important;
	height: 470px;
	font-size: 12px;
	color: #003C76;
	margin-bottom: 12px !important;
	margin-bottom: 62px;
}

#content table {
	border-spacing: 0;
	border-collapse: collapse;
}

#content table a, #content a.lienorange {
	font-weight: bold;
	color: #F19100;
}

#content th {
	border: solid 1px black;
	padding: 2px 4px;
	background: silver;
}

#content td {
	font-size: 10px;
	padding: 2px 4px;
	border: solid 1px black;
	text-align: center;
}

#content h1 {
	font-size: 22px;
}

#content h2 {
	font-size: 16px;
}

#content h3 {
	font-size: 14px;
}

#content .framed {
	border: solid 1px #003C76;
	padding: 6px;
	margin: 6px;
}

.smaller {
	font-size: 90%;
}

/*#content div {
	float: none;
	clear: both;
}*/

.page_title {
	clear: both;
	height: 160px;
}

.page_title img {
	position: absolute;
	top: 0;
	left: 20px;
}

.page_title h1 {
	position: absolute;
	margin: 0;
	top: 48px;
	left: 160px;
	display: inline;
	color: #003C76;
}

.page_title .hr1 {
	position: absolute;
	top: 76px;
	width: 100%;
	height: 24px;
	background: #6AB6C4;
}

.page_title .hrkids {
	position: absolute;
	top: 76px;
	width: 100%;
	height: 24px;
	background: #F4C631;
}

.page_title .hrteens {
	position: absolute;
	top: 76px;
	width: 100%;
	height: 24px;
	background: #B9BE45;
}

.page_title .hrentreprise {
	position: absolute;
	top: 76px;
	width: 100%;
	height: 24px;
	background: #A40437;
}

.page_title_c {
	position: absolute;
	top: 90px;
	left: 160px;
	color: #6AB6C4;
	font-size: 14px;
}

#footer {
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 9px;
	color: #6AB6C4;
	text-align: center;
}

#footer a {
	font-size: 9px;
	text-decoration: none;
	color: #6AB6C4;	
}

#footer span {
	color: #F19100;	
}

#menu_formules a img {
	margin: 10px 18px;
}

label {
	display: block;
	float: left;
	width: 140px;
	text-align: right;
	margin-right: 6px;
	line-height: 20px;
}

.warning {
	color: #F19100;
	font-weight: bold;
}

.promo {
	background-color: #F4C631;
	font-weight: bold;
	padding: 0 2px;
}

/* @group Colors */

/*Adultes : 6AB6C4
Teens : B9BE45
Kids : F4C631
Business : A40437
Abroad : C46994
E-learning : 005380*/

.orange {
	color: #F19100;
}
.blanc {
	color: #FFFFFF;
}

.light_blue {
	color: #6AB6C4;
}

.blue {
	color: #007BA5;
}

.dark_blue {
	color: #003C76;
}

.gray_bkg {
	background-color: #E5ECF2;
}

/* @end */

#content table.cours {
	margin-top: 6px;
	margin-bottom: 6px;
}

#content .cours tr:hover td {
	background-color: #f1e5d3;
}

#content .cours tr.disabled td {
	color: #999999;
}