
/* general //////////////////////////////////////////////////////////////////////// */

html
{
	margin: 0px;
	padding: 0px;
	min-height : 100%;
}

body
{
	background-image: url('../../images/fond.png');
	font-family: Verdana, 'Arial', 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
	font-size: 11px;
	min-height : 100%;
	margin: 0px;
	padding: 0px;
}

a
{
	margin: 0px;
	padding: 0px;
	color: white;
	text-decoration: none;
}

a img
{
	border: none;
}

img
{
	border: none;
	vertical-align: middle;
}

tbody
{
	margin:0px;
	padding:0px;
}

.lab
{
	display: block;
	width: 200px;
	float: left;
	font-weight: bold;
}

.lab2
{
	display: block;
	width: 100px;
	float: left;
	font-weight: bold;
}

radio.lab
{
	width: 100%;
}

h1, h2, h3, h4, h5, h6, .titre, .titre2
{
	font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
	font-weight: bold;
	margin-top: 0%;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	border: 1px solid black;
	text-align: center;
}

h1, h2, h5, .titre
{
	background-image:url("../../images/barre_titre.png");
	color: white;
	min-height: 18px;
	max-height: 25px;
    font-size: 1.1em;
}

hr
{
	background-color: #A6A7A8;
	width: 100%;
	height: 2px;
	border: 0px;
}

table
{
	width: 90%;
	margin: auto;
	font-size: 11px;
	border: 1px solid black;
	border-collapse: collapse;
	border:1px solid #d2d2d2;
}

td
{
	background-color: #f8fafd;
	padding: 3px;
}

.forums td
{
	border-bottom: 1px solid #d9d8d8;
}

th
{
	background-image: url('../../images/barre_titre.png');
	background-repeat: repeat-x;
	color: white;
	height: 25px;
	font-size: 11px;
}

/* page haut //////////////////////////////////////////////////////////////////////// */

.top_barre_button
{
	background: url('../../images/top_button.png');
	height: 20px;
	width: 110px;
	border: 0px;
	color: white;
	text-align: center;
	padding-top: 5px;
}

.top_barre_button:hover
{
	background-position: 0% -25px;
	color: black;
}

#maincontainer
{
	width: 1024px;
	height: auto;
	min-height: 1020px;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
}

#header
{
	background-color: rgb(0, 0, 0);
	width: 950px;
	margin: auto;
	padding: 0px;
	border: 1px solid black;
}

#topbar
{
	background-image:url('../../images/barre_titre.png');
	padding: 1px;
	margin: Opx;
	height: 25px;
	max-height: 25px;
}

#topbar form
{
	margin: Opx;
	padding: Opx;
	padding-left: 2px;
	height: 22px;
	max-height: 22px;
	color: white;
}

.topbarinput
{
	border: solid 1px #BBBBBB;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: Opx;
	height: 16px;
	width: 150px;
}

.formformat1	/* sert notamment pour IE sinon les formulaires sont moches */
{
	margin: 0px;
	padding: 0px;
}

.hiddenformat1	/* sert notamment pour IE sinon les inputs "hidden" créent des décalages */
{
	display: none;
	width: 0px;
	height:0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	float:left;
}

.inputformat1
{
	text-align: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.buttonformat1
{
	width: 100px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.buttonformat2
{
	width: 200px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#banner
{
	background-color: #515151;		/* GRIS */
	width: 949px;
	min-height: 190px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border: 1px solid black;
}

#bannerban
{
	background-image:url('../../images/banniere_st.jpg');
	background-repeat: no-repeat;
	background-color: rgb(0, 0, 0);
	width: 890px;
	max-width: 890px;
	height: 190px;
	max-height: 190px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid black;
	float: left;
	overflow: hidden;
}

#bannermenu
{
	width: 50px;
	height: 190px;
	margin: auto;
	margin-right: 2px;
	padding: 0px;
	float: right;
}

.buttonmenu
{
	height: 60px;
	width: 49px;
	margin: 2px;
	padding: 0px;
}

#center
{
	background-color: #515151;		/* GRIS */
	width: 950px;
	height: auto;
	min-height: 1020px;
	margin: auto;
	padding: 0px;
	border: 1px solid black;
	overflow: hidden;			/* on s'assure que le conteneur s'agrandit si un de ses fils dépasse la taille minimum */
}

/* slideshow ///////////////////////////////////////////////////////////////////////////// */

.banner
{
	z-index:2;
}

.slideshow_table
{
	background-color:white;
	border:0px;
	padding:0px;
}

.slideshow
{
	background-image:url('../../images/topsl-bg.gif');
	height:295px;
	width:600px;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:5px;
	border:1px solid black;
	z-index:3;
}

.slidepager 
{
	position:absolute;
	left:550px;
	top:155px;
	width:73px;
	height:260px;
	z-index:4;
}

.populaire
{
	background-image:url('../../images/topsl-bg.gif');
	height:295px;
	width:125px;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:5px;
	border:1px solid black;
	color:white;
}
#pers_slide 
{
	position:absolute;
	left:175px;
	top:310px;
	width:286px;
	height:320px;
	z-index:5;
}
#slidenav
{
	list-style-type:none;
	list-style-image:none;
	padding-left:8px;
}

#slidenav_li
{
	list-style-type:none;
	list-style-image:none;
	padding-left:0px;
	margin-bottom:10px;
}
#slidenav_li a 
{ 
	display: block; 
}
#slidenav_li img 
{ 
	border:1px solid black;
}
#slidenav_li a.activeSlide 
{ 
	background: white;
}
#slidenav_li img:focus
{ 
	outline: none;
}

/* colonne gauche //////////////////////////////////////////////////////////////////////// */

#colg
{
	background-color: #515151;		/* GRIS */
	width: 170px;
	height: 100%;
	min-height: 1020px;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 1em;
	float: left;
	overflow: auto;
}

.element_menu
{
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

.element_menu a			/* lien de menu */
{
	padding-left: 3px;
	color: white;
}

.element_menu a:hover
{
	text-decoration:underline;
}

.element_menu img		/* icone champigon */
{
	width: 15px;
	height: 15px;
}

.explorerminheightdiv	/* utilisé par IE pour assurer une hauteur minimale (min-height ne fonctionne pas sur IE) */
{
	/* background-color: rgb(0, 255, 0); */
    height: 0px;		/* sans effet sur les autres navigateurs */
    float: right;
    width: 1px;
}

/* colonne centrale //////////////////////////////////////////////////////////////////////// */

#colc
{
	background-color: rgb(255, 255, 255);
	background-image:url('../../images/fond_colc.png');
	background-repeat: repeat-x;
	width: 765px;
	height: 100%;
	max-width: 765px;
	min-height: 1020px;
	margin: 0px;
	padding: 0px;
	padding-right: 6px;
	padding-left: 6px;
	float: right;
}

#colc a, #colc a
{
	text-decoration: none;
	color: #5db83c;
	font-weight: bold;
}

.path
{
	font-size:9px;
}

.messageforum
{
	background-image:url('../../images/fond_colc.png');
	background-repeat: repeat-x;
}

.divinfo	/* message de succes en haut de la colonne */
{
	background-image: url('../../images/icone_info.png');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border:0px;
	-moz-border-radius: 5px;-webkit-border-radius:5px;
	background-color: #baf0d5;
	vertical-align: midlle;
	color: black;
	padding: 5px;
	padding-left: 50px;
	height: 40px;
}

.diverror	/* message d'erreur en haut de la colonne */
{
	background-image: url('../../images/icone_erreur.png');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border:0px;
	-moz-border-radius: 5px;-webkit-border-radius:5px;
	background-color: #E35F64;
	vertical-align: midlle;
	color: black;
	padding: 5px;
	padding-left: 50px;
	height: 40px;
}

.resolusuj
{
	border:0px;
	-moz-border-radius:5px;-webkit-border-radius:5px;
	background-color:#baf0d5;
	color:#5db875;
	padding-top:5px;
	padding-left:20px;
	vertical-align:top;
	height:20px;
}

.forum
{
	color:white;
	margin: 0px;
	padding: 0px;
	width:98%;
	margin:auto;
	background-color:black;
}

.citation
{
	color:black;
	width:80%;
	margin:auto;
	padding:1%;
	border-left
}

#colc table
{
	width: 95%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 11px;
	border: 1px solid #d2d2d2;
	border-collapse: collapse;
}

#colc th
{
	margin: 0px;
	padding: 0px;
}

#colc td
{
	margin: auto;
}

.zonebuttons		/* pour le forum */
{
	width: 95%;
	margin: auto;
	margin-bottom: 2px;
	padding: auto;
}

.tetemessage 	/* pour le forum */
{
	margin: auto;
	padding: auto;
	vertical-align: midlle;
	background-color: #868287;
}

td.tableblanc	/* dans le profil */
{
	vertical-align:top;
	border:0px;
	background-color:white;
}

table.tableblanc /* dans le profil */
{
	border: 0px;
}

#imageavatar	/* 100x100 (un redimage() fait lagguer le site) */
{
	max-width: 100px;
	max-height: 100px;
}

#imagebbcode	/* 250x250 pour les images dans les textures bbcode */
{
	max-width: 250px;
	max-height: 250px;
}

#imageentete	/* 250x250 pour les images dans les textures bbcode */
{
	max-width: 175px;
	max-height: 175px;
}

/* page bas //////////////////////////////////////////////////////////////////////// */

#footer
{
	background-image: url('../../images/barre_bas.png');
	background-repeat: no-repeat;
	height: 71px;
	width: 950px;
	margin: auto;
}

p
{
	margin:0px;
}

.bbcode_button img
{
	cursor:pointer;
}

/* Bubble Popup //////////////////////////////////////////////////////////////////// */


