body {
	text-align: center;
	background-color: #3C3C3C;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

a {
	color: #F3A006;
	text-decoration: none;
}

a:hover {
	color: #1FA2EF;
}
#contact {
	background-image: url(../imgs/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 247px;
}
#contact:hover {
	cursor: pointer;
	background-position: left bottom;
}


#footer_infos {
	background-color: #3C3C3C;
	color: #FFF;
	background-image: url(../imgs/decofooter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 942px;
}
#actu {
	padding: 10px;
	width: 305px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 573px;
}
#bas_societe {
	float: left;
	width: 400px;
	margin-left: 50px;
	text-align: left;
}
#bas_mentions {
	width: 420px;
	margin-left: 480px;
	margin-right: 50px;
	text-align: left;
}
#footer_infos #bas_societe h2 {
	font-size: 12px;
	color: #C3C3C3;
	margin-bottom: 10px;
}

#footer_infos #bas_mentions h2 {
	font-size: 12px;
	color: #C3C3C3;
	margin-bottom: 10px;
}


#actu dl dt {
	font-weight: bold;
	color: #8C8C8C;
	font-size: 12px;
	background-image: url(../imgs/puce.gif);
	list-style:none;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
#galerie img {
	cursor:pointer;
}
#galerie {
	font-size: 10px;
	color: #858585;
	line-height: 12px;
}
#lesdetails table tr td p {
	font-size: 10px;
	color: #999;
}
.liensite {
	font-size: 10px;
	line-height: 20px;
	margin: 0px;
	padding-right: 10px;
}

#middle ul li {
	color: #8C8C8C;
	font-size: 10px;
	background-image: url(../imgs/puce.gif);
	list-style:none;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

#actu dl dd {
	font-size: 10px;
	color: #8D8D8D;
	padding-left: 20px;
	margin-bottom: 12px;
}


#content {
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 942px;
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

#footer {
	margin: 0px;
	padding: 0px;
	width: 942px;
	height: 96px;
	background-image: url(../imgs/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 111px;
	width: 942px;
}

#container {
	width: 942px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFF;
}
#menu {
	height: 96px;
	width: 920px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 327px;
			width: 80px;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 327px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			overflow: hidden;
		}

		
	.horizontal_accordion_content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
			
					
    /* Container styling*/
    #horizontal_container {
	width: 922px;
	height: 327px;
	margin-left:20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
    }
#middle h1 {
	font-size: 18px;
	color: #333;
	text-decoration: none;
	display: block;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
}

#middle h2 {
	font-size: 14px;
	color:#999;
	text-decoration: none;
	display: block;
	width: 280px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
}

#middle {
	text-align: left;
	margin: 0px;
	padding: 40px;
}
#middle p {
	line-height: 15px;
	color: #999;
	font-size: 12px;
}

fieldset {
	padding: 10px;
	margin: 10px;
	border: 1px solid #A84211;
	text-align:left;
}
legend {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #A84211;
	width: 400px;
	display: block;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.textfield {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #64A9CE;
	border-right-color: #1B8496;
	border-bottom-color: #1B8496;
	border-left-color: #64A9CE;
	background-color: #F5F5F5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #2B8CBB;
	width: 150px;
	margin-left: 10px;
	height: 26px;
	float: left;
	font-weight: bold;
	text-align: center;
}
#btn_telem {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #C77421;
	background-color: #EADFD7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8D6A47;
	border-right-color: #56381B;
	border-bottom-color: #56381B;
	border-left-color: #8D6A47;
	margin-left: 1px;
	width: 70px;
	float: left;
	height: 28px;
}
