html,body {
	margin:0;
	padding:0;
}

body {
	background-color: #F3B152;
	overflow: auto;
	height: 813px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}
	
p {
	margin-top: 0;
}

h1{
	font-weight: bold;
	font-size: 19px;
}

.div1  {
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -315px;
	height: 793px;
	width: 630px;
	background-color: #FEF2B0;
	border: 1px solid #000000;
}
	
.div2 {
	display: block;
	position: relative;
	background-image: url("../images/banniere.gif");
	background-repeat: no-repeat;
	height: 180px;
	width: 630px;
}

/*
#menu {
	display: block;
	position: relative;
	top: -28px;
	width: 630px;
	margin: 0;
}

*/

#navigation { 
    margin: 0 ; 
    padding: 0 ; 
    list-style: 0 ; 
    }

#navigation li { 
    float: left ; 
	position: relative ;
	top : 152px ; 
	width: 95px ; 
    margin-right: 5px ; 
	list-style:none;
	list-style-type:none;
	list-style-image:none

}
	
#navigation li a { 
    display: block ; 
    background: url(../images/menus.gif) left top no-repeat ; 
    color: #ffffff ; 
	font-size: 15px;
	font-weight: bold;
    line-height: 20px ; 
    padding: 4px 0 ; 
    text-align: center ; 
	text-decoration: none ;
    } 
#navigation li a:hover, #navigation li a:focus #navigation li a:active  { 
    background:  url(../images/menus.gif) right top no-repeat ; 
   	color: #000000;
	text-decoration: none ;
	}

	#navigation li a.actif, #navigation li a.actif:hover  {
    background:  url(../images/menuactif.gif) left top no-repeat ; 
	color: #000000;
	text-decoration: none ;
	}


#content {
	float: left;
	display: block;
	position: relative;
	top: 0px;
	width: 390px;
	margin: 0 0 20px 20px;
}

#content h1 {
	margin: 10px 0;
	color: #007BC4;
}

#content a, #content a:hover, #content a:visited  {
	text-decoration: none;
	color: #000000;
}

#content img {
	border: 0;
}

#comm  {
	float: right;
	display: block;
	position: relative;
	top: 20px;
	left: -10px;
	width: 190px;
	height: 520px;
	background: url(../images/news.gif) left top no-repeat ;
	margin: 0 10px 10px 0;
}

#comm p {
	margin: 5px 0 10px;
	padding: 0 10px;
}

#comm h1{
	margin: 10px 0;
	padding: 0 10px;
	color: #007BC4;
}

#comm div {
	margin: 0 0 10px;
	padding: 10px 0;
}

#comm a, #comm a:hover, #comm a:visited  {
	text-decoration:none;
	color: #000000;
}

#content2 {
	float: left;
	display: block;
	position: relative;
	top: 0px;
	width: 600px;
	margin: 0 0 20px 20px;
}

#content2 h1 {
	margin: 10px 0;
	color: #007BC4;
}

#content2 a, #content2 a:hover, #content2 a:visited  {
	text-decoration:none;
	color: #000000;
}

#comm2  {
	float: right;
	display: block;
	position: relative;
	top: -5px;
	width: 190px;
	height: 3px;
	background: #FEF2B0; 
	margin: 0 10px 10px 0;
}

#footer {
	display: block;
	position : absolute;
	top: 742px;
	left: 10px;
	width: 590px;
	margin: 0px 10px 10px;
	padding: 10px 0;
	background: url(../images/footer.gif) left top no-repeat ;
	color: #FFFFFF;
	text-align: center;
}

#footer p {
	margin: 0;
	font-weight: normal;
}
