@charset "utf-8";
/* CSS Document */

#colonne_gauche {
	display: none;
}
#pied {
	display: none;
}
#menu_haut {
	display: none;
}
#banniere {
	display: none;
}


/*       Bouton*/

input[type=submit], input[type=button]
{
	background:url('../images/structure/selection.png') repeat-x 0px -22px;
	border-style:outset;
	border-width:1px;
}

input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus
{
	background-position:0px 0px;
	cursor:pointer;
}

input[type=submit]:active, input[type=button]:active
{
	border-style:inset;
}

.cleaner
{
clear:both;
}

#arbre
{
	font-family: 'Trebuchet MS', Verdana, Arial, "Times New Roman", Times, serif;
	font-size:0.85em;
	text-transform: uppercase;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
}

#corps h1 /* Tous les titres des pages du site (en haut) */
{
	text-align: center;
	margin-top:5px;
	margin-bottom:20px;
	padding: 10px;
	font-family:Arial, 'Times New Roman', Times, serif;
	color: #2FA5E9;
	background: #D6F0FF;
	border: 1px solid rgb(155, 189, 207);
	border-bottom: 2px solid rgb(155, 189, 207);
	border-radius: 1em;
	-moz-border-radius: 1em;
	height:auto!important; /* Correrction d'un comportement IE fort étrange... */
	height:1%;
}

#corps h2  /* Tous les sous-titres des pages du site (en haut) */
{
display: block;
text-decoration: none;
font-variant: small-caps;
font-size: 1.3em;
margin:5px;
text-indent: 10px;
padding:3px;
font-family: Arial,'Times New Roman',Times,serif;
color: #666666;
background:url(../images/structure/fond.png) #d6f0ff no-repeat scroll 100% 50%;
border:1px solid #dcdcdc;
border-top:2px solid #2fa5e9;
}

#corps h3
{

border-bottom:1px solid #cfcfcf;
font:1.3em arial;
}

/*bbcode*/
/* Certains des styles ici présents ne devraient pas être changés, comme .souligne, .barre etc. */

#corps .souligne { text-decoration: underline; }
#corps .barre { text-decoration: line-through; }
#corps .italique { font-style: italic; }
#corps .gras { font-weight:bold; }
#corps .alinea{text-indent:20px;}

.rmq /* Style des "remarques" : information, erreur, question et attention */
{
	background-position:10px 10px;
	background-repeat: no-repeat;
	padding: 8px;
	padding-left: 50px;
}

 .erreur
{
	color: red;
	background-image: url('../images/bbcode/erreur.png');

}

 .question
{
	color: blue;
	background-image: url('../images/bbcode/question.png');

}

 .attention
{
	color: rgb(236, 118, 0);
	background-image: url('../images/bbcode/attention.png');

}

 .information
{
	color: green;
	background-image: url('../images/bbcode/info.png');

}

.information, .attention, .question, .erreur
{
	height:30px; /* On fixe la hauteur, que IE interprète comme une "hauteur minimale" */
	text-align:left;

	
}

/* Petit arrangement CSS pour une différence entre IE et Firefox. On rétablit en fait la
hauteur en auto (par défaut), et on utilise min-height pour définir une hauteur minimale
sous Firefox et autres navigateurs comprenant le CSS 2. */
html>body .information, html>body .attention, html>body .question, html>body .erreur
{
	height:auto;
	min-height:30px;
}

.orange { color: rgb(236, 118, 0); }
.noir { color: black; }
.marron { color: maroon; }
.vertf { color: green; }
.olive { color: olive; }
.marine { color: navy; }
.violet { color: purple; }
.bleugris { color: teal; }
.argent { color: silver; }
.gris { color: #787878; }
.rouge { color: red; }
.scroll
{
overflow:auto;
}
.nowrap 
{
white-space:nowrap;
}

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

hr 
{

background:#d6f0ff 0% 0%;
border:1px solid #9bbdcf;
border-bottom:2px solid #9bbdcf;
height: 0.5em;
width: 80%;
}

a 
{
color: #1870a3;
text-decoration: none;
font-weight: bold;
}

a:hover 
{
color: #30a6ea;
text-decoration: underline;
}

.vertc { color: lime; }
.jaune { color: yellow; }
.bleu { color: blue; }
.rose { color: fuchsia; }
.turquoise { color: aqua; }
.blanc { color: white; }

.arial { font-family: Arial, serif; }
.times { font-family: Times, serif; }
.courrier { font-family: Courier, serif; }
.impact { font-family: Impact, serif; }
.geneva { font-family: Geneva, serif; }
.optima { font-family: Optima, serif; }

.ttpetit { font-size: xx-small; }
.tpetit { font-size: x-small; }
.petit { font-size: small; }
.gros { font-size: large; }
.tgros { font-size: x-large; }
.ttgros { font-size: xx-large; }

.centre { text-align: center; }
.gauche { text-align: left; }
.droite { text-align: right; }
.justifie { text-align: justify; }




.flot_gauche { float: left; }
.flot_droite { float: right; }
.flot_gauche, .flot_droite { margin:1em; }

.liste_i { list-style-type: lower-roman; }


h1{font-size:2em;}
.liste_a { list-style-type: lower-latin; }
#entete_print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 5px;
	height: auto;
	width: 100%;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.liste_1 { list-style-type: decimal; }
.liste_rectangle { list-style-type: square; }
.liste_cercle { list-style-type: circle; }
.liste_disque { list-style-type: disc; }

#corps .code,#corps .citation,#corps .spoiler /* Titre du code, de la citation et du spoiler */
{
	font-weight: bold;
	display:block;
	width:90%;
	margin:auto;
}

#corps .code2,#corps .citation2,#corps .spoiler2 /* Contenu du code, de la citation et du spoiler */
{
	border:1px dashed #A3C0D5;
	background-color:white;
	width: 90%;
	padding: 8px;
	margin:auto;
	
}

#corps .code2
{
	font-family:Courier, Arial, Times, 'Times New Roman', serif;
	font-size:0.9em;
}

#corps .console
{
	background-color:black;
	color:white;
	border:none;
}

#corps .spoiler2
{
	cursor: pointer;
}

#corps .spoiler3 /* Spoiler par défaut (doit être caché) */
{
	visibility: hidden;
}

#corps .smilies
{
	vertical-align: middle;
}

/* Les tableaux zCode */

#corps .tab_user 
{
	border-collapse:collapse;
	border:2px solid #2C485C;
	margin: 0px auto 0px auto;
}

#corps .tab_user caption
{
	text-align:center;
	font-weight:bold;
	width: 100%;
}

#corps .tab_user td
{
	border:1px solid #2C485C;
	background-color:#E9F0F5;
	padding:2px;
}

#corps .tab_user th
{
	background-color: #FBFCFD;
	background-image: url('file:///D|/Documents and Settings/Sebastien/Mes documents/Site web/images/designs/1/menu/header.png');
	background-repeat: repeat-x;
	border-right:1px solid #2C485C;
	padding:2px;
}

/* Correctifs IE : malheureusement... */
* html #corps {margin-top:0;margin-left:190px;}
* html #menu h5 {padding-top:1px;}

.liste_i { list-style-type: lower-roman; }
.liste_I { list-style-type: upper-roman; }
.liste_a { list-style-type: lower-latin; }
.liste_A { list-style-type: upper-latin; }
.liste_1 { list-style-type: decimal; }
* html #menu ul ul li{margin-top: 5px;margin-left:-5px;
				background: url('../images/structure/mini-puce.png') no-repeat;background-position:10px center;}
* html #menu li{padding-left: 5px;background: url("../images/structure/fond_lien_ie.png") no-repeat;margin-bottom: 5px;
			list-style-image: none;list-style-type: none;}
* html #speedbarre{top:112px;left:205px;}
* html #banniere{background-position:0px 1px;}
#pied_page_print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 100%;
}
