 /*
	 RAPPEL HACK
	_margin-right: 0;		Hack Special IE 6 et - 
	!margin-right: 0;		Hack Special IE 7
*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	background-image: url(img/bg_body.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.fond {
	width: 100%;
	height: 390px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	text-align: center; /* Special IE */
}

.site {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
	
.header {
	width: 800px;
	height: auto;
	float: left;
	background-color: #fff;
	/* position: absolute;
	z-index: 50000;
	top: 0;
	left: 50%;
	margin-left: -400px;
	!margin-left: -401px;
	_margin-left: -401px;*/
} 
.contenu {
	width: 800px;
	height: auto;
	float: left;
	background-color: #fff;
	/* margin-top: 200px;*/
}
.footer {
	width: 800px;
	min-height: 10px;
	float: left;
	background-color: #fff;
	background-image: url(img/footer_1h.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
}

.menu {
	width: 780px;
	height: 30px;
	position: relative;
	/* z-index: 50000; */
	background-image: url(img/bg_menu.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	!margin-bottom: 10px;
}
	.menu .left {
		width: 15px;
		height: 30px;
		float: left;
		background-image: url("img/bg_menu_left.png");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	.menu .right {
		width: 15px;
		height: 30px;
		float: right;
		background-image: url(img/bg_menu_right.png);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	.menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	.menu dl {
		float: left;
		width: 185px;
		height: 30px;
		text-align: center;
		border-right: 1px solid #fff;
	}
	.menu dt {
		width: 100%;
		height: 30px;
		line-height: 30px;
		cursor: pointer;
		text-align: center;
		background-image: url(img/bg_menu.png);
		background-repeat: repeat-x;
		background-position: 0 0;
	}
	.menu dt a {
		display: block;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.menu dt a:hover {
		color: #fff;
		text-decoration: none;
	}

	.menu dd {
		width: 100%;
		font-size: 11px;
		background-color: #ffe3b2;
		line-height: 20px;
		opacity: 0.95;
		filter: alpha(opacity:95);
		-khtml-opacity: 0.95;
		-moz-opacity: 0.95;
		border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
	}
	.menu li a {
		display: block;
		color: #02518e;
		text-decoration: none;
	}
	.menu li a:hover {
		background-color: #b2ebff;
		text-decoration: none;
	}
	.menu li a.last {
		border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
	}

a {
	border: 0;
	color: #02518e;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover {
	border: 0;
	color: #014583;
	font-weight: bold;
	text-decoration: none;
	}

h1 {
	font-size: 18px;
	color: #02518e;
	text-align: center;
	}
	
h2 {
	font-size: 16px;
	color: #02518e;
	text-align: left;
	}	

h3 {
	font-size: 14px;
	color: #02518e;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
h4 {
	font-size: 13px;
	color: #00a8ff;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
	
h5 {
	font-size: 12px;
	color: #ffa100;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	}	
	
hr {
	width: 95%;
	margin: 10px auto 10px auto; /* margin-top, margin-right, margin-bottom, margin-left  */
	color: #00a7ff;
	background-color: #02508d;
	height: 1px;
	border: 0;
	}
	
table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

img {
	border: 0;
}

.common {
	text-align: justify;
}

.banniere {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.page {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
	.page ul {
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10%;
	}
	.page li {
		list-style-type: square;
	}

.arguments {
	text-align: left;
	color: #02518e;
}

.les_plus {
	margin-left: 2%;
	text-align: justify;
	border-spacing: 10px; /* => cellspacing="1" */
	border-collapse: separate; /* collapse; */
}
	.les_plus td {
		vertical-align: top;
	}

.puces {
	text-align: justify;
}
	.puces td {
		vertical-align: top;
	}

.table_offres {
	width: 780px;
	clear: both;
}
	.table_offres th {
		height: 25px;
		color: #02518e;
		font-weight: normal;
		font-size: 12px;
	}
	.table_offres a {
		font-weight: normal;
	}
	.table_offres th a {
		cursor: help;
	}

.detail_offres_titre {
	height: 27px;
	vertical-align: middle;
	background-image: url(img/bg_offres_titre.png);
	background-repeat: no-repeat;
	color: #02518e;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

.detail_offres_titre img {
	width: 16px;
	height: 16px;
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: middle;
}

.ligne_paire {
	background-color: #ddf7ff;
}
.ligne_impaire {
	background-color: #c0eefb;
}

.ht_price {
	font-size: 10px;
	font-style: italic;
}

input.commander {
	border: 0;
	width: 135px; /* 180px; */
	height: 20px;
	cursor: pointer;
	background-image: url("img/bt_commander.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
input.commander:hover {
	background-position: 0px -20px;
}

a.liens {
	width: 190px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
	display: block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: url("img/bg_liens.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.liens:hover {
	background-position: 0px -20px;
}
	
/* ----------------------- CONTACT -----------------------  */
.formu {
	color: black;
	margin: 0;
}
	.formu input {
		border: 1px solid #a0a0a0;
		background-color: #FFF;
	}
	.formu select {
		border: 1px solid #a0a0a0;
		background-color: #FFF;
	}
	.formu textarea {
		border: 1px solid #a0a0a0;
		background-color: #FFF;
		font-family: verdana, times, arial;
		font-size: 12px;
		overflow: auto;
	}
	.formu label {
		cursor: pointer;
	}
	.formu strong {
		color: red;
		font-size: 8px;
	}
	.formu td, th {
		padding: 2px;
		text-align: left;
	}

	.formu .focus {
		border: 1px solid #00aaff;
	}
	.formu .normal {
		border: 1px solid #a0a0a0;
	}
	
	.formu .bouton {
		border: 0;
		width: 120px;
		height: 24px;
		cursor: pointer;
		border: 0;
		color: #fff;
		font-weight: bold;
		background-image: url(img/bt_default.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.formu  .bouton:hover {
		background-position: 0px -24px;
	}
	
	.formu .radio {
		border: 0;
		vertical-align: middle;
	}
/* ----------------------- /CONTACT -----------------------  */

/* ----------------------- SUPPORT -----------------------  */
	.page fieldset {
		width: 770px;
		margin-left: auto;
		margin-right: auto;
		border: 2px solid #0050a3;
		margin-bottom: 10px;
		padding: 5px;
	}
	.page legend {
		color: #0050a3;
		font-size: 11pt;
		font-weight: bold;
	}
	.page legend img {
		border: 0;
		margin-left: 5px;
		margin-right: 5px;
		vertical-align: middle;
	}
/* ----------------------- /SUPPORT -----------------------  */
.tip td {
	width: 16px;
}
.tip img {
	border: 0;
	vertical-align: middle;
	cursor: help;
}
.ok {
	text-align: center;
	color: #2fa526;
}
.ko {
	text-align: center;
	color: #a52626;
}
.choice {
	width: 600px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
	.choice .change {
		width: auto;
		float: right;
		color: #a52626;
		cursor: pointer;
		font-size: 10px;
		margin-top: 30px;
		margin-bottom: 10px;
		margin-right: 5px;
	}
	.choice .pack {
		width: 100%;
		clear: both;
		text-align: center;
		font-size: 14px;
		color: #00a8ff;
		font-weight: bold;
	}

.sarl_adresse {
	width: 40%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.date_bc {
	width: 40%;
	height: auto;
	float: right;
	margin-top: 20px;
}
.client_bc {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.table_bc {
	width: 100%;
	height: auto;
	float: left;
	border: 1px dashed #00a8ff;
	margin-top: 20px;
	padding: 5px;
}
	.table_bc td {
		border-bottom: 1px solid #00a8ff;
		text-align: right;
	}
.validite {
	width:100%;
	height: auto;
	float: left;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}
.mentions_bc {
	width:100%;
	height: auto;
	float: left;
	margin-top: 20px;
	text-align: center;
	font-size: 10px;
}
.cgv {
	width:100%;
	height: auto;
	float: left;
	margin-top: 20px;
	text-align: center;
}

.div_paiement {
	width: 98%;
	height: auto;
	float: left;
	border: 1px dashed #ffa100;
	margin-top: 20px;
	padding: 1%;
}

.virement {
	margin-top: 20px;
	margin-bottom: 20px;
	border-spacing: 0; /* => cellspacing="1" */
	border-collapse: collapse; /* separate; */
}
	.virement td {
		border-bottom: 1px solid #ffa100;
		text-align: left;
		padding: 5px;
	}

#bg_popup {
	position: absolute;
	z-index: 50000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.70;
	filter: alpha(opacity:70);
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	display: none;
}
#popup {
	position: absolute;
	z-index: 50001;
	width: 400px;
	height: auto;
	margin-left: -200px;
	left: 50%;
	top: 50%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFF;
	border: 2px solid #990000;
	display: none;
}
.popup_contenu {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}