/* =RESET
===========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ul, dl {
	list-style-type: none;
}

/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}
i, .none {
	display: none;
}
.text_center {
	text-align:center;
}

.text_right {
	text-align: right;
}
.float_left {
	float: left;
}

.float_right {
	float: right;
}
a {
	text-decoration: underline;
	color: #565656;
}
a:hover {
	text-decoration: underline;
	color: #78797A;
}

/* =LAYOUT
===========================================*/
.preloader {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 0px;
	height: 0px;
}
body.home {
	background: #fff ;
	text-align: center;
}
body {
	background: #fff ;
	text-align: center;
	color: #555;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;	
}
h1#logo a {
	display: block;
	width: 200px;
	height: 120px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	margin-bottom: 10px;
}
body.home h1#logo a{ 
	display: block;
	width: 978px;
	height: 180px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#container.home {
	background: none;
}
#header {
	height: 225px;
	position: relative;
	text-align: center !important;
	width: 980px;	
	margin-bottom: 20px;
}
#header.home {
	height: 340px;
	position: relative;
	width: 980px;
	overflow: hidden;
}
#header .mask {
	position: absolute;
	z-index: 100;
	width: 980px;
	height: 225px;
	top: 0px;
	left: 0px;
}

.topshadow {
	width: 980px;
	height: 33px;
	background: url(../images/shadow_top.png) no-repeat bottom center;
	position: absolute;
	z-index: 100;
	top: -2px;
	left: 0px;
}
.bottomshadow {
	width: 980px;
	height:40px;
	background: url(../images/shadow_bottom.png) no-repeat top center;
	position: absolute;
	z-index: 100;
	bottom: 0px;
	left: 0px;
}
#homepromo {
 	margin: -20px auto  30px auto;
	width: 980px;
	height: 180px;
	background: url(../images/slogan.jpg) no-repeat;
	text-indent: -9999px;
}

#menu {
	margin: -10px auto 10px auto;
	height: 25px;
	text-align: center;
	width: 700px;
}
#menu li {
	padding-left: 21px;
	background:url(../images/menu_bullet.gif) no-repeat;
	height: 25px;
	float: left;
	display: inline;
}
#menu li.first {
	padding-left: 0px;
	background: none;
}
#menu li a {
	display: block;
	height: 25px;
	background-position: top left;
	text-indent: -9999px;
}
#menu li a.bt1 {
	background: url(../images/bt_presentation.jpg);
	width: 150px;
}
#menu li a.bt2 {
	background: url(../images/bt_recrutement.jpg);
	width: 150px;
}
#menu li a.bt3 {
	background: url(../images/bt_contact.jpg);
	width: 150px;
}
#menu li a.bt4 {
	background: url(../images/bt_commander.jpg);
	width: 150px;
}

#menu li a:hover {
	background-position: bottom left;
}


/* =HOME MENU
===========================================*/
#home_menu {
	width:940px;
	height:340px;
	overflow:hidden;
	margin: 0 auto;
}
#home_menu li {
	float:left;
	display:inline;
	overflow:hidden;
	text-align: left !important;
}
#home_menu div.container {
	height: 340px;
	position: relative;
	overflow: hidden;
	border-left:1px solid #fff;
	border-right: 1px solid #fff;
}
#home_menu div.column {
	position: absolute;
	display: block;
	width: 220px;
	color: #fff;
	left: 212px;
	top: 50px;
}
div.column a {
	text-decoration: none !important;
}
#home_menu li p {
	padding: 0px 20px 0px 20px;
	line-height: 12px;
}
.m1, .m1a {
	background:url(../images/1.jpg);
}
.m2, .m2a {
	background:url(../images/2.jpg);
}
.m3, .m3a {
	background:url(../images/3.jpg);
}
.m4, .m4a {
	background:url(../images/4.jpg);
}
.m5, .m5a {
	background:url(../images/5.jpg);
}
.m1, .m2, .m3, .m4, .m5 {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.m1a, .m2a, .m3a, .m4a, .m5a{
	background-position: 0px -340px;
	border-right: 2px solid #fff;
	background-repeat: no-repeat;
	font-weight: bold;
}
.container.m1 .column, .container.m2 .column, .container.m3 .column, .container.m4 .column, .container.m5 .column{
	display: none !important;
}

#home_menu img {
	border-left: 1px solid #fff;
}

/* =M1
===========================================*/
.m1a dl {
	border-top: 1px dotted #ffbb4b;
}
.m1a dd {
	border-bottom: 1px dotted #ffbb4b;
}
.m1a a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0px 5px 4px 20px;
	background: url(../images/bullet.gif) no-repeat 8px center;
}
.m1a a:hover {
	color: #fff;
	background: #ffbb4b url(../images/bullet.gif) no-repeat 8px center;
}
/* =M2
===========================================*/
.m2a dl {
	border-top: 1px dotted #ffbb4b;
}
.m2a dd {
	border-bottom: 1px dotted #ffbb4b;
}
.m2a a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 5px 5px 20px;
	background: url(../images/bullet.gif) no-repeat 8px center;
}
.m2a a:hover {
	color: #fff;
	background: #ffbb4b url(../images/bullet.gif) no-repeat 8px center;
}
/* =M3 si que du texte sans lien
===========================================
.m3a a.more {
	display: block;
	text-decoration: none;
	position: absolute;
	top: 150px;
	left: 0px;
	height: 25px;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: bold;
	color: #fff;
	width: 200px !important;
	border-top: 1px solid #a77056;
	border-bottom: 1px solid #a77056;
	background: #87543c;
}
.m3a a.more:hover {
	background: #772b04;
	color: #fff;
}*/

.m3a dl {
	border-top: 1px dotted #ffbb4b;
}
.m3a dd {
	border-bottom: 1px dotted #ffbb4b;
}
.m3a a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 5px 5px 20px;
	background: url(../images/bullet.gif) no-repeat 8px center;
}
.m3a a:hover {
	color: #fff;
	background: #ffbb4b url(../images/bullet.gif) no-repeat 8px center;
}





/* =M4
===========================================*/
.m4a dl {
	margin-top: 100px;
	border-top: 1px dotted #ffbb4b;/* pointillé du menu*/
}
.m4a dd {
	border-bottom: 1px dotted #ffbb4b;
}
.m4a a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 5px 10px 20px;
	background: url(../images/bullet.gif) no-repeat 8px center;
}
.m4a a:hover {
	color: #fff;
	background: #ffbb4b url(../images/bullet.gif) no-repeat 8px center;
}
/* =M5
===========================================*/
.m5a dl {
	margin-top: 0px;
	border-top: 1px dotted #ffbb4b;
}
.m5a dd {
	border-bottom: 1px dotted #ffbb4b;
}
.m5a a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 5px 8px 20px;
	background: url(../images/bullet.gif) no-repeat 8px center;
}
.m5a a:hover {
	color: #fff;
	background: #ffbb4b url(../images/bullet.gif) no-repeat 8px center;
}



p.contact {
	position: absolute;
	bottom: 16px;
	left: 235px;
	width: 665px;
	height: 128px;
	padding-left: 10px;
	background: transparent url(../images/footer_separator.png) no-repeat bottom left;
}
.hometemp p.contact {
	position: relative !important;
	margin: 0 auto !important;
	background: none;
	left: 0px !important;
}
p.contact a {
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/footer_address1.png) no-repeat;
	width: 383px;
	height: 128px;
	text-indent: -9999px;
}
p.contact a:hover {
	background: url(../images/footer_address2.png) no-repeat;
}
p.contact img {
	float: left;
}
	
.bubbleInfo {
	position: absolute;
	left: 185px;
	bottom: 35px;
	width: 30px;
	height: 30px;
}
.trigger {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/infobubble.png) no-repeat top left;
	text-indent: -9999px;
	cursor: pointer;
}
.trigger:hover {
	background-position: bottom left;
}

