body {
	background:#000000;
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family:Verdana;
}
.accroche { width:800px;text-align:left; color:#ffffff; font-size:11px;}
.haloGauche {
	background-image: url(../images/halo-gauche.png);
	background-repeat: repeat-y;
}
.haloDroite {
	background-image: url(../images/halo-droite.png);
	background-repeat: repeat-y;
}


.menuGauche {
		background-image: url(../images/menu-fond-gauche.png);
}
.menuDroite {
		background-image: url(../images/menu-fond-droite.png);
}

.menu, .menuFirst ,.menuLast, .menuActive, .menuFirstActive, .menuLastActive {
	/*display:block;*/
	height:35px;
	line-height:35px;
	width:133px;
	color: #ffffff;
	font-weight:bold;
	float:left;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	background:none;
}
.menuActive,.menu:hover 			{ background: #222222; border-left:1px solid #ffffff; border-right:1px solid #ffffff; }
.menuFirstActive,.menuFirst:hover 	{ background: #222222; border-left:1px solid #222222; border-right:1px solid #ffffff; }
.menuLastActive,.menuLast:hover 	{ background: #222222; border-left:1px solid #ffffff; border-right:1px solid #222222; }

html>body .menuActive, html>body .menu:hover { width:131px; background: #222222; border-left:1px solid #ffffff; border-right:1px solid #ffffff; }
html>body .menuFirstActive, html>body .menuFirst:hover { width:131px; background: #222222; border-left:1px solid #222222; border-right:1px solid #ffffff;}
html>body .menuLastActive, html>body .menuLast:hover { width:131px; background: #222222; border-left:1px solid #ffffff; border-right:1px solid #222222;}

.contenu {
	background: #222222;
}

.texte {
	width:620px;
	background: #222222;
	/*background: url(../images/texte-fond.png);*/
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.texte div {
	padding:10px;
	height:320px;
	font-size:12px;
}

html>body .texte div{ height:auto;}

.akisiweb {
	width:400px;
	font-size:10px;
	color:#ffffff;
	text-align:right;
	float:left;
}


.footer {
	width:400px;
	font-size:10px;
	color:#ffffff;
	text-align:left;
		float:left;

}
.footer a,.akisiweb a { color:#ffffff; text-decoration:none; }
.formContact {
	color: #ffffff; font-size:14px;
}
.invi { border: 1px solid #000000; }
.formulaire {
	font-size:12px;
}

.formulaire th { text-align:right; font-weight: normal; color:#ffffff; }
.formulaire th.r { font-weight: bold; }


.page {
	display: block;
	width:20px;
	height:20px;
	line-height:20px;
	float:right;
	border:1px solid #ff0000;
	color: #ff0000;
	text-decoration:none;
	text-align:center;
}
.page:hover,
.pageActif {
	display: block;
	width:20px;
	height:20px;
	line-height:20px;
	float:right;
	border:1px solid #ff0000;
	color: #333333;
	text-decoration:none;
	text-align:center;
	background:#cecece;
	
}