/****************************************************************************************************
by Sodalec
****************************************************************************************************/

/*** Général ***/

html, body{
	height: 100%;
}
body{
	background: #d3d4d4 url(../images/bgd_headband.gif) repeat-x 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#page{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: white;
	min-height: 100%;
	height: 100%;
}
html>body  #page{
	height: auto;
}
*{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
a{
	color: #c82b2a; /* rouge SODALEC */
}
a img{
	border: none;
}
/*** Titre h1 ***/

h1{
	background: #d7e000; /* background header vert clair */
	height: 56px;
	border-bottom: 3px solid white;
}
h1 a{
	position: absolute;
	left: 16px;
	top: 8px;
}
h1 a img{
	border: 3px solid white;
}

/*** Titre h2 ***/

h2{
	color: #c82b2a; /* rouge SODALEC */
	padding-left: 16px;
	font-size: 1.4em;
	margin: 10px 0 6px;
	background: url(../images/big_chip.gif) no-repeat 0 5px;
}
h2 a{
	color: #c82b2a; /* rouge SODALEC */
	text-decoration: none;
}

/*** Titre h3 ***/

h3{
	color: black;
	font-size: 1.0em;
	margin: 0 0 4px;
}

/*** Textes ***/

#content{
	border-top: 63px solid #d7e000; /* background header vert clair */
	border-bottom: 34px solid white;
	padding-top: 34px;
	min-height: 650px;
	color: #6e6f72; /* gris foncé */
	font-size: 0.85em;
	text-align: justify;
}
html>body #content{
	height: auto;
}
p{
	margin: 8px 0;
}
.work{
	display: block;
	width: 726px;
	margin: 0 18px 16px 274px;
	padding-left: 6px;
	overflow: hidden;
}
div.section{
	margin-left : 4px;
	border-left: 1px solid #cccccc;
	padding: 1px 22px 8px 12px;
}
#menu{
	margin: 0 1px 1px 0;
	text-align: left;
}
#menu img{
	background: #e0e0e0;
	border: 1px solid #0034d8;
}
#menu img:hover, #menu img.selected{
	background: #c82b2a; /* rouge SODALEC */
	border: 1px solid #c82b2a; /* rouge SODALEC */
}
#menu a{
	color: #0034d8;
}
div.columns {
	float: left;
	width: 50%;
}
div.coltri {
	float: left;
	width: 33.3%;
}
div.fincol{
	clear: left;
	width: 100%;
}
div.accroche{
	color: #c82b2a; /* rouge SODALEC */
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.05em;
	margin: 4px 0;
}
strong{
	color: #000;
}

/*** Infobulles ***/

.infobulle, .infotexte{
	position: absolute;
	border: 1px solid #6e6f72;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #6e6f72;
	background-color: #e5eb59;
	z-index: 500;
	visibility : hidden;
}
.infobulle{
	margin-top: -25px;
	margin-left: -50px;
}
.infotexte{
	margin-top: -50px;
	margin-left: -50px;
}

/*** Tableaux ***/

table{
	border-spacing: 1px;
	border-collapse: collapse; /* Colle les bordures entre elles */
}
td{
	border: 1px solid black;
	text-align: right;
	padding: 0 2px 0 2px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
	height: 18px; /* J'agrandis la hauteur des cellules pour que l'on puisse voir l'alignement vertical */
}
.milieu {
	text-align: center;
}
.left {
	text-align: left;
}
.right{
	text-align: right;
}
.tabul1{
	padding-left:10px;
}
.tabul2{
	padding-left:60px;
}
.alarme{
	font-size: 1.05em;
	font-weight: bold;
	color: #F00;
}
td.invitab{
	border: 0px solid;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
}
select{
	border: 1px solid #cccccc;
	margin: 0 -2px 0 -2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
select.valid{
	border: 1px solid #cccccc;
	color: #000000;
}
select.valid:hover, select.valid:focus{
	border: 1px solid #6e6f72;
	background: #c82b2a; /* rouge SODALEC */
	color: white;
}
select.unvalid{
	border: 1px solid #cccccc;
	background: #e0e0e0;
	color: #6e6f72;
}
.size12{
	font-size: 1.2em;
}
input.notab{
	border: none;
	color: black;
}
input.notab:hover, input.notab:focus, .param:hover, .param:focus{
	border: none;
	background: #c82b2a; /* rouge SODALEC */
	color: white;
}
input.unvalidnotab{
	border: none;
	background: #e0e0e0;
	color: #6e6f72;
}
input.tab{
	border: 1px solid #cccccc;
	color: black;
}
input.tab:hover, input.tab:focus{
	border: 1px solid #6e6f72;
	background: #c82b2a; /* rouge SODALEC */
	color: white;
}
input.unvalidtab{
	border: 1px solid #cccccc;
	background: #e0e0e0;
	color: #6e6f72;
}
option{
	min-width: 40px;
}

/*** Chemin dans le catalogue ***/

#path{
	font-size: 0.8em;
	margin: 6px 0;
}

/*** Loading ***/

#download{
	position: absolute;
	top: 42%;
	left: 57%;
	padding-top: 10px;
	padding-left: 10px;
	width: 110px;
	height: 110px;
	background: white;
	border: 2px solid #d7e000; /* background header vert clair */
	z-index: 999;
}

/********************************************
Entête
********************************************/

#header{
	width: 1000px;
	height: 87px;
	border-left: 1px solid #b7be22; /* background image header vert foncé */
	border-right: 1px solid #b7be22; /* background image header vert foncé */
	border-bottom: 1px solid #d7e000; /* background header vert clair */
	z-index: 2;
	position: absolute;
	left: -1px;
	top: 0px;
}
#header h1 a.text{
	border-bottom: 3px solid #c82b2a; /* rouge SODALEC */
	position: absolute;
	left: 530px;
	top: 7px;
	font-size: 1.1em;
	font-style: italic;
}
#header ul.headbandleft{
	position: absolute;
	left: 280px;
	top: 0px;
}
#header ul.headbandright{
	position: absolute;
	right: 0px;
	top: 0px;
}
#header ul li{
	float: left;
	margin-right: 1px;
}

/********************************************
Synoptique
********************************************/

.colonne{
	float: left;
	width: 60px;
}
.case{
	text-align: center;
	margin-left : 2px;
	margin-right : 2px;
	margin-bottom : 2px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 50px;
}
.decal{
	height: 0px;
	text-align: center;
	border: none;
	top: -53px;
	z-index: 2;
}
.numero{
	font-weight: bold;
	margin-right: -5px;
}

/********************************************
Page d'accueil
********************************************/

/*** Général ***/

.home #content{
	background: white url(../images/bgd_leftmenu.png) no-repeat 16px 50px;
}

/*** Titre h1 ***/

.home #content h1{
	background: none;
	border-bottom: none;
	width: 183px;
	position: absolute;
	left: 70px;
	top: 110px;
	text-align: center;
}

/*** Vignettes ***/

.home #content ul.stickers{
	background: none;
	width: 110px;
	position: absolute;
	left: 110px;
	top: 225px;
}
.home #content ul.stickers li{
	background: none;
	float: left;
	margin: 0 10px 10px 0;
}

/*** Contenu ***/

.home #content .work{
	margin: 10px 0 0 304px;
	width: 690px;
	border-top: 12px solid white;
}

/*** Connexion ***/

.home #content div.work div.section  form.connexion{
	color: black;
	margin: 10px 180px;
	border: 2px solid #c82b2a; /* rouge SODALEC */
	padding: 20px 20px 10px 20px;
	background: #d7e000; /* background header vert clair */
}
.home #content div.work div.section  form.connexion div.intitule{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
.home #content div.work div.section  form.connexion input#bouton{
	position: absolute;
	top: 35px;
	right: 20px;
}

/********************************************
Left Menu
********************************************/

#leftmenu{
	position: absolute;
	top: 100px;
	left: 18px;
	bottom: 34px;
	width: 244px;
	background: #e8e8e8  url(../images/bgd_leftmenu.png) no-repeat right bottom;
	height: 420px;
}
html>body #leftmenu{
	height: auto;
}
#leftmenu ul{
	padding-top: 6px;
}
#leftmenu ul li{
	display:inline;
}
#leftmenu ul li ul{
	background: #fff;
	padding: 6px 0;
}
#leftmenu ul li a{
	display: block;
	padding:  3px 16px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#leftmenu ul li.selected a, #leftmenu ul li a:hover{
	background: #99999b ;
	color: #fff;
}
#leftmenu ul li.selected ul li a{
	display: block;
	padding: 2px 32px;
	color: #000;
	text-decoration: none;
	background : #fff url(../images/medium_chip_unselect.gif) no-repeat 16px 6px;
	font-size: 0.85em;
	font-weight: normal;
}
#leftmenu ul li.selected ul li.selected a, #leftmenu ul li.selected ul li a:hover{
	color:#c82b2a; /* rouge SODALEC */
	background: #fff url(../images/medium_chip_select.gif) no-repeat 16px 6px;
}
/*
html>body #leftmenu{
	height: auto;
}
*/

/********************************************
Navigation
********************************************/

#navigation{
	position: absolute;
	top: 63px;
	width: 722px;
	z-index: 3;
	height: 24px;
	left: 278px;
	list-style: none;
	background: #fff;
}
#navigation li{
	float: left;
	height: 24px;
}
#navigation li a{
	color: #6e6f72;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 4px 16px 0;
}
#navigation li:hover a{
	color: #c82b2a; /* rouge SODALEC */
}
#navigation li ul{
	display: none;
	border: 1px solid #d7e000;
	border-top: 1px solid  #F2FABF;
	position: absolute;
	left: 0;
	top: 24px;
	background: #fff;
	padding: 9px 0 9px;
}
#navigation li:hover ul{
	display: block;
}
#navigation li ul li{
	display: inline;
	height: auto;
	float: none;
}
#navigation li ul li a{
	display: block;
	float: none;
	font-size: 0.925em;
	color: #6e6f72 !important;
	height: auto;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
#navigation li ul li a{
	padding: 1px 30px 1px 16px;
}
#navigation li ul li a:hover{
	background: #F2FABF;
}

/********************************************
Pied de page
********************************************/

#footer{
	background: #d6dc4a; /* background footer vert moyen */
	margin-top: -20px;
	height: 20px;
	position: relative;
}
#footer address{
	background: #e5eb59; /* background footer vert clair */
	height: 14px;
	width: 968px;
	margin: 0 auto;
	text-align: left;
	font-style: normal;
	font-size: 0.85em;
	padding: 3px 16px;
}
#footer ul#annexes{
	position: absolute;
	top: 3px;
	right: 8px;
	font-size: 0.85em;
}
#footer ul#annexes a{
	color: #6e6f72; /* gris */
}
