* {
  margin:0;
  padding:0;
}
html {
  height: 100%;
  font-size: 100%;
	background: #e4e3e0;
	text-align: center;
}
body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.8em;
  margin: 0 auto;
  text-align: center;
  color: #101016;
	background: #e4e3e0;
}

a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
  border: 0;
}
img {
  vertical-align: bottom;
}

table {
	margin-left: 1px;
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
	font-size: 1em;
	color: #333;
	background: #fff;
}

body table .casevide {
	border: none;
}

table caption {
	text-align: left;
	color: #1b75bb;
	font-weight: bold;
	margin: 0 0 20px 0;
}

caption.nbr_licences {
	/*padding: 0 0 0 35px;
	line-height: 26px;
	background: url(/css/img/fnd/fnd_inscription_etape_1.png) no-repeat 0 0;*/
}

table th {
	background: #f3f3f3;
}

table tr.pair {
	background: #f1f7fe;
}

table tr.impair {
	background: #fff;
}

table tr.total {
	border-top: 2px #ccc solid;
}

table .total strong {
	color: #1B75BB;
}

table .total td {
	color: #1B75BB;
}

table th,
table td {
	padding: 6px 15px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

.pers{
	font-size: .8em;
	color: #7b7b7b;
}

h1 {
	position: absolute;
	left: 999em;
}

h2 {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
	margin: 20px 0 15px 2px;
	padding: 0 0 0 24px;
	background: url(/css/img/fnd/fnd_h2_left.png) no-repeat left 0;
}

h2 span {
	display: block;
	padding: 0 24px 0 0;
	line-height: 36px;
	background: #3071a0 url(/css/img/fnd/fnd_h2_right.png) no-repeat right 0;
}

h3 {
	margin: 0 20px 20px 0;
	padding: 5px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #3071a0;
  -moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
  -webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
  border-radius: 5px;
}

h4 {
	margin: 0 0 20px 0;
	color: #1b75bb;
	font-size: 1em;
	font-weight: bold;
}

.pusher {
  clear: both;
  height: 1px;
  line-height: 1px;
  border: 0;
}
.relative {position: relative;}
.uppercase {text-transform: uppercase;}
.none {display: none;}
.hidden {visibility: hidden;}
.both {clear: both;}
.strong, strong, b, .bold {font-weight: bold;}
.i, i, .italic {font-style: italic;}
.u, u, .underline {text-decoration: underline;}

.champ_obligatoire {
	font-style: italic;
}

/*--------------------------------------------------------------*/
/*------- Gestion des messages d'erreurs/avertissements --------*/
/*--------------------------------------------------------------*/

#messages_flash,
#statut_abonnement {
	position: relative;
	margin: 0 25px 0 0;
}
#messages_flash .main-success {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 30px !important;
	overflow: auto;
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px #d3fccc solid;
	border-bottom: 1px #d3fccc solid;
	/*background: #edf9eb url(/css/img/fnd/fnd_infos_sprite.png) no-repeat 3px 0;*/
	background: #edf9eb /*url(/css/img/fnd/fnd_infos_success.png) no-repeat left center*/;
}

#messages_flash .main-error,
#statut_abonnement .expire  {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 30px !important;
	overflow: auto;
	color: #e2001a; /*E3001A*/
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px #ffabb5 solid;
	border-bottom: 1px #ffabb5 solid;
	background: #fce5e8 /*url(/css/img/fnd/fnd_infos_error.png) no-repeat left center*/;
}
#messages_flash .fermer {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	text-indent:-999em;
	border: none;
	outline: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.85em;
	overflow: hidden;
	/*background: transparent url(/img/css/fnd/livesearch/icon-reset.gif) no-repeat scroll 0 0;*/
}

#messages_flash .fermer:hover {
	/*background: transparent url(/img/css/fnd/livesearch/icon-reset.gif) no-repeat scroll 0 -12px;*/
}
.message .main-warning,
#messages_flash .message {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 30px !important;
	overflow: auto;
	color: #f45703; /*E3001A*/
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px #f37836 solid;
	border-bottom: 1px #f37836 solid;
	/*background: #fdedd3 url(/css/img/fnd/fnd_infos_sprite.png) no-repeat 3px -97px;*/
	background: #fdedd3 /*url(/css/img/fnd/fnd_infos_warning.png) no-repeat left center*/;
}

.message .main-info,
#statut_abonnement .expire_bientot {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 30px !important;
	overflow: auto;
	color: #333; /*E3001A*/
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px #9FD0F2 solid;
	border-bottom: 1px #9FD0F2 solid;
	/*background: #E8F5FE url(/css/img/fnd/fnd_infos_sprite.png) no-repeat 3px -33px;*/
	background: #E8F5FE /*url(/css/img/fnd/fnd_infos_info.png) no-repeat left center*/;
}

.main-info span a,
.main-success span a,
.main-error span a,
.main-warning span a {
	margin-left: 15px;
	font-size: .915em;
	font-weight: normal;
}

div.input.required.error input,
div.input.required.error textarea,
div.input.required.error select {
	background: #fce5e8;
}

.error-message {
	margin: 20px 0 0px 0;
	font-weight: bold;
	color: #E3001A;
	clear: both;
}



.asterisque {
	font-weight: bold;
}

#conteneur #contenu table.centre {
	margin-left: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 1em;
	color: #333;
	background: #fff;
}

#conteneur #contenu table.centre td {
    border: 0;
    vertical-align: top;
}

#conteneur #contenu table#tab_recapitulatif {
    width: 99%;
}

.cake-debug {
	text-align: left;
	font-size: 1.2em;
}
