/* CSS Document */
html {
	margin:0;
	padding:0;
	overflow-y:scroll;
}
body {
	color:black;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	height:100%;
	line-height:normal;
	margin:0;
	padding:0;
	text-align:center;
}

div, h1, h2, h3, table, td, tr, span, label, ul, ol, li, form, a, input, textarea, select, option {
	color:inherit;
	font:inherit;
}

a, .a {
	color:#999;
	cursor:pointer;
	text-decoration:none;
}

form {
	padding:0;
	margin:0;
}

h1 {
	display:block;
	font-size:24px;
	line-height:normal;
	margin:0 0 24px 0;
	padding:0;
	text-transform:uppercase;
}
h2 {
	display:block;
	font-size:20px;
	line-height:normal;
	margin:0 0 20px 0;
	padding:0;
	text-transform:uppercase;
}
h3 {
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	line-height:normal;
	margin:0;
	padding:0;
	text-align:justify;
}
h4 {
	display:inline-block;
	zoom:1;
	*display:inline;
	font-size:14px;
	font-weight:normal;
	margin:0;
	paddingt:0;
	text-decoration:none;
	text-transform:uppercase;
}

hr {
	border:none;
	border-top:1px solid black;
	margin:20px 0;
	padding:0;
}

input[type=text], input[type=password], input[type=file], textarea, select {
	border:1px solid #333;
	line-height:normal;
	width:200px;
}
input[type=submit], input[type=button] {
	background-color:#ccc;
	border:1px solid #333;
	border-radius:5px;
	cursor:pointer;
	font-size:90%;
	line-height:normal;
	padding:3px 5px 2px 5px;
	text-transform:uppercase;
}
input[type=submit]:hover, input[type=button]:hover {
	background-color:#333;
	color:#ccc;
}

label {
	display:inline-block;
	zoom:1;
	*display:inline;
	line-height:normal;
	margin-bottom:6px;
	vertical-align:top;
	width:27%;
}
label+div {
	display:inline-block;
	zoom:1;
	*display:inline;
	line-height:normal;
	margin-bottom:6px;
	vertical-align:top;
	width:73%;
}

p {
	margin:0;
	padding:0;
}

ul li {
	background-image: url(../_images/puce.gif);
	background-repeat: no-repeat;
	list-style:none;
	list-style-position:outside;
	margin:0 0 0 -15px;
	padding:0 0 0 15px;
	text-align:left;
}

#bandeauFixeFond {
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;

	background-color:black;
	position:fixed;
	height:50px;
	left:0;
	text-align:center;
	top:0;
	width:100%;
}
#bandeauFixe {
	display:inline-block;
	zoom:1;
	*display:inline;
	height:50px;
	text-align:left;
	width:900px;
}
#bandeauFixe a, #bandeauFixe span {
	color:inherit;
	display:inline-block;
	margin-top:13px;
	vertical-align:middle;
}
#bandeauFixe a:hover, #bandeauFixe span:hover {
	color:#900;
}
#bandeauFixe img {
	border:none;
	height:24px;
	vertical-align:middle;
}
#bandeauFixe div {
	display:inline-block;
	zoom:1;
	*display:inline;
}

#menuFond {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;

	background-color:white;
	left:0;
	position:fixed;
	text-align:center;
	top:50px;
	width:100%;
}
#menu {
	border-bottom:1px solid black;
	display:inline-block;
	zoom:1;
	*display:inline;
	height:70px;
	margin-bottom:19px;
	padding-top:80px;
	text-align:left;
	white-space:nowrap;
	width:900px;
}
#menu img {
	border:none;
	margin-right:65px;
	cursor:pointer;
	vertical-align:bottom;
	width:180px;
}
#menu a {
	color:inherit;
	display:inline-block;
	zoom:1;
	*display:inline;
	font-size:12px;
	margin-right:10px;
	vertical-align:bottom;
}
#menu form {
	display:inline-block;
	zoom:1;
	*display:inline;
	line-height:normal;
	vertical-align:bottom;
}
#menu form input {
	border:1px solid #666;
	color:inherit;
	display:inline-block;
	zoom:1;
	*display:inline;
	line-height:normal;
	padding:1px;
	vertical-align:bottom;
	width:130px;
}

#corpsFond {
	margin-top:220px;
}
#corps {
	display:inline-block;
	zoom:1;
	*display:inline;
	font-size:12px;
	line-height:20px;
	text-align:left;
	width:900px;
}
#msg {
	border-bottom:solid 1px black;
	display:block;
	margin-bottom:20px;
	padding:10px 0;
	text-align:left;
}
#corps .corpsGauche {
	display:inline-block;
	zoom:1;
	*display:inline;
	text-transform:uppercase;
	vertical-align:top;
	width:230px;
}
#corps .corpsDroite {
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-left:20px;
	text-align:justify;
	vertical-align:top;
	width:650px;
}

.sousMenu {
	background-color:black;
	border-radius:0 0 5px 5px;
	color:white;
	display:none;
	padding:10px;
	position:fixed;
	text-align:left;
	top:50px;
}
.sousMenu a {
	color:inherit;
	display:inline-block;
	zoom:1;
	*display:inline;
	white-space:nowrap;
}
.sousMenu a:hover {
	color:#900;
}

.supportCouvertures {
	margin-left:-50px;
	width:950px;
}
.couverture {
	border:1px solid #999;
	box-shadow:3px 3px 3px #999;
}
.infoCouverture {
	margin:0 0 50px 50px;
	cursor:pointer;
}

#info {
	background-color:black;
	border-radius:5px;
	color:white;
	line-height:18px;
	min-height:200px;
	display:none;
	overflow:hidden;
	padding:10px;
	position:absolute;
	text-align:left;
	text-transform:uppercase;
	width:350px;
}
#info hr {
	border-color:white;
}
#info input[type=button] {
	background-color:#888;
}
#remonter {
	background-color:black;
	border-radius:5px 5px 0 0;
	bottom:0;
	color:#900;
	cursor:pointer;
	display:none;
	font-size:24px;
	height:40px;
	position:fixed;
	right:5%;
	text-align:center;
	width:40px;
	z-index:100;
}

.tableLignee {
	border-collapse:collapse;
	width:100%;
}
.tableLignee tr:nth-child(2n) {
	background-color:#ccc;
}
.tableLignee td {
	padding:5px;
	text-align:left;
	vertical-align:top;
}

#surimpressionFond {
	background-color:#CCC;
	background-color:rgba(0, 0, 0, 0.7);
	cursor:pointer;
	display:none;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:10;
}
#surimpressionDiv {
	cursor:pointer;
	display:none;
	left:0;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
	z-index:10;
}
#surimpressionIframe {
	background-color:white;
	margin:50px 0 10px 0;
	min-height:500px;
	width:1020px;
	z-index:10;
}
