

html{
	background: #fff url(../images/bg.jpg) repeat-y center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body{
	width: 905px;
	margin: auto;
}

img{
	border:none;
}

#contenant{
	
	background: #6fbe46 url(../images/bg_contenu.jpg);
	width: 905px;
	height: 462px;
	margin:auto;
  	position:relative;
}
#contact{
	width: 300px;
	background: #fff;
	margin:auto;
	text-align:center;
	margin-top: 20px;
	border: solid 1px #6fbe46;
}
#logo{
	background: #6fbe46 url(../images/logo.jpg);
	width: 220px;
	height: 230px;
	margin: 20px auto;
	margin-bottom: 50px;
}


 #menu_bas, #copyright{
	width: 905px;
	margin:auto;
	
}
#menu{
	width: 905px;
	margin:auto;
	position: absolute;
	top: 255px;
}
#menu img{
	margin-right: 10px;
}



#menu_bas{
	text-align: right;
}
#copyright{
	text-align: center;
	background: #fff;
	width: 200px;
	font-size: 9pt;	
}
.gauche{
	float:left;
}
.droite{
	float: right;
}
a:active{
	color: #000;
	text-decoration:none;
} 
a:hover{
	color: #000;
	text-decoration:none;
}
a:link{
	color: #000;
	text-decoration:none;
}
a:visited{
	color: #000;
	text-decoration:none;
}
.lien_couleur a{
	color:#6fbe46;
}

/*styles pour section contact*/

#joindre{
	width: 173px;
	height: 45px;
	margin:  auto;
	padding-top: 5px;	
}
#info_joindre{
	margin: 50px auto;
	width: 905px;
}


/*style de l'image principale*/
.main_image {
    width: 598px;
    height: 456px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
	margin-left: 3px;
	margin-top: 3px;
	
}
.main_image h2 {
    font-size: 1.25em;
    font-weight: normal;
    margin: 0 0 5px;
    padding-left: 10px;
	border-bottom: 1px solid #6fbe46;
}
.main_image p {
    font-size: 0.75em;
    line-height: 1.6em;
	padding-left: 10px;
    margin: 0;
	
}
/*
.block small{ /*--We'll be using this same style on our thumbnail list--*/
 /*   font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
*/
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(../images/btn_fermer.jpg) no-repeat left top;
    height: 27px;
    width: 93px;
   /* text-indent: -99999px;*/
    position: absolute;
    top: -27px;
    right: 20px; 
}

.main_image a.show {
	/*background-position: left bottom;*/
	 background: url(../images/btn_ouvrir.jpg) no-repeat left top;
}

.main_image a.cache{
	display:none;
}

/*style des thumbnails*/

.image_thumb {
    float: left;
    width: 299px;
    background: #969696;
    border-right: 1px solid #fff;
    border-top: 1px solid #6fbe46;
	margin-top: 3px;
	
}
.image_thumb img {
    border: 1px solid #6fbe46;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
	
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
    background: #6fbe46 url(nav_a.gif) repeat-x;
    width: 279px;
    float: left;
    border-bottom: 1px solid #6fbe46;
    border-top: 1px solid #fff;
    border-right: 1px solid #6fbe46;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #fff;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 0.85em;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

.image_thumb a{
	font-size: 0.85em;
	/*
text-decoration:underline;
*/
}


