/********************************************************************************

                          design.css
						  
						  par Tarfaa

Description : feuille de style contenant la mise en forme.

********************************************************************************/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url("../images/bg.png");
	background-repeat: repeat-y;
	background-position: left;
}

/* L'en-tête */
#en_tete {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/haut.png");
	background-repeat: repeat-x;
	height: 200px;
	/*background-position:0px -1px;*/
}
#banniere {
	padding: 0px;
	margin: 0px;
	background-image: url("../images/banniere.png");
	background-repeat: no-repeat;
	height: 200px;
}

/* Le menu */
#menu {
	float: left;
	width: 210px;
	margin: 0px;
	margin-right:0.5%
}
.element_menu {
	padding: 0px;
	margin: 10px 0px;
	width: 200px;
}

.element_menu .titre_menu {
	margin: 0px;
	margin-bottom: 10px;
	background-image: url("../images/menu.png");
	background-repeat: no-repeat;
	height: 47px;
}

.element_menu .titre_menu p {
	color: white;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: center;
	font-size: 1.5em;
	padding-top: 12px;
}

.element_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 1em;
	text-align: center;
}
.element_menu a, .element_menu a:visited {
	color: black;
	text-decoration: none;
}
.element_menu a:hover {
	/*background-color: #B3B3B3;*/
	color: white;
}

/* Le corps de la page */
#corps {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 10px;
	overflow: hidden;
	height:auto!important;
	height:1%;
}
#corps h1 {
	color: #333333;
	padding: 0px;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h2 {
	color: #333333;
	padding: 0px;
	padding-left: 35px;
	text-align: left;
}
#corps > p {
	text-align: left;
	text-indent: 10px;
	padding: 0px;
	margin: 0px;
}
#corps .citation {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
#corps .image {
	text-align: center;
	padding: 5px;
}
#corps img {
	border: 0px;
}
#corps a, #corps a:visited {
	color: #9F0F0F;
	text-decoration: none;
}
#corps a:hover {
	color: #F40000;
}

/* Les formulaires et commentaires */
form {
	text-align: left;
}
#corps .commentaire {
	padding-left: 0px;
}
#corps .commentaire .pseudo {
	padding-left: 0px;
}
#corps .commentaire .message {
	padding-left: 15px;
	text-indent: 0px;
}

/* Le pied de page */
#pied_de_page {
	padding: 5px;
	text-align: center;
}
