@charset "utf-8";

html > body {
	overflow: visible !important;
}
body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Verdana, Arial, Sans-serif, Helvetica;
    font-size: 10pt;
	}

body {
	background-image: url(img/fond.jpg);
	background-repeat: repeat;
}


.main {
	top: 0px;
	border-left:  solid 2px;
	border-right:  solid 2px;
	border-color: #D2D2D2;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: justify;
}


.entete {
	float: left;
	width:680px;
	height: 140px;
	background-image: url(img/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: justify;
	margin-top:20px;
}

.bar {
	float: left;
	width:200px;
	height: 140px;
	background-color: #fff;
	color: #000000;
	margin-left: 10px;
	margin-top: 5px;
}

.content{
	padding-top: 10px;
	border-color: #D2D2D2;
	width:900px;
	min-height:82%;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	color: #000000;
	clear:both;
	border-top:  solid 2px;
	border-color: #D2D2D2;
}

.foot {
	color: #999999;
	clear:both;
	border-top:  solid 2px;
	border-bottom:  solid 2px;
	border-color: #D2D2D2;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}



a {
color: #FF9933;
}

a:hover{
color: #FF6633;
}

a:visited{
color: #4B4B4B;
}
	
}
.content p {
padding-bottom: 10px;
}

.bold {
	font-weight: bold;
	}
	
.bloc1{
padding: 3x;
text-indent: 15px;
float: left;
width: 445px;
}


.bloc2{
padding: 3px;
text-indent: 15px;
float: left;
width: 445px;
}

a img{
  border:  none ;
}

h1{
text-decoration: none;
color: #FF9933;
background:url(img/puce1.jpg) no-repeat left center;
padding:50px;
font-size: 15pt;
}