/* @override 
	http://localhost/~renaudcharpentier/hel/www/index.php/themes/hel/css/screen.css?m=1276440795
	http://localhost/~renaudcharpentier/hel/www/themes/hel/css/screen.css
	http://localhost/~raspberrydesign/hel/www/themes/hel/css/screen.css
	http://localhost/~renaudcharpentier/hel/www/index.php/themes/hel/css/screen.css
	http://hel.djm.eu/themes/hel/css/screen.css
*/

@import "reset.css";
@import "typography.css";

body {
	background-image: url(../images/bg_s1.gif);
}

.hide {
	display: none;
}

/* @group Header */

/* @group Logo */

#logo {
	width: 988px;
	margin: auto;
}

#logo a {
	width: 176px;
	height: 194px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	z-index: 2;
	font-size: 0;
	background: url(../images/logo_s1.jpg) 0 194px;
}

#logo a:hover {
	background-position: 0 0;
}

#logo a span.current {
	width: 18px;
	height: 8px;
	display: block;
	margin: auto;
	padding-top: 189px;
	background: url(../images/menu_home_current.gif) no-repeat 0 bottom;
}



/* @end */

#header_top {
	height: 48px;
	background: url(../images/header_bg_s1.png) repeat-x center top;
	position: absolute;
	width: 100%;
	z-index: 1;
}

#header_transparent {
	width: 988px;
	margin: auto;
}

#header_top_transparent {
	background: url(../images/header_bg_transparent_s1.png) repeat-x center top;
	width: 790px;
	margin: auto;
	position: absolute;
	z-index: 3;
	padding-left: 194px;
	padding-right: 4px;
	height: 48px;
}

#header_top_transparent h1 {
	float: left;
	color: #09B6F7;
	font: 20px/42px Helvetica;
	height: 42px;
}

/* @group Search */

#search {
	float: right;
	width: 208px;
}

#search form legend {
	display: none;
}

#search form div.nolabel {
	float: left;
	padding-top: 8px;
	width: auto;
}

#search form div label {
	display: none;
}

#search form div input {
	border-style: none;
	background-color: transparent;
	background-image: url(../images/search_input_s1.gif);
	width: 144px;
	height: 24px;
	color: #999999;
	font-size: 12px;
	line-height: 24px;
	padding: 0 7px;
}

#search form input.action {
	background-image: url(../images/search_submit_s1.png);
	height: 37px;
	width: 50px;
	font: 14px/33px Verdana;
	color: white;
	cursor: pointer;
	border-style: none;
	background-color: transparent;
	padding: 0 0 3px;
	margin: 3px 0 0;
}

#search form input.action:hover {
	background-position: 50px -1px;
}



/* @end */



/* @end */

/* @group Menu */

#menu {
	width: 790px;
	margin: auto;
	padding-top: 42px;
	padding-left: 190px;
	overflow: hidden;
	height: 155px;
}

#menu ul li {
	float: left;
	padding-right: 10px;
}

#menu ul li a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	padding: 60px 15px 12px;
	background-color: #B3B3B3;
}

#menu ul li a:hover {
	padding-top: 60px;
	background-color: #09B6F7;
}

#menu ul li.current a {
	padding-top: 92px;
	background-color: #09B6F7;
}

#menu ul li.current span {
	background-image: url(../images/menu_arrow_s1.gif);
	width: 18px;
	height: 8px;
	display: block;
	margin: auto;
}



/* @end */

/* @group Content */

#content {
	width: 980px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 20px;
}

/* @group Left */

#content_left {
	float: left;
	width: 217px;
	padding-top: 25px;
}

#content_left h2 {
	border-top: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	background-color: #09B6F7;
	background-image: url(../images/ss_menu_title.gif);
	height: 36px;
	font-size: 17px;
	color: white;
	line-height: 36px;
	padding-left: 10px;
}

#content_left ul {
	background-color: #F7F7F7;
	padding-top: 10px;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}

#content_left ul li {
	padding-bottom: 3px;
}

#content_left ul li a {
	display: block;
	font-size: 14px;
	color: #4D4D4D;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
}

#content_left ul li a:hover {
	background-color: #E1E598;
	border-bottom: 1px solid #E1E598;
}

#content_left ul li a:hover span {
	border-bottom-style: none;
	background-position: right -104px;
}

#content_left ul li a.current {
	background-color: #CCD33C;
	color: black;
	border-bottom-style: none;
}

#content_left ul li a.current span {
	border-bottom-style: none;
	background-position: right -4px;
}

#content_left ul li a span {
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	background: url(../images/ss_menu_arrow_s1.gif) no-repeat right -204px;
	padding-right: 15px;
	line-height: 18px;
	padding-bottom: 7px;
}

#content_left ul li.last a span {
	border-bottom-style: none;
}

#content_left ul li ul {
	background-color: #ECEEC8;
	border-style: none;
}

#content_left ul li ul li {
	
}

#content_left ul li ul li a span {
	background-image: none;
	border-bottom-color: white;
}

#content_left ul li ul li.last a span {
	border-bottom-style: none;
}

#content_left ul li ul li a.current {
	background-color: #DFE38F;
}



/* @end */

/* @group Right */

#content_right {
	float: right;
	width: 712px;
}

#content_text {
	clear: both;
	padding-top: 15px;
}

#content_text h1.title {
	color: #453E34;
	font-size: 23px;
	font-weight: bold;
	border-bottom: 1px solid #00ACEE;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/* @group Breadcrumbs */

#breadcrumbs {
	float: left;
	color: white;
	font-size: 12px;
	line-height: 20px;
	padding-right: 24px;
	background: #62B6D3 url(../images/breadcrumbs_end_s1.gif) no-repeat right;
}

#breadcrumbs a {
	background-color: #C9C9C9;
	height: 20px;
	float: left;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	color: white;
}

#breadcrumbs a.home {
	width: 40px;
	height: 20px;
	float: left;
	text-indent: -9999px;
	background: url(../images/breadcrumbs_home_s1.gif) no-repeat;
	padding-right: 0;
	padding-left: 0;
}

#breadcrumbs span.arrow {
	width: 16px;
	height: 20px;
	float: left;
	text-indent: -9999px;
	background: url(../images/breadcrumbs_join_s1.gif) no-repeat;
}



/* @end */

/* @group Tools */

#tools {
	float: right;
	padding-left: 0;
	list-style-type: none;
}

#tools li {
	float: right;
	padding-left: 12px;
}

#tools li a {
	font-size: 13px;
	color: #8C8C8C;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/tools_s1.gif) no-repeat;
}

#tools li a:hover {
	color: #249FD3;
}

#tools li.pdf a {
	background-position: 0 -15px;
}

#tools li.friend a {
	background-position: 0 -30px;
}



/* @end */



/* @end */



/* @end */

/* @group Footer */

#footer_bg {
	height: 218px;
	background: url(../images/footer_bg_s1.gif) repeat-x center bottom;
	padding-top: 30px;
}

#footer {
	width: 980px;
	margin: auto;
}

/* @group Left */

#footer div.left {
	float: left;
	width: 180px;
}

#footer div.left h2 {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 7px;
}

#footer div.left h3 {
	background-image: url(../images/footer_logo_s1.gif);
	width: 59px;
	height: 44px;
	text-indent: -9999px;
}

#footer div.left address {
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;
	color: #4C2177;
	font-size: 14px;
	padding-bottom: 10px;
}

#footer div.left div {
	font-size: 14px;
	color: black;
}

#footer div.left div a {
	color: #09B6F7;
	text-decoration: none;
}



/* @end */

/* @group Right */

#footer ul.shortcut {
	text-align: right;
	width: 800px;
	float: right;
}

#footer ul.shortcut li.level1 {
	float: left;
	width: 200px;
	text-align: left;
}

#presentation {
	background: url(../images/footer_icon_s1.gif) no-repeat;
	display: block;
	height: 20px;
	padding-left: 35px;
	font-size: 16px;
	color: #004C99;
	line-height: 20px;
	text-decoration: none;
}

#formations {
	background: url(../images/footer_icon_s1.gif) no-repeat 0 -23px;
	display: block;
	height: 20px;
	padding-left: 35px;
	font-size: 16px;
	color: #004C99;
	line-height: 20px;
	text-decoration: none;
}

#infos-etudiants {
	background: url(../images/footer_icon_s1.gif) no-repeat 0 -45px;
	display: block;
	height: 20px;
	padding-left: 35px;
	font-size: 16px;
	color: #004C99;
	line-height: 20px;
	text-decoration: none;
}

#services {
	background: url(../images/footer_icon_s1.gif) no-repeat 0 -68px;
	display: block;
	height: 20px;
	padding-left: 35px;
	font-size: 16px;
	color: #004C99;
	line-height: 20px;
	text-decoration: none;
}

#footer ul.shortcut li.level1 ul {
	padding-left: 35px;
	padding-top: 10px;
	width: 140px;
	height: 160px;
	border-right: 1px solid silver;
}

#footer ul.shortcut li.level1 ul li {
	padding-bottom: 6px;
}

#footer ul.shortcut li.level1 ul li a {
	color: #5B5B5B;
	font-size: 13px;
	text-decoration: none;
}

#footer ul.shortcut li.level1 ul li.footer_economique a:hover {
	color: #B1005D;
}

#footer ul.shortcut li.level1 ul li.footer_paramedicale a:hover {
	color: #D6E03D;
}

#footer ul.shortcut li.level1 ul li.footer_traduction-interpretation a:hover {
	color: #68C8C6;
}

#footer ul.shortcut li.level1 ul li.footer_technique a:hover {
	color: #ED1849;
}

#footer ul.shortcut li.level1 ul li.footer_pedagogique a:hover {
	color: #0054A4;
}

#footer ul.shortcut li.level1 ul li a:hover {
	color: #3EC4FF;
}

#footer ul.shortcut li.level1 ul.last {
	border-right-style: none;
}



/* @end */



/* @end */

/* @group Bottom */

#bottom_bg {
	height: 21px;
	background-color: #565656;
}

#bottom {
	width: 980px;
	margin: auto;
	text-align: center;
	color: white;
	font: 10px/21px Verdana;
}

#bottom a {
	color: #BBD118;
	text-decoration: none;
}



/* @end */

/* @group Home */

#content_right {
	width: 700px;
}

#content_right h1.home, #content_right h1.homeRight {
	font-size: 34px;
	color: #62625F;
	font-family: Helvetica;
	font-weight: normal;
	line-height: 34px;
	padding-bottom: 10px;
}

#content_right h1.homeRight {
	text-align: right;
	padding-top: 10px;
}

/* @group Banner */

#banner {
	width: 700px;
	height: 248px;
	overflow: hidden;
	position:  relative;
}

#banner div.change {
	position: absolute;
	color: white;
	z-index: 1;
	width: 50px;
	padding-top: 218px;
	padding-left: 639px;
	display: none;
}

#banner div.change span.previous {
	display: block;
	float: left;
	background-image: url(../images/home_banner_left_s1.png);
	width: 22px;
	height: 21px;
	text-indent: -9999px;
	cursor: pointer;
}

#banner div.change span.next {
	display: block;
	float: right;
	background-image: url(../images/home_banner_right_s1.png);
	width: 22px;
	height: 21px;
	text-indent: -9999px;
	cursor: pointer;
}

#banner ul {
	height: 248px;
	position: absolute;
	left: 0;
}

#banner ul li {
	float: left;
	height: 248px;
	width: 700px;
}

#banner ul li img {
}

#banner ul li span {
	position: relative;
	color: white;
	text-transform: uppercase;
	top: -39px;
	font-size: 15px;
	font-weight: bold;
	height: 39px;
	display: block;
	background-image: url(../images/home_banner_band_s1.png);
	line-height: 39px;
	padding-left: 15px;
	width: 685px;
}



/* @end */

/* @group Map */

/* @group Plan */

#content_right div.left {
	float: left;
	width: 464px;
}

#content_right div.left h2 {
	width: 163px;
	height: 45px;
	background: url(../images/home_nos_formations_s1.gif) no-repeat;
	padding-bottom: 20px;
	font-weight: normal;
	font-style: normal;
	color: white;
	font-size: 19px;
	padding-top: 14px;
	padding-left: 8px;
}

#content_right div.left h2 strong {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 2px;
}

#content_right div.left #map {
	width: 464px;
	height: 260px;
	background: url(../images/home_map_s1.jpg) no-repeat;
}

#map {
	position: relative;
}

#map div.contener {
	position: relative;
	/*cursor: pointer;*/
}

#map span.icon {
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
	z-index: 1;
}

#map div.text {
	height: 21px;
	z-index: 0;
	left: 12px;
	position: relative;
	display: none;
}

#map div.contener:hover div.text {
	display: block;
}

#map div.text span.middle {
	display: block;
	height: 21px;
	font-size: 12px;
	color: #323232;
	line-height: 21px;
	font-weight: bold;
	padding-left: 14px;
	background-repeat: repeat-x;
	float: left;
}

#map div.text span.middle a {
	color: #323232;
	text-decoration: none;
}

#map div.text span.right {
	display: block;
	float: left;
	width: 8px;
	height: 21px;
}

#map div.bus1 span.icon, #map div.bus2 span.icon, #map div.bus3 span.icon {
	background-image: url(../images/home_map_bus_left_s1.png);
	width: 24px;
	height: 37px;
}

#map div.bus1 div.text, #map div.bus2 div.text, #map div.bus3 div.text {
	position: relative;
	z-index: 1;
	display: block;
}

#map div.bus1 div.text span.middle, #map div.bus2 div.text span.middle, #map div.bus3 div.text span.middle {
	height: 19px;
	color: white;
	font-size: 15px;
	line-height: 19px;
	padding-left: 3px;
	background: url(../images/home_map_bus_right_s1.png) no-repeat right;
	padding-right: 5px;
}

#map div.bus1 div.text span.middle span.default, #map div.bus2 div.text span.middle span.default, #map div.bus3 div.text span.middle span.default {
	display: block;
}


#map div.bus1 div.text span.middle span.bus, #map div.bus2 div.text span.middle span.bus, #map div.bus3 div.text span.middle span.bus {
	display: none;
	white-space: nowrap;
}

#map div.bus1 div.text span.right, #map div.bus2 div.text span.right, #map div.bus3 div.text span.right {
	background-image: url(../images/home_map_bus_right_s1.png);
	width: 5px;
	height: 19px;
}

/* @group Technique */

#map div.technique {
	position: absolute;
	top: 70px;
	left: 100px;
	z-index: 0;
}

#map div.technique span.icon {
	background-image: url(../images/home_map_tech_left_s1.png);
}

#map div.technique div.text span.middle {
	font-size: 12px;
	color: #323232;
	line-height: 21px;
	font-weight: bold;
	background-image: url(../images/home_map_tech_middle_s1.gif);
}

#map div.technique div.text span.right {
	background-image: url(../images/home_map_tech_right_s1.png);
}



/* @end */

/* @group Technique2 */

#map div.technique2 {
	position: absolute;
	top: 165px;
	left: 15px;
	z-index: 0;
}

#map div.technique2 span.icon {
	background-image: url(../images/home_map_tech_left_s1.png);
}

#map div.technique2 div.text span.middle {
	font-size: 12px;
	color: #323232;
	line-height: 21px;
	font-weight: bold;
	background-image: url(../images/home_map_tech_middle_s1.gif);
}

#map div.technique2 div.text span.right {
	background-image: url(../images/home_map_tech_right_s1.png);
}



/* @end */

/* @group Economique */

#map div.economique {
	position: absolute;
	top: 145px;
	left: 208px;
	z-index: 0;
}

#map div.economique div.text {
	left: 12px;
}

#map div.economique span.icon {
	background-image: url(../images/home_map_eco_right_s1.png);
}

#map div.economique div.text span.middle {
	font-size: 12px;
	color: #323232;
	line-height: 21px;
	font-weight: bold;
	background-image: url(../images/home_map_eco_middle_s1.gif);
}

#map div.economique div.text span.right {
	background-image: url(../images/home_map_eco_left_s1.png);
}



/* @end */

/* @group Paramédicale */

#map div.paramedicale {
	position: absolute;
	top: 163px;
	left: 226px;
	z-index: 0;
}

#map div.paramedicale div.text {
	left: 12px;
}

#map div.paramedicale span.icon {
	background-image: url(../images/home_map_para_right_s1.png);
}

#map div.paramedicale div.text span.middle {
	font-size: 12px;
	color: #323232;
	line-height: 21px;
	font-weight: bold;
	background-image: url(../images/home_map_para_middle_s1.gif);
}

#map div.paramedicale div.text span.right {
	background-image: url(../images/home_map_para_left_s1.png);
}



/* @end */

/* @group Traduction */

#map div.traduction {
	position: absolute;
	top: 175px;
	left: 250px;
	z-index: 0;
}

#map div.traduction div.text {
	left: 12px;
}

#map div.traduction span.icon {
	background-image: url(../images/home_map_inter_right_s1.png);
}

#map div.traduction div.text span.middle {
	font-size: 12px;
	color: #323232;
	line-height: 21px;
	font-weight: bold;
	background-image: url(../images/home_map_inter_middle_s1.gif);
}

#map div.traduction div.text span.right {
	background-image: url(../images/home_map_inter_left_s1.png);
	width: 7px;
}



/* @end */

/* @group Pédagogique */

#map div.pedagogique {
	position: absolute;
	top: 135px;
	left: 300px;
	z-index: 0;
}

#map div.pedagogique span.icon {
	background-image: url(../images/home_map_peda_left_s1.png);
}

#map div.pedagogique div.text span.middle {
	font-size: 12px;
	color: #323232;
	line-height: 21px;
	font-weight: bold;
	background-image: url(../images/home_map_peda_middle_s1.gif);
}

#map div.pedagogique div.text span.right {
	background-image: url(../images/home_map_peda_right_s1.png);
}



/* @end */

/* @group Bus 1 */

#map div.bus1 {
	position: absolute;
	top: 18px;
	left: 133px;
}



/* @end */

/* @group Bus 2 */

#map div.bus2 {
	position: absolute;
	top: 115px;
	left: 250px;
}



/* @end */

/* @group Bus 3 */

#map div.bus3 {
	position: absolute;
	top: 186px;
	left: 445px;
}



/* @end */



/* @end */

/* @group Legend */

#content_right div.right {
	width: 207px;
	float: right;
	padding-top: 20px;
}

#content_right div.right div.top {
	background-image: url(../images/home_legend_top_s1.gif);
	width: 207px;
	height: 12px;
	font-size: 1px;
}

#content_right div.right div.middle {
	background: url(../images/home_legend_middle_s1.gif) repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

#content_right div.right div.middle h3 {
	border-bottom: 1px solid #5D5E5E;
	padding-bottom: 5px;
	overflow: hidden;
}

#content_right div.right div.middle h3 span.logo {
	background-image: url(../images/home_hel_map_s1.gif);
	width: 45px;
	height: 31px;
	text-indent: -9999px;
	float: left;
}

#content_right div.right div.middle h3 span.text {
	color: #1A1A1A;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
	float: left;
}

#content_right div.right div.middle ul {
	padding-top: 5px;
}

#content_right div.right div.middle ul li {
	display: block;
	height: 15px;
	background: url(../images/home_legend_map_s1.gif) no-repeat;
	padding-bottom: 4px;
	padding-left: 25px;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
}

#content_right div.right div.middle ul li a {
	color: #333333;
	text-decoration: none;
}

#content_right div.right div.middle ul li.bus {
	height: 16px;
	padding-top: 6px;
}

#content_right div.right div.middle ul li.economique {
	background-position: 0 -26px;
}

#content_right div.right div.middle ul li.paramedicale {
	background-position: 0 -47px;
}

#content_right div.right div.middle ul li.traduction-interpretation {
	background-position: 0 -69px;
}

#content_right div.right div.middle ul li.technique {
	background-position: 0 -91px;
}

#content_right div.right div.middle ul li.pedagogique {
	background-position: 0 -113px;
}

#content_right div.right div.bottom {
	background-image: url(../images/home_legend_bottom_s1.gif);
	width: 207px;
	height: 12px;
	font-size: 1px;
}



/* @end */



/* @end */

/* @group Left */

#content_left_home {
	width: 221px;
	padding-top: 30px;
}

#content_left_home h2 {
	text-transform: uppercase;
	font-size: 14px;
	color: black;
	padding-bottom: 5px;
}

#content_left_home ul {
	padding-bottom: 15px;
	border-bottom: 1px solid #5D5E5E;
}

#content_left_home ul li a {
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 21px;
	background: url(../images/home_ss_menu_s1.jpg) no-repeat;
	border-bottom: 1px dashed #CCCCCC;
}

#content_left_home ul li a.last {
	border-bottom-style: none;
}

#content_left_home ul li.economique a {
	color: #B1005D;
	background-position: -226px 2px;
}

#content_left_home ul li.paramedicale a {
	background-position: -226px -41px;
	color: #D6E03D;
}

#content_left_home ul li.traduction-interpretation a {
	background-position: -226px -82px;
	color: #68C8C6;
}

#content_left_home ul li.technique a {
	background-position: -226px -125px;
	color: #ED1849;
}

#content_left_home ul li.pedagogique a {
	background-position: -226px -162px;
	color: #0054A4;
}

#content_left_home ul li.economique a:hover {
	color: #333333;
	background-position: -4px 2px;
}

#content_left_home ul li.paramedicale a:hover {
	background-position: -4px -41px;
	color: #333333;
}

#content_left_home ul li.traduction-interpretation a:hover {
	background-position: -4px -82px;
	color: #333333;
}

#content_left_home ul li.technique a:hover {
	background-position: -4px -125px;
	color: #333333;
}

#content_left_home ul li.pedagogique a:hover {
	background-position: -4px -162px;
	color: #333333;
}

#news_block {
	padding-top: 20px;
	color: #333333;
	font-size: 14px;
	line-height: 16.7px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 10px;
}

#news_block h2 {
	line-height: 27px;
	padding-bottom: 10px;
}

#news_block h2 a {
	float: right;
	width: 19px;
	background: url(../images/home_news_plus_s1.gif) 0;
	height: 27px;
	text-indent: -9999px;
}

#news_block h3 {
	color: #333333;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 5px;
}

#news_block div.image {
	text-align: center;
	padding-bottom: 5px;
}

#news_block span.date {
	display: block;
	font-size: 14px;
	color: #B0005C;
	font-weight: bold;
}



/* @end */



/* @end */

/* @group News */

h2.news {
	color: #0057A1;
	font-size: 16px;
}

h2.news span.date {
	color: #B0005C;
	font-size: 13px;
}

div.article {
	border-bottom: 1px solid #00ACEE;
	margin-bottom: 20px;
	overflow: hidden;
}

div.pagination {
	float: right;
	font-size: 13px;
	line-height: 20px;
}

div.pagination a.prev {
	background: url(../images/pagination.png) 0 0;
	text-indent: -9999px;
}

div.pagination a.prev:hover {
	background-position: 0 -20px;
}

div.pagination strong {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: white;
	background: url(../images/pagination.png) 0 -40px;
	float: left;
}

div.pagination a {
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	color: black;
}

div.pagination a.next {
	background: url(../images/pagination.png) 0 -61px;
	text-indent: -9999px;
}

div.pagination a.next:hover {
	background-position: 0 -81px;
}



/* @end */

/* @group Formations */

#content_left ul li.sidebar_economique a:hover {
	color: #B1005D;
}

#content_left ul li.sidebar_paramedicale a:hover {
	color: #D6E03D;
}

#content_left ul li.sidebar_traduction-interpretation a:hover {
	color: #68C8C6;
}

#content_left ul li.sidebar_technique a:hover {
	color: #ED1849;
}

#content_left ul li.sidebar_pedagogique a:hover {
	color: #0054A4;
}

div.formation-left {
	float: left;
	width: 500px;
}

div.formation-right {
	float: right;
	width: 159px;
	padding-top: 40px;
}

div.formation-right div.duree {
	width: 119px;
	height: 60px;
	line-height: 60px;
	background: url(../images/time.png) no-repeat;
	padding-left: 40px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}



/* @end */

/* @group Tab */

div.tab {
	clear: both;
	padding-top: 16px;
}

div.tab ul {
	padding-left: 15px;
	list-style-type: none;
	padding-right: 15px;
	height: 27px;
	padding-bottom: 0;
}

div.tab ul li {
	float: left;
	padding-right: 2px;
}

div.tab ul li a {
	display: block;
	border: 1px solid white;
	padding: 5px 10px 3px 11px;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	background-color: #55B5DB;
	height: 17px;
	line-height: 20px;
	position: relative;
	z-index: 0;
}

div.tab ul li a.current, div.tab ul li a:hover {
	background-color: white;
	border-color: #AAAAAA;
	border-bottom: 1px solid white;
	z-index: 2;
	color: #333333;
}

div.tab div.box {
	overflow: hidden;
	border: 1px solid #AAAAAA;
	background-color: white;
	padding: 15px 8px;
	position: relative;
	z-index: 1;
	top: -1px;
}

div.tab div.box div.tab-left {
	background: url(../images/i.gif) no-repeat;
	padding-left: 20px;
	width: 220px;
	float: left;
}

div.tab div.box div.tab-left h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #757575;
	padding-bottom: 10px;
}

div.tab div.box div.tab-left address {
	color: #828282;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 10px;
}

div.tab div.box div.tab-left div.tel {
	padding-bottom: 14px;
	color: #4F4F4F;
	font-size: 16px;
	line-height: 20px;
}

div.tab div.box div.tab-left div.web a.mailto {
	font-size: 13px;
}

div.tab div.box div.tab-left div.web a.site {
	font-size: 14px;
}

div.tab div.box div.tab-right {
	float: right;
	width: 430px;
	padding-right: 5px;
}



/* @end */

/* @group Contact
 */

#demande {
	padding-top: 40px;
}

div.required-message {
	color: #4F2980;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	background: url(../images/warning.png) no-repeat;
	padding-left: 25px;
	padding-bottom: 15px;
}

form div {
	float: left;
	width: 350px;
	padding-bottom: 10px;
}

form div label {
	float: left;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	width: 100px;
}

form div div.middleColumn {
	float: left;
	width: auto;
	padding-bottom: 0;
}

form div div.middleColumn input {
	width: 200px;
	border: 1px solid #B3B3B3;
	height: 20px;
	padding: 0 3px;
	line-height: 20px;
	color: #686868;
	font-size: 13px;
}

form div div.middleColumn.validationError input, form div div.middleColumn.validationError textarea {
	border-color: red;
}

form div div.middleColumn.validationError span {
	border-color: red;
	display: block;
	font-size: 0;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

form div.textarea {
	clear: both;
	width: 700px;
}

form div.textarea label {
	width: 700px;
}

form div.textarea div.middleColumn textarea {
	width: 660px;
	border: 1px solid #B3B3B3;
	color: #686868;
	font-size: 13px;
	font-family: Arial;
}

form fieldset div.clear {
	display: none;
}

form div.Actions {
	overflow: hidden;
	width: 665px;
}

form div.Actions input {
	float: right;
	background-image: url(../images/button.png);
	width: 104px;
	height: 36px;
	background-color: transparent;
	border-style: none;
	color: white;
	font-size: 14px;
	cursor: pointer;
	line-height: 30px;
	padding-bottom: 4px;
}



/* @end */

/* @group Result */

#SearchResults div.more {
	overflow: hidden;
	padding-bottom: 25px;
	text-align: right;
}



/* @end */

.sondage {
	background-image: url(../images/sondage_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 96px;
	width: 219px;
	margin-top: 11px;
}
.sondage h3 {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 46px;
}
.sondage a {
	display: block;
	float: left;
	margin-left: 46px;
	line-height: 30px;
	height: 30px;
	padding-left: 17px;
	text-decoration: none;
	background-image: url(../images/sondage_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sondage a span {
	background-image: url(../images/sondage_btn.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	height: 30px;
	padding-right: 17px;
	float: left;
}
.sondage a:hover {
	background-position: left bottom;
}
.sondage a:hover span {
	background-position: right bottom;
}
