* { padding: 0; margin: 0; outline:none; }

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin:0 0 10px 0;
}

table.generated_table {
	border-collapse: collapse;
	width:100%;
}

table.table_border_bottom {
	/* border-bottom:1px solid #cacaca; */
}

table.table_border_top {
	border-top:1px solid #cacaca;
}

table tr {
	vertical-align: top;
}

table tr th {
	font-size:14px;
	font-weight:bold;
}

table.collaborateurs tr td {
	padding-right:30px;
}

table.collaborateurs tr td h3 {
	margin-top:10px;
}

table.generated_table tr td {
	padding:10px 0 10px 40px;
	border-bottom:1px solid #cacaca;
}

table.generated_table tr td.first_td {
	padding:10px 0 10px 0;
	width:110px;
}

table.generated_table tr td.last_td {
	border-bottom:none;
}

table#units_content {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #cacaca;
}

table#units_content tr td .units_title {
	margin-top:0px !important;
}

table tr td ul {
	margin:0 0 0 13px !important;
}

a, a:visited {
	color:#548EBE;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

h3,h4 {
	font-family:Georgia;
	color:#002756;
	font-weight:bold;
	margin: 20px 0 4px 0;
	font-weight:normal;
	font-size:15px;
}

h4 {
	color:#666;
}

#line {
	margin:0 auto;
	width:980px;
	height:18px;
	color:#fff;
	padding-top:2px;
}

#line ul {
	float:right;
}

#line ul li {
	display:inline;
}

#line ul li a, #line ul li a:visited {
	color:#fff;
	text-decoration:none;
	cursor: pointer;
}

#line ul li a:hover {
	text-decoration:underline;
}

#wrapper { 
	margin: 0 auto;
	width: 980px;
}

#header {
	color: #333;
	width: 980px;
	height: 121px;
	background: #fff url(images/logo_ec.gif) no-repeat 22px bottom;
	position:relative;
	display:none;
}

#header #welcome {
	font-family:Georgia;
	font-size:17px;
	color:#548EBE;
	width:430px;
	float:left;
	padding:90px 0 0 251px;
}

#header #search {
	width:250px;
	float:right;
	margin:90px 0 0 0;
	text-align:right;
}

#header #search input#s {
	border:1px solid #cacaca;
	width:159px;
	height:15px;
	padding:3px;
}

input#trainings_keywords {
	border:1px solid #cacaca;
	width:148px;
	height:15px;
	padding:3px;
}

#header #search input#searchsubmit, input#trainings_search_submit {
	border:1px solid #cacaca;
	height:23px;
	padding:1px 3px 5px 3px;
	background: #fff url(images/button_background.png) repeat-x 50% 50%;
	position:relative;
	top:-1px;
	font-size:11px;
}

#navigation a#tagline {
	display:block;
	float:left;
	width:146px;
	height:67px;
	margin:0 0 0 0;
	background: #fff url(images/tagline.gif) no-repeat left center;
}

#navigation {
	height:67px;
	text-transform: uppercase;
	display:none;
}

#pixopoint_menu_wrapper1 {
	float:left;
}

#navigation ul#suckerfishnav {
	float:left;
	height:67px;
	margin:0 0 0 91px;
}

#navigation ul#suckerfishnav li {
	list-style-type: none;
	display:block;
	float:left;
	padding:0 1px 0 0;
	background: url("images/inter_li.gif") no-repeat right center transparent;
}

#navigation ul#suckerfishnav li a {
	display:block;
	float:left;
	color:#333;
	font-size:13px;
	text-decoration: none;
	padding:26px 15px;
	cursor:default;
}

#navigation ul#suckerfishnav li.current_page_item a {
	color:#333 !important;
}

#navigation ul#suckerfishnav li a:hover {
	display:block;
	color:#333;
	text-decoration: none;
	margin-top:2px;
	height:13px;
	padding:24px 15px 28px 15px;
}

#navigation ul#suckerfishnav li.sfhover a {
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:#548EBE;
	margin-top:2px;
	height:13px;
	padding:24px 15px 28px 15px;
}

#navigation a#eduqua {
	display:block;
	float:left;
	width:130px;
	height:67px;
	margin:0 0 0 0;
	background: #fff url(images/logo_eduqua.gif) no-repeat left center;
}

#faux {
	margin-bottom: 15px;
/* 	overflow: auto; */
	width: 100%
}

#leftcolumn { 
	display: inline;
	color: #333;
	margin: 0 19px 0 0;
	padding: 0px;
	width: 233px;
	float: left;
}

#container {
	float:right;
	width:728px;
}

#content { 
	float: left;
	color: #333;
	width: 350px;
	display: inline;
	position: relative;
}

.wide {
	width: 728px !important;
}

#content ul {
	list-style-type: square;
	margin:7px 0 7px 13px;
}


#content ol {
	list-style-type: decimal;
	margin:7px 0 7px 18px;
}

#content ul li {
	margin:0 0 4px 0;
	list-style-position: outside;
	list-style-image: url(images/bullet_3.gif);
	line-height:14px;
}

#content ul li ul li {
	margin:0 0 4px 0;
	list-style-position: outside;
	list-style-image: url(images/bullet_2.gif);
}


#content .useful_data {
	border-top:1px solid #D3D5D6;
	background-color:#edeeef;
	padding:10px;
}

#content .useful_data h2 {
	color:#002756;
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	border-bottom:none;
	text-transform:none;
	margin:0 0 5px 0;
}

#content #post .entry h2 {
	color:#002756;
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
	border-bottom:none;
	text-transform:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-transform:uppercase;
}

#content #post .entry h2 a {
	color:#002756;
}

#content #post .entry h2 a:hover {
	color:#002756;
	text-decoration: underline;
}

#content .useful_data .key {
	margin:0 10px 5px 0;
	display:block;
	width:656px;
	float:left;
	clear:left;
	line-height:20px;
	border-bottom:1px dotted #D3D5D6;
}

#content .useful_data .value {
	display:block;
	margin:0 0 5px 0;
	line-height:20px;
	float:right;
	text-align: right;
	clear:left;
}

#content .useful_data .time {
/* 	background: url(images/clock.png) no-repeat left center; */
/* 	padding:0 0 0 25px; */
}

#content .useful_data .session {
	color:#002756;
	text-transform: uppercase;
	float:left;
	display:block;
	width:255px;
	clear:left;
	text-align:left !important;
	font-weight:bold;
}

.resume, .stop, .start {
	display:block;
	height:20px;
	line-height:20px;
	float:left;
	margin:0 0 5px;
}

.resume, .stop {
	margin:0 0 5px !important;
}

.units_title {
	display:block;
	margin-top:7px;
	clear:left;
}

ul.units {
	margin:0 0 20px 13px !important;
}

ul.units li {
	border-bottom:1px dotted #D3D5D6;
	padding:3px 0;
	margin:0 0 0 0 !important;
}

.details ul li {
	border-bottom:none !important;
	padding:3px 0;
	margin:0 0 0 0 !important;
}

#content .useful_data .unit_title {
	display:block;
	float:none;
	clear:both;
}


table#units_content tr td .unit_title {
	display:block;
	float:none;
	clear:both;
	width:480px;
}

#content .useful_data .unit_date, table#units_content tr td .unit_date {
	display:block;
	float:right;
	text-align:inherit;
}

#content .useful_data .unit_date { position:relative }
#content .useful_data .unit_date { top:-13px }

.details {
	display:block;
	margin-top:5px;
	clear:both;
	font-size:93%;
	color:#666;
	width:480px;
}

.details ul li .read-more {
	display:none;
}

.read-more {
	display:block;
	width:13px;
	height:13px;
	float:right;
	position:relative;
	bottom:15px;
}

.re-collapse {
	display:block;
	width:13px;
	height:13px;
	float:right;
	position:relative;
	margin-top:-20px;
	left:63px;
}

.read-more a {
	display:block;
	width:13px;
	height:13px;
	background: transparent url(images/expand.png) no-repeat left top;
}
.re-collapse a {
	display:block;
	width:13px;
	height:13px;
	background: transparent url(images/collapse.png) no-repeat left top;
}

.total {
	float:right;
	padding-right:63px;
	text-align:right;
	margin-bottom:15px;
}

.price_1, .price_2, .duration, .schedule, .location, .stop, .resume {
	padding-left: 30px !important;
	background-position:left top;
	background-repeat: no-repeat;
	background-color: transparent;
}

.price_1 {
	background-image: url(images/price_2.png);
}

.price_2 {
	background-image: url(images/price_1.png);
}

.duration {
	background-image: url(images/duration.png);
}

.schedule {
	background-image: url(images/dates.png);
}

.location {
	background-image: url(images/location.png);
}

.stop {
	background-image: url(images/stop.png);
	color:#aaa;
}

.resume {
	background-image: url(images/resume.png);
	color:#aaa;
}

.dates_to_be_determined {
	font-style:italic;
	padding-left:10px;
}

#content .formations-certifiantes .entry {
	padding:10px;
	margin-bottom:10px;
}

#content .perfectionnements .entry {
	padding:10px;
	margin-bottom:10px;
	background-color:#edeeef;
}

#content .formations-certifiantes .odd {
	background-color:#edeeef;
}

#content .perfectionnements .odd {
	background-color:#fff;
}

#content .perfectionnements .even {
	background-color:#edeeef;
}

#content .formations-certifiantes .even {
	background-color:#fff;
}

.odd_work {
	padding:10px;
	margin-bottom:10px;
	background-color:#edeeef;
}

.even_work {
	padding:10px;
	margin-bottom:10px;
	background-color:#fff;
}

.odd_work h3, .even_work h3 {
	margin-top:0px;
}

.odd_work h4, .even_work h4 {
	margin-top:10px;
}

#content #post .entry .category_image, .staff_photo {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 3px 0px 10px 10px;
	float:right;
}

#content #post span.pitch, #content #post span.key_content {
	display:block;
	clear:left;
	margin:0 0 10px 0;
}

.key_content p {
	display:inline;
}

#content #post ul#tabs {
	float:left;
	margin:0 0 0 0;
	width:728px;
}

#content #post ul#tabs li {
	display:block;
	float:left;
	margin:0 3px 0 0;
}

#content #post ul#tabs li a {
	display:block;
	border-top:1px solid #d3d5d6;
	border-right:1px solid #d3d5d6;
	border-bottom:none;
	border-left:1px solid #d3d5d6;
	background-color:#d3d5d6;
	color:#002756;
	padding:7px;
	text-decoration:none;
	position:relative;
	z-index:2;
}

#content #post ul#tabs li a:hover {
	background-color:#c3c3c3;
}

#content #post ul#tabs li a.selected {
	display:block;
	background-color:#fff;
	border-top:1px solid #cacaca;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #fff;
	border-left:1px solid #cacaca;
	color:#002756;
	padding:7px;
	text-decoration:none;
	height:17px;
}

#content #post ul#tabs li#subscribe_tab {
	float:right;
	margin-right:0px;
}

#content #post ul#tabs li#subscribe_tab a {
	display:block;
	border-top:1px solid #002756;
	border-right:1px solid #002756;
	border-bottom:none;
	border-left:1px solid #002756;
	background-color:#002756;
	color:#fff;
	padding:7px;
	text-decoration:none;
	position:relative;
	z-index:2;
}

a.session_subscribe {
	border-top:1px solid #002756;
	border-right:1px solid #002756;
	border-bottom:none;
	border-left:1px solid #002756;
	background-color:#002756;
	color:#fff;
	padding:3px;
	text-decoration:none;
	position:relative;
}

a.subscribe{
	background-color:#C3C3C3!important;
	border: 1px solid #CCC!important;
}

#content #post ul#tabs li#subscribe_tab a.selected {
	display:block;
	background-color:#fff;
	border-top:1px solid #cacaca;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #fff;
	border-left:1px solid #cacaca;
	color:#002756;
	padding:7px;
	text-decoration:none;
	height:17px;
}

#li--6, #li--26, #li--7 label span, #li--8 label span, #li--9 label span, #li--10 label span, #li--11 label span, #li--12 label span {
	color:red !important;
}

#content #post #containers {
	float:left;
	padding:10px;
	border:1px solid #d3d5d6;
	width:706px;
	position:relative;
	z-index:1;
	top:-1px;
}

#content #post .section {
	float:none;
}

#content #post .section h1 {
	display:none;
}

#faux h2 {
	font-family:Georgia;
	font-size:16px;
	color:#002756;
	text-transform: none;
	font-weight:normal;
	margin: 15px 0 15px 0;
	padding-bottom:3px;
	border-bottom: 2px solid #002756; 
}

h2 .unit_code {
	float:right;
}

#leftcolumn ul.latest_news, #leftcolumn ul.standard_list {
	float:left;
}

#leftcolumn ul.standard_list {
	margin-bottom:35px;
}

#leftcolumn ul.latest_news li{
	clear:left;
	display:block;
	float:left;
	margin:0 0 0 0;
}

#leftcolumn ul.standard_list li {
	clear:left;
	float:left;
	margin:0 0 4px 13px;
	list-style-position: outside;
	list-style-image: url(images/bullet_2.gif);
	line-height:14px;
}

#leftcolumn ul.standard_list li.current_page_parent a, #leftcolumn ul.standard_list li.current_page_item a, #leftcolumn ul.standard_list li.current_page_ancestor a {
	color:#333;
}

#leftcolumn ul.latest_news li a, #leftcolumn ul.standard_list li a {
	display:block;
	float:left;
}

#leftcolumn ul.latest_news li a:hover, #leftcolumn ul.standard_list li a:hover {
	text-decoration: none;
}

#leftcolumn ul.latest_news li a:hover span.news {
	text-decoration: none;
	color:#548EBE;
}

#leftcolumn ul.latest_news li a:hover span.news b {
	text-decoration: none;
	color:#333;
}

#leftcolumn ul.latest_news li a:hover span.date {
	text-decoration: none;
	color:#548EBE;
}

#leftcolumn ul.latest_news li a span.date {
	display:block;
	float:left;
	width:32px;
	height:72px;
	font-family:Georgia;
	color:#333;
	text-transform: uppercase;
	text-align:center;
	padding-right:9px;
	border-right:1px solid #cacaca;
}

#leftcolumn ul.latest_news li a span.date span.published_on {
	font-size:12px;
	text-transform:none;
	border-bottom:1px solid #cacaca;
	padding-bottom:1px;
}
#leftcolumn ul.latest_news li a span.date span.month {
	font-size:13px;
}

#leftcolumn ul.latest_news li a span.date span.day {
	font-size:19px;
}

#leftcolumn ul.latest_news li a span.date span.year {
	font-size:12px;
	position: relative;
	top:-0px;
}

#leftcolumn ul.latest_news li a span.news {
	display:block;
	float:left;
	width:185px;
	margin-left:5px;
	color:#333;
}

#leftcolumn ul.latest_news li a span.news b {
	color:#548EBE;
}

#leftcolumn ul.latest_news li a span.news .subtitle {
	color:#444;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	font-size:13px;
}

.post_subtitle {
	color:#548EBE;
	font-weight:bold;
	display:block;
}

a.more, a.archives {
	display:block;
	float:right;
	padding-left:15px;
	background: url(images/arrow_1.gif) no-repeat left center transparent;
}

a.archives {
	margin-top:0px;
}

#rightcolumn { 
	float: left;
	color: #333;
	width: 378px;
	display: inline;
	position: relative;
}

#focused_training {
	margin:15px 0 0 20px;
}

#focused_training div.focus_image {
	width:358px;
}

#focused_training div.focus_image a img {
	border:0;
}

ul#trainings_fade {
	position:absolute !important;
	width:338px;
	top:253px;
	padding:10px;
	background-color:#0F3666;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color:#fff;
	font-family:Georgia;
	font-size:16px;
	display:block !important;
	list-style-type: none;
}

li.focus_title a {
	color: #fff;
	text-decoration: none;
}

li.focus_title a:hover {
	color: #fff;
	text-decoration: underline;
}

#newsletter_subscription {
	display:block;
	padding:10px 25px;
	width:308px;
	background: url(images/btn_background.gif) repeat-x left center transparent;
	float:left;
	clear:left;
	margin:12px 0 0 0px;
	font-family:Georgia;
	font-size:16px;
	color:#002756;
	text-align:center;
}

#footer { 
	width: 980px;
	clear: both;
	color: #333;
	background: #d7d6d6 url(images/footer_background.gif) repeat-x center top;
	float:left;
}

#footer h2 {
	font-family:Georgia;
	font-size:16px;
	color:#002756;
	text-transform: none;
	font-weight:normal;
	margin: 0 0 10px 0;
}

#footer ul {
	
}

#footer ul li {
	margin:0 0 5px 0;
	list-style-type: none;
	list-style-position: outside;
}

#footer ul li a {
	color:#333;
	text-decoration: none;
}

#footer ul li a:hover {
	color:#548EBE;
	text-decoration: none;
}

#footer #subscriptions {
	width:460px;
	float:left;
	margin:15px 0;
	padding:0 15px;
}

#footer #quicklinks {
	width:210px;
	float:left;
	margin:15px 0;
	padding:0 15px;
}

#footer #contact {
	width:220px;
	float:left;
	margin:15px 0;
	padding:0 15px;
}

#contact p a, #contact p a:visited, #contact p a:hover {
	background-image: none !important;
	padding-left: 0px !important;
}

#credits {
	width: 980px;
	clear: both;
	float:left;
	text-align:center;
	margin: 10px 0 20px 0;
}

.clear { clear: both; background: none; }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 3px 0px 10px 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.post-edit-link {
	display:block !important;
	float:right !important;
	width:16px !important;
	height:16px !important;
	margin: 0 0 0 5px !important;
	padding-top:0px !important;
	padding-right:0px !important;
	padding-bottom:0px !important;
	padding-left:0px !important;
}


#wp-logout:hover{
	color: #333!important;
}

#myspace:hover{
	color: #333!important;
}

.section h4 {
	font-family:Arial;
	font-size:12px;
	color:#333;
	font-weight:bold;
	margin:0 0 0 0;
}

.generated_div {
	display:none;
}

.staff_photo {
	float:left;
	width:120px;
	height:160px;
	margin:0 20px 0 0;
}

.staff_infos span, .staff_coaches span {
	display:block;
}

.staff_infos .title, .staff_coaches .title {
	margin:0 0 5px 0;
}

h3 small {
	font-size:12px;
	padding-left:14px;
	margin-left:5px;
	background: url(images/bullet_3.gif) no-repeat left 5px;
}

#wpgmappity-map-1 {
	border: 2px solid #999;
}

#myspace:hover{
	color: #FFF;
	text-decoration: none!important;
}

.wpgmappity_container {
	margin: 0 10px 10px 0;
}

ul#search_results_list {
	list-style-type: decimal !important;
	margin:7px 0 !important;
}

#search_results_list li {
	list-style-image: none !important;
	margin:0 0 0 18px !important;
}

#search_results_list li h4 {
	line-height:120% !important;
}

.searchLink {
	color:#999;
}
