html {
	margin: 0 ;
	padding-top: 10px;
	height: 100% ;
	background: #F2F5FE url(../img/bg.png) fixed repeat-x;
	color:#000;
}

body {
	font-family: "sans serif", Verdana, serif;
	font-size: 0.7em ;
	margin:0;
	height: 100% ;
	color:#000;
}

code {
	font-size: 1em ;
	font-weight: bold;
}

pre {
	font-size: 1em ;
	font-style: italic;
}

.left {
	float:left;
	padding-left:5px;
}

div#global {
	position:relative;
	width: 1024px ;
	margin-right: auto ;
	margin-left:auto;
	text-align: left ;
	min-height: 100% ;
}

/* Entête */
div#header {
	/*background: #d5e6f1 ;*/
	background: url(../img/dinepo.png) no-repeat right top;
	height: 100px ;
	margin:0;
	padding:0;
}

div#header h1 {
	margin-top:0;
	padding:0;
	border:0;
	line-height:0;
	color:#000;
	background: none;
	text-indent: -2000px ;
}
div#header span.loggedin {
	margin-left:10px;
	text-indent : 25px ;
	padding-left:20px;
	font-weight:bold ;
	background: url(../img/icone.png) no-repeat left ;
	color:#fff;
}

div#header a {
	color:#000;
}


div#header p {
	margin: 10px;
}

div#header .openid_logo {
/*	background:#FFF;*/
	float:right;
	margin-right:350px;
	margin-top:-5px;
	padding-left:2px;
	padding-right:2px;
}

/* Partie centrale */
div#center {
	margin:0;
	padding:0;
/*	background:#314ca7;*/
}

/**************************************************
 * Barre de navigation 
 **************************************************/

div#sidebar {
/*	float: left ;*/
	padding:0;
	margin:0;
/*	margin-top:1px;*/
/*	background: url(../img/sidebar-bottom.png) bottom no-repeat;*/
	color:#000;
	height:27px;
	/*background: #FFF url(../img/back.png);	*/
/*	padding-bottom:12px;*/
}

div#sidebar div.border-left {
	float:left;
	width:30px;
	height:26px;
	margin:0;
	padding:0;
	background: url(../img/menu_bar_marron_bords.png) left no-repeat;
	border-right: 1px solid #eee;
}

div#sidebar div.border-center {
	margin:0;
	padding:0;
	float:left;
	width:961px;
	height:26px;
	background:url(../img/menu_bar_marron.png);
	border-right: 1px solid #eee;
}

div#sidebar div.border-right {
	height:26px;
	float:right;
	margin:0;
	width:30px;
	padding:0;
	background: url(../img/menu_bar_marron_bords.png) right no-repeat;
	border-left: 1px solid #ccc;
}


/* Menu : suppression du du padding et des puces du <ul> */
ul#menu {
	margin:0;
	padding: 0 ;
/*	background: #d5e6f1;*/
	list-style-type: none ;
	width:962px;
	height:29px;
}

/* Elements du menu : suppression du padding du <li> et margin */
ul#menu li {
	margin: 0;
	padding: 0 ;
	float:left;
}

ul#menu li a:hover {}

ul#menu li a {
	float:left;
	height:20px;
	border-left:1px solid #ccc;
	border-right:1px solid #eee;	
	padding-left:0;
	padding-top:6px;
	padding-right:5px;
	padding-bottom:0;
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
/*	line-height: 36px ;*/
/*	background: url(../img/bg_menu.png) no-repeat 0 0 ;  On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
/*	background-color: #d5e6f1 ;*/
	color: #000 ;
	text-decoration: none ;
}

ul#menu li a span#nb_msg {
	float:left;
	position:relative;
	top:0px;
	left:-20px;
	color:#f00;
	font-size:1.2em;
	font-weight:bold;
}

ul#menu li a img {
	float: left;
	margin-top: -2px;
	margin-left:4px;
	margin-right: 3px;
	font-size:1em;
}

ul#menu li a:hover {}

/**************************************************
 * Pour le contenu de la page 
 **************************************************/
 
div#content {
	margin:0;
	padding-bottom:15px;
	color:#000;
/*	background: url(../img/content-bg-bottom.png) bottom no-repeat;*/
}

div#content div.border {
	min-height:100%;
	padding-top: 1px ;
	padding-right: 15px ;
	padding-left: 15px ;
	padding-bottom:20px;
	margin:0;
/*	margin-top:-1px;*/
/*	border: solid #314ca7 1px;*/
	border-bottom:0;
	background: #FFF url(../img/back.png);
}

div#content a {
	margin-left:2px;
	margin-right:2px;
}

a.extern:hover {
	background:transparent url(../img/icons/extern_link.png) no-repeat scroll 100% 0pt;
	padding-right:10px;
}

/* Le pied de page */
div#footer {
/*	margin-top: -1px ;*/
/*	position:absolute;
	bottom:0;*/
	margin-right: 0px ;
	padding-top: 0px ;
	padding-right: 5px ;
	padding-left: 5px ;
	margin-left: 0px ;
/*	background: #d5e6f1 ;*/
	color:#000;
	font-size: 0.8em;
	clear:left;
/*	border: 1px solid #777;*/
}


ul.error { /* Liste pour les erreurs */
    background: #ffaaaa url(../img/icons/error-bg.png) 2px 2px no-repeat;
    color:#000;
/*    border: 1px solid #ff0000;*/
    padding: 0.5em;
    padding-left: 1.5em;
}
ul.error li {
	list-style-type: square ;
	margin:5px;
	margin-left:40px;
}


ul.info { /* Liste pour les infos */
    background: #aaffaa url(../img/icons/info-bg.png) 2px 2px no-repeat;
    color:#000;
/*    border: 1px solid #00ff00;*/
    padding: 0.5em;
    padding-left: 1.5em;
}
ul.info li {
	list-style-type: square ;
	margin:5px;
	margin-left:40px;
}


h1 {
	margin-top:5px;
	margin-left:-10px;
	margin-right:-10px;
	padding-left: 15px ;
	line-height: 25px ;
	font-size: 1.4em ;
	/*border-left:2px solid #66cc33;*/
	/*border-top: 1px solid #66cc33;*/
	/*background: url(../img/menu_top2.png) no-repeat;*//*url(../img/icone.png) no-repeat left bottom ;*/
/*	background: #ffffff url(../img/fond_h1.png);*/
	background:url(../img/menu_bar_orange2.png);
	color: #000 ;
}

h2 {
	font-size: 1em;
	color: #000000;
/*	color:#ffa500;*/
/*	background-color: #d5e6f1 ;*/
/*	border-bottom: 1px solid #ffa500;*/
	border-bottom: 1px solid #cccc99;	
	font-weight: bold ;
	margin-top:20px;
	margin-bottom:20px;
}

h3 {
	font-size:1em;
	font-weight:bold;
}

h4 {
	font-size:1em;
	font-weight:normal;
  	font-style:italic;
/*	text-decoration:underline;*/
}

p.sep {
	border-bottom: 1px solid #ccc;
}

p.desc {
	text-align:justify;
	text-indent:15px;
}

/* Pour afficher une url openid */

span.openid_urlId {
	margin-left:10px;
	text-indent : 25px ;
	padding-left:20px;
	font-weight:bold ;
	background: url(../img/icone.png) no-repeat left ;
}

span.username {
	font-weight:bold ;
}

/* Pour afficher un fournisseur d'identité */
span.openid_consumer {
	font-weight:bold ;
}

/* Pour afficher une valeur d'attribut */
span.attribute {
	color:#0A0;
	font-weight:bold;
}

div.container {
	overflow:auto;
	width:100%;
}

div.middleLeft {
	float:left;
	width:48%;
	padding:5px;
/*	border:solid 1px #ccc;*/
	margin:0;
}

div.middleRight {
	margin-left:50%;
	width:48%;
	padding:5px;
/*	border:solid 1px #ccc;*/
}

p.centered {
	text-align:center;
}

span.attributeName {
	width:180px;
	text-align:right;
	float:left;
	padding-right:10px;
}

/*******************************************************
 * Les formulaires
 *******************************************************/

form label, .page_box label {
	float: left;
	width: 40%;
	text-align: right;
	padding: 0 .5em 0 0;
	line-height: 1.8;
	cursor: pointer ;
}

label.normal {
	float:none;
	width:100%;
}

select.profile {
	width: 240px;
}

input, select, textarea {
	border:1px solid #777;
	margin-right:2px;
	margin-left:2px;
}

input.readOnly {
	width: 240px ;
	background-color: #d5e6f1 ;
   color:#000;
}

input.text {
	width: 240px ;
}

input.number {
	width:50px;
}

form.mini {
	width:300px;
	margin-bottom:20px;
	margin-top:10px;
}

form.mini label {
	float: none;
	width: 5%;
	text-align: right;
	padding: 0 .5em 0 0;
	line-height: 1.8;
	cursor: pointer ;
}

form.mini input {
	width:100px;
	font-size:1em;
}

form.mini input.submit {
	/*visibility:hidden;*/
	width:25px;
}

form.mini p {
	padding:0 !important;
	margin-bottom:1px !important;
	margin-top:1px !important;	
}

/* Pour un champ où l'on rentre une url openid */
input.openid {
	text-indent : 25px ;
	font-weight:bold ;
	background: url(../img/icone.png) no-repeat left ;
	background-color: #ffffff;
   color:#000;
}

input:focus, textarea:focus {
/*	border:1px solid #ffe87c ;*/
	background-color: #efe; /*#fff ;*/
	/*background-color:#aaffaa;*/
   color:#000;
}

/*******************************************************
 * Les différents types de boutons
 *******************************************************/

/* Pour afficher des boutons */

.buttons {
	height:30px;
}

.buttons input.button {
	font-size:1em;
   margin:0 2px 0 2px;
	padding: 5px 5px 5px 25px;
   border:1px solid #777;
   border-top:1px solid #ccc;
   border-left:1px solid #ccc;
   cursor:pointer;
}

.buttons input.button:focus {
   border:1px solid #ccc;
   border-top:1px solid #777;
   border-left:1px solid #777;
}

.buttons a:link, .buttons a:visited {
	color:#000;
    margin:0 2px 0 0;
    background-color:#f5f5f5;
/*    background-color:#ffa500;*/
    border:1px solid #777; /*#dedede;*/
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    font-size:1em;
    line-height:130%;
    text-decoration:none;
/*    font-weight:bold;*/
/*    color:#565656;*/
    cursor:pointer;
    padding:6px 10px 6px 7px; /* Links */
}

.buttons a:focus {
    background-color:#f5f5f5;
    border:1px solid #ccc; /*#dedede;*/
    border-top:1px solid #777;
    border-left:1px solid #777;
/*    color:#565656;*/
	color:#000;
    text-decoration:none;
}

.buttons a img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

*:first-child+html .buttons a {
	display:block; /* Correction pour IE */
	float:left;		/* Correction pour IE */
    padding:4px 10px 8px 7px; /* IE7 */
}

/* Fin des boutons */


td label {
	float:none;
	text-align: left;
	width:100%;
	line-height: 0;
}

table {
	text-align: center ;
   border-collapse:collapse;
   width:100%;
}

thead {
/*	background:#d5e6f1;*/
/*	background:#ffa500;*/
	background:url(../img/menu_bar_orange2.png);
	border: 1px solid #ccc;
}

thead tr:hover {
/*	background:#ffa500;*/
	background:url(../img/menu_bar_orange2.png);
}

tr {
	height:20px;
}

tr a.block {
	display:block;
}

tr:hover {
	background:#d5e6f1;
}

td {
  font-size: 1em;
  border:1px solid #ccc;
}

/* Pas de cadre aux images */
a img {
	border:none;
}

img.captcha {
	margin:-10px;
}

/* Drapeaux pour le choix de la langue */
p.lang {
	text-align:right;
	margin-top:-25px;
}

/* Propriétés des liens */
a:link, a:visited {
	text-decoration:underline;
	color:#444;
}

a.ext {
}

/*******************************************************
 * Pour les tags
 *******************************************************/

div.tagsCloud {
/*	border: 1px solid #ccc;*/
	padding:5px;
	text-align:justify;
/*	width:30%;*/
/*	text-align:center;*/
/*	float:right;*/
}

div.tagsCloud a:link, div.tagsCloud a:visited {
	text-decoration:none;
	color:#444;
}

div.tagsCloud a:hover, a:hover {
	text-decoration:underline;
	color:#000;
}

div.tagsCloud .selected_tag a:link, div.tagsCloud .selected_tag a:visited {
	color:#ffcc33 !important;
}

.selected_tag {
	color:#ffcc33 !important;
}

/* Fin tags */

.color0 {
	background-color:#f2f2f2;
	margin-top:0;
	margin-bottom:0;
/*	padding:5px;*/
}

.color1 {
	background-color:#fafafa;
	margin-top:0;
	margin-bottom:0;
/*	padding:5px;*/
}

.selected_letter {
	color:#ffcc33 !important;
	margin-left:2px;
	margin-right:2px;	
}

.letters a {
	font-size:1.5em;
	margin-left:2px;
	margin-right:2px;	
}


/*******************************************************
 * Pour les messages 
 *******************************************************/

form.message p {
	margin:1px;
	padding:0;
} 

div#message_title {
/*	font-weight: bold ;*/
	/*width:80%;*/
	margin:10px;
}

div#message_title span {
	font-weight: normal;
}

div#message_text {
	border:1px solid #777;
	/*width:80%;*/
	margin:auto;
	padding:20px;
	overflow:auto;
}

input.message {
	width: 500px ;
	border:1px solid #aaa;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;	
/*	border-bottom:1px solid #aaa;*/
	background:#fff;
}

input.message:focus {
	background:#fff;
}


label.message {
	width:20%;
}

textarea.message {
	width: 500px;
	height:250px;
	border:1px solid #aaa;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;	
	background-color:#fff;
}

textarea.message:focus {
	background-color:#fff;
}

textarea.tags {
	font-weight:normal;
}

/*******************************************************
 * Pour les infobulles 
 *******************************************************/
.tooltips {
	position: absolute;	
	top:0;
	left:0;
	visibility : hidden;
	border: 1px solid #777;
	padding: 10px;
	font-family: Verdana, Arial, serif;
	font-size: 0.8em;
	text-indent:20px;
	background: #eee url('../img/icons/info-icon.png') 8px 9px no-repeat;
	width:300px;
}

.textInfo {
	cursor:pointer;
	margin:0;
/*	padding:5px;*/
	font-size:1em;
}

.textInfo img {
	margin-right:5px;
}

/*******************************************************
 * Pour les informations, menu ajax
 *******************************************************/

div#ajax_box {
	visibility:hidden;
}

div#ajax_pages {
	position:relative;
	height:360px;
}

div#ajax_tags {}

ul#ajax_menu {
	list-style-type: none ;
	margin:0;
	margin-top:5px;
	padding:0;
}

ul#ajax_menu {
	border:1px solid #ccc;
	height:25px;
	margin-bottom:1px;
	background:url(../img/menu_bar_bleu.png);
}

ul#ajax_menu li {
	float:left;
	text-align:center;
	position:relative;
	width:30px;
	height:25px;
	border-right:solid 1px #ccc;	
}

ul#ajax_menu li.not_selected {}

ul#ajax_menu li.selected_menu {
	background:url(../img/menu_bar_orange2.png);
}

ul#ajax_menu li a {
	display:block;
	padding-top:5px;
	text-decoration:none;
}

ul#ajax_menu li a span#ajax_nb_msg {
	position:absolute;
	left:0;
	top:10px;
	color:#f00;
	font-size:1.2em;
	font-weight:normal;
}

div.page_box {
	position:absolute;
	top:28px;
	right:0px;
	width:800px;
	border:1px solid #ccc;
	padding:1px;
	background:#d5e6f1;
	visibility:hidden;
}

*:first-child+html div.page_box { /* Correction pour IE 7 */
	position:absolute;
	top:33px;
	right:0px;
	width:800px;
	border:1px solid #ccc;
	padding:1px;
	background:#d5e6f1;
	visibility:hidden;
}

.page_box p.color0 label, .page_box p.color1 label {
	text-align: left;
	padding: 0;
	line-height: 1.3;
	cursor: pointer ;
	width:100%;
}

.page_box span.checkbox {
	float:left;
	width:3%;	
	padding:0;
}

.page_box span.checkbox input {
	margin:0;
}

.page_box input.mini {
	font-size:1em;
	margin-bottom:4px;
	margin-left:10px;
}

/* Style pour les titres de page de la version AJAX */
#ajax_pages h3 {
	text-align:center;
}

p.navigation {
	margin:9px;
	height:19px;
}

p.navigation img {
	margin-left:4px;
	margin-right:4px;
}

.box_info {
	overflow:hidden;
}

.box_info p.color0, .box_info p.color1 {
	padding:0;
	padding-left:5px;	
	margin:0;
	border-bottom:1px solid #eee;
	border-top:1px solid #fff;	
	height:15px;
	overflow:hidden;
}

.box_info p.color0:hover, .box_info p.color1:hover {
	cursor:pointer;
	background:#d5e6f1 !important;
}

div.box_info p.status {
	text-align:center;
	background:#fff;
	padding-top:70px;
	height:87px;
}

p.clear_float {
	clear:left;
	clear:right;
}

p#ajax_status_img {
	visibility:hidden;
}

/*******************************************************
 * Pour les amis, menu ajax
 *******************************************************/

div#buddies_box {
	width:185px;
	border:1px solid #ccc;
	padding:1px;
	background:#d5e6f1
}

div#buddies_box span.online_icons {
	position:absolute;
	/*top:36px;*/
	top:64px;
}

div#buddies_box span.online_icons img {
	margin:0;
	margin-left:1px;
	margin-right:1px;
}

/* Corrections pour IE */
*:first-child+html div#buddies_box span.online_icons {
	position:absolute;
	top:39px;
}
*:first-child+html div#buddies_box span.online_icons img {
	margin:0;
}


div#buddies_box div#buddies_info {
	height:170px;
	text-align:left;
	padding:0;
	margin:0;
}

/*******************************************************
 * Pour la liste des messages, menu ajax
 *******************************************************/

#messages_in_box div#messages_in_info, #messages_out_box div#messages_out_info {
	height:170px;
	text-align:left;
	padding:0;
	margin:0;
}

#messages_in_info span.date, #messages_out_info span.date {
	float:left;
	width:17%;	
}

#messages_in_info span.username, #messages_out_info span.username {
	float:left;
	width:17%;
	font-weight:normal !important;
}

#messages_in_info span.status, #messages_out_info span.status {
	float:left;
	width:20px;	
}

#messages_in_info span.title, #messages_out_info span.title {
	float:left;
	width:50%;	
}


/*******************************************************
 * Pour écrire un message
 *******************************************************/

#messagesend_box div#messagesend_info textarea {
	height:200px;
}

/*******************************************************
 * Pour lire un message, menu ajax
 *******************************************************/

#messageread_box div#messageread_info {
	height:170px;
	text-align:left;
	padding:0;
	margin:0;
}

#messageread_info p.message_header {
	padding:0;
	padding-left:5px;	
	margin:0;
	border-bottom:1px solid #eee;
	border-top:1px solid #fff;	
	overflow:hidden;
	background:#f2f2f2;
}

#messageread_info {
	background:#FFF;
}

p.text {
	margin:0;
	padding:5px;
}

/*******************************************************
 * Pour l'historique, menu ajax
 *******************************************************/

#activity_box div#activity_info {
	text-align:left;
	padding:0;
	margin:0;
	height:289px;
}

#activity_info span.when {
	float:left;
	width:17%;	
}

#activity_info span.where {
	float:left;
	width:14%;
}

#activity_info span.what {
	float:left;
	width:16%;	
}

#activity_info span.with {
	float:left;
	width:50%;	
}

/*******************************************************
 * Pour la page d'identité et détails utilisateur, tags, détails service, compte menu ajax
 *******************************************************/

#openid_page_box div#openid_page_info, #buddydetails_box div#buddydetails_info,
	#taginfo_box div#taginfo_info, #servicedetails_box div#servicedetails_info,
	#account_box div#account_info, #profile_box div#profile_info {
	height:300px;
	text-align:left;
	padding:0;
	margin:0;
	background:#fff;
}

/*******************************************************
 * Pour les erreurs, menu ajax
 *******************************************************/

div#errors_box div#errors_info {
	height:170px;
}

/*******************************************************
 * Pour la liste des consumers openid, menu ajax
 *******************************************************/

#consumers_info span.url {
	float:left;
	width:75%;	
}

/* Correction IE */
*:first-child+html #consumers_info span.url {
	float:left;
	width:70%;
}

#consumers_info span.firsttime {
	float:left;
	width:10%;	
}

#consumers_info span.percentage {
	float:left;
	width:5%;	
}

#consumers_info span.visits {
	float:left;
	width:5%;	
}

#consumers_info span.profile {
	float:left;
	width:5%;	
}

/*******************************************************
 * Pour la liste des sites openid visités, menu ajax
 *******************************************************/

#service_info span.url {
	float:left;
	width:70%;	
}

#service_info span.allow {
	float:left;
	width:2%;	
}

#service_info span.visits {
	float:left;
	width:10%;	
}

#service_info span.profile {
	float:left;
}

/*******************************************************
 * Pour profiles, menu ajax
 *******************************************************/

#profile_info label {
	width:20%;
}

/*******************************************************
 * Pour la liste des amis, menu ajax
 *******************************************************/

#buddy_info span.status {
	float:left;
	width:7%;	
}

#buddy_info span.ident {
	float:left;
	width:30%;	
}

#buddy_info span.details {
	float:left;
	width:7%;	
}

#buddy_info span.time {
	float:left;
	width:7%;	
}

#buddy_info span.profile {
	float:left;
	width:25%;	
}

#buddy_info span.message {
	float:left;
	width:7%;	
}

