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: #ff8c00;
}

a:hover{

	color: #cc0000;
}

a:visited{

	color: #cc0000;
}

a.accueil{

	display: block;
}

img{

	border-style: none;
}

h2{

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

	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: #ff8c00;
}

h4{

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

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 h1{

	margin : 0;
	padding : 57px 1.3em 30px 0px;
	font-size : 1.3em;
	text-align: right;
	background: #fff url(images/entete.png) no-repeat 0px 0px;
}

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

#bggauche{

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

body>div#bggauche{
        position: fixed;
}

#bgdroite{

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

body>div#bgdroite{
        position: fixed;
}

#milieu{

	background: transparent;
	padding-top: 55px;
	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;
}











