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

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

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
}

body table .casevide {
	border: none;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: .9em;
	font-weight: bold;
}

.pusher {
  clear: both;
  height: 1px;
  line-height: 1px;
  border: 0;
}
.relative {position: relative;}
.uppercase {text-transform: uppercase;}
.none, hidden {display: none;}
.both {clear: both;}
.strong, strong, b, .bold {font-weight: bold;}
.i, i, .italic {font-style: italic;}
.u, u, .underline {text-decoration: underline;}
.surligne {
	padding: 0 1px;
	color: #000 !important;
	background: yellow !important;
	border: 0 !important;
	display: inline !important;
	font-size: 1em !important;
}
.bolditalic,
.warning {
	color: #FF6600;
	background: url(/css/images/fnd_archive_item_attention.png) no-repeat 5px 9px;
	padding: 5px 5px 5px 13px;
	margin: 10px 5px;
	border: 1px solid #FF6600;
	display: block;
	overflow: auto;
	zoom: 1;
}
.bolddoublequote{
	background: url(/css/images/comment.png) no-repeat 1px 7px;
	padding: 5px 5px 5px 13px;
	margin: 10px 5px;
	padding: 5px 10px 5px 18px;
	margin: 10px 5px 0;
	display: block;
	overflow: auto;
	zoom: 1;
	font-weight: bold;
	font-style: italic;
}
.boldsinglequote{
	font-weight: bold;
}
.boldsmcaps{
	font-weight: bold;
	font-variant:small-caps;
}
.boldunderline{
	font-weight: bold;
	text-decoration: underline;
}
.doublequote{

}
.nonproport{}
.singlequote{

}
.smcaps{
	font-variant:small-caps;
}
.sub{
	font-size: 0.8em;
	vertical-align: sub;
}
.super{
	font-size: 0.8em;
	vertical-align: super;
}
.underline{
	text-decoration: underline;
}
#contenu_middle .padding #fonds_pdf a {
	color: #004E83;
}
dl {
	clear: both;
	margin: 20px 40px 0 0;
	padding: 0 0 20px 0;
	overflow: auto;
	border-bottom: 1px #fff solid;
}
dl.bondecommande {
	padding: 20px 40px;
	margin: 0;
}

dt {
	clear: left;
	float: left;
	width: 240px;
	margin: 20px 0 0 0;
	font-weight: bold;
	display: inline;
}
dl.bondecommande dt {
	float: none;
	display: block;
}
dl.bondecommande dd,
dd.cgv {
	width: auto !important;
	padding: 0;
	float: none;
}


dd {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
}

#contenu_middle #content_center dl li {
	list-style-type: none;
}

.champ_obligatoire {
	font-style: italic;
}
/*----------------------------------------------*/
/*------- Gestion des messages d'erreurs/avertisstement --------*/
/*----------------------------------------------*/
#messages_flash,
#statut_abonnement {
	position: relative;
	margin: 0 0 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/images/fnd_infos_sprite.png) no-repeat 3px 0;
	background: #edf9eb url(/css/images/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/images/fnd_infos_sprite.png) no-repeat 3px -66px;
	background: #fce5e8 url(/css/images/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/images/fnd_infos_sprite.png) no-repeat 3px -97px;
	background: #fdedd3 url(/css/images/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/images/fnd_infos_sprite.png) no-repeat 3px -33px;
	background: #E8F5FE url(/css/images/fnd_infos_info.png) no-repeat left center;
}

/*.main-success span,
.main-error span,
.main-warning span,*/
.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;
}




