/*********************
  Structure
*********************/
#conteneur {
	width: 1000px;
	margin: 0 auto;
	
}

#entete {
	height: 91px;
	background: url(images/fond_entete_1000.png) no-repeat;
}

#entete h1 {
	text-indent: -100em;
	margin: 0;
}

#menu {
	float: left;
	width: 180px;
}

#contenu {
	margin-left: 200px;
	padding: 0 10px 10px 10px;
}

/*********************
 Formulaires
*********************/
form {
	margin: 0 auto;
}

fieldset {
	border: 1px #A6A6A6 solid;
	margin: 0.5em 0;
	padding-bottom: 0.5em;
}

fieldset.boutons {
	border: 0;
	text-align: center;
	margin: 0;
}

legend {
	font-weight: bold;
	color: #6874A7;
}

form div.rangee {
	clear: both;
	padding-top: 5px;
}

form div.rangee label.libelle {
	float: left;
  	width: 20%;
	text-align: right;
	font-weight: bold;
}

form div.rangee span.element {
	float: right;
	width: 78%;
	text-align: left;
}

form span.obligatoire {
	color: #FF0000;
}

form p.erreur {
	background: #EEEEEE url(images/icone_erreur.png) 5px 5px no-repeat;
	border: 1px #A6A6A6 solid;
	padding: 5px 5px 5px 30px;
	font-weight: bold;
	color: #FF0000;
}

form span.element p.erreur {
	background: transparent;
	border: 0;
	padding: 0;
	text-align: left;
}

p.note {
	background: #EEEEEE url(images/icone_note.png) 5px 5px no-repeat;
	border: 1px #A6A6A6 solid;
	padding-left: 30px;
}

p.html {
	float: right;
	width: 78%;
	text-align: left;
}

/*********************
  Tableaux
*********************/
table {
	width: 100%;
	border: 0;
}

td,
th {
    white-space: nowrap;
	vertical-align: top;
}

table.afup_tab 
{
  border-spacing: 2px;
	border-collapse: collapse;
	width : 100%;
	background-color: white;
	border: 1px solid #6874A7;
}
table.afup_tab td
{
	padding:5px;
	border-left: 1px dotted graytext;
	 white-space: normal;
}
	
table.afup_tab td:FIRST-CHILD
{
  border-left: none;
  }
	
table.afup_tab tr.even
{
	background-color: #EFF2FF;
}
	
table.afup_tab th
{
  background-color:#6874A7;
  color: white;
  padding:5px;
  border-left: 1px solid white
  }
  
table.afup_tab th:FIRST-CHILD
{
  border-left: none;
}
  
  table.afup_tab th a
{
  color: white;
  text-decoration: underline;
}
  
  table.afup_tab td a
{
  text-decoration: underline;
  }
  
  table.afup_tab th a:hover, table.afup_tab td a:hover
{
  text-decoration: none;
}

/*********************
  Listes
*********************/
ul {
	list-style: square;
	margin: 0;
	padding: 0 0 0 20px;
	color: #6874A7;
}


/*********************
  Pagination
*********************/
div.pagination {
	text-align: center;
	height: 20px;
}

div.pagination div.page_precedente {
	float: left;
	width: 150px;
}

div.pagination div.page_suivante {
	float: right;
	width: 150px;
}

div.pagination div.informations {
	padding: 0 150px;
}


/*********************
  Divers
*********************/
body {
	background: #CCCCCC url(images/fond_page_1000.png) center repeat-y;
	font-family: Verdana, Arial, Helevetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin: 0;
}

h1,
h2,
h3,
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6874A7;
}

h2 {
	margin-top: 0;
}

p {
	margin: 0;
	padding: 0.4em;
	text-align: justify;
}

img {
	border: 0;
}

img.puce {
	margin-right: 10px;
}

a {
	color: #666666;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}


.erreur {
	color: #FF0000;
	font-weight: bold;
}

.OK {
	border : 1px solid #00AA00;
	background-color : #AAFFAA;
}

.KO {
	border : 1px solid #AA0000;
	background-color : #FFAAAA;
}

/*********************
  Pages
*********************/

/* Connexion */
body#connexion {
	background: #CCCCCC;
}

body#connexion #contenu {
	width: 412px;
	height: 212px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -106px 0 0 -206px;
	background: url(images/fond_connexion.png) no-repeat;
}

body#connexion h1 {
	margin: 6px 6px 0 120px;
	height: 50px;
	line-height: 60px;
	text-align: center;
}

body#connexion form {
	margin: 10px 0 0 0;
	width: 100%;
}

body#connexion fieldset {
	border: 0;
}

body#connexion form div.rangee label {
  	width: 115px;
}

body#connexion form div.rangee span.element {
	width: 235px;
}

form p.erreur {
	background: none;
	border: 0;
	padding-left: 0;
	text-align: center;
}


/* Message */
body#message {
	background: #CCCCCC;
}

body#message #contenu {
	width: 412px;
	height: 92px;
	padding: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -46px 0 0 -206px;
	background: url(images/fond_message.png) top left no-repeat;
	border: 1px #CCCCCC solid;
}

body#message p {
	text-align: center;
}

/* Logs */
body#logs ul.liste {
	list-style: none;
	padding: 0;
	color: #333333;
}

body#logs ul.liste h4 {
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 0;
}


/* Motdepasse_perdu */
body#motdepasse_perdu {
	background: #CCCCCC;
}

body#motdepasse_perdu #contenu {
	width: 452px;
	height: 252px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -126px 0 0 -226px;
	background: url(images/fond_mot_de_passe_perdu.png) no-repeat;
}

body#motdepasse_perdu h1 {
	margin: 6px 6px 0 120px;
	height: 50px;
	line-height: 60px;
	text-align: center;
}

body#motdepasse_perdu p {
	width: 90%;
}


body#motdepasse_perdu form {
	margin: 10px 0 0 0;
	width: 100%;
}

body#motdepasse_perdu fieldset {
	border: 0;
}

body#motdepasse_perdu form div.rangee label {
  	width: 115px;
}

body#motdepasse_perdu form div.rangee span.element {
	width: 235px;
}

table.planete_billet td { white-space: normal; vertical-align: top; }
table.planete_billet tr.inactif { color: #CCCCCC; }
ul.tags { display: inline; border-left: 0; padding-left: 0; }
ul.tags li { list-style: none; display : inline; border-left: 0; padding-left: 0; padding-right : 0.8em; }
ul.sparklines li span.minimum { color: #f00; }
ul.sparklines li span.maximum { color: #0f0; }
ul.sparklines li span.dernier { color: #000; }

/* Agenda Forum */ 

div.bloc_jour .keynote p {
text-align: center;
}
div.bloc_jour .conferencier {
font-size:0.8em;
font-style:italic;
display: block;
}
div.bloc_jour table {
border-collapse:collapse;
width:100%;
}
div.bloc_jour table td {
white-space:normal;
}
div.bloc_jour table caption {
background-color:#E0E3EE;
color:inherit;
font-weight:bold;
height:30px;
line-height:30px;
}
div.bloc_jour table tbody td {
border:1px solid #CCCCCC;
}
td.col_heure {
width:8% !important;
}
tr.li td.col_heure {
background-color:#E0E3EE;
color:inherit;
}
