body { 
		padding: 0;
		margin: 0px;
		padding: 0px;
		width:100%;
		background-color:#000000;/*#5C0100*/
		text-align: center;  /*Indispensable pour centrage de conteneur sous IE*/
		color:#FFFFFF;
		font-family:Verdana,Arial,Latha;
		/*font-weight:bold;*/
}

a{
		text-decoration:none;
		color:#FFF;
		border:none;	
}

a:hover{
		text-decoration:underline;
		font-style:normal;
		color:#FFF;
}

.champ{
		width:800px;
		height:1000px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(fondprincipal.gif);
		border-left-color:#E21A24;
		border-left-style:solid;
		border-left-width:1px;
		border-right-color:#E21A24;
		border-right-style:solid;
		border-right-width:1px;
}


.banniere{
		height:116px;
		vertical-align:top;
		background-position:center;
		background-image:url(banniereaccueil.jpg);
		background-repeat:no-repeat;
}

.entrez{
		padding-top:10px;
		height:50px;
}

.imageCanon{
		background-image:url(imageCanon.jpg);
		background-position:center;
		height:396px;
		width:406px;
		margin-left:auto;
		margin-right:auto;
}

.banniereSimple{
		height:118px;
		vertical-align:middle;
		background-image:url(bannieresimple.jpg);
		background-repeat:no-repeat;
		background-position:center;
}

.fondmenu{										/*Barre de liens supérieure*/
		height:26px;
		background-image:url(bannieremenu.jpg);
		background-position:center;
		padding-left:136px;
		text-align:left;
		padding-top:4px;
}

.fondmenucss{										/*Barre de liens supérieure pour le menu css*/
		height:26px;
		background-image:url(bannieremenu.jpg);
		background-position:center;
		padding-left:120px;
		text-align:left;
		padding-top:0px;
		
}

.contenu{										/*Zone blanche du contenu de la page Web*/
		text-align:center;
		background-color:#FFF;
		height:600px;
		margin-left:120px;
		margin-right:111px;
}
.contenuGallerie{										/*Zone blanche du contenu de la page Web plus grand pour la gallerie*/
		text-align:center;
		background-color:#FFF;
		height:700px;
		margin-left:120px;
		margin-right:111px;
}

.texte{											/*texte de la page*/
		color:black;
		font-size:12px;
		width:538px;
		text-align:justify;
		padding-left:15px;
		padding-right:15px;
		padding-top:8px;
}

.menu{											/*Style de la barre de liens supérieure*/
		background-color:#343932;
		width:569px;
		margin-left:150px;
}

.menuIndex{
		height:50px;
		font-family:latha;
		font-size:18px;
		font-stretch:ultra-condensed;
		color:#FFF;
		margin-top:5px;
}

a.menuIndex{
	text-decoration:none;
	color:#FFF;
	border:none;
}

a.menuIndex:hover{
	text-decoration:underline;
	font-style:normal;
	color:#FFF;
}

#menuBis {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 570px;
	font-size:20px;
	
}
#menuBis li {
	float: left;
	font: 67.5% /*"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande",*/ Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menuBis a {
	background: #333 url("seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
	font-weight:normal;
}

#menuBis afixe {
	background: transparent url("fix.gif") bottom center no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
	font-weight:normal;
}

#menuBis a:hover {
	background: #700000 url("hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 5px;
}