@charset "utf-8";
/*^'^ La base ^'^*/	
html, body {
				height: 100%;
				}	

body {
	background-color: #B3E81A;
	background-image: url(images/texture_haut.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.header {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
}
.footer {
	padding: 0px;
	width: 100%;
	position: relative;
	background-image: url(images/pied.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 33px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	top: 10px;
	bottom: 100%;
	}
.footertexte {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 15px;

}
/*^'^ Le menu ^'^*/	

div.menu
{
	width: 500px;
	margin-left: auto; 
  	margin-right: auto;
	list-style-type: none;
	}


.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container 
{
	display:block;
	border-width:0px;
	background-image: url(images/fond_menu.png);
	background-repeat: repeat-x;
	width: 478px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
}
a.texte_menu
{
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-size:14px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 30px	;
	font-style: normal;
}

/*^'^ Bloc texte ^'^*/	


.bloc_texte
{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	}
.marge_bloc
{
	background: url("images/fond_bloc.png");
	background-repeat: repeat;
	margin: 0px;
	padding: 1px;
	}
.contener_texte
{
	margin-right: 20px;
	margin-left: 20px;
	}
.Titre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #808000;
}
.sous_titre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #808000;
}
.marge_bloc .texte_normal
{
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	font-size: 12px;
	}
.texte_video {
	text-align: center;
}
.sous_titre2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
