@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,300italic,400italic,700italic);

* {
	margin: 0;
	padding: 0;	
}

::selection {
	background: #70bde8;
	color: #fff;
}

::-moz-selection {
	background: #70bde8;
	color: #fff;
}

body {
	font: 75%/125% 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #525252;
	text-align: center;
	background: #dcdbd4 url(../img/bg.jpg) repeat top left;
}

hr {
	height: 1px;
	border: none;
	color: #eee;
	background: #eee;
}

img {
	border: none;	
}

a {
	color: #045b7c;	
}

h1, h2 {
	font-weight: 300;
	color: #045b7c;
}

.inline_list {
	list-style-type: none;	
}

.inline_list li {
	display: inline;
}

.clear {
	clear: both;	
}

.align_left {
	float: left;
}

.align_right {
	float: right;	
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding-top: 15px;
}

#header .container {
	padding: 0 25px;
	width: 910px;	
}

#header #nav {
	float: right;	
}

#header #nav li {
	float: left;	
}

#header #nav li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #545452;
	text-decoration: none;
	padding: 10px 12px;
	font-size: 14px;
}

#header #nav li.active a {
	background: rgba(0,0,0,0.1);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#page .container {
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 3px rgba(0,0,0.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0.3);
}

#page .page_head {
	background: transparent url(../img/page_head.png) no-repeat top left;
	padding: 25px;
	padding-bottom: 0;
	height: 38px;
}

#page .page_head h1 {
	color: #fff;	
}

#page .page_body {
	background: transparent url(../img/page_body.jpg) repeat-y top left;
	padding: 25px;
	padding-bottom: 0;
}

#page .page_footer {
	background: transparent url(../img/page_footer.png) no-repeat top left;
	width: 100%;
	height: 25px;
}

#page .page_content {
	background: #f1f1f1;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}

#page .two_columns_left .col_left {
	width: 270px;
	padding-bottom: 15px;
	float: left;
}

#page .two_columns_left .col_right {
	width: 639px;
	float: right;
	background: #fff;
	border-left: 1px solid #ddd;
}

#page .one_column .col_single {
	background: #fff;	
}

#page .page_content_bottom {
	height: 6px;
	width: 100%;	
	background: #1a74a2 url(../img/page_content_footer_bg.gif) repeat-x bottom left;
}

/** Table **/

.data_table {
	width: 100%;
	border-collapse: collapse;
}

.data_table thead {
}

.data_table thead td, .tablescroll_head td {
	padding: 10px 15px;	
	border-right: 1px solid #4495c1;
	border-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid #0e4968;
	background: #1a74a2 url(../img/data_table_thead.gif) repeat-x top left;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.data_table thead td a, .tablescroll_head td a {
	color: #fff;	
}

.data_table tbody {
	border: 1px solid #eee;	
	border-color: rgba(0,0,0,0.1);
}

#dashboard_table tbody {
	border: none;
}

.data_table tbody td {
	padding: 10px 15px;	
	border-right: 1px solid #d4d4d4;
	border-color: rgba(0,0,0,0.1);
}

.data_table tbody .row_even {
	
}

.data_table tbody .row_odd {
	background: #eee;
}

.data_table tbody tr.active td {
	background: #dedede;
	cursor: pointer;	
}

/** Sorting **/

.data_table .sort, .tablescroll_head .sort {
	display: block;
	background: url(../img/sort_up.png) no-repeat center right;
	cursor: pointer;
	padding-right: 10px;
}

.data_table .sort_up.sort_active, .tablescroll_head .sort_up.sort_active {
	background-image: url(../img/sort_up_active.png);
}

.data_table .sort_down, .tablescroll_head .sort_down {
	background-image: url(../img/sort_down.png);
}

.data_table .sort_down.sort_active, .tablescroll_head .sort_down.sort_active {
	background-image: url(../img/sort_down_active.png);
}

/** Sub nav **/

.subnav li {
	float: left;
	padding-right: 2px;
	position: relative;
}

.subnav li:last-child {
	padding-right: 0;
}

.subnav li a {
	padding: 10px 15px;
	line-height: 16px;
	display: block;
	background: #1973a1 url(../img/subnav.gif) repeat-x top left;
	color: #fff;
	text-decoration: none;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	border-top: 1px solid #abd6ef;
}

.subnav li.active a {
	background: url(../img/subnav_active.gif) repeat-x bottom left;
	border-color: #509ab5;
}

.subnav li ul {
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	width: 200px;
	overflow: hidden;
	z-index: 100;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

.subnav li.active ul {
	display: block;
}

.subnav li ul li {
	display: block;
	float: none;
	padding: 0;
}

.subnav li.active ul li a {
	background: #1973a1;
	border-top: 1px solid #026290;
	padding: 10px 15px !important;
	-moz-border-radius: 0;
	border-radius: 0;
}

.subnav li ul li:first-child a {
	border: none;	
}

.subnav li ul li a:hover {
	background: #026290;
}

/** Block styles **/

.block {
	padding: 20px;
	padding-bottom: 0;
}

.block .block_title {
	padding-bottom: 20px;	
}

.block .block_title h2 {
	font-size: 22px;
	line-height: 20px;	
}

.block .border_top {
	padding: 19px 0 20px;
	border-top: 1px solid #eee;	
}

.details_table {
	width: 100%;	
}

.details_table td {
	padding: 0 0 5px;	
}

.details_table .right_cell {
	font-weight: bold;
	text-align: right;	
	color: #045978;	
}

.block_actions {
	padding: 0 20px 10px 20px;	
}

.block_results {
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	color: #909090;	
	border-top: 1px solid #ddd;
}

.block_results a {
	color: #909090;
	text-decoration: underline;
}

.block_profile {
	background: #fff url(../img/receipt_bg.gif) repeat-x bottom left;
	padding-bottom: 20px;
}

.receipt_table {
	width: 100%;
	margin-top: 15px;
}

.receipt_table td {
	padding: 5px 0;	
}

.receipt_table .text_align_right {
	text-align: right;
	color: #60acd6;
}

.receipt_table thead td {
	border-bottom: 1px dotted #999;
	color: #60acd6;
	font-size: 18px;
	padding: 0 0 10px;
}

.receipt_table tbody .text_align_right {
	font-size: 16px;
	border-left: 1px dotted #999;
	width: 75%;
}

.receipt_table tfoot td {
	border-top: 1px dotted #999;
	font-size: 14px;
	padding-top: 10px;
}

.receipt_table tfoot .text_align_right {
	border-left: 1px dotted #999;
	font-size: 18px;
}

/** Button styles **/

.btn {
	display: inline-block;
	border: 1px solid #1f719c;
	border-bottom: 2px solid #1f719c;
	color: #fff;
	text-shadow: 0 -1px 0 #1f719c;
	background: #72b8fe url(../img/btn.gif) repeat-x top left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	padding: 5px 10px;
	margin-bottom: 0;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	outline: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	float: none;
}

.btn.btn_green {
	border-color: #238b45 !important;
	text-shadow: 0 -1px 0 #238b45;
	background: #238b45 url(../img/btn_green.gif) repeat-x top left;
}

.btn.btn_red {
	border-color: #9d2020 !important;
	text-shadow: 0 -1px 0 #9d2020;
	background: #9d2020 url(../img/btn_red.gif) repeat-x top left;
}

.btn:focus {
	outline: none;
}

.btn:hover {
	text-decoration: none !important;
}

.btn:active {
	background-position: bottom left;
	border-top: 2px solid #1f719c;
	border-bottom: 1px solid #1f719c;
	padding: 4px 10px 6px 10px;
}

.btn_group {
	border-right: none;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*
.btn_group_start {
	-moz-border-topleft-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-bottomleft-radius: 2px;
	border-bottom-left-radius: 2px;	
}
*/
.btn_group_end {
	border-right: 1px solid #1f719c;
	-moz-border-topright-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-bottomright-radius: 2px;
	border-bottom-right-radius: 2px;
}

/** Badges **/

.badge {
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 2px 4px;
	background: #15597d;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 0 rgba(0,0,0,0.6);
}

.badge_annule {
	background: #d64343;	
}

.badge_noninscrite {
	background: #70bce8;	
}

.badge_inscrite {
	background: #2eab57;
}

.badge_voir_plus {
	background: #999;	
}

/** Forms **/

.form fieldset {
	border: none;
	padding: 0;
	margin: 0;	
}

.form select {
	width: 100%;
}

.form .input_box {
	padding-bottom: 15px;
	width: 588px;	
}

.two_columns_left .col_left .form .input_box {
	width: 230px;	
}

.form .input_box_checkbox {
}

.form .input_box_checkbox .checkbox,.form .input_box_checkbox .radio {
	margin-right: 5px;
	vertical-align: bottom;
}

.form .input_box_checkbox .label {
	width: 100%;
	vertical-align: bottom;
}

.form .input_box label {
	display: block;
	margin-bottom: 5px;	
}

.form .input_box_left {
	float: left;
}

.form .input_box_right {
	float: right;
}

.form .text_field {
	border: 1px solid #d9d9d8;
	border-top: 2px solid #d9d9d8;
	padding: 6px 5px;	
	font: 100%/125% 'Open Sans', Arial, Helvetica, sans-serif;
	background: #fff url(../img/text_field.gif) repeat-x top left;
	font-weight: 400;
	color: #999;
	width: 588px;
	resize: vertical;
}

.form textarea.text_field {
	height: 75px;
	min-height: 75px;
	max-height: 300px;	
}

.form .text_field:disabled {
	background: #f3f3f3;	
}

.form .text_field:focus {
	border-color: #999;
	color: #777;
}

.form .datepicker_field {
	float: left;	
}

.form .ui-datepicker-trigger {
	float: right;
	cursor: pointer;	
}

.form .input_box_error .text_field {
	border-color: #df4949 !important;
}

.form .inline_error {
	color: #df4949;
	font-weight: bold;
	margin: 5px 0 0;
	width: 100%;
}

.form .inline_error span {
	float: right;
	cursor: pointer;
	font-size: 16px;
	line-height: 12px;
	margin-left: 10px;
}

.form .two_columns .text_field {
	width: 278px;
}

.form .two_columns .datepicker_field {
	width: 247px;
}

.form .two_columns .input_box_title .text_field {
	width: 208px;
	float: right;
}

.form .two_columns .input_box_title select {
	width: 60px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.form .two_columns .input_box {
	width: 290px;
}

.form .two_columns_right .input_box_left .text_field {
	width: 378px;
}

.form .two_columns_right .input_box_left .datepicker_field {
	width: 347px;
}

.form .two_columns_right .input_box_left {
	width: 390px;
}

.form .two_columns_right .input_box_right .text_field {
	width: 178px;
}

.form .two_columns_right .input_box_right .datepicker_field {
	width: 147px;
}

.form .two_columns_right .input_box_right {
	width: 190px;
}

.form .input_box_tel .text_field {
	width: 90px;
	float: left;
}

.form .input_box_tel .text_field_tel_1 {
	width: 44px;
}

.form .input_box_tel span.separator {
	width: 15px;
	line-height: 30px;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #999;	
}

.log {
	list-style-type: none;	
}

.log li {
	margin: 0 0 30px;
	float: left;	
}

.log h3.user {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
	color: #045b7c;
}

.log h3.user span.date {
	color: #525252;
	font-size: 14px;	
}

.col_left .form .text_field {
	width: 218px;
}

.col_left .form .inline_error {
	width: 230px;
}

/** Login **/

#login_logo {
	padding-bottom: 25px;	
}

#login {
	width: 450px;
	margin: 0 auto;
	text-align: left;	
}

#login .block_title a {
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}

#login .block_content {
	width: 450px;
}

#login .input_box {
	margin-bottom: 5px;	
}

#login .text_field {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	font-weight: bold;
	font-size: 16px;
	padding: 0 12px;
	padding-left: 40px;
	height: 45px;
	width: 396px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

#login .text_field.active_input {
	color: #666;
}

#login .btn {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	text-shadow: 0 -2px 0 #1f719c;
	font-size: 20px;
	width: 450px;
	height: 55px;
}

#login .input_box {
	padding-bottom: 5px;
}

#login #login_username_clear, #login #login_username {
	background-image: url(../img/login_username.gif);
}

#login #login_password_clear, #login #login_password {
	background-image: url(../img/login_password.gif);
}

#login #login_username_clear, #login #login_password_clear {
	display: none;
}

/** Notices **/

.msg {
	padding: 8px 8px 8px 35px;
	margin: 0 0 20px;
	font-weight: bold;
	color: #fff;
	position: relative;
	background: #5bc066 url(../img/success.png) no-repeat 10px center;
	border: 1px solid #339d49;
	border-bottom: 2px solid #339d49;
}

#login .msg {
	margin: 0 0 10px;	
}

.msg.msg_error {
	background: #ff5877 url(../img/error.png) no-repeat 10px center;
	border-color: #e22f50;
}

.msg .close {
	position: absolute;
	top: 7px;
	right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

/** Search bar **/

#search {
}

#search .text_field {
	width: 200px;
}

/** Footer **/

#footer .container {
	padding: 15px 25px 25px 25px;
	width: 910px;	
}

#footer .container a {
	color: #525252;	
}