/* ------------------------------------------------------------------------------------------------------------------------------------------
//	Screen_Common.css
// 	Elements de style commun ‡ tout le site
//
//	Lunaweb©2007
------------------------------------------------------------------------------------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 97%; /*Pour IE et son affichage des fonts en .EM*/
	font-family: Arial;
	color: #FFFFFF;
	background: transparent url(../img/design/pages/fond.png) ;
}

#global {
	position: relative;
}

#site {
}
/* --------------------------------------------------------------
	Header
----------------------------------------------------------------- */

#header h1 {
	margin: 20px;
	background: transparent url(../img/design/pages/logo-when.png) 70% 50% no-repeat;
	height: 80px;
	text-indent: -5000px;
}

/* --------------------------------------------------------------
	Menu
----------------------------------------------------------------- */
#menu {
	position: absolute;
	width: 280px;
	height:370px;
	top: 0;
	left:5px;
	font-variant: small-caps;
	font-size: 0.8em;
	font-family: Tohama;
	background: transparent url(../img/design/pages/logo-3D.PNG) 50% 20%no-repeat;
}

#menu ul {
	list-style-type: none;
}

#menu ul.menu {
	padding: 30px;
	background: transparent;
}

#menu ul.menu li {
	margin: 20px 0;
	color: #444983;
	text-align: center;
}

#menu ul.menu li ul {
	padding: 0px 20px;
}

#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active {
	color: #444983;
	text-decoration: none;
	padding: 3px 5px;
	background: transparent url(../img/design/pages/bg-menu-link.png) 50% 0 repeat-y;
	display: block;
}

#menu a:hover {
	background: #488AA0;
	background: transparent url(../img/design/pages/bg-menu-link-over.png) 50% 0 repeat-y;
}
/* --------------------------------------------------------------
	Liens
----------------------------------------------------------------- */

a:link,
a:visited,
a:hover,
a:active {
	color: #444983;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------
	Contenu
----------------------------------------------------------------- */
#contenu {
	font-size: 0.8em;
	padding: 15px 15px 15px 265px;
	min-height: 450px;
	_height: 450px;
	text-align: justify;
	
	color: #000000;
}

/* --------------------------------------------------------------
	Résultats d'ordre
----------------------------------------------------------------- */
div.message_erreur {
	background: #F9A9AA;
	padding: 10px;
	margin: 10px 0;
	color: #000000;
}

div.message_erreur ul {
	list-style-type: square;
	padding: 0 0 0 20px;
}


/* --------------------------------------------------------------
	Eléments de mise en forme génériques
----------------------------------------------------------------- */

/* Image lien */
a img {
	border: none;
}

/* Séparateur */
hr.separateur {
	clear: both;
	color: #313131;
	border: 0;
	background: #313131;
	height: 1px;
}

/* Séparateur */
#contenu hr.separateur {
	color: #666666;
	background: #666666;
}

/* Texte aligné à droite */
.right {
	text-align: right;
}

/* Texte en gras */
.bold {
	font-weight: bold;
}

.encart-droit {
	float: right;
	margin: 10px;
	padding: 10px;
	border: 2px outset #454a84;
}

/* Div flottant occupant une demi largeur */
.colonne {
	width: 45%;
	margin: 5px;
	padding: 10px;
	float: left;
}

.imgdroite {
	float: right;
	margin: 10px;
}

.imggauche {
	float: left;
	margin: 10px;
}

/* Titres */
#contenu h3, #contenu h4, #contenu h5, #contenu h6 {
	color: #454a84;
	text-decoration: underline;
}

#contenu h3 {
	margin: 20px 0;
	font-weight: bold;
}

#contenu h4 {
	margin: 15px 5px;
}

#contenu h5 {
	margin: 10px;
	font-style: italic;
}

#contenu h6 {
	margin: 5px 15px;
	text-decoration: none;
	font-weight: bold;
}

#contenu ul {
	list-style-type: square;
	padding: 10px 25px;
	text-align: left;
}

/* --------------------------------------------------------------
	Formulaire
----------------------------------------------------------------- */
form {
	margin: 10px 0 0;
}

form p, form h3 {
	padding: 0 10px;
}

form fieldset {
	border: 1px solid #454a84;
	margin: 10px 0;
	padding: 0 0 10px 8px;
}

form fieldset legend {
	padding: 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #454a84;
}

form fieldset p {
	clear: both;
	padding: 0;
}

form fieldset table {
	width: 95%;
	margin: 10px auto;
}

form label {
	clear: left;
	float: left;
	margin: 2px 3px;
	width: 230px;
}

input, textarea, select {
	margin: 2px 3px;
	border: 1px solid #454a84;
}

textarea {
	clear: both;
	width: 90%;
	height: 250px;
	margin: auto;
}

select {
	background-color: #bec3ff;
}

input.bouton {
	display: block;
	margin: 10px auto;
	width: 100px;
	height: 25px;
	background: #528291;
	color: #FFFFFF;
	text-align: center;
	border: 0;
	font-weight: bold;
	cursor: hand;
}

span.obligatoire {
	color: #bd1222;
	font-style: oblique;
}

form label span.obligatoire {
	display: block;
	float: left;
	width: 10px;
}

p.note {
	font-size: 0.9em;
	margin: 10px 0;
}


/* --------------------------------------------------------------
	Tableaux
----------------------------------------------------------------- */
table {
	width: 100%;
	margin: 15px 0;
	border-collapse: collapse;
}

table thead {
	background: #454a84;
	color: #FFFFFF;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}

table thead tr th {
	padding: 2px;
}

table tfoot tr th {
	height: 13px;
	font-size: 0.1em;
	background: #454a84;
}

table tbody tr td {
	vertical-align: top;
	padding: 2px;
}

table tbody tr td ul {
	margin: 0 40px;
	list-style-type: square;
}

table a:link,
table a:visited,
table a:hover,
table a:active {
	text-decoration: none;
}

/* ----- lignes d'erreur */
table tr.ligne_erreur1 {
	background: #FFBB63;
}

table tr.ligne_erreur2 {
	background: #F7AF50;
}

/* ----- 1er niveau de lignes du tableau */
table tr.ligne_niveau_1-1 {
	background: #FFFFFF;
}

table tr.ligne_niveau_1-2 {
	background: #bec3ff;
}

/* ----- 2eme niveau de lignes du tableau */
table tr.ligne_niveau_2-1 {
	background: #858ad6;
}

table tr.ligne_niveau_2-2 {
	background: #7b7fad;
}

table tr.ligne_niveau_2-1 td, table tr.ligne_niveau_2-2 td {
	padding: 2px 5px;
	vertical-align: top;
}

/* ----- 3eme niveau de lignes du tableau */
table tr.ligne_niveau_3-1, table tr.ligne_niveau_3-2 {
	font-weight: bold;
	font-style: oblique;
}

table tr.ligne_niveau_3-1 {
	background: #97a7bb;
}

table tr.ligne_niveau_3-2 {
	background: #bbcbdf;
}

/* ----- 4eme niveau de lignes du tableau */
table tr.ligne_niveau_4-1, table tr.ligne_niveau_4-2 {
	background: #454a84;
	color: #FFFFFF;
}

/* ----- 5eme niveau de lignes du tableau */
table tr.ligne_niveau_5-1, table tr.ligne_niveau_5-2 {
	background: #454a84 top left repeat;
	color: #FFFFFF;
	font-weight: bold;
}

/* ----- Colonne de tableaux */
table .date_column {
	width: 5%;
}

table .ddate_column {
	width: 10%;
}

table tbody tr td.order_column, table thead tr th.order_column, table tbody tr td.tiny_column, table thead tr th.tiny_column {
	width: 20px;
	text-align: center;
}

/* --------------------------------------------------------------
	Order-list
----------------------------------------------------------------- */
#contenu ul.order_list {
	list-style-type: none;
	margin: 5px 0 10px 4px;
}

#contenu ul.order_list li {
	padding: 0 0 0 10px;
	float: left;
	margin: 0 2px 5px 0;
}

#contenu ul.order_list li a:link,
#contenu ul.order_list li a:visited,
#contenu ul.order_list li a:hover,
#contenu ul.order_list li a:active {
	padding: 3px 8px 5px 0;
	display: block;
	text-decoration: none;
	position: relative;
	text-indent: 20px;
	color: #454a84;
	background: #528291;
	font-weight: bold;
}

#contenu ul.order_list li a img {
	position: absolute;
	left: 2px;
}

#contenu ul.order_list li select {
	width: 200px;
}

/* --------------------------------------------------------------
	Site-Footer
----------------------------------------------------------------- */
#site-footer {
	clear: both;
	font-size: 0.6em;
	color: #717171;
}

#site-footer ul {
	list-style-type: none;
	text-align: center;
	margin: 10px auto;
}

#site-footer ul li {
	display: inline;
	padding: 2px 5px;
}
