html{
    font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-image: url("../images/bg.png");					
	background-repeat:repeat-x;
}

body{
    /* La taille de base sera de 10px */
    font-size: 0.625em;
	background-image: url("../images/bgPage.png");
	background-repeat:repeat-x;
	margin:0 auto auto auto;
	width:998px;
	height:626px;
}
* {
    font-size: 100%;
	margin:0;
	padding:0;
}
form {
	margin:0;
	padding:0;
}
input, select{
    font-size: 120%;
	margin:0;
	padding:0;
	float:left;
}
input.validergros {
	margin-left:10px;
}
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif; 			/*  TODO Pourquoi est necessaire de devoir pr�ciser ? */ 
    font-size: 120%;
	margin:0;
	padding:0;
}

h1{
    font-size: 2em;
	font-weight:bold; 
}

h2{
    font-size: 1.5em;
	font-weight:bold; 
}

h3{
    font-size:1.2em;
	font-weight:bold; 
}    
ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}

#header {
	padding:21px 31px 0 14px;
	height:128px;
	overflow:hidden;
}
#header #logo {
	float:left;
	margin:5px 0 0 10px;
	height:61px;
	width:161px;
}
#header #infos {
	float:left;
	height:23px;
	padding:43px 0 0 10px;
}
/*--------------------------------*/
/* menu 1 haut droit */
#header ul#menu1 {
	float:right;
	height:66px;
	width:400px;
}
#header ul#menu1 li {
	float:left;
	height:66px;
}
#header ul#menu1 li a {
	background-image:url(../images/icon/boule.png);
	background-repeat:no-repeat;
	background-position:10px 8px;
	font-size:.9em;
	color:#666;
	text-decoration:none;
	width:66px;
	/* height:66px; */
	display:block;
	text-align:center;
	padding:52px 0 0 0;
	overflow:visible;
}
#header ul#menu1 li.accueil a {
	background-image:url(../images/icon/bouleaccueil.png);
}
#header ul#menu1 li.moncompte a {
	background-image:url(../images/icon/boulemoncompte.png);
}
#header ul#menu1 li.commander a {
	background-image:url(../images/icon/boulecommander.png);
}
#header ul#menu1 li.aide a {
	background-image:url(../images/icon/bouleaide.png);
}
#header ul#menu1 li.deconnexion a {
	background-image:url(../images/icon/bouledeconnexion.png);
}
#header ul#menu1 li.support a {
	background-image:url(../images/icon/boulesupport.png);
}
#header ul#menu1 li a:hover {
	color:#EB792A;
}

/*--------------------------------*/
/* menu 2 milieu */
#header ul#menu2 {
	background-image:url(../images/bgMenu2.png);
	background-repeat:repeat-x;
	height:24px;
	width:938px;
	float:left;
	clear:both;
	padding:8px 0 0 13px;
	overflow:hidden;
}
#header ul#menu2 li {
	float:left;
	margin:0 0 0 2px;
}
#header ul#menu2 li a {
	background-image:url(../images/icon/onglet.png);
	background-repeat:no-repeat; 
	color:#333;
	text-decoration:none;
	text-align:center;
	display:block;
	width:95px;
	height:24px;
	padding:8px 0 0 0;
	font-weight:bold;
}
#header ul#menu2 li a:hover {
	color:#FFF;
	background-image:url(../images/icon/ongletHover.png);
	background-repeat:no-repeat; 
}
#header ul#menu2 li.select a {
	background-image:url(../images/icon/ongletSelect.png);
	color:#084350;
}
#header ul#menu2 li.select a:hover {
	background-image:url(../images/icon/ongletSelect.png);
	color:#084350;
}
#header h1 {
	font-size:1.5em;
	font-weight:normal;
	padding:0 0 0 15px;
	margin:5px 0 0 0;
	/* width:936px; */
	/* width:468px; */
	width:428px;
	letter-spacing:0.1em;
	float:left;
	clear:left;
	overflow:hidden;
}

/* Zone message --------------------------------*/
#header div.messageInfo {
	border:1px solid #084350;
	font-size:1.0em;
	height:1.6em;
	line-height:1.6em;
	vertical-align:middle;
	font-weight:normal;
	padding:0 0 0 15px;
	margin:5px 0 0 0;
/*	width:440px; */
	width:480px;
	letter-spacing:0.1em;
	float:left;
	overflow:hidden;
	background-color:#EB792A;
	color:#FFF;
	text-align:center;
}
* html #header div.messageInfo {
	margin-top:-12px;
}

/* MENU Admin --------------------------------*/
div#administration {
	position:absolute; 
	width:950px; 
	height:15px; 
	z-index:1;
}
div#administration ul {
	float:right;
	height:10px;
}
div#administration ul li {
	float:left;
	margin: 5px 0 0 10px;
}
div#administration ul li a {
	color:#FEE;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.1em;
}
div#administration ul li a:hover {
	color:#EB792A;
}
/* MENUS 3 et 4 */
div#menu34 {
	background-image:url(../images/bgMenu3.png);
	background-repeat:no-repeat;
	margin:0 0 0 14px;
	width:951px;
	height:30px;
}
div#menu34 ul {
	height:30px;
	line-height:30px;
	vertical-align:middle;
	color:#FFF;
}
div#menu34 ul li ul.selecteurPage {
	padding-top:6px;
}
div#menu34 ul li ul.selecteurPage li {
	line-height:18px;
    font-size: 1.2em;
}
div#menu34 ul li form {
	margin:6px 0 0 0;
	float:left;
}
div#menu34 ul li form select {
	border:1px solid #CCC;
	height:18px;
}
div#menu34 ul li a {
	color:#FEE;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.1em;
}

div#menu34 ul li a:hover {
	color:#F33;
}

/* MENU 3 --------------------------------*/
ul#menu3 {
	margin:0 0 0 14px;
	padding:0 20px 0 10px;
	overflow:hidden;
	float:left;
	width:550px;
}
ul#menu3 li {
	float:left;
	margin:0 10px 0 0;
}

/* MENU 4 */
ul#menu4 {
	float:right;
	margin:0 14px 0 0;
	padding:0 10px 0 0;
	width:200px;
}
ul#menu4 li {
	float:right;
	margin:0 0 0 10px;
}

/* CONTENU --------------------------------*/
#contenu {
	width:951px;
	height:412px;
	margin:0 0 0 14px;
	overflow:auto;
}
#contenu h3 {
	display:block;
	width:900px;
	float:left;
	margin:10px 0 10px 10px;
}
/* TABLES quelconques */
#contenu table {
	margin:15px 0 0 17px;
	width:917px;
	clear:both;
}
*html #contenu table {
	margin-top:8px;
}
tr {
	height:21px;
	line-height:21px;
	vertical-align:middle;
}
tr.header {
	height:16px;
	line-height:16px;
	vertical-align:middle;
}
tr.paire {
	background-color:#c5e2e4;
}
tr.selected {
	background-color:#F7CEB0;
}
th {
	background-color:#7CBFC5;
}
td,th  {
	padding:0 0 0 5px;
}
td.action {
	vertical-align:top;
}
td.action form {
	float:left;
	margin:2px;
}
td.moins, td.plus {
	text-align:right;
}

th.nbmails, td.nbmails {
	text-align:center;
}


/* TABLE DESTINATAIRES */
table#destinataires th {
	display:block;
	float:left;
	width:200px;
}
table#destinataires th.action {
	width:92px;
}
table#destinataires td {
	display:block;
	float:left;
	height:21px;
	line-height:21px;
	vertical-align:middle;
	overflow:hidden;
	text-align:left;
	width:200px;
}
table#destinataires td.action {
	width:92px;
}
table#destinataires td.action form {
	margin-bottom:1px;
}
/* TABLE MONCOMPTE */
table#moncompte th {
	display:block;
	float:left;
	width:100px;
}
table#moncompte td {
	display:block;
	float:left;
	width:100px;
	height:21px;
	line-height:21px;
	vertical-align:middle;
	overflow:hidden;
}
table#moncompte .libelle {
	width:425px;
}
table#moncompte .action {
	width:92px;
}
table#moncompte .date {
	width:130px;
}
table#moncompte .type {
	text-align:center;
}
table#moncompte .moins, table#moncompte .plus {
	width:65px;
	padding-right:5px;
}
table#moncompte tr.paire td.moins {
	background-color:#B5D2D4;
}
table#moncompte tr.impaire td.moins {
	background-color:#EEE;
}
table#moncompte tr.paire td.plus {
	background-color:#A5C2C4;
}
table#moncompte tr.impaire td.plus {
	background-color:#DDD;
}

/* LISTE DES FICHES - MODELES et DOCUMENTS */
ul.listeFiches {
	margin:15px 0 0 23px;
	padding:0;
}
* html ul.listeFiches {
	width:921px;
}
ul.listeFiches h5 {
	letter-spacing:0.1em;
}
ul.listeFiches p {
	padding:2px;
}
ul.listeFiches li {
	float:left;
	width:295px;
	height:198px;
	padding:3px 0px 5px 7px;
	background-repeat:no-repeat;
}
ul.listeFiches li div.header {
	width:275px;
	height:30px;
}
ul.listeFiches li div.header h4 {
	width:130px;
	height:30px;
	float:left;
	font-size:1em;
}
ul.listeFiches li div.header h4 a {
	color:#FFF;
	text-decoration:none;
}
ul.listeFiches li div.header div.action {
	color:#FFFFFF;
	display:block;
	width:140px;
	height:30px;
	float:left;
	padding:2px 5px 0 0;
}
* html ul.listeFiches li div.header div.action {
	padding:2px 0 0 0;
}
ul.listeFiches li div.header div.action form {
	float:right;
	margin:0 2px 0 0;
}

ul.listeFiches li div.expediteur {
	margin:0 5px 0 5px;
	width:188px;
	height:40px;
	overflow:visible;
	float:left;
}
ul.listeFiches li div.expediteur h5 {
	color:#688;
}
ul.listeFiches li div.expediteur p {
	height:25px;
	background-color:#CFE7EA;
}
ul.listeFiches li div.modele {
	width:75px;
	height:100px;
	float:left;
	overflow:hidden;
}

ul.listeFiches li div.objet {
	float:left;
	width:268px;
}
ul.listeFiches li div.objet h5 {
	color:#A76;
}
ul.listeFiches li div.objet p {
	height:33px;
	background-color:#F7CEB0;
	overflow:hidden;
	padding:0 2px;
}
/* pour modele */
ul.modeles li {
	background-image:url(../images/bgFicheModele.png);
}
ul.communs li {
	background-image:url(../images/bgFicheModeleCommun.png);
}
ul.modeles li.selected {
	background-image:url(../images/bgFicheModele-select.png);
}
ul.communs li.selected {
	background-image:url(../images/bgFicheModeleCommun-select.png);
}
ul.modeles li div.descriptif {
	margin:0 5px 0 5px;
	width:188px;
	height:85px;
	overflow:visible;
	float:left;
}
ul.modeles li div.descriptif h5 {
	color:#688;
}
ul.modeles li div.descriptif p {
	height:85px;
	background-color:#CFE7EA;
}
/* pour documents */
ul.documents li {
	background-image:url(../images/bgFicheDoc.png);
}
ul.documents li.selected {
	background-image:url(../images/bgFicheDoc-select.png);
}
ul.documents li div.donnees  {
	margin:5px 5px 0 5px;
	width:188px;
	float:left;
}
ul.documents li div.donnees ul {
	background-color:#EDF6F7;
	height:40px;
	overflow:visible;
	padding:0 2px;
}
ul.documents li div.donnees ul li {
	float:none;
	font-size:1em;
	width:90px;
	overflow:visible;
	height:1.1em;
	margin:0;
	padding:0;
	background-image:none;
	float:left;
}
ul.documents li div.donnees ul li strong {
	color:#45A;
}
/* LISTE ADRESSES */
ul.listeAdresses {
	margin:15px 0 0 23px;
	padding:0;
}
* html ul.listeAdresses {
	width:921px;
}
ul.listeAdresses li {
	width:218px;
	height:102px;
	background-image:url(../images/bgListe.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 5px 0 0;
}

/* Test */
ul.listeAdresses li.selected {
	background-image:url(../images/bgListe-select.png);
}

ul.listeAdresses li h4 {
	color:#084350;
	height:33px;
	padding:5px 5px 0 5px;
	width:192px;
	overflow:visible;
}
ul.listeAdresses li div.nbAdresses {
	font-weight:bold;
	height:17px;
	padding:5px 5px 0 5px;
	width:192px;
}
ul.listeAdresses li div.action {
	font-weight:bold;
	height:22px;
	padding:5px 5px 0 5px;
	width:192px;
}
ul.listeAdresses li div.action form {
	float:right;
}
/* FOOTER --------------------------------*/
#footer {
	width:951px;
	height:18px;
	line-height:18px;
	vertical-align:middle;
	margin:0 0 0 14px;
	overflow:hidden;
}
/* FORCAGE DE l'UPLOAD DES IMAGES DE SURVOL */
div.upload {
	width:0;
	height:0;
	overflow:hidden;
	background-repeat:no-repeat;
}
div#upload1 {
	background-image:url(../images/icon/ongletHover.png);
}
div#upload2 {
	background-image:url(../images/bgFicheModele-select.png);
}
div#upload3 {
	background-image:url(../images/bgFicheModeleCommun-select.png);
}
div#upload4 {
	background-image:url(../images/bgFicheDoc-select.png);
}
div#upload5 {
	background-image:url(../images/bgListe-select.png);
}
/* FIN FORCAGE */