body{

	background-color: #FFFFFF;
	color: #000000;
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	text-align: justify;
	margin: 0;

}

p{

	font-size: 1.2em;
	margin-left: 30px;
}

a{

	color: #e55c00;
}

a:hover{

	color: #cc0000;
}

a:visited{

	color: #cc0000;
}

a.accueil{

	display: block;
}

img{

	border-style: none;
}

img.left {

	display: block;
	margin-left: 70px;

}

img.centered {

	display: block;
	margin-left: auto;
	margin-right: auto;

}

table.centered {

	margin-left: auto;
	margin-right: auto;

}

h2{

	color: #000000;
	font-size: 2em;
	padding-left: 30px;
	border-bottom : solid #e55c00;

	background-image: url(images/bo.png);
	background-position: left;
	background-repeat: no-repeat;

}

h3{

	font-size: 1.5em;
	font-weight: bold;
	margin-left: 15px;
	color: #e55c00;
}

h4{

	font-size: 1em;
	margin-left: 30px;
}

h5{

	font-size: 1em;
	margin-left: 45px;
}

li{

	font-size: 1.2em;
	list-style-image: url("images/co.png");
	margin-bottom: 5px;
}

li:hover{

	list-style-image: url("images/cg.png");
}

.accueil{

	position:fixed;
	width:195px;
	height:100px;
}

#entete {

	background: #fff url(images/logo-apitux.png) no-repeat 20px 20px;
}

#entete h1{

	margin : 0;
	padding : 25px 25px 50px 0px;
	font-size : 2.1em;
	text-align: right;

}

#entete a{
	color : #e55c00;
	text-decoration : none;
}

#menu{
	margin : 0;
	padding : 0px 0px 0px 0px;
	height: 45px;
	background: #000;
	border-bottom: 5px solid #e55c00;
	text-align: right;
}

#menu li{
	display: inline ;
	height: 45px;
	line-height: 47px;
}

#menu li a{

	padding: 12px 20px 10px 20px;
	list-style: none ;
	color: #fff;
	background: #000;
	font-size: 1.2em;
	font-weight: bold;
}

#menu #menucourant a{
	background: #d2cbbb;
	color: #000;
}

#menu #menuapitux a{
	padding: 12px 35px 10px 35px;
	background: #e55c00;
	color: #000;
}

#bggauche{

	position:absolute;
	top: 170px;
	left: -75px;
	width: 220px;
	height: 300px;
	padding-right: 15px;
	background: url(images/bg.png);
	background-repeat: no-repeat;
	z-index: -1;
}

body>div#bggauche{
        position: fixed;
}

#bgdroite{

	position: absolute;
	top: 210px;
	left: 85%;
	width: 220px;
	height: 300px;
	background: url(images/bg.png);
	background-repeat: no-repeat;
	z-index: -1;
}

body>div#bgdroite{
        position: fixed;
}

#milieu{

	background: transparent;
	padding-top: 35px;
	padding-left: 145px;
	margin-left: 30px;
	padding-right: 15%;
	margin-right: 30px;
}

#contact{

	clear: both;
	background: transparent url(images/pied.png) no-repeat 100% 0;
	margin: 1.5em 0 0;
	padding: 0.75em;
	text-align: center;
}

#licence{

	position: fixed;
	background: transparent;

	left: 10px;
	top: 450px;

	width: 150px;

	text-align: center;
}









































































