/*
	WAnewsletter theme by Bobe <wascripts@phpcodeur.net>
	
	This program is free software; you can redistribute it and/or 
	modify it under the terms of the GNU General Public License as 
	published by the Free Software Foundation; either version 2 of 
	the License, or (at your option) any later version.
	
	http://www.gnu.org/copyleft/gpl.html (english)
	http://www.april.org/gnu/gpl_french.html (french)
*/

body {
	background-color: #003B78;
	margin: 0;
	border-width: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}


/* Structure des pages */

#header {
	height: 72px;
	background: #003B78 url(images/background_header.gif) top left repeat-y;
	margin: 0;
	padding: 5px;
	color: black;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 62px;
}

body > #header {
	height: 62px;
}

#header p {
	display: inline;
	background-color: transparent;
	color: black;
}

#header h1 {
	position: absolute;
	top: 10px;
	right: 200px;
	background-color: transparent;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: white;
}

#menu {
	height: 20px;
	background: #FAFAFA url(images/bande.gif) repeat-x;
	margin: 0;
	border-width: 1px 0;
	border-color: black;
	border-style: solid;
	text-align: center;
	color: black;
}

#menu p {
	background-color: transparent;
	margin: 4px;
	font-size: 0.7em;
	color: black;
}

#smallheader, #global, #footer {
	background-color: #DDD;
	margin: 20px;
	border: 1px solid black;
	padding: 0;
	text-align: center;
	color: black;
}

#smallheader h1 {
	background-color: inherit;
	margin: 0.4em;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: black;
}

#footer {
	margin-bottom: 20px;
}

#footer p {
	background-color: inherit;
	margin: 0.4em;
	text-align: center;
	font-weight: bold;
	font-size: 0.6em;
	color: black;
}

#dev p {
	background-color: inherit;
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
	color: #DBDBDB;
}

#explain {
	margin: 1em 2.5%;
	border-width: 0 1px;
	border-style: solid;
	border-color: black;
	padding: 0 0.5em;
}

#explain p {
	font-weight: normal;
	font-size: 0.6em;
	line-height: 1.3em;
	text-align: justify;
}

ul#errorbox {
	background-color: #DDD;
	margin: 20px;
	border: 1px solid black;
	padding: 0.5em 2em;
	list-style-type: square;
	text-align: left;
	color: black;
}

ul#errorbox li {
	background-color: inherit;
	font-weight: normal;
	font-size: 0.7em;
	color: black;
}

#iframe {
	width: 100%;
	height: 400px;
	background-color: white;
	border: 1px solid black;
}

#nav-top {
	margin-top: 1em;
	margin-bottom: -0.9em;
	margin-left: 2.7%;
	margin-right: 2.7%;
}

#nav-bottom {
	margin-top: -0.9em;
	margin-bottom: 1em;
	margin-left: 2.7%;
	margin-right: 2.7%;
}

#nav-top div.left, #nav-bottom div.left {
	float: left;
	text-align: left;
}

#nav-top div.right, #nav-bottom div.right {
	text-align: right;
}

div.left p, div.right p {
	display: inline;
	background-color: inherit;
	font-weight: normal; font-size: 0.7em;
	color: black;
}

/* Classes diverses */

.bloc, .smallbloc {
	background-color: #DDD;
	border: 1px solid #084A6B;
	padding: 0;
	color: black;
}

.bloc      { margin: 1em 2.5%; }
.smallbloc { margin: 1em 10%; }

.bloc h2, .smallbloc h2 {
	background: #003B78 url(images/head.gif) top repeat-x;
	margin: 0;
	padding-top: 5px;
	height: 27px;
	white-space: nowrap;
	font-size: 0.8em;
	color: #FAFAFA;
	
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 22px;
}

.bloc > h2, .smallbloc > h2 {
	height: 22px;
}

.bloc p, .smallbloc p {
	background-color: transparent;
	margin: 0;
	padding: 1em;
	font-weight: normal; font-size: 0.7em; line-height: 1.2em;
	text-align: justify;
}

.bloc p.message, .smallbloc p.message {
	padding: 2em !important;
	font-size: 0.8em !important;
	text-align: center !important;
}

.bottom {
	background: #BBB url(images/bottom.gif) bottom repeat-x;
	margin: 0;
	padding-top: 3px;
	height: 27px;
	color: black;
	
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 24px;
}

.bloc > .bottom, .smallbloc > .bottom {
	height: 24px;
}

.links, .s-links {
	padding: 0;
	text-align: left;
}

.links   { margin: 0 2.5% -0.9em 2.5%; }
.s-links { margin: 0 10% -0.9em 10%; }

.links p, .s-links p {
	background-color: transparent;
	display: inline;
	font-size: 0.7em;
	color: black;
}

.area {
	background-color: white;
	border: 1px solid black;
	margin-left: auto; margin-right: auto;
	width: 420px; height: 120px;
	overflow: auto;
	font-size: 0.7em; font-weight: normal;
	color: black;
	text-align: left;
}

.stats {
	margin-top: 1em;
	margin-left: auto; margin-right: auto;
	text-align: center;
}

/* Textes et liens */

a, a:link, a:visited { background-color: transparent; font-size: inherit; color: #2255FF !important; text-decoration: none; }
a:hover              { background-color: transparent; font-size: inherit; color: #FF5522 !important; text-decoration: none; }

.texte, .m-texte, .s-texte {
	background-color: transparent;
	font-weight: normal; color: black;
}

.texte   { font-size: 0.8em; }
.m-texte { font-size: 0.7em; }
.s-texte { font-size: 0.6em; }

/* abbr n'est pas compris par IE, nous utiliserons donc acronym */
acronym {
	background-color: transparent;
	border-bottom: 1px dotted blue;
	text-transform: uppercase;
}

acronym:hover { cursor: help; }


/* Formulaires, champs et boutons */

label[for] {
	cursor: pointer;
}

form#smallbox {
	background-color: inherit;
	margin: 1em 2.5%;
	padding: 0;
	color: black;
	text-align: right;
}

form#smallbox label {
	font-size: 0.6em; font-weight: normal;
}

input.pbutton, input.button {
	font-size: 0.7em; font-weight: normal;
	color: black;
}

input.pbutton { font-weight: bold !important; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #FFAA55;
}

input.text, textarea, select {
	font-size: 0.7em; font-weight: normal;
	color: black;
}

input.text, textarea {
	background-color: #FAFAFA;
	border: 1px inset black;
}

/*
  Malgré la propriété font-family dans body, textarea n'en tient pas compte, 
  que ce soit dans un navigateur gecko ou IE... :/
  On redéclare..
 */
textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }

input.text:focus, textarea:focus {
	background-color: white;
	border-style: solid;
}

input.text { text-indent: 2px; }


/* tables */

table.content {
	background-color: #FAFAFA;
	border-spacing: 1px;
	
	/* Les bordures externes sont parfois mangées sous les navigateurs gecko si width est à 100% */
	width: 99.9%;
}

th {
	background-color: #C6C8CA;
	padding: 0.3em 0.4em;
	white-space: nowrap;
	font-weight: bold; font-size: 0.8em;
	color: black;
	text-align: center;
}

td.explain {
	background-color: #C6C8CA;
	padding: 0.3em 0.4em;
	font-weight: normal; font-size: 0.6em; line-height: 1.3em;
	text-align: justify;
	color: black;
}

td.row1, td.row2, td.medrow1, td.medrow2, td.smallrow1, td.smallrow2, td.minirow {
	padding: 0.1em 0.2em;
	empty-cells: show;
	vertical-align: top;
}

td.row1, td.row2 {
	text-align: justify;
}

td.row1 { width: 50%; }

td.medrow1, td.medrow2 {
	text-align: justify;
}

td.medrow1 { width: 33%; }

td.smallrow1, td.smallrow2 {
	text-align: center;
}

td;smallrow1 { width: 10%; }

td.minirow {
	width: 20px;
	text-align: center;
}

td.row-full {
	background-color: #D6D8DA;
	padding: 1em 0.2em;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

td.row1, td.medrow1, td.smallrow1             { background-color: #EAEAEA; }
td.row2, td.medrow2, td.smallrow2, td.minirow { background-color: #D6D8DA; }

td.row1 label, td.medrow1 label, td.smallrow1 label, td.row-full label {
	font-weight: normal; font-size: 0.8em;
	color: black;
}

