@charset "utf-8";
/* CSS Document */

html,

body{
	margin:0;
   padding:0;
   height:100%;
   background-image:url(images/bkg.gif);
	background-position:top;
	background-repeat:repeat-x;
	}

#container {
	margin:0;
	min-height:100%;
   position:relative;

   
}

#global{
	position:relative;
	width:960px;
	margin-left:-480px;
	left:50%;
	padding:0;
	}

#header {
   margin:0;
   position:relative;
   height:64px;
   
}


#body {
	position:relative;
	background-image:url(images/bloc.gif);
	background-repeat:no-repeat;
	width:960px;
	min-height:700px;
	padding:0 0 50px 0;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0px;
   width:100%;
   height:30px;   /* Height of the footer */
   background:#848484;   
}

.footer{
	position:absolute;
	color:#FFF;
	font-size:10px;
	width:180px;
	left:50%;
	margin-left:-90px;
	margin-top:10px;
	}
	
.footer a {
	color:#FFF;
	}
	
#menu1{
	width:154px;
	height:64px;
	float:left;
	}

#menu2{
	width:155px;
	height:64px;
	float:left;
	}
	
#menu3{
	width:172px;
	height:64px;
	float:left;
	}

#menu4{
	width:160px;
	height:64px;
	float:left;
	}
	
#menu5{
	width:151px;
	height:64px;
	float:left;
	}
	
#menu6{
	width:168px;
	height:64px;
	float:left;
	}
	
#flash{
	float:left;
	width:589px;
	height:341px;
	background-image:url(images/flash.jpg);
	margin-left:35px !important;
	margin-left:18px;
	margin-top:30px;
	
	}
	
#logo{
	float:left;
	width:301px;
	height:128px;
	background-image:url(images/logo_Home.gif);
	background-repeat:no-repeat;
	margin-top:30px;
	}
	
#texteLogo{
	float:left;
	width:301px;
	height:213px;
	background-image:url(images/fondTexteLogo.gif);
	}

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#7ba03a;
	padding:20px 15px 0 15px;
	}

.descriptionLogo{
	padding:0 15px 0 15px;
	
	}
	
#filet{
	background-image:url(images/filet.gif);
	float:left;
	margin-left:35px !important;
	margin-left:18px;
	width:890px;
	height:44px;
	}
	
#entree1{
	float:left;
	width:275px;
	margin-left:35px !important;
	margin-left:18px;
	border:0;
	/*background-color:#666;*/
	}
	
#entree2{
	float:left;
	width:275px;
	margin-left:32px;
	border:0;
	/*background-color:#999;*/
	}
	
#entree3{
	float:left;
	width:275px;
	margin-left:32px;
	border:0;
	/*background-color:#666;*/
	}
	
.boutonAcces{
	margin-bottom:20px;
	}
	
h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#7ba03a;
	margin:0;
	}

p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#737373;
	}
	

.descriptionBloc{
	
	margin-top:8px;
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom:#d3d7ce solid 1px;
	}

img{
border:none;
	}
