
* {
	margin:0;
	padding:0;
	font-size:100%;
}

body, html {
	height:100%;
}

body {
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	color:#000;
	background-color:#FFCC00;
	text-align:center;
	background-image: url(../images/fond.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

p {
	margin:5px;
}

hr {
	height:1px;
	border-top:none;
	border-bottom:1px dashed #536D7B;
}

img {
	border:none;
	display:block;
}

a {
	text-decoration:none;
	color:#7F0F0F;
}

a:hover {
	color:#fff;
	background-color:#7F0F0F;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#536D7B;
	margin:10px 0 10px 0;
	text-align:center;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#536D7B;
	margin:10px 0 10px 0;
	text-align:center;
}

ul, ol {
	margin: .75em 0 .75em 32px;
	padding: 0;
}

strong {
	font-weight:bold;
	color:#555;
}

.icon {
	display:inline;

}

#postal {
	position:relative;
	width:480px;
	background-color:#fff;
	margin:0 auto 0 auto;
	font-size:0.65em;
	height:100%;
	min-height: 100%
}

html>body #postal {
    height: auto;
}

#logo {
	overflow:hidden;
	position:relative;
	height:70px;
	width:480px;
}

#logo img {
	position:absolute;
	top:0;
	left:0;
	border:none;
}

#pubhaut {
	background-color:#536D7B;
	text-align:center;
	width:468px;
	height:60px;
	overflow:hidden;
	padding:0 6px 4px 6px;
}
.Informations {
	margin:10px 50px 10px 50px;
	text-align:left;
}
/* ------------------- table ----------------- */
.TableListe {
	width:470px;
	border-collapse: collapse;
	border:1px solid #000;
	margin:5px auto 5px auto;
}

.TableListe thead {
	background:#38475B;
	color:#fff;
	border-bottom:1px solid #000;
}

.TableListe thead td {
	padding:4px;
	text-align:center;
	border-right:1px solid #729AB0;
}

.TableListe thead td.Last {
	border-right:none;
}

.TableListe tbody td {
	padding:2px;
	text-align:center;
	vertical-align:top;
	border-right:1px solid #aaa;
}

.TableListe tbody td.Last {
	border-right:none;
}
.TableListe tbody tr td {
	border-bottom:1px solid #aaa;
}

.TableListe tbody tr.Color1 td {
	background:#DCDDAC;
}

.TableListe tbody tr.Color2 td {
	background:transparent;
}

.TableListe tbody tr.ColorSelect td {
	background:#D6E6E7;
}

.TableListe tr.LastLigne>td {
	border-bottom:none;
}
.TableListe tfoot tr, .TableListe .LigneTotal {
	background:#aaa;
}
.TableListe tfoot td {
	border-top:1px solid #000;
	text-align:center;
	padding:4px;
}
/* ------------------- formulaires ---------- */

.Formulaire {
	padding:5px;
	text-align:left;
}

.Formulaire .NoView {
	display:none;
}

.Formulaire .checkbox {
	background:transparent;
	border:none;
}
.Formulaire fieldset {
	_position : relative;  /* The underscore means only IE will see it */
	_padding-top : 20px;   /* Stupid IE */
	_padding-bottom : 15px;
	_display : block;
	margin-bottom : 15px;
	margin: 20px 0;
	padding: 15px 10px;
	border: 1px solid #aaa;
	background:#FFFBF0;
	overflow: visible;
}

.Formulaire legend {
	padding: 2px 5px;
	color: #666;
	font-weight: bold;
	font-size:12px;
}

.Formulaire label {
	font-size: 0.95em;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 8px;
	margin-top:4px;
}
.Formulaire p {
	font-size:1em;
	clear:left;
	margin:4px 0 4px 0;
}

.Formulaire .Label2 {
	float:none;
	width:auto;
	margin-left:4px;
}

.Formulaire input, .Formulaire textarea, .Formulaire select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border: 1px solid #000000;
	background-color:#eee;
	padding:1px;
	z-index:1;
}

#submit {
	background-color:#FFCC00;
	color:#000;
	cursor:pointer;
	font-size:1.2em;
	padding:0;
	margin:0 0 0 4px;

}
.Formulaire .Erreur {
	border:2px solid #ee2222;
}

/* --------------------------------- */

#footer {
	position:absolute;
	bottom:0;
	width:480px;
	left:0;

	background-color:#536D7B;
	text-align:center;
	color:#fff;
	padding:2px 0 0 0;
}

#footer a {
	margin:0 5px 0 5px;
	text-decoration:none;
	color:#fff;
}

#footer img {
	display:inline;
	vertical-align:bottom;
}
.Code {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #536D7B;
	background-color: #EEEEEE;
	border: 1px dotted #666666;
	display: block;
	padding: 10px;
	width: 400px;
	margin-left: 40px;
	text-align:left;
}

/* --------------- twitter -------- */

.twitter {
	margin:10px 20px 10px 40px;
	padding:8px;
	border:1px solid #aaa;
	background-color:#CBF2FF;
	color:#000;
	text-align:left;
	position:relative;
}

.twitter .twittname a {
	color:#F26521;
	font-weight:bold;
}

.twitter .date {
	color:#777;
	font-style:italic;
}

.twitter .bulle {
	position:absolute;
	left:-24px;
	top:0;
	width:24px;
	height:34px;

}