/* Il faut essayer d'utiliser le % comme unité pour tout ce qui est déplacement horizontal (pour conserver un design extensible) */

/* L'écriture du site étant trop "brute", j'ai décidé de la changer pour la rendre agréable */
/*body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
body {
  background-image : url('images/fond.png');
  margin: 0;
  padding: 0;
  font-size: 15px;
}*/
body{
font-family:Arial, Tahoma, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
	color:#343434;
	background:#fff url(images/bg.jpg) repeat-x 0 0;
}

#tout
{
text-align:center;
margin: auto;
margin-bottom:0px;
}
.metadonnees_nouvelle /* formate la date et l'auteur de la nouvelle */
{
	text-align: right;
	font-style: italic;
}

/* Pour les formulaires */
input.post, textarea.post, select {
	border-left : 1px solid #a9afe7;
	border-top : 1px solid #a9afe7;
	border-right : 1px solid #f9f9f9;
	border-bottom : 1px solid #f9f9f9;
	background-color : #e7e9f8;
	text-align: center;
}
input {
	text-indent : 2px;
	color : #000000;
	font : normal 12px Verdana, Arial, Helvetica, sans-serif;
}
input.button {
	height : 16px;
	font-size : 10px;
	vertical-align : middle;
	color : #000;
	padding : 0 5px;
	padding-bottom : 3px;
	margin : 0 5px;
	margin-bottom : 3px;
	border : 1px solid #000;
	background : #f0f0f0 url('images/button.gif') repeat-x top left;
}
input.mainoption {
	background-color : #fafafa;
	font-weight : bold;
}
input.liteoption {
	background-color : #fafafa;
	font-weight : normal;
}
input.mainoption, input.liteoption {
	height : 16px;
	font-size : 10px;
	vertical-align : middle;
	color : #000;
	padding : 0 5px;
	padding-bottom : 3px;
	margin : 0 5px;
	margin-bottom : 3px;
	border : 1px solid #000;
	background : #f0f0f0 url('images/button.gif') repeat-x top left;
}
input.mainoption:hover, input.liteoption:hover, input.button:hover {
	color : #333;
	background : #f0f0f0 url('images/button.gif') repeat-x bottom left;
}

/* Quelque paramètres que l'on définie par défaut */
img {
  border: 0;
}

a:link, a:active, a:visited {
  text-decoration : none;
  color : #006699;
}
a:hover {
  text-decoration : none;
  color : #1994d1;
}


h4 {
	color : #e7e9f8;
	font-weight : bold;
	background-color : #bdc2ec;
	height : 20px;
	margin-bottom: 0px;
	background-image : url('images/deco-1.gif');
}

/* Les icones sont des images servant à illustrer un lien, elles se positionnent juste devant */
.icon {
  vertical-align:middle;
}

/* On définit ici les messages d'erreur, d'avertissement, et d'information */
.erreur {
  text-align: center;
  font-weight: bold;
  color: red;
}
.avert {
  text-align: center;
  font-weight: bold;
  color: #FF8000; /* orange */
}
.info {
  text-align: center;
  font-weight: bold;
  color: green;
}

/* L'en-tete est la partie du haut qui contient le logo et le nom du site */
#enTete {
  margin: 0;
  width: 100%;
  font-size:16px;
  color: white;
  text-align: left;
  font-weight: bold;
  height:114px;
}
.loader{
	width:220px;
	height:20px;
	text-align:left;
	background:url(images/loader.gif) top left no-repeat;
}
.loader2{
	width:20px;
	height:20px;
	text-align:left;
	background:url(templates/images/ajax-loader2.gif) top left no-repeat;
}
.entete
{
  margin-left:10px;
}
#enTete a {
  font-weight: bold;
  font-size:12px;
  color: white;
  text-align: left;
}

#total {
  margin-right: 380px;
}

/* Le corps est le bloc contenant le menu et le contenu, il sert prolonger la séparation menu/contenu de l'en-tete jusqu'au pied-de-page, et à uniformiser la marge entre l'en-tete/le pied-de-page et les blocs intérieurs */
#corps {
  padding: 10px;
}
#onglets
{
    font : bold 11px Batang, arial, serif;
    list-style-type : none;
    padding-bottom : 28px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    margin : 0;
    margin-bottom:-1px;
    margin-left:-30px;
}
#onglets li
{
    float : left;
    height : 25px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    margin : 2px 4px 0 0px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 4px 0 0px;  /* Pour IE  */
    border : 0;
border-top-left-radius:8px;
border-top-right-radius:8px;
vertical-align: middle;
  background-image : url('images/fond-onglets.gif');
}
#onglets a
{
    display : block;
    color : #ddd;
    text-decoration : none;
    padding : 4px;
}
#onglets li.active
{
    color : #fff;
  background-image : url('images/fond-onglets-actif.gif');
}
#onglets li.active a
{
    color : #ddd;
}
#onglets a:hover, #onglets li.active a:hover
{
    color : #fff;
}

#onglets_bas
{
    font : bold 11px Batang, arial, serif;
    list-style-type : none;
    padding-bottom : 28px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    margin : 0;
    margin-left:-30px;
    margin-top:-4px;
}
#onglets_bas li
{
    float : left;
    height : 25px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    margin : 2px 4px 0 0px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 4px 0 0px;  /* Pour IE  */
    border-top : 0;
padding-top:2px;
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
vertical-align: middle;
  background-image : url('images/fond-onglets.gif');
}
#onglets_bas a
{
    display : block;
    color : #ddd;
    text-decoration : none;
    padding : 4px;
}
#onglets_bas li.active_bas
{
    color : #fff;
  background-image : url('images/fond-onglets-actif.gif');
}
#onglets_bas li.active_bas a
{
    color : #ddd;
}
#onglets_bas a:hover, #onglets_bas li.active_bas a:hover
{
    color : #fff;
}

/* Le contenu est la partie de droite qui contient les informations */
#contenu
{
  text-align: center;
}

#nav {
  color: black;
  text-align: center;
  margin-top: 0px;
  padding-top: 0px;
  font-weight : bold;
  background-color : #bdc2ec;
  height : 20px;
  font-size: 14px;
  padding-left: 10px;
  background-image : url('images/deco-3.png');
    border-bottom : 1px solid #7d81ce;
    border-top : 1px solid #7d81ce;
  padding-top: 1px;
}
#nav a {
  color: black;
}

#contenu h1 {
  margin: 0;
  color : #e7e9f8;
  font-weight : bold;
  background-color : #bdc2ec;
padding-top:5px;
  height : 20px;
  font-size: 13px;
  background-image : url('images/deco-2.gif');
border-top-left-radius:8px;
border-top-right-radius:8px;
}
#contenu .cadreh1 {
  background-color : #ebedf8;
  text-align: left;
  border: 1px solid #7d81ce;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
}
#contenu .dernierCadreh1 {
  background-color : #ebedf8;
  text-align: left;
  border: 1px solid #7d81ce;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
}

#contenu h2 {
  margin: 0;
  margin-top: 10px;
  font-weight : bold;
  background-color : #bdc2ec;
  text-align: center;
  height : 17px;
  color: black;
  padding-top:3px;
  vertical-align:middle;
  font-size: 12px;
  margin-bottom: 0px;
  background-image : url('images/deco-3.png');
border-top-left-radius:8px;
border-top-right-radius:8px;
}
#contenu .cadreh2 {
  background-color : #E8EAF8;
  text-align: left;
  border: 1px solid #cbcdf0;
  padding: 5px;
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
}

form p {
  /* Empêcher le dépassement des flottants */
  overflow: hidden;
  /* Idem pour IE6 */
  width: 100%;
  margin: 4px;
  text-align: left;
}
p {
  /* Empêcher le dépassement des flottants */
  overflow: hidden;
  /* Idem pour IE6 */
  width: 100%;
  margin: 0px;
  text-align: left;
}
form p label {
  float: left;
  width: 40%;
  text-align: left;
}
form p input{
  width: 30%;
}
form p textarea {
  height: 400px;
  width: 40%;
}


#piedDePage
{
  clear: both;
  padding-top: 3px;
  height: 18px;
  text-align: center;
  background-color : #8c80d6;
  background-image : url('images/fond_pied_page.png')
}

/* Pour l'espace membre */

#contenu .cadreh1bis {
  background-color : #ebedf8;
  text-align: center;
  border-left: 1px solid #7d81ce;
  border-right: 1px solid #7d81ce;
  border-bottom: 1px solid #7d81ce;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
}

/* Messagerie privé + annuaire */
.forumline {
	background-color : #f5f7fc;
	border-left : 1px solid #7d81ce;
	border-top : 1px solid #7d81ce;
	border-right : 1px solid #7d81ce;
	border-bottom : 1px solid #7d81ce;
  margin-bottom: 10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}

th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
	font-weight : bold;
	border : 0px solid #a9afe7;
	border-width : 0px;
	height : 25px;
border-top-left-radius:8px;
border-top-right-radius:8px;
 padding: 0px;
}

th {
	color : #e7e9f8;
	font-size : 13px;
	font-weight : bold;
	background-color : #bdc2ec;
	height : 25px;
	background-image : url('images/deco-2.gif');
border-top-left-radius:8px;
border-top-right-radius:8px;
 padding: 0px;
}



td.row1 {
	background-color : #e7e9f8;
	border : 1px solid #d2d7f2;
	border-width : 0 1px 1px 0;
  padding: 3px;
}

td.row2 {
	background-color : #cacef5;
	border : 1px solid #a6adee;
	border-width : 0 1px 1px 0;
  padding: 3px;
}
td.row3 {
	background-color : #bdc2ec;
	border : 1px solid #9aa2e2;
	border-width : 0 1px 1px 0;
  padding: 3px;
}
td.row3Right {
	background-color : #d2d7f2;
	border : 1px solid #9aa2e2;
	border-width : 0 1px 1px 0;
  padding: 3px;
}
/* Style pour le forum */
.thead {
	color:#e7e9f8;
	font-size:12px;
	text-align:left;

	height:25px;
	border:1px solid #a9afe7;
	background:#393fb5 url('./images/deco-2.gif') top left repeat-x;
}
.thead a:link, .thead a:visited { color:#e7e9f8; text-decoration:none; }
.thead a:hover, .thead a:active { color:#e7e9f8; text-decoration:underline; }
td.tcat {
	color:#000;
	font-size:12px;
	font-weight:bold;
 padding: 0px;
	border: 1px solid #9aa2e2;
	border-width : 0px 1px 1px 0px;

	height:20px;
	background:#b2b2ea url('./images/deco-3.png') top left repeat-x;
}
.tcat a:link, .tcat a:visited { color:#000; text-decoration:none; }
.tcat a:hover, .tcat a:active { color:#000; text-decoration:underline; }
html body .hleft { text-align:left; }
html body .hcenter { text-align:center; }
html body .hright { text-align:right; }

html body .abstop { vertical-align:top; }
html body .absmiddle { vertical-align:middle; }
html body .absbottom { vertical-align:text-bottom; }

html body .middle { text-align:center; vertical-align:middle; }
html body .bottom { vertical-align:bottom; }
html body .nowrap { white-space:nowrap; }
html body td.trow1 {
	background-color:#e7e9f8;
	border-width:0 1px 1px 0;
	border-color:#d2d7f2;
	border-style:solid;
}
#contenu .cadreh1forum {
  background-color : #E8EAF8;
  text-align: center;
  border: 1px solid #7d81ce;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.topictitle {
	font-weight : bold;
	font-size : 12px;
	color : #000000;
}
.postdetails {
	font-size : 12px;
	color : #000000;
}
.name {
	font-size : 13px;
	color : #000000;
}
.gensmall {
	font-size : 13px;
}

.nav {
  text-align: left;
  margin: 0;
  color: black;
  font-weight : bold;
  background-color : #bdc2ec;
  height : 20px;
  font-size: 14px;
  padding-left: 10px;
  background-image : url('images/deco-3.png');
  border : 1px solid #7d81ce;
  padding-top:1px;
border-top-left-radius:8px;
border-top-right-radius:8px;
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
}
.nav a {
  color: black;
}
td.cat, td.catHead, td.catLeft, td.catRight {
	color : #e4e5f2;
	font-size : 11px;
	font-weight : bold;
	background-color : #e7e9f8;
	height : 25px;
	background-image : url('images/deco-4.png');
}
td.catBottom, td.catSides {
	color : #e4e5f2;
	font-size : 11px;
	font-weight : bold;
	background-color : #e7e9f8;
	height : 28px;
	background-image : url('images/deco-4.png');
}
td.spaceRow {
	background-color : #d2d7f2;
	border : 1px solid #9aa2e2;
	border-width : 0 1px 1px 0;
}

.code {
	font-family : Courier, 'Courier New', sans-serif;
	font-size : 11px;
	color : #006600;
	border-left : 1px solid #a9afe7;
	border-top : 1px solid #a9afe7;
	border-right : 1px solid #f9f9f9;
	border-bottom : 1px solid #f9f9f9;
	background-color : #d2d7f2;
}
.quote {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #444444;
	line-height : 125%;
	border-left : 1px solid #a9afe7;
	border-top : 1px solid #a9afe7;
	border-right : 1px solid #f9f9f9;
	border-bottom : 1px solid #f9f9f9;
	background-color : #d2d7f2;
}

.imageflottante
{
   float: left;
}
.doc_image
{
   float: left;
}

html body .pmbar {
	background-color:#d2d7f2;
	border-width:1px 1px 1px 1px;
	border-color:#a9afe7 #f9f9f9 #f9f9f9 #a9afe7;
	border-style:solid;
}

html body table.tsmall {
	background-color:#f5f7fc;
	border-width:2px 2px 2px 2px;
	border-color:#d2d7f2 #a9afe7 #a9afe7 #d2d7f2;
	border-style:solid;
	border-spacing:1px;
}

html body td.tfoot {
	color:#000;
	font-size:11px;
	font-weight:bold;

	height:28px;
	border:1px solid #a6adee;
	background:#b3b8e8 url('./images/deco-4.png') top left repeat;
}
.gen {
	font-size : 12px;
}
.genmed {
	font-size : 11px;
}
.gensmall {
	font-size : 10px;
}
.gen, .genmed, .gensmall {
	color : #000000;
}
a.gen, a.genmed, a.gensmall {
	color : #006699;
	text-decoration : none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
	color : #1994d1;
	text-decoration : none;
}

.forumlink {
	font-weight : bold;
	font-size : 12px;
	color : #006699;
}
a.forumlink {
	text-decoration : none;
	color : #006699;
}
a.forumlink:hover {
	text-decoration : none;
	color : #1994d1;
}
