body
{
	width: 100%;
	margin: auto;
	background-image: url("design2_img/back.jpg");
	background-repeat: no-repeat;
	background-color: #e2ddd7;
}

/* L'en-tête */

#header
{
	width: auto;
	overflow:hidden;
	height: 200px;
	background-image: url("design2_img/header_continue.png");
	/*background-color: #cecece;*/
	background-repeat: repeat;
	/*margin-bottom: 0px;*/
	/*margin-top: 20px;*/

	/*margin-left: 30%;*/
}

#header_left
{
	width: auto;
	overflow:hidden;
	height: 200px;
	background-image: url("design2_img/header.png");
	background-repeat: no-repeat;
	/*background-position: 200px 0px;*/
}

/* Le menu */

#menu
{
	float: left;
	width: 200px;
	background-image: url("design2_img/menu_back_continue.png");
	/*background-color: #ffc45c;*/
	background-repeat: repeat;
	border-right: 2px ridge #007dde;
	border-bottom: 2px ridge #007dde;
}

#menu_content
{
	/*background-image: url("design2_img/menu_back.png");
	background-repeat: no-repeat;*/
	width: 200px;
	/*padding-left: 5px;
	padding-right: 5px;*/
}

.anima
{
	color: #0000ff;
}

.element_menu
{
	margin-bottom: 20px;
	border-top: 1px solid #0000aa;
	/*padding-bottom: 50px;*/
	width: 175px;
	padding-left: 10px;
	padding-right:5px;
	margin-left: 5px;
	margin-right:5px;
}


/* Quelques effets sur les menus */
.element_menu h3
{
	/*background-repeat: no-repeat;
	background-image: url("design2_img/menu_separator.png");
	background-position: auto;*/
	padding-top: 5px;
	margin-top: 0px;
	color: #000000;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: center;
}

.element_menu ul
{
	list-style-image: url("design2_img/bullet_go.png");
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-left: 2px;
	margin-bottom: 5px;
}

.element_menu a
{
	text-decoration: none;
}

.element_menu a:hover
{
	text-decoration: underline;
}


/* Le corps de la page */

#corps
{
	margin: 0px;
	margin-bottom: 0px;
	padding: 5px;
	padding-left: 25px;
	padding-right: 25px;
	width: auto;
	overflow:hidden;

	border-top: 2px ridge #007dde;
}

#corps h1
{
	color: #0e1c52;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps p
{
	margin-left: 15px;
}

#corps h2
{
	height: 30px;
	background-position: 0px 5px;
	background-image: url("design2_img/title_logo.png");
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 32px;
	color: #0e1c52;
	text-align: left;
}

#index_info
{
	/* border-left: 1px solid blue; */
	overflow:hidden;
}

#index_news
{
	float: left;
	width: 60%;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	padding: 5px;
	width: auto;
	overflow:hidden;
	margin-top: 20px;
	border-top: 2px ridge #007dde;
	background-image: url("design2_img/footer_continue.png");
	background-repeat: repeat;

	text-align: center;
}

/* Tableau */
table
{
	border-collapse: collapse;
	width: 90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

.editTbl
{
	border-left: 1px solid #0000aa;
	border-right: 1px solid #0000aa;
}

.editTbl td, .editTbl th
{
	text-align: center;
	border-left: 1px dashed #0000aa;
	border-right: 1px dashed #0000aa;
}

td input
{
	width: 95%;
}

th
{
	background-image: url("design2_img/footer_continue.png");
	background-repeat: repeat;
}

td, th
{
	border-top: 1px solid #0000aa;
	border-bottom: 1px solid #0000aa;
	padding: 2px;
}

/*  bbcode_buttons_tbl */
.bbcode_buttons_tbl
{
	border-collapse: collapse;
	width: auto;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("design2_img/footer_continue.png");
	background-repeat: repeat;
	border-left: 1px solid #0000aa;
	border-right: 1px solid #0000aa;
}

/*.bbcode_buttons_tbl td
{
	text-align: center;
	border-left: 1px dashed #0000aa;
	border-right: 1px dashed #0000aa;
}*/

/* Form */

form
{
	display: inline;
}

.max_width
{
	width: 99%;
}

textarea
{
	width: 100%;
}

/* Contact tbl */
.contactTbl
{
	width: 100%;
	border: 1px solid #0000aa;
	background-image: url("design2_img/footer_continue.png");
}

.contactTbl td
{
	border-top: 1px dashed #0000aa;
	border-bottom: 1px dashed #0000aa;
}

.contactTbl textarea
{
	width: 99%;
}

