/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		equilibre
	Based on style:	subSilver2
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Egzakt
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("statistics.css");

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Arial, Verdana, sans-serif;
	color: #323D4F;
	background-color: #FFFFFF;
	font-size:69%;
	line-height:130%;
	margin:0 0 10px 0;
}

#wrapheader {
	background:url(./images/fond_entete.jpg) no-repeat right top;
	padding: 0;
}

#wrapcentre {
	margin:8px 25px 0 25px;
}

#wrapfooter {
	padding:0 15px;
	clear: both;
	background-color:#E7F1D1;
	margin:10px 25px 0 25px;
}

#wrapfooter #copyright {
	padding:10px 0;
}

#wrapfooter #partenaire {
	float:right;
	padding-top:6px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	height:100px;
	padding:24px 40px 0 32px;
}

#logodesc h1 {
	float:right;
}

/* NAVIGATION
-------------------------------------------*/
#navig {
	background-color:#CCE19B;
	margin:3px 25px 8px 25px;
}

#navig td {
	padding:0;
	vertical-align:top;
}

#navig ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#navig li {
	display:inline; /* Pour IE6 */
}

#navig ul a {
	float:left;
	height:23px;
	padding:8px 10px 0 10px;
	font-weight:bold;
	border-right:3px solid #e3f0c9;
	color:#3D4908;
	background:url(./images/navig_boutons.gif) repeat-x left top;
	text-decoration:none;
}

#navig ul a:hover,
#navig ul a.selected {
	background-position:0 -31px;
}

#navig td#outils_recherche div {
	text-align:right;
	padding:8px 10px 0 0;
	position:relative;
}

#navig td#outils_recherche form {
	display:inline;
}

#navig td#outils_recherche #keywords {
	position:absolute;
	top:6px;
	right:210px;
	padding:2px;
	width:150px;
	border:1px solid #C8C8C8;
}

#navig td#outils_recherche .bouton {
	position:absolute;
	top:6px;
	right:118px;
	padding:0;
	border:0;
}

#navig td#outils_recherche a {
	color:#3D4908;
}


/* TOPIC PATH
-------------------------------------------*/
#topic_path {
	margin:0 25px;
	padding:0 10px 0 10px;
	border-bottom:2px solid #E2EFF7;
}

#topic_path ul {
	list-style-type:none;
	margin:0;
	padding:5px 0 8px 0;
	font-size:1.09em;
	line-height:1.2em;
}

#topic_path li {
	display:inline;
	color:#004992;
}

a#deconnexion {
	float:right;
}

a#deconnexion_accueil {
	float:right;
	margin:0 35px 5px 25px;
}


/* PANNEAU ACCUEIL
-------------------------------------------*/
#panneau_accueil {
	margin:0 25px;
}

#panneau_accueil td {
	vertical-align:top;
}

#panneau_accueil td#animation_intro {
	width:200px;
	border-right:1px solid #fff;
	padding:0;
	background:url(./images/annonces.jpg) repeat-x left top;
	vertical-align:bottom;
}

#panneau_accueil td#annonces {
	padding:18px 12px;
	background:url(./images/annonces.jpg) repeat-x left top;
	color:#333333;
}

#panneau_accueil td#annonces h2 {
	font:bold 1.27em/1.2em Arial, Verdana, sans-serif;
	color:#3D4908;
	margin:0 0 3px 0;
}

#panneau_accueil td#ucp_apercu {
	width:176px;
	padding:12px;
	border-left:1px solid #fff;
	background:url(./images/ucp_apercu.jpg) no-repeat left top;
	font-size:1.09em;
}

#panneau_accueil td#ucp_apercu #nom_connexion div {
	color:#F02800;
	font-weight:bold;
}

#panneau_accueil td#ucp_apercu ul {
	list-style-type:none;
	margin:6px 0 6px 0;
	padding:0;
	border-top:1px solid #d4e1f3;
}

#panneau_accueil td#ucp_apercu li {
	padding:2px 0 5px 0;
	border-bottom:1px solid #d4e1f3;
}

#panneau_accueil td#ucp_apercu ul a {
	color:#004992;
}

#panneau_accueil td#ucp_apercu #derniere_visite {
	font-size:0.92em;
	line-height:1.1em;
}


#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader {
	padding:0 10px 10px 10px;
}

#pageheader h2 {
	margin:0;
	font:bold 1.64em/1.2em Arial, Verdana, sans-serif;
	color:#004992;
}

#pageheader h2 a {
	text-decoration:none;
}

#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


a#lien_legende {
	display:block;
	margin-top:8px;
	padding:6px 8px;
	text-decoration:none;
	font-weight:bold;
	color:#004992;
	background-color:#EEF6FB;
	background-image:url(./images/lien_legende.gif);
	background-repeat:no-repeat;
	background-position:99% 8px;
}

a#lien_legende:hover,
a#lien_legende.lien_legende_selected {
	background-position:99% -80px;
	background-color:#cde3f2;
}

#legende {
	border:1px solid #cde3f2;
	border-top:0;
	padding:8px;
}


/* ACCUEIL
-------------------------------------------*/
#accueil {
/*	width:938px;
	margin:0 auto;*/
}

#accueil td {
	padding:0;
}

#accueil #colonne_gauche {
	vertical-align:top;
}

#accueil #colonne_droite {
	width:414px;
	padding-left:10px;
	vertical-align:top;
}

#accueil #connexion {
	width:100%;
	background:#daeaf6 url(./images/connexion.jpg) repeat-x left top;
	margin-bottom:10px;
}

#accueil #connexion h2 {
	padding:3px 16px 2px 16px;
	background:#9ac9e7 url(./images/connexion_titre.jpg) repeat-y left top;
	font:bold 1.27em/1.2em Arial, Verdana, sans-serif;
	color:#004992;
	margin:0;
}

#accueil #connexion .padding {
	padding:16px 10px 16px 16px;
}

#accueil #connexion a#oubli {

}

#accueil #connexion .input_text {
	width:135px;
	font:11px/14px Arial, Verdana, sans-serif;
	color:#333;
	padding:2px;
	border:1px solid #C8C8C8;
}

#accueil #connexion .bouton {
	border:0;
	padding:0;
	background:none;
}

#accueil #connexion .error {
	margin-bottom:10px;
}

#accueil #annonces {
	vertical-align:top;
	width:48%;
}

#accueil #intro_cop {
	vertical-align:top;
}

#accueil #annonces h2,
#accueil #intro_cop h2 {
	background:#cde19c url(./images/annonces_titre.jpg) repeat-y left top;
	font:bold 1.27em/1.1em Arial, Verdana, sans-serif;
	color:#3D4908;
	margin:0;
	padding:4px 16px;
	margin-bottom:1px;
}

#accueil #annonces .padding,
#accueil #intro_cop .padding {
	padding:8px 16px;
	background-color:#EEF5DF;
	color:#333333;
}

#accueil #intro_forum {
	background-color:#F1F6FB;
	border:1px solid #C1DFF0;
	padding:8px 16px;
	margin-bottom:10px;
	color:#004992;
	line-height:1.5em;
}

#accueil #animation {
	background-color:#eef5de;
}


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

a {
	color:#004992;
	outline:none;
}

p {
	font-size: 1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
	
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size:1.1em;
	line-height:1.3em;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;

}

.genmed {
	margin: 1px 1px;
}

.genmed a {
	font-weight:bold;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #3D4908;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #3D4908;
	background:#cae098 url('./images/cellpic3.jpg') repeat-x left top;
	white-space: nowrap;
	padding:8px 5px;
}

th a {
	color:#3D4908;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.entete_colonnes {
	border-collapse:collapse;
}

.entete_colonnes th {
	border-right:2px solid #fff;
}

a.categorie_forum {
	display:block;
	text-decoration:none;
	padding:7px 10px;
	color:#fff;
	font-weight:bold;
	background:#a3c15f url(./images/categorie_forum.jpg) repeat-y right -42px;
	margin-top:4px;
}

a.categorie_forum:hover {
	background-position:right 0;
	background-color:#3d76a8;
}

a.categorie_forum_selected {
	background-position:right 0;
	background-color:#3d76a8;
}

.tablebg {
/*	background-color: #A9B8C2;*/
	border:1px solid #7BA2C4;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding:0 10px;
	border: 0;
	color:#fff;
	background:#7ba2c4 url('./images/cellpic1.jpg') repeat-y left top;
}

.cat h4 a {
	color:#fff;
	text-decoration:none;
}

.row1 {
	background:#f2f8fc url('./images/forum_row.jpg') repeat-x left bottom;
	padding:5px;
}

.row1_titre {
	border-left:4px solid #cde3f2;
	padding:5px 5px 5px 10px;
}

.row1_titre a {
	text-decoration:none;
}

.row2 {
	background:#f2f8fc url('./images/forum_row.jpg') repeat-x left bottom;
	padding:5px;
}

.row3 {
	/*background-color: #C0C8D0;*/
	background-color:#fff;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

.entete_post {
	background:#7ea0c2;
	color:#fff;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}


/* FORM PRÉ-ÉVALUATION
-------------------------------------------*/
#form_pre {
	border-top:5px solid #fff;
	font-size:12px;
	line-height:14px;
}

#form_pre .zone_question {
	background:#f2f8fc url('./images/forum_row.jpg') repeat-x left bottom;
	padding:8px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
}

#form_pre .question td {
	vertical-align:top;
	font-weight:bold;
}

#form_pre .question td sup {
	font-weight:normal;
}

#form_pre .question td .highlight {
	background:#fffdce;
}

#form_pre input {
	font:12px/14px Verdana, Arial, sans-serif;
}

#form_pre .choix {
	margin:2px 0 0 12px;
}

#form_pre .zone_sous_question {
	margin:18px 0 0 17px;
}

#form_pre tr.separateur td {
	padding:5px 2px;
	border-bottom:1px solid #d0dde3;
}

#form_pre td.choix_type2 {
	vertical-align:middle;
	text-align:center;
}

#form_pre td.choix_type3 {
	vertical-align:middle;
	text-align:center;
	padding:5px 2px;
}

#form_pre .zone_question .note {
	line-height:16px;
	margin:15px 0 0 12px;
	color:#6b6b6b;
}


/* Links
 ------------ */
/*a:link {
	color: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}*/

a.forumlink {
	color: #004992;
	font-weight:bold;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}

/*th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}*/


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font:11px/13px Arial, Verdana, sans-serif;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font:11px/13px Arial, Verdana, sans-serif;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font:11px/13px Arial, Verdana, sans-serif;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

.etoile {
	font:11px/13px Verdana, Arial, sans-serif;
	color:red;
}


/* FAQ
-------------------------------------------*/
#visionner_tutoriel {
	margin:0 10px 10px 10px;
}

#visionner_tutoriel a .over {
	position:absolute;
	visibility:hidden;
}

#visionner_tutoriel a:hover .over {
	visibility:visible;
}

#faq_liste td {
	font:1.09em/1.2em Arial, Verdana, sans-serif;
}

#faq_liste ul {
	margin:0 0 12px 0;
	padding:0 0 0 20px;
}

#faq_liste li {
	padding:3px 0;
}


/* BIBLIOTHÈQUE
-------------------------------------------*/
#biblio h3 {
	background-color:#7BA2C4;
	padding:8px 14px;
	color:#fff;
	font:bold 1em/1.2em Arial, Verdana, sans-serif;
	margin:0 0 2px 0;
}

#biblio ul.listing {
	list-style-type:none;
	margin:0;
	padding:0;
	border:1px solid #7BA2C4;
}

#biblio ul.listing li {
	display:block;
	padding:7px;
	border-left:4px solid #cde3f2;
	margin:2px;
	background:#f3f8fe url(images/forum_row.jpg) repeat-x left bottom;
	zoom:1; /* Pour IE6 (remplace le fix du width, car on ne peux pas mettre de width) */
}

#biblio ul.listing h4 {
	color:#004992;
	font:bold 1.18em/1.2em Arial, Verdana, sans-serif;
	margin:0;
}

#biblio ul.listing .attachment {
	margin:2px 0;
}

#biblio ul.listing .date {
	font-size:0.9em;
}

#biblio ul.listing .download_count {
	display:none;
}