/* Body */

body
{
	margin: 0px;
	
	background-image: url("design2_img/top.png");
	background-repeat: repeat-x;
	
	/*text-align: justify; */
}

#in_body
{
	background-image: url("design2_img/top_left.png");
	background-repeat: no-repeat;
}


a img
{
	border: none;
}

/* L'en-tête */

#header
{
	width: auto;
	overflow: hidden;
	height: 184px;

	background-image: url("design2_img/logo_header.png");
	background-repeat: no-repeat;
}

#in_header
{
	background-image: url("design2_img/mountain.png");
	background-repeat: no-repeat;
	float: right;
	
	/*z-index:0;*/
	
	width: 625px;
	height: 158px;
}

/* Le menu */

#menu
{
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-left:10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#logo_top
{
	display: block;
	
	margin: 0px;
	padding: 0px;

	width: 185px;
	height: 227px;
	
	background-image: url("design2_img/logo_top.png");
	background-repeat: no-repeat;
}

#menu ul
{
	list-style:none;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-top: 5px;
}

#menu li
{	
	min-height: 27px;
	background-position: 0px 0px;
	background-image: url("design2_img/menu_bt.png");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 4px;
	text-align: left;
}

#menu li :hover
{	
	display: block;
	background-color: #fff4d1;
	margin-bottom: 0px;
}

/* Le corps de la page */

#corps
{
   margin: 0px;
   margin-bottom: 10px;
   padding: 5px;
   padding-left: 5px;
   width: auto;
   overflow:hidden;
}

#corps p
{
	margin-left: 10px;
	margin-right: 10px;
}

#corps ul
{
	margin-right: 10px;
}

#corps h1
{
   color: #3ca4de;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
	height: 30px;
	background-position: 8px 0px;
	background-image: url("design2_img/menu_bt.png");
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 32px;
	color: #3ca4de;
	text-align: left;
}

h3
{
	margin-left: 15px;
	padding-left: 10px;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	width: 100%;
	overflow:hidden;
	height: 56px;
	margin-top: 20px;
	background-image: url("design2_img/bottom.png");
	background-repeat: repeat-x;

	text-align: center;
}

#pied_de_page_gauche
{
	width: 90px;
	height: 56px;
	float: right;

	background-position: 0px 15px;
	background-image: url("design2_img/logo_bottom.png");
	background-repeat: no-repeat;
}

/* Table */
table
{
	border-collapse: collapse;
	width: 100%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

td input
{
	width: 100%;
}

td, th /* Mettre une bordure sur les td ET les th */
{
	border: 2px solid #3ca4de;
	padding: 2px;
}

/* Form */

form .input_div
{
	overflow: hidden;
	margin-bottom: 10px;
}

.left_label
{
	width: 220px;
	float: left;
	text-align: right;
	padding-right: 5px;
	display: block;
}

.right_imput
{
	width: 300px;
}


input.right_imput[type="checkbox"] /* Checkbox */
{
	width: auto;
}

.input_div span /* Info sup */
{
	font-style: italic;
	color: gray;
}

.bbcode_buttons_tbl
{
	border-collapse: collapse;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: 1px solid #0000aa;
	border-right: 1px solid #0000aa;
	width: auto;
}

.bbcode_buttons_tbl td
{
	border-top: 1px dashed #0000aa;
	border-bottom: 1px dashed #0000aa;
	
	padding: 3px;
}

.max_width
{
	width: 99%;
}

textarea
{
	width: 100%;
}

/* Window */
.bar_left
{
	width: 41px;
	height: 100%;
	float: left;
	
	background-image: url("design2_img/bar_left.png");
	background-repeat: no-repeat;
}

.bar_right
{
	width: 20px;
	height: 100%;
	float: right;
	
	background-image: url("design2_img/bar_right.png");
	background-repeat: no-repeat;
}

.bar_center
{
	margin-left: 41px;
	margin-right: 20px;
	height: 34px;
	
	background-image: url("design2_img/bar_middle.png");
	background-repeat: repeat-x;
}

.win_bar
{
	height: 34px;
}

/*.anima
{
	color: #0000ff;
}*/

.win_content
{
	margin-bottom: 20px;

	padding-top: 5px;
	margin-left: 7px;
	margin-right: 10px;
	
	border: 2px solid gray;
	border-top: none;

	border-bottom-right-radius: 5px 5px;
	
	background-color: #fffdf7;
}

#corps .win_content
{
	margin-bottom: 30px;
}

.win_footer
{
	height: 15px;
	
	background-image: url("design2_img/win_footer.png");
	background-repeat: repeat-x;
}

.win_bar h3
{
	padding-top: 6px;
	padding-left: 7px;
	margin-left: 0px;
	color: white;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: left;
}

.win_bar h3 a
{
	color: white;
}

a
{
   text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.small_width
{
	width: 90%;
	margin: auto;
}

/* Other */
.bash
{
	background-color: black;
	color: white;
	padding: 10px;
	margin-left: 20px;
}

/* Quote */
q
{
	display: block;
	
	background-color: #f1f1fe;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	
	border: 2px solid #3ca4de;
}

/* Img prog */
.progImgDiv
{
	float: right;
	margin: 10px;
}
