/*
Theme Name:         My Sherpa
Description:        My Sherpa's theme.
Version:            1.0
Author:             Swingactions
Author URI:         http://www.swingactions.be/

License:            The Unlicense
License URI:        http://unlicense.org/
*/


/* ============================== */
/* ! CSS Imports                  */
/* ============================== */

@import url(css/1140_CssGrid_2/1140.css);
@import url(css/1140_CssGrid_2/ie.css);


/* ============================== */
/* ! Fonts Imports                */
/* ============================== */

/*@import url(http://fonts.googleapis.com/css?family=Irish+Grover);*/

/* ============================== */
/* ! Imports overload             */
/* ============================== */

.row { width: 1000px; }


/* ============================== */
/* ! Elements                     */
/* ============================== */

iframe.erp {
	border: none;
	overflow: auto;
	width: 100%;
}

iframe.erp body { margin: 0; }

* { vertical-align: top; }
.gecko a { vertical-align: baseline; }

p { margin-bottom: 15px; }

/* Quotes */
blockquote {
	font-style: italic;
	padding: 0 30px;
}

.block blockquote { padding: 0; }
	
	blockquote :first-child:before {
		color: #005b9b;
		content: '“ ';
	}

	blockquote :last-child { margin-bottom: 5px !important; }
	blockquote :last-child:after {
		color: #005b9b;
		content: ' ”';
	}
	

blockquote + p {
	color: #005b9b;
	padding: 0 30px;
}

.block blockquote + p { padding: 0; }

/* ============================== */
/* ! Classes                      */
/* ============================== */

.centered { text-align: center; }

.hidden {
	height: 1px; width: 1px;
	position: absolute;
	left: -9999em;
}

.cleaner {
	clear: both;
	height: 1px; width: 1px;
}


/* phrase */
.slogan {
	color: #005b9b;
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
}
.slogan:before { content: '“ '; }
.slogan:after { content: ' ”'; }

h1 + .slogan { font-size: 18px; }

/* img */
.banner {
	/*background-color: #fff;
	box-shadow: 0 0 3px #000;*/
	margin: 10px 0 15px;
	/*padding: 5px;
	width: 635px;*/
	width: 645px;
}



/* ============================== */
/* ! Titles                       */
/* ============================== */

h1, h2, h3, h4, h5, h6 {
	color: #005b9b;
	font-family: "Trebuchet MS", sans-serif;
}

/* In content area */
#content article h1 {
	color: #6f3d0a;
	font-size: 30px;
	margin-bottom: 5px;
}

#content article h2 {
	background: url("img/arrow_1.png") 1px 1px no-repeat;
	font-size: 18px;
	line-height: 25px;
	margin: 10px 0 25px;
	padding-left: 33px; padding-bottom: 2px;
	text-transform: uppercase;
}

#content article h3 {
	background: url("img/arrow_2.png") 0 center no-repeat;
	line-height: 25px;
	margin: 10px 0 15px;
	text-indent: 15px;
}



/* In aside area */
aside .block h1 { text-transform: uppercase; }

/* In #sidebar */


/* ============================== */
/* ! Lists                        */
/* ============================== */

#content article ul {
	/*list-style-type: none;*/
	margin-bottom: 15px;
	padding-left: 35px;
}

	#content article ul li { list-style-image: url("img/arrow_3.png"); }

#content article ol {
	margin-bottom: 15px;
	padding-left: 35px;
}

	#content article ul ul {
		margin-bottom: 15px;
		padding-left: 0;
	}

		#content article ul ul li { list-style-image: url("img/arrow_3.png"); }

.inline { padding-left: 0 !important; }
	.inline > li { display: inline; }

/* Cours */
.cours {
	margin-bottom: 15px;
	padding-left: 0 !important;
}

.cours > li {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	min-height: 65px;
	margin-bottom: 15px;
	padding: 40px 5px 0 110px;
	width: 200px;
}

.cours > #cours-primaire { background-image: url("img/cours-primaire_icon.png"); padding-left: 95px; }
.cours > #cours-secondaire { background-image: url("img/cours-secondaire_icon.png"); }
.cours > #cours-superieur { background-image: url("img/cours-superieur_icon.png"); padding-left: 95px; }
.cours > #cours-adultes { background-image: url("img/cours-adultes_icon.png"); }

	
	.cours > li > a {
		border-bottom: 1px dashed #005b9b;
		display: inline-block;
		font-family: "Trebuchet MS", sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		width: 160px;
		margin: 5px 0;
		padding: 5px 0;
	}
	

.cours.extended > li { padding-top: 0; }
	.cours.extended ul { padding-left: 12px !important; }


/* Centres (bloc "nous contacter") */
.centres {
	border-bottom: 1px dashed #005b9b;
	list-style: none;
	margin-bottom: 20px;
	padding-left: 20px !important;
}

	.centres > li {
		display: inline-block;
		margin-bottom: 12px;
		width: 32%;
	}
	
		.centres > li strong {
			color: #005b9b;
			display: block;
			font-weight: normal;
			text-transform: uppercase;
		}

/* Liste d'étapes à suivre */
.steps {
	list-style: none;
	padding-left: 0px;
}

	.steps > li {
		background-position: left top;
		background-repeat: no-repeat;
		min-height: 70px;
		margin-bottom: 15px;
		padding-left: 70px;
	}

	.steps > li:nth-child(1) { background-image: url("img/steps/01.png"); }
	.steps > li:nth-child(2) { background-image: url("img/steps/02.png"); }
	.steps > li:nth-child(3) { background-image: url("img/steps/03.png"); }
	.steps > li:nth-child(4) { background-image: url("img/steps/04.png"); }
	.steps > li:nth-child(5) { background-image: url("img/steps/05.png"); }
	.steps > li:nth-child(6) { background-image: url("img/steps/06.png"); }
	.steps > li:nth-child(7) { background-image: url("img/steps/07.png"); }
	.steps > li:nth-child(8) { background-image: url("img/steps/08.png"); }
	.steps > li:nth-child(9) { background-image: url("img/steps/09.png"); }
	.steps > li:nth-child(10) { background-image: url("img/steps/10.png"); }

		.steps li h3:first-child, .steps li h4:first-child {
			background: none !important;
			font-size: 14px;
			margin-bottom: 5px !important;
			text-indent: 0 !important;
			text-transform: uppercase;
		}
		
	.steps > .col1, .steps > .col2 { width: 220px; }
	.steps > .col1 { margin-right: 30px; }
	
		.steps ul { padding-left: 12px !important; }
			.steps ul li { list-style-image: url("img/arrow_3.png"); }
		
/* À vérifier qu'on l'utilise toujours */
.blue {
	margin-bottom: 20px;
	padding-left: 30px;
}

	.blue li {
		list-style-image: url("img/arrow_2.png");
		line-height: 1.7em;
	}
	
		.blue li a { font-weight: bold; }

/**/


/* ============================== */
/* ! Links                        */
/* ============================== */

a {
	color: #005b9b;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
}
a:hover { color: #ff9c00 !important; }

a.button {
	background: url("img/block_more.png") center no-repeat;
	display: inline-block;
	line-height: 23px;
	text-align: center;
	text-transform: lowercase;
	width: 112px;
}

a.button:after { content: ' »'; }

a .external, a .pdf {
	background-repeat: no-repeat;
	display: inline-block;
	width: 10px; height: 10px;
	margin-left: 2px;
}

a .external {
	background-image: url("img/ico_external_link.gif");
	width: 10px; height: 10px;
}

a .pdf {
	background-image: url("img/icone_PDF_mini.png");
	width: 16px; height: 16px;
}

/**/
#book a:after,
aside .block nav a:after,
#press a:after,
#team a:after { content: ' »'; }


/* ============================== */
/* ! Columns                      */
/* ============================== */
.col1, .col2, .col3 { float: left; }

.two-cols .col1 {
	padding-right: 2%;
	width: 49%;
}

.two-cols .col2 { width: 48%; }

.three-cols .col1,
.three-cols .col2 {

}

.three-cols .col3 { }


.two-cols .col2:after,
.three-cols .col3:after {
	content : '';
	display: block;
	clear: both;
}


/* ============================== */
/* ! Forms                        */
/* ============================== */

form {}

	fieldset {}
		
		legend {
			color: #005b9b;
			float: left;
			font-family: "Trebuchet MS", sans-serif;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 5px;
			text-transform: uppercase;
			width: 100%;
		}
		
		legend + * { clear: both; }
		
		label {
			display: block;
			margin-bottom: 3px;
		}
		
			label span { color: #555; }
			label.required span { color: #ff9c00; }
		
		input, select, textarea {
			display: inline-block;
			margin-bottom: 10px;
		}
		
		input[type="text"], input[type="password"], select { height: 22px; }
		
		select[multiple] { height: 60px; }

		input[type="text"], input[type="password"], select, textarea {
			border: 1px solid #73a5c8;
			padding: 2px;
		}

		.checklist { padding-left: 0 !important; }
			.checklist li { list-style: none !important; }
			
			.checklist input[type="checkbox"] { margin-bottom: 3px; }
			
			.checklist .other { margin-top: 5px; }
			
		input[type="submit"], input[type="reset"], input[type="button"] {
			background: url("img/block_more.png") center no-repeat;
			border: none;
			color: #005b9b;
			display: inline-block;
			font-family: "Trebuchet MS", sans-serif;
			line-height: 23px;
			padding: 0;
			text-align: center;
			width: 112px;
		}



.iframe fieldset {
	border: 0;
	border-top: 7px solid #c0dffe;
	padding: 10px;
}

	.iframe fieldset input[type="text"],
	.iframe fieldset input[type="password"],
	.iframe fieldset select,
	.iframe fieldset textarea { width: 250px; }	

	
/* MH Elargi le textarea pour la lettre de motivation*/
textarea#motivation {
	width: 600px;
}

textarea#frm_c_info {
	width: 600px;
}	
	
	
a.lostpassword {
	background: url("img/arrow_2.png") left center no-repeat;
	margin-left: 5px;
	padding-left: 12px;
	line-height: 22px;
	font-weight: bold;
}

input[type="submit"].right { float: right; }


/* ============================== */
/* ! Menus                        */
/* ============================== */

.menu a { display: inline-block; }


/* ============================== */
/* ! Made by Karl signature       */
/* ============================== */

/*#madebykarl a {
	background: url('http://madebykarl.be/signatures/line/175_20_d20000.png') left top no-repeat;
	display: block;
	height: 20px; width: 175px;
	text-indent: -9999em;
}
#madebykarl a:hover { background-position: left bottom; }*/


/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
	color: #333;
	font: 11px/1.3 "Trebuchet MS", sans-serif;
}

.root { background: url("img/main-header_background.png") top repeat-x; }

/* ============================== */
/* ! Header                       */
/* ============================== */

#main-header {
	position: relative;
	z-index: 3;
	min-width: 1000px;
}
	
	#main-header > .row {
		height: 308px;
		overflow: visible;
		position: relative;
		z-index: 2;
	}

/* ============================== */
/* ! Main title                   */
/* ============================== */
#main-header hgroup {
	background: url("img/left_column_background_head.png") left top no-repeat;
	height: 190px; width: 302px;
	padding: 14px 16px 0;
	position: absolute;
	bottom: 0;
	text-indent: -999em;
	z-index: 2;
}
	
	#main-header hgroup h1 {
		background: url("img/logo.png") center no-repeat;
		height: 75px;
	}

	#main-header hgroup h2.default {
		background: url("img/baseline_default.png") center no-repeat;
		height: 60px;
	}
	
	.en #main-header hgroup h2.default { background-image: url("img/baseline_default_en.png"); }
	.nl #main-header hgroup h2.default { background-image: url("img/baseline_default_nl.png"); }
	
	#main-header hgroup h2.baseline {
		margin: 0 auto; padding: 0;
		height: 60px; width: 281px;
	}
	
	#main-header hgroup h2.baseline img {
		display: block;
		height: 100%; width: 100%;
	}
	
/* ============================== */
/* ! Main navigation              */
/* ============================== */

#main-header nav ul > li {
	display: inline;
	margin-right: 5px;
}

#main-header nav > * {
	position: absolute;
	z-index: 2;
}

/* Espace élèves, espace coaches, ... */
#menu-espaces-ctn ul {
	padding: 5px 16px 0;
	text-align: center;
	width: 302px;
}

	#menu-espaces-ctn ul a {
		background-color: #005b9b;
		color: #fff;
		font-size: 14px;
		padding: 5px 15px;
		text-transform: uppercase;
	}

/* Top bar */
#top-bar {
	padding: 5px;
	right: 150px;
	text-align: right;
	width: 520px;
}

	/* Top shortcuts */
	#menu-top_shortcuts-ctn {
		line-height: 22px;
		margin-right: 15px;
	}
			
		#menu-top_shortcuts-ctn div { display: inline; }

	/* Facebook/Twitter button */
	#to-facebook a, #to-twitter a {
		background-position: center;
		background-repeat: no-repeat;
		display: inline-block;
		height: 16px; width: 16px;
		margin-top: 3px;
		text-align: left;
		text-indent: -999em;
	}
	
	#to-facebook a { background-image: url("img/facebook_icon16x16.png"); }
	#to-twitter a { background-image: url("img/twitter_icon16x16.png"); }

	/* Search form */
	#searchform {
		background-color: #fff;
		border: 1px solid #005b9b;
		display: inline-block;
		height: 20px; width: 200px;
		position: relative;
	}
			
		#searchform label { display: none; }
				
		#s {
			background: none transparent;
			border: none;
			float: left;
			height: 18px; width: 175px;
			margin: 0;
			padding: 1px 2px;
		}
				
		input::-webkit-input-placeholder,
		isindex::-webkit-input-placeholder,
		textarea::-webkit-input-placeholder { color: #005b9b; }
				
		#searchsubmit {
			background: url("img/search_icon.png") center no-repeat;
			border: none;
			display: inline-block;
			height: 20px; width: 20px;
			text-indent: -999em;
		}

/* I18n menu */		
#languages-switch {	right: 25px; }
			
	#languages-switch li a {
		background: url("img/languages_switch_sprite.png") -32px top no-repeat;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		height: 35px; width: 32px;
		padding: 5px 0;
		text-align: center;
		text-transform: uppercase;
	}
				
	#languages-switch li a.active { background-position: 0 0; }

/* Booking button */
#book {
	bottom: -3px; /* should be 0 */
	left: 40px;
}
		
	#book a {
		background: url("img/book_background.png") center no-repeat;
		display: inline-block;
		font-size: 18px;
		height: 56px; width: 255px;
		line-height: 56px;
		text-align: center;
		text-shadow: 1px 1px 2px #fff;
		text-transform: uppercase;
	}

/* Menu principal */
#menu-principal-ctn {
	height: 35px; width: 675px;
	top: 265px; left: 330px;
	z-index: 1000;
}

	#menu-principal-ctn a {
		font-size: 14px;
		line-height: 35px;
		padding: 0 10px;
		text-transform: uppercase;
	}
		
	#menu-principal-ctn .current-menu-ancestor > a,
	#menu-principal-ctn .current-menu-parent > a,
	#menu-principal-ctn .current-menu-item > a { color: #fff; }

	#menu-principal-ctn li:hover > a {
		background-color: #cce6ff;
		color: #ff9c00;
	}
		
	#menu-principal-ctn .menu > .current-menu-ancestor > a,
	#menu-principal-ctn .menu > .current-menu-parent > a,
	#menu-principal-ctn .menu > .current-menu-item > a { background-color: #005b9b; }
		
	#menu-principal-ctn .sub-menu {
		background: url("img/main-footer_background.png") center top;
		display: none;
		position: absolute; left: 0; top: 34px;
		width: 675px;
	}
	
		#menu-principal-ctn .sub-menu .sub-menu { top: 24px; }
		.safari #menu-principal-ctn .sub-menu .sub-menu { top: 34px; }

		/*#menu-principal-ctn .current-menu-ancestor > ul,
		#menu-principal-ctn .current-menu-parent > ul,
		#menu-principal-ctn .current-menu-item > ul,*/
		#menu-principal-ctn li:hover > ul { display: block; }

		#menu-principal-ctn .sub-menu a { font-size: 11px; }

		#menu-principal-ctn .sub-menu > .current-menu-ancestor > a,
		#menu-principal-ctn .sub-menu > .current-menu-parent > a,
		#menu-principal-ctn .sub-menu > .current-menu-item > a {
			border-bottom: 4px solid #005b9b;
			height: 31px;
		}

		#menu-principal-ctn .sub-menu li { position: relative; }

		#menu-principal-ctn .sub-menu .sub-menu {
			background: #cce6ff none;
			border: 1px solid #fff; border-top-width: 0;
			position: absolute; left: 0;
			width: 300px;
		}
		
			#menu-principal-ctn .sub-menu .sub-menu li { display: block; }
	
				#menu-principal-ctn .sub-menu .sub-menu li a { width: 280px; }
				
				
		/* correction bug hover */
		#menu-principal-ctn .sub-menu li:hover { position: relative; z-index: 10; }

/* ============================== */
/* ! Slideshow                    */
/* ============================== */

#slideshow, #slideshow .slide {
	height: 265px; width: 100%;
	position: absolute;
}

#slideshow { z-index: 1; }
		
	#slideshow .slide img {
		height: 100%;
		margin: 0 auto;
		position: absolute;
		z-index: 1;
	}
				
		#slideshow .slide .caption {
			font-family: 'Trebuchet MS', sans-serif;
			font-size: 24px;
			font-weight: bold;
			height: 135px; width: 1000px;
			padding: 65px 0;
			position: absolute;
			text-align: right;
			text-shadow: 1px 1px 1px #fff;
			z-index: 2;
		}
				
			#slideshow .slide .caption strong { color: #ff9c00; }
  
#slideshow .pagination { display: none; }

/* ============================== */
/* ! Footer                       */
/* ============================== */

#main-footer {
	background: #cce6fe url("img/main-footer_background.png") center bottom repeat-x;
	border-top: 35px solid #8cc6fd;
	clear: both;
	margin-top: -65px;
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 1000px;
}

	#main-footer > .row { margin-bottom: 20px; }
	
	/* Press corner */
	#press header {
		position: relative;
		margin-top: 10px;
		height: 70px;
	}
	
		#press header h1 {
			background: url("img/press_band.png") right center no-repeat;
			color: #005b9b;
			font-family: "Georgia", serif;
			font-size: 18px;
			font-style: italic;
			font-weight: bold;
			height: 54px;
			line-height: 60px;
			padding: 0 700px 0 45px;
		}
		
		.en #press header h1, .nl #press header h1 { font-size: 16px; }
			
		#press header a {
			display: block;
			position: absolute;
			top: 0;
			padding-top: 55px;
			width: 100%;
			text-align: right;
		}
	
	/* Suggestions */
	#suggestions {
		background: url("img/main-footer_nav_background.png") 295px top repeat-y;
		margin-bottom: 20px;
		padding-left: 60px;
	}
	
		/* Columns */
		#suggestions .col1, #suggestions .col2 { width: 236px; }
		#suggestions .col3 { width: 492px; }
	
		/* Blocks */
		#suggestions .block { padding: 0 15px 0; }	
		
			#suggestions .block h1 {
				background-color: #e7f2fd;
				border-bottom: 1px dashed #005b9b;
				color: #005b9b;
				font-size: 12px;
				margin-bottom: 10px;
				padding: 5px 20px;
				text-transform: uppercase;
			}

			#suggestions .block ul { padding: 0 0 10px 45px; }
					
				#suggestions .block ul li {
					list-style-image: url("img/arrow_3.png");
					line-height: 1.6em;
				}
						
					#suggestions .block ul a { color: #666; }
							
			/* Matières */			
			#courses ul {
				border-bottom: 1px dashed #005b9b;
				margin-bottom: 20px;
				padding-bottom: 25px;
			}
							
			/* Facebook like box */		
			.fb-like-box { margin-left: 5px; }
			
			/* Team */		
			#team { text-align: center; }
					
				.big_button, #team a {
					background: url("img/main-footer_big_button.png") center no-repeat;
					color: #fff;
					display: inline-block;
					font-size: 12px;
					font-weight: bold;
					height: 36px; width: 170px;
					line-height: 36px;
					margin-right: 15px;
					text-align: center;
					text-transform: uppercase;
				}
			
	/* Bottom shortcuts */		
			
	#menu-bottom_shortcuts-ctn {
		color: #fff;
		font-weight: bold;
		height: 35px;
		line-height: 35px;
		padding-right: 40px;
		text-align: right;
		text-transform: uppercase;
	}
			
		#menu-bottom_shortcuts-ctn div { display: inline; }		
		#menu-bottom_shortcuts-ctn a { color: #fff; }

/* ============================== */
/* ! Page                         */
/* ============================== */

#page {
	font-family: "Verdana", "Arial", sans-serif;
	position: relative;
}

/* ============================== */
/* ! Sidebar                      */
/* ============================== */

#sidebar {
	background: url("img/left_column_wrap_background.jpg") left top no-repeat;
	color: #666;
	position: absolute; height: 100%; top: 0;
	z-index: 2;
}

#sidebar .wrap {
	background: url("img/left_column_background.png") left bottom no-repeat;
	height: 100%;
	padding: 0 39px;
	width: 256px;
}

.sidebar_block {
	color: #666;
}

#sidebar :last-children { margin-bottom: 40px; }

	/* Blocks */
	#sidebar .block header {
		background: url("img/sidebar_block_header_background.png") center 30px no-repeat;
		height: 85px;
	}
	
	
	#sidebar .block h1 {
		background: url("img/sidebar_block_h1_sprite.png") 0 0 no-repeat;
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		height: 85px;
		line-height: 105px;
		text-indent: 20px;
	}
	
	#sidebar .block .entry-content { padding: 0 12px; }
	
	
	#sidebar .block nav ul {
		padding: 15px 5px 5px 10px;
		text-align: center;
	}		
						
			
	
	/* Call me */
	#sidebar #block-rappelez-moi header h1 { background-position: right -105px; }

#block-rappelez-moi { margin-bottom: -30px; }

	#block-rappelez-moi form { padding: 0 25px 0 15px; }
	#call_back fieldset { padding: 0; border: none; }
	#call_back fieldset input { width: 100%; }
	#call_back input#callmesubmit { margin-left: 60px; }

	/* Coaches */
	#sidebar #block-nos-coaches { padding-bottom: 20px; }
	#sidebar #block-nos-coaches header h1 { background-position: right -210px; }

	/* Results */
	#sidebar #block-nos-resultats header h1 { background-position: right -315px; }
			

/* ============================== */
/* ! Content                      */
/* ============================== */

#content {
	margin-left: 330px;
	padding: 0 10px 65px;
	min-height: 770px;
	width: 655px;
}

	/* Breadcrumb */
	#breadcrumb-ctn {
		font-family: "Trebuchet MS", sans-serif;
		font-size: 12px;
		padding: 10px 0 5px;
	}
		#breadcrumb-ctn a:first-child { color: #8cc6fd; }	
	
	/* Page content */




	#content > .page {}

				
		
	
	
	/*#nos-formules nav ul {
		background: url("img/nos-formules_background.png") left top no-repeat;
		height: 200px; width: 630px;
		padding: 5px 10px 0 0;
		list-style: none;
	}
	
	#nos-formules nav ul li {
		background-color: rgba(255,0,0,.6);
		float: left;
		margin: 0 25px 5px 0;
	}*/
	
	#nos-formules { margin: 20px 0; }
	
	#nos-formules header h1 {
		background: url("img/arrow_2.png") left center no-repeat;
		color: #005b9b;
		margin-bottom: 15px; 
		text-indent: 12px;
	}
	
	
	#nos-formules nav ul li {
		display: inline;
		padding: 5px 0;
	}
	
	#nos-formules nav ul li a {
		background: url("img/nos-formules_background.png") no-repeat;
		display: inline-block;
		font-family: "Trebuchet MS", sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		height: 40px; width: 170px;
		margin: 5px;
		padding: 60px 0 0 115px;
	}
	
		#nos-formules nav ul li a span { color: #6f3d0a; }
	
		#nos-formules nav ul #cours-primaire a { background-position: 0 0; }
		#nos-formules nav ul #cours-secondaire a { background-position: 0 -105px; }
		#nos-formules nav ul #cours-superieur a { background-position: 0 -210px; }
		#nos-formules nav ul #cours-adultes a { background-position: 0 -315px; }
	
	
	/* Columns */
	/*#content aside .col1, #content aside .col2 { width: 300px; }
	#content aside .col1 { margin-right: 30px; }*/
	
	
	#content aside .block {
		border-top: 7px solid #c1dffe;
		margin-bottom: 10px;
		padding: 10px;
	}
	
	#content aside .block header h1 {
		color: #005b9b;
		font-size: 14px;
		margin-bottom: 20px;
	}


#content article.search-result a {
	border-top: 1px solid #005b9b;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}
#content article.search-result:first-of-type a { border-top: none; }
#content article.search-result a:hover { background-color: #eee; }

#content article.search-result h1 { font-size: 16px; }



.presse > li {
	list-style: none;
	list-style-image: none !important;
	padding-left: 200px;
	position: relative;
	min-height: 70px;
}

.presse > li h5:first-of-type {
	background: url("img/arrow_3.png") left center no-repeat;
	font-size: 13px;
	line-height: 16px;
}

.presse > li > * { padding-left: 12px; }

.presse > li h5:first-of-type + p { font-size: 10px; color: #666; }

.presse > li img:first-child {
	display: block;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
	/*left: 200px;
	margin-left: -100px;*/
}

.presse > li img:first-child + br { display: none; }




.entry-content .menu > li {
	float: left;
	width: 40%;
	margin-bottom: 15px;
}

.entry-content .menu > li:nth-child(2n+1) {
	clear: both;
}

.entry-content .sub-menu {
	margin-left: 25px;
}

.entry-content .menu > li > a {
	font-size: 13px;
	font-weight: bold;
}


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}
