/* Feuille de style Multimag.fr */

html, body {
	height: 100%;
}

body {
	background: #E5E5E5;
	font-family: Tahoma, Georgia, Verdana, Arial;
	font-size: 13pt;
	font-weight: lighter;
	color: #493C34;
}

#wrapper {
	background: url("background.png") #FFFFFF fixed center repeat-y;
	width: 1006px;
	min-height: 100%;
	margin: 0 auto;
	clear: both;
	overflow:hidden;

}

#header {
	width: 1000px;
	height: 140px;
	margin: 0 auto;
}

#banniere {
	width: 1000px;
	height: 115px;
	margin: 0 auto;
	background: url("header.png");
}

#main {
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

/* Style du menu de navigation */

.mod_navigation {
	width: 1000px;
	height: 25px;
	margin: auto;
	display: block;
	background: url("menu_background.png");
	font-size : 0.9em;
	text-align: center;
	font-weight: lighter;
	
}

.mod_navigation ul {
	margin : 0;
	padding : 3px 1em 5px 0;
	list-style-type : none;
}

.mod_navigation ul li {
	display: inline;
	padding : 5px 5px;
	font-variant: small-caps;
	margin: 0px;
}

.mod_navigation a {
	color: #FFF3D9;
	text-decoration: none;
}

.active {
	color: #AD8E7E;
}

/* Fin du style du menu de navigation */

/* Styles spécifiques aux différentes pages */

.performant td{
	border: 1px solid;
	padding: 10px;
	width: 50%;
}

.performant ul {
	list-style-type : none;
}

table {
	border-collapse: collapse;
	margin-left: 10%;
	margin-right: 10%;
}

.text {
	margin: 10px;
}

.textarea {
	margin: 10px;
}

.accueil {
	text-align: center;
}

/* Fin du style spécifique aux différentes pages */

strong {
	font-weight: bold;
}


