/*************/
/*    CSS    */
/*************/

/* STYLES PAR DEFAUT */

body {
	background: url('./images/fond_site.jpg') repeat-x top #333333;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	margin: 2px 0px;
}
table, tr, td, p {
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	background: #000000;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}

/* STYLES GENERAUX / UNIQUES */

#site {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1000px;
}
#header {
	background: url('./images/header.gif') no-repeat top center;
	height: 200px;
	position: relative;
}
#enligne {
	height: 85px;
	left: 65px;
	overflow: auto;
	position: absolute;
	top: 26px;
	width: 495px;
	z-index: 1;
}
#detailsEnligne {
	background: #666666;
	border: 1px solid #000000;
	display: none;
	left: 65px;
	padding-bottom: 5px;
	position: absolute;
	top: 26px;
	width: 700px;
	z-index: 2;
}
#boutonsDetailsEnLigne {
	padding: 5px;
}
#flashinfo {
	height: 55px;
	left: 65px;
	overflow: auto;
	position: absolute;
	top: 140px;
	width: 495px;
}
#cadre_non_co, #cadre_co {
	height: 200px;
	position: absolute;
	right: 64px;
	text-align: right;
	top: 5px;
	width: 400px;
}
#cadre_non_co {
	background: url('./images/cadre_non_co.gif') no-repeat top left;
}
#cadre_co {
	background: url('./images/cadre_co.gif') no-repeat top left;
}
#formulaire_connexion {
	background: #333333;
	border: 1px solid #000000;
	margin: 10px;
	padding: 5px;
}
#avatar_header {
	float: left;
	padding: 5px;
	position: absolute;
}
#menu {
	background: url('./images/fond_menu.gif') no-repeat top center;
	height: 12px;
	padding: 7px 0px;
	position: relative;
	text-align: center;
}
#logo {
	background: url('./images/logo.gif') no-repeat top center;
	height: 48px;
	position: relative;
}
#divajax {
	background: url('./images/bandeau_fond_contenu.gif') repeat-y center;
	display: none;
	padding: 20px;
	position: relative;
	text-align: center;
}
#contenu {
	background: url('./images/bandeau_fond_contenu.gif') repeat-y center;
	padding: 0px 0px 10px 0px;
	position: relative;
	text-align: left;
}
#message_ok {
	background-color: #006633;
	border: 1px solid #00FF00;
	margin: 0px 100px;
	padding: 2px;
	position: relative;
	text-align: center;
}
#message_ko {
	background-color: #990000;
	border: 1px solid #FF0000;
	margin: 0px 100px;
	padding: 2px;
	position: relative;
	text-align: center;
}
#edito {
	background: url('./images/tabard_edito.gif') no-repeat;
	margin: 0px 5px 20px 5px;
	padding: 20px 0px 20px 150px;
}
#footer {
	background: url('./images/bandeau_footer.gif') no-repeat center;
	clear: both;
	color: #999999;
	font-size: 9px;
	height: 18px;
	padding-top: 29px;
	position: relative;
	text-align: center;
}
.separation {
	background: url('./images/bandeau_separation.gif') no-repeat center;
	clear: both;
	font-family: Georgia;
	font-weight: bold;
	height: 15px;
	padding: 11px 40px;
	position: relative;
}
.options {
	background: #111111;
	border: 1px solid #000000;
	margin: 0px 10px;
	padding: 2px;
	text-align: center;
}
.cadre_defaut {
	background: #333333;
	border-bottom: 1px solid #000000;
	margin: 0px 10px;
	padding: 4px;
}
.entete_liste {
	background: #550F0D;
	border-bottom: 1px solid #000000;
	margin: 0px 10px;
	padding: 2px;
}
.liste_ligne1, .liste_ligne2 {
	border-bottom: 1px solid #000000;
	margin: 0px 10px;
	padding: 2px;
}
.liste_ligne1 {
	background: #222222;
}
.liste_ligne2 {
	background: #111111;
}
.liste_ligne1:hover, .liste_ligne2:hover {
	background: #123706;
}
.cleaner {
	clear: both;
}

/* ACTU / NEWS */

.news {
	margin: 0px 10px;
}
.titre_news {
	color: #CCCC99;
	font: 12px Georgia;
	font-weight: bold;
	height: 21px;
}
.infos_news {
	font-size: 10px;
	font-style: italic;
}
.texte_news {
	background: url('./images/fond_degrade.gif') repeat-x #222222;
	border-top: 1px solid #999999;
	margin: 0px 1px 20px 0px;
	padding: 4px;
}

/* MESSAGES PRIVES */

.entete_mp {
	background: #550F0D;
	border-top: 1px solid #7D1714;
	border-bottom: 1px solid #3E0B0A;
	margin: 5px 10px 0px 10px;
	padding: 4px;
	position: relative;
}
.contenu_mp {
	clear: both;
	background: url('./images/fond_degrade.gif') repeat-x #222222;
	margin: 0px 10px;
	padding: 4px;
	position: relative;
}

/* LISTE DES MEMBRES / FICHE MEMBRE / PROFIL */

.avatar_profil {
	float: left;
	margin-left: 10px;
	text-align: center;
	width: 200px;
}
.pseudo_profil {
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
}
.image_avatar {
	margin: 4px 0px;
}
.cadre_profil {
	background: #333333;
	border-bottom: 1px solid #000000;
	margin: 0px 10px 0px 220px;
	padding: 4px;
}

/* CALENDRIER */

.entete_jours {
	background: #550F0D;
	border-bottom: 1px solid #000000;
	margin: 0px 10px;
	padding: 2px;
}
.ligne_semaine {
	border-bottom: 1px solid #000000;
	margin: 0px 10px;
}
td.case {
	/*text-align: center;*/
	width: 140px;
}
.case_calendrier {
	border: 1px #666666 solid;
	font-size: 9px;
	height: 100px;
	padding: 2px;
	position: relative;
}
.case_encours {
	border: 1px #FFCC00 solid;
	font-size: 9px;
	height: 100px;
	padding: 2px;
	position: relative;
}
.case_calendrier:hover, .case_encours:hover {
	background: #222222;
	border: 1px #FFCC00 solid;
}
div.case_calendrier div.n_jour, div.case_encours div.n_jour {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Arial Black;
	font-size: 40px;
	color: #3A3A3A;
	padding: 0px;
	margin: 0px;
	z-index: -1;
}
.case_vide {
	background: url('./images/fond_strie.gif');
	height: 100px;
	padding: 2px;
}
span.ajout {
	font-size: 8px;
	position: relative;
}

/* SORTIES */

span.titre_sortie {
	color: #FFCC00;
	font: 12px Georgia;
	font-weight: bold;
}

/* LIENS */
.titre_lien {
	color: #FFCC00;
	font-family: Georgia;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	position: relative;
}
.image_lien {
	margin: 10px;
	position: relative;
	text-align: center;
}

/* FORUMS / SUJETS / MESSAGES */

.message_recherche {
	background: url('./images/fond_degrade.gif') repeat-x #222222;
	border: 1px solid #CCCCCC;
	display: none;
	margin: 5px 15px;
	padding: 4px;
}
.forum {
	clear: both;
	background: #222222;
	border-bottom: 1px solid #000000;
	margin: 0px 10px;
	padding: 4px;
}
.sujet, .sujet_postit {
	clear: both;
	background: #222222;
	border-bottom: 1px solid #000000;
	margin: 0px 10px;
	padding: 4px;
}
.sujet_postit {
	background: #333333;
}
.forum:hover, .sujet:hover, .sujet_postit:hover {
	background: #123706;
}
.icone {
	clear: both;
	float: left;
	padding: 5px 5px 5px 0px;
	position: relative;
}
.infos_droite {
	float: right;
	font-size: 9px;
	position: relative;
	text-align: right;
}
.titre_forum {
	font-size: 14px;
}
.description_forum {
}
.dernier_message, .infos_sujet {
	color: #888888;
	font-size: 9px;
	font-style: italic;
}
td.boutons_messages {
	font-family: Georgia;
	text-align: right;
}
.infos_message {
	background: #550F0D;
	border-top: 1px solid #7D1714;
	border-bottom: 1px solid #3E0B0A;
	margin: 0px 10px;
	padding: 4px;
	position: relative;
}
p.edition_message {
	background: #222222;
	border-top: 1px solid #111111;
	color: #666666;
	font-size: 10px;
	font-style: italic;
	padding: 2px 2px;
}
.cadre_message {
	background: url('./images/fond_degrade.gif') repeat-x #222222;
	margin: 0px 10px;
	position: relative;
}
.auteur_message2 {
	float: left;
	padding: 4px;
	text-align: center;
	width: 160px;
}
span.pseudo_auteur {
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
}
span.texte_auteur {
	font-size: 9px;
}
span.nbposts_auteur {
	color: #336600;
	font-size: 9px;
}
.message {
	border-left: 1px solid #2A2A2A;
	overflow: auto;
	/*width: 780px;*/
}
p.texte_message {
	padding: 4px;
}
.auteurCitation {
	color: #FFFFFF;
	font-size: 9px;
	font-style: italic;
}
.actions_messages {
	font-family: Georgia;
	margin-bottom: 5px;
	padding: 4px;
	text-align: right;
}
.citation {
	background: #999999;
	border-bottom: 1px dashed #000000;
	border-left: 4px solid #550F0D;
	border-right: 1px dashed #000000;
	border-top: 1px dashed #000000;
	color: #000000;
	padding: 2px;
}
p.signature_forum {
	border-top: 2px solid #2A2A2A;
	color: #AAAAAA;
	font-size: 10px;
	margin-top: 10px;
	padding: 4px;
}
.revue_messages {
	border: 1px solid #666666;
	height: 300px;
	margin: 0px 10px;
	overflow: auto;
}
div#preview_content {
	clear: both;
	background: url('./images/fond_degrade.gif') repeat-x #222222;
	margin: 0px 10px;
	padding: 4px;
	position: relative;
}
.spoil {
	margin: 10px 0px;
}
p.tspoil {
	border-bottom: 3px solid #550F0D;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 9px;
	font-style: italic;
	margin: 0px;
	padding-left: 5px;
}
.cspoil {
	background: #999999;
	border-left: 4px solid #550F0D;
	color: #000000;
	padding: 2px;
}

/* ADMINISTRATION */

/* GROUPES */

.titre_groupes_edit {
	background: #444444;
	border-bottom: 1px solid #000000;
	color: #FFCC00;
	font-weight: bold;
	padding: 2px;
}

/* AUTRE */

div.recherche_membres {
	background: #666666;
	border: 1px solid #AAAAAA;
	display: none;
	position: absolute;
}
.item_recherche_membres {
	display: block;
	padding: 5px;
}
.item_recherche_membres:hover {
	background: #FFCC00;
	cursor: pointer;
}