body {
	background: #000000 url(images/background.png) repeat top left fixed;
	margin: 0;
	padding: 0;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#global {
  	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	width:1000px;
	height:auto;
	overflow:auto;
	background: #1e1e1e url(images/background.png) repeat top left;
	box-shadow: 1px 1px 12px #000;
	-moz-box-shadow: 1px 1px 12px #000; 
    -webkit-box-shadow: 1px 1px 12px #000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=12);
  	zoom: 1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

#menu-flottant {
    position: fixed;
    right:0px;
    top:0px;
	background:transparent;
	width:150px;
	height:150px;
}

#liens-menu-flottant {
	width:150px;
	margin:0;
	margin-bottom:2px;
	background:#ff6000;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	padding:0;
	padding-bottom:5px;
	float:right;
}

#liens-menu-flottant2 {
	width:235px;
	margin:0;
	margin-bottom:2px;
	background:#b1df32;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	padding:0;
	padding-bottom:5px;
	float:right;
}

#liens-menu-flottant3 {
	width:235px;
	margin:0;
	margin-bottom:2px;
	background:#356aa0;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	padding:0;
	padding-bottom:5px;
	float:right;
}

#liens-menu-flottant4 {
	width:235px;
	margin:0;
	background:#ffae00;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	padding:0;
	padding-bottom:5px;
	float:right;
}

#liens-menu-flottant h3, #liens-menu-flottant2 h3, #liens-menu-flottant3 h3, #liens-menu-flottant4 h3 {
	background:url(images/background2.png);
	border-radius:5px 0 0 0;
	-moz-border-radius:5px 0 0 0;
	-webkit-border-radius:5px 0 0 0;
	text-align:center;
	margin:0;
	line-height:25px;
	margin-bottom:5px;
}

#liens-menu-flottant a, #liens-menu-flottant2 a, #liens-menu-flottant4 a {
	color:#1e1e1e;
	text-decoration:none;
	font-size:12px;
}

#liens-menu-flottant a:hover, #liens-menu-flottant2 a:hover, #liens-menu-flottant4 a:hover {
	color:#1e1e1e;
	text-decoration:underline;
}

#header {
	background:url(images/header.jpg) no-repeat;
	width:1000px;
	height:255px;
}

#header #menu {
	margin-left:805px;
	width:140px;
	display:block;
	float:left;
}

#header #menu #titre1 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-top:-50px;
	padding-top:2px;
}

#header #menu #soustitre1 {
	text-align:center;
	font-size:11px;
	margin:0;
	margin-top:12px;
}

#header #menu #titre2 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0;
	/*padding-top:2px;*/
	margin-top:20px;
	color:#1e1e1e;
}

#header #menu #soustitre2 {
	text-align:center;
	font-size:11px;
	margin:0;
	margin-top:21px;
}

#header #menu #titre3 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0;
	/*padding-top:2px;*/
	margin-top:20px;
	color:#FFFFFF;
}

#header #menu #soustitre3 {
	text-align:center;
	font-size:11px;
	margin:0;
	margin-top:16px;
}

#header #menu #titre4 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0;
	/*padding-top:2px;*/
	margin-top:14px;
	color:#1e1e1e;
}

#header #menu #titre2 a, #header #menu #titre4 a {
	color:#1e1e1e;	
}

#liens {
	height:40px;
	/*margin-left:20px;*/
	margin-top:0;
	border-top:5px solid #ff7400;
	padding-top:5px;
	padding-left:100px;
}

#liens a {
	width:100%;
	/*background:#b1df32;*/
	background:#ff7400;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	padding:5px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
}

#liens a:hover {
	background:#b1df32;
	color:#1e1e1e;
	text-decoration:none;
}

#liens-footer {
	min-height:100px;
	width:235px;
	margin-right:5px;
	margin-top:0;
	background:#ff6000;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	padding:5px;
	float:left;
}

#liens-footer a, #liens-footer2 a, #liens-footer4 a {
	color:#1e1e1e;
	text-decoration:none;
	font-size:12px;
}

#liens-footer a:hover, #liens-footer2 a:hover, #liens-footer4 a:hover {
	color:#1e1e1e;
	text-decoration:underline;
}

#liens-footer2 {
	min-height:100px;
	width:235px;
	margin-right:5px;
	margin-top:0;
	background:#b1df32;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	padding:5px;
	float:left;
}

#liens-footer3 {
	min-height:100px;
	width:235px;
	margin-right:5px;
	margin-top:0;
	background:#356aa0;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	padding:5px;
	float:left;
}

#liens-footer4 {
	min-height:100px;
	width:240px;
	margin-top:0;
	background:#ffae00;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	padding:5px;
	float:left;
}

#footer {
	width:100%;
	float:left;
	border-top:5px solid #b1df32;
}

#footer .content {
	padding:5px;
	text-align:center;	
}

#vente-ligne h2 {
	background-color:#ff6000;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	padding:5px;
	margin-bottom:0;
}

#vente-ligne h3 {
	background-color:#b1df32;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	padding:5px;
	text-align:center;
	color:#1e1e1e;
	margin-top:0;
	width:30%;
	float:right;
}

#vente-ligne #texte {
	/*border-left:1px solid #FFF;
	border-right:1px solid #FFF;*/
	padding:20px;
	background:#1e1e1e;
	border-radius:0 0 0 5px;
	-moz-border-radius:0 0 0 5px;
	-webkit-border-radius:0 0 0 5px;
}

#vente-ligne #texte a {
	width:15%;
	line-height:30px;
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #1e1e1e;
	border:#ff7400 solid 1px;
	text-align:center;
	font-size:1.5em;
	text-decoration:none;
	background:#000;
	margin-top:5px;
	margin-bottom:5px;
}

#vente-ligne #texte a:hover {
	background: #b1df32;
	color:#1e1e1e;
}

#texte-contact {
	/*border-left:1px solid #FFF;
	border-right:1px solid #FFF;*/
	padding:10px;
	background:#1e1e1e;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:px;
	margin-top:15px;
}

ul, li {
	margin:0;	
}

li {
	margin-left:-20px;	
}

.clear {
	clear:both;	
}

p {
	text-align:justify;	
}

a {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:underline;
}
a:active {
	color: #ff7400;
}
strong {
	color: #FF7400;
}

.float {
	display:block;
	width:40%;
	float:left;
}

pre {
	background:#000000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:#ff7400 solid 1px;
	width:75%;
	white-space: pre;
	padding:10px;
}

#btn_devis a {
	width:100%;
	line-height:40px;
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #1e1e1e;
	border:#ff7400 solid 1px;
	text-align:center;
	font-size:2em;
	margin-top:30px;
	text-decoration:none;
}

#btn_devis a:hover {
	background: #b1df32;
	color:#1e1e1e;
}

#menu-zzz {
	width:21%;
	float:right;
	margin-bottom:10px;
	margin-top:10px;
}

#menu_iosc {
	margin:2px;
	margin-right:10px;
	background: #1e1e1e url(images/background2.png) repeat top left fixed;
	box-shadow: 1px 1px 8px #000;
	-moz-box-shadow: 1px 1px 8px #000; 
    -webkit-box-shadow: 1px 1px 8px #000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=8);
  	zoom: 1;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	min-height:240px;
	margin-bottom:10px;
}

#menu_iosc h2 {
	text-align:center;
	margin-bottom:2px;
	margin:0;
}

#menu_nav {
	margin:2px;
	margin-right:10px;
	background: #1e1e1e url(images/background2.png) repeat top left fixed;
	box-shadow: 1px 1px 8px #000;
	-moz-box-shadow: 1px 1px 8px #000; 
    -webkit-box-shadow: 1px 1px 8px #000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=8);
  	zoom: 1;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:30px;
	margin-bottom:10px;
	text-align:center;
	padding-top:8px;
}

#menu_droit {
	margin:2px;
	margin-right:10px;
	background: #1e1e1e url(images/background2.png) repeat top left fixed;
	box-shadow: 1px 1px 8px #000;
	-moz-box-shadow: 1px 1px 8px #000; 
    -webkit-box-shadow: 1px 1px 8px #000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=8);
  	zoom: 1;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:350px;
	position: relative; 
	overflow: hidden;
	text-align:center;
}

#menulist { 
	position: absolute;
	text-align:center;
	margin-left:25px;
}

#contenu {
	width:74.5%!important;
	padding:5px;
	float:left;
	margin:10px;
	/*border-right:#FFF 1px solid;*/
}
#contenu a {
	color: #CCCCCC;
}
#contenu a:hover, #contenu a:focus {
	color: #FF7400;
}
#contenu strong {
	color: #FF7400;
}

#menu_gauche {
width:15%;
margin:5px 0 5px 0;
float:left;
}

/*NOUVEAU MENU JANVIER 2012 */
#button2, #button3 {
	height: 32px;
	width: 184px;
	margin:auto;
	margin-top:5px;
	display:inline-block;
}

#button {
	margin-left:50px;
	margin-top:5px;
	height: 32px;
	width: 184px;
	display:inline-block;
}

.menu_class, .menu_class2, .menu_class3 {
	border:1px solid #1c1c1c;
}

.the_menu, .the_menu2, .the_menu3 {
	display:none;
	width:200px;
	border: 1px solid #1c1c1c;
	position:absolute;
	z-index:65000;
}

.the_menu ul, .the_menu li, .the_menu2 ul, .the_menu2 li, .the_menu3 li {
	margin:0; 
	padding:0; 
	list-style:none;
	margin-left:-40px;
}

.the_menu li, .the_menu2 li, .the_menu3 li {
	background-color: #302f2f;
}

.the_menu li a, .the_menu2 li a, .the_menu3 li a {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:10px; 
	display:block;
}

.the_menu li a:hover, .the_menu2 li a:hover, .the_menu3 li a:hover {
	padding:10px;
	/*font-weight:bold;*/
	color: #FF7400;
}

/* SLIDER REFERENCES */
#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	/*top:-3px;
	left:-80px;*/
	/*top:350px;
	left:auto;*/
	margin-top:75px;
}
#slides {
	position:absolute;
	/*top:15px;
	left:4px;*/
	z-index:100;
	margin-left:84px;
	margin-top:93px;
}
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	border:0;
}

.slides_container {
	width:570px;
	height:270px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container a {
	width:570px;
	height:270px;
	display:block;
	border:0;
}

.slides_container img {
	border:0;
}

#slides .next {
	left:585px;
}

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
