/* important toutes les balises sont onligee pour remplacer les balises de bases */
/* voir media/base_theme/stylesheet.css */

html { 
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #91BAE2;
}

/*****************************************/
/***                      balises de base                       ***/
/*****************************************/
body { 
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	background-color: #91BAE2;
	font-family: "Comic Sans MS", Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #000000;
}

p {
	margin-top: 3px;
	margin-bottom: 4px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	color: #89CACA;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
	color: #FF7800;
}

img {
	border: 0px solid #89CACA;
}

h1 {
	color: #FF7800;
	font-size: 1.5em;
}

h2 {
	color: #89CACA;
	font-size: 1.3em;
}

h3 {
	color: #000000;
	font-size: 1.1em;
}

form {
	margin: 0px;
	padding: 0px;
	border: 2px solid #89CACA;
}

input {
	border: 2px solid #89CACA;
}

input:hover, input:focus  {
	border: 2px solid #70cb70;
}

select {
	color: #666666;
	border: 2px solid #89CACA;
	background: transparent;
}

select:hover, select:focus {
	border: 2px solid #70cb70
}


/*****************************************/
/***                            body                                  ***/
/*****************************************/
#page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
 	background: url(images/fond_main.png) 0 0 repeat-y;
}

.tool_content {
	padding: 0px 0px 0px 0px;
}

div.avis {
	padding: 20px 10px 10px 10px;
/*	background-image: url(images/03_avis.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FDFDFD;
}

span.avis {
	padding-top: 20px;
}

div.anysection {
	padding: 0px 5px 0px 5px;
	color: #616756;
	text-align: left;
}

/* This is the warning message area ( Alerting the user to validation his account ASAP ) */
#warning_message_area {
	background-color: #CC0000;
	color: white;
	width: 80%;
	margin: 5px;
	padding: 0px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

/* message pour les erreurs dans les form de login */
.errormsg {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
}

.warningmsg {
	font-weight: bold;
	color: orange;
}

.successmsg {
	font-weight: bold;
	color: #00CC00;
}

.msg {
	font-weight: bold;
	color: black;
}

.clearbr {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

/* The content container */
.content {
	border: 2px solid gray;
	width: auto;
}

/* que pour admin ??? */
.submit {
	border: 2px solid #daedd8;
}

.submit:hover {
	border: 2px solid #46a43a;
	background-color: #daedd8;
}

.submit_disabled {
	border: 2px solid #daedd8;
}

fieldset {
	margin: 5px 75px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #E9F6FF;
	border: 1px solid #B4DFFF;
}

fieldset legend {
	color: #37678A;
	font-size: 1em;
	font-weight: bold;
}

fieldset table {
	width: 100%;
	border-collapse: collapse;
}

fieldset tr.odd {
	background-color: #fff;
}

fieldset th {
	text-align: left;
}

fieldset .red {
	background-color: #CC0000;
}

.smaller {
	font-size: 80%;
}

/* ne pas afficher le choix du reseau */
select#auth_source {
	diplay: none;
}

/*****************************************/
/***                     haut de la page                        ***/
/*****************************************/
#page_header {
        margin: 0px;
        padding: 0px;
        border-bottom: 0px solid #d7d5d5;
        background: url(images/fond_top1.png) 0 0 no-repeat;
	width: 100%;
        height: 110px;
        color: #000000;
        font-size: 1.3em;
        white-space: nowrap;
}

#page_header a {
	color: red;
}

#page_header .welcome_msg {
        margin: 0px;
        padding: 0px;
        color: #000000;
        font-size: 1.5em;
		text-align: right;
        white-space: nowrap;
}

#page_header .welcome_msg_inner {
        margin: 0px;
        padding: 0px;
        padding-left: 210px;
        padding-right: 10px;
        color: #000000;
        font-size: 1.1em;
        font-weight: bold;
}

#page_header .welcome_msg_inner span {
        display: inline;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        font-size: 1em;
        font-weight: bold;
        color: #000000;
}

#page_header .welcome_msg_inner em {
        margin: 0px;
        padding: 0px;
        font-size: 1.1em;
        color: #000000;
        font-weight: normal;
}
#page_header .user_ui_main_outer {
	display: block;
	color: #FF7800;
	background: none;
	width: 100%; /* Will this fuck up in explorer? */
        margin: 0px;
        padding: 0px;
        border: 0px solid #FF7800;
}

#page_header h1 {
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
        padding-left: 210px;
        padding-right: 10px;
        color: #FF7800;
        font-size: 1.1em;
		text-align: center;
        font-weight: normal;
}

/*****************************************/
/***                         le corps de la page                              ***/
/*****************************************/
#page_body { 
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	min-height: 450px;
	float: none;
}

#page_body h1 {
	background: transparent;
	padding-left: 0px;
}

/*****************************************/
/***         colonne de gauche         ***/
/*****************************************/
#left_area {
	position: absolute; /* Necessary to work around IE6's stupidity */
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	color: #FF7800;
}

/*****************************************/
/***           gauche haut             ***/
/*****************************************/
#left_area_top {
	display: block;
	position: relative;
	width: 90%;
	margin: 0px;
	margin-top: 15px;
	margin-left: 8px;
	padding: 5px 5px 10px 5px;
	background: transparent;
	font-size: 12px;
	color: #FF7800;
	border: 0px solid #89CACA;
}

#left_area #left_area_top a:link, #left_area #left_area_top a:visited  {
	color: #89CACA;
}

#left_area #left_area_top a:hover {
	color: #FF7800;
}

#left_area #left_area_top .language {
	color: #FF7800;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

#left_area #left_area_top form.language {
	border: 0px solid #89CACA;
	text-align: left;

}

#left_area #left_area_top form.language div {
	border: 0px solid #89CACA;
}

#left_area #left_area_top form.language select {
	margin-top: 4px;
	margin-bottom: 8px;
	background-color: #89CACA;
	text-decoration: none;
}

#left_area #left_area_top hr {
	height: 1px;
	width: 50%;
	color: #89CACA;
}

#left_area #left_area_top .Avatar {
	display: none;
}

#left_area #left_area_top .user_ui_main_outer {
	display: block;
	color: #FF7800;
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%; /* Will this fuck up in explorer? */
}

#logout_link img {
	vertical-align: middle;
}

#preferences_link img {
	vertical-align: middle;
}

#login_link {
	color : #FF7800;
	font-size : 18px;
	text-decoration : underline;
}

#preferences_link, #logout_link {
	color : #FF7800;
	font-size : 12px;
	text-decoration : none;
}

a:link#preferences_link, a:visited#preferences_link, a:link#login_link, a:visited#login_link, a:link#logout_link, a:visited#logout_link {
	color : #FF7800;
	text-decoration : underline;
}

a:hover#preferences_link, a:hover#logout_link {
	color : #FF7800;
	text-decoration : none;
}

/*****************************************/
/***         gauche milieu          NE MARCHE PAS DANS WIFIDOG  ***/
/*****************************************/

#left_area_middle {
	position: block;
	float: left;
	margin: 0px;
	padding: 5px;
	background: transparent;
	border: 0px solid #FF7800;
}

#left_area_middle ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#left_area_middle #login_help {
	display: none;
}


/*****************************************/
/***           gauche bas              ***/
/*****************************************/
#left_area_bottom {
	position: relative;
	float: left;
	margin: 0px;
	padding: 5px 5px 10px 5px;
	width: 90%;
	margin-top: 10px;
	margin-left: 8px;
	border: 0px solid #89CACA;
	background: transparent;
	font-size: 1em;
	color: white;
}

#left_area_bottom hr {
	height: 1px;
	width: 50%;
	color: #89CACA;
}

#left_area_bottom .user_ui_main_outer {
	background: transparent;
	border: none;
	color: #FF7800;
}

#left_area #left_area_bottom ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 2px;
}

#left_area #left_area_bottom li {
	position: relative;
	list-style: none;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
}


/*****************************************/
/***         partie  principale        ***/
/*****************************************/

#main_area {
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-left: 200px;
	width: 780px;
	min-height: 340px;
	border-top: 4px solid #FF7800;
}

* html #main_area { /* Stupid IE hack */
	width: 700px;
	margin: 0px;
	padding: 0px;
}

#main_area h1 {
/*	background: url('images/bullet_box_arrow.gif') no-repeat;*/
	background-position: 2px 50%;
	padding-left: 24px;
}

#main_area select {
	background-color: #89CACA;
	text-decoration: none;
}
#main_area_top {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	width: 100%;
	background: transparent;
	border: 0px solid #89CACA;
}

/* The login form (including header) */
#main_area #main_area_top #login_form {
	float: left;
	width: 380px;
	padding: 0px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}

#main_area #main_area_top form#login_form  {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#main_area #main_area_top #login_form h1 {
	background: transparent;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 2em;
}

#main_area #main_area_top #login_form select {
	margin-top: 4px;
	margin-bottom: 0px;
	background-color: #89CACA;
	text-decoration: none;
}
/* The help text for the login form */
#main_area #main_area_top #login_help {
	clear: left;
	float: left;
	width: 380px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #89CACA;
}

#main_area #main_area_top #login_help h1 {
	font-size: 2em;
}

#main_area #main_area_top #login_help ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#main_area #main_area_top #login_help ul {
	list-style: circle;
	margin-left: 30px;
}

/* div: titre + photo publicitaire */
#main_area #main_area_top .Picture {
	position: absolute;
	display: block;
	top: 50px;
	left: 0px;
	margin: 0px 0px 0px 400px;
	padding: 5px 5px 5px 5px;
	width: 300px;
	min-height: 300px;
	border-width: 2px;
	border-style: solid;
	border-color: #FF7800;
}

#main_area #main_area_top .Picture .user_ui_title {
	text-align: justify;
}

#main_area #main_area_top .Picture .user_ui_title h1 {
	text-decoration: none;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#main_area #main_area_top .Picture table img {
	margin-left: 25px;
	margin-right: 25px;
}

/* Insertion de la frame de google quand la connection est acceptee */
#main_area #main_area_top iframe {
	margin: 0px;
	padding: 0px;
	border: 0px solid #89CACA;
	width: 480px;
	height: 250px;
}

#main_area_middle {
	position: relative;
	float: left;
	margin: 0px;
	padding: 5px;
	width: 95%;
}

#main_area_middle .pretty_fieldset {
	margin : 5px 75px 5px 5px;
	padding : 5px 5px 5px 5px;
	border: 2px solid #89CACA;
	background: transparent;
}

#main_area_middle .pretty_fieldset form {
	border: 0px solid #89CACA;
}

#main_area_bottom {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/* le texte pour la page help */
div#help {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

div#help h2 {
	margin : 0px;
	padding: 0px;
}

#help p {
	margin : 0px;
	padding: 0px;
	margin-left: 5px;
}
	/* le texte pour la page faq */
div#faq {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

div#faq h2 {
	margin : 0px;
	padding: 0px;
}

/* le texte pour la page contact */
div#contact {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

div#contact form {
	margin: 0px;
	padding: 0px;
	border: 0px solid #89CACA;
}

div#contact h2 {
	margin : 0px;
	padding: 0px;
}

/* le texte pour la page links_page */
#main_area_middle #links_page {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

div#links_page h2 {
	margin : 0px;
	padding: 0px;
}


/*****************************************/
/***         colonne de droite        ***/
/*****************************************/
#right_area {
	
}

#right_area_top {
	
}

#right_area_middle {
	
}

#right_area_bottom {
	
}


/*****************************************/
/***         page footer        ***/
/*****************************************/
#page_footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	width: 952px;
	border: 4px solid #FF7800;
	background-color: #618f8f;
	text-align: center;
	font-size: 1em;
	color: #FF7800;
}

#page_footer h1 {
	margin : 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
}

#page_footer h2 {
	margin : 0px;
	padding: 0px;
	font-size: 1.1em;
	color: #FF7800;
	font-weight: normal;
}

/* les menus */
/********** Content type section **********/ /* MainMenu */
#nav,#nav ul { /* all lists */
	padding: 0px;
	margin: 0 0 1em 0px;
	list-style: none;
	line-height: 1;
	/* WD specific */
	float: left;
	width: auto;
	background: white;
	font-weight: bold;
	border: solid #d7d5d5;
	border-width: 1px 0px;
	z-index: 99;
}

#nav {
	/* WD specific, this must be after the #nav,#nav ul, it will apply only to the top menu items */
	background: none;
	margin: 0 0 0 0px;
	border: none;
	clear: both;
	display: block;
	float: none;
}

#nav a { /* WD specific */
	display: block;
	width: 10em;
	w\idth: 6em;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	/* WD specific */
	padding: 0px;
}

#nav>li { /* WD specific */
	border-left: 1px solid #d7d5d5;
	border-right: 1px solid #d7d5d5;
	border-bottom: 1px solid #d7d5d5;
}

#nav li li { /* WD specific */
	padding-right: 1em;
	width: 13em
}

#nav li ul a { /* WD specific */
	width: 13em;
	w\idth: 9em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 14.4em;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	/* WD specific */
	height: auto;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0px;
}

#nav li:hover ul { /* WD specific */
	left: auto;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.sfhover ul ul,#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul {
/* lists nested under hovered list items */
	left: auto;
}

#nav li:hover,#nav li.sfhover { /* WD specific */
	background: #f5f5f5;
}

/* je mets pas le menu pour les listes des bornes */
.node_lists {
	display: none;
}


/* Divers */
/* Interaction elements (buttons mostly) are in this container.  Optional */
.admin_element_tools {
	border: 0px;
	margin: 0px;
}

div.admin_element_tools {
	display: inline;
}

/* The label of the admin element. Optional */
.admin_element_label {
	font-weight: bold;
}

div.admin_element_label {
	display: inline;
}

.admin_container ul {
	list-style:none;

}

/********** Google map section **********/
#hotspots_form_map {
	margin: 0px;
	padding: 0px;
	border: 0px solid #89CACA;
	font-size: 1em;
	font-weight: bold;
}

#map_title {
	margin: 0px;
	padding: 5px;
	margin-top: 5px;
	padding-bottom: 10px;
	border: 2px solid #89CACA;
	background: transparent;
	font-size: 1.2em;
	color: #FF7800;
	font-weight: bold;
}

#map_toolbox {
	display: inline;
	float: right;
}

#map_postalcode_overlay {
	position: absolute;
	display: none;
	padding: 10px;
	z-index: 10;
	background-color: #89CACA;
	border: 2px solid #B4DFFF;
	font-size: 1em;
	font-weight: bold;
}

#map_legend {
	padding: 5px;
	background-color: transparent;
	border: 2px solid #89CACA;
	font-size: 1em;
	color: #37678A;
	vertical-align: middle;
}

#map_outer_hotspots_list {
	overflow: auto;
	position: relative;
	float: right;
	width: 20%;
	height: 500px;
	background-color: #FFFFFF;
	border-right: 2px solid #89CACA;
}

#map_hotspots_list {
	padding: 2px;
	font-size: 0.8em;
}

#map_hotspots_list td img {
	display: none;
}

#map_frame {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 79%;
	height: 500px;
	border-left: 2px solid #89CACA;
	font-size: 1em;
}

/********** End Google map section **********/

/********** End Content type section **********/
.popup {
	background-color: white;
	border: solid #0060F9;
	text-align: left
}

.link {
	color: blue;
	text-decoration: underline
}

#node_list {

}

#node_list table {
	background-color: #b1d5ba;
	border-collapse: collapse;
	margin: 5px 75px 5px 5px;
	padding: 5px 5px 5px 5px;
}

#node_list tr {
	background-color: #e1f5da;
	border: 1px solid;
}

#node_list tr.even {
	background-color: #e1f5da;
}

#node_list tr.odd {
	background-color: #b1d5ba;
}

#node_list td {
	margin: 0 0 0 0px;
	text-align: center;
	color: #000000;
}

#node_list td.status {
	width: 15em;
	text-align: left;
	font-size: 9pt;
}

#node_list a {
	color: #000000;
}

#hotspot_status {
	
}

#hotspot_status table {
	background-color: #b1d5ba;
	border-collapse: collapse;
	margin: 5px 75px 5px 5px;
	padding: 5px 5px 5px 5px;
}

#hotspot_status tr {
	vertical-align: top;
	font-size: 10pt;
	font-family: Arial;
	background-color: #e1f5da;
	border: 1px solid;
}

#hotspot_status tr.even {
	background-color: #e1f5da;
}

#hotspot_status tr.odd {
	background-color: #b1d5ba;
}

#hotspot_status td {
	margin: 0 0 0 0px;
	color: #000000;
}

#hotspot_status a {
	color: #000000;
}

#hotspot_log {
	margin: 1em;
}

#hotspot_log table {
	background-color: #b1d5ba;
	border-collapse: collapse;
}

#hotspot_log th {
	background-color: #e1f5da;
	border: 1px solid;
	text-align: left;
}

#hotspot_log tr {
	background-color: #ffffff;
	border: 1px solid;
}

#hotspot_log td {
	margin: 0 0 0 0px;
	color: #000000;
}

#hotspot_log td.status {
	width: 15em;
	text-align: left;
	font-size: 9pt;
}

#hotspot_log a {
	color: #000000;
}

#user_stats {
	
}

#user_stats table {
	background-color: #b1d5ba;
	border-collapse: collapse;
}

#user_stats th {
	background-color: #e1f5da;
	border: 1px solid;
}

#user_stats tr {
	background-color: #ffffff;
	border: 1px solid;
}

#user_stats td {
	margin: 0 0 0 0px;
	color: #000000;
}

#user_stats td.status {
	width: 15em;
	text-align: left;
	font-size: 9pt;
}

#user_stats a {
	color: #000000;
}

#std_table {
	
}

#std_table table {
	border: 1px solid gray;
}

#std_table th {
	font-size: 14pt;
	background-color: #e1f5da;
}

#std_table td.item {
	font-weight: bold;
}

iframe {
	margin: 0px;
	margin-left: 50px;
	padding: 0px;
	border: none;
}


/* *** Float containers fix : 
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


