* {font-size: 100.01%;}
html {font-size: 62.5%;}
body {
	margin:0;
	color:#919394;
	font:1.1em Arial, Helvetica, sans-serif;
	background:#fff;
	width:100%;
	background-image:url(/images/background.jpg);
	background-repeat:no-repeat;
	background-position:center 200px;
	line-height:17px;
	overflow-y:scroll;
	 overflow-x:auto;
	background-attachment:fixed;
}
#content {
	width:1000px;
	margin:0 auto;
}
img {
	border:0;
}
a {
	text-decoration:underline;
	color:#0d506a;
}
a:hover {
	color:#5f6061;
	text-decoration:none;
}
input,
textarea,
select {
	vertical-align:middle;
	color:#0d506a;
	font:1.09em Arial, Helvetica, sans-serif;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}


/******************************************************/
/*********************** TOP **************************/
#top {
	width:100%;
	height:94px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#top .logo{
	float:left;
	margin-left:50px;
}
#top H1{
	float:right;
	color:#520b0e;
	text-transform:uppercase;
	font-size:18px;
	border-top:solid 4px #520b0e;
	margin:0;
	padding-top:40px;
	padding-right:25px;
	font-weight:normal;
	background-image:url(/images/logo-slogan.jpg);
	background-repeat:no-repeat;
	background-position:right 44px;
}
#top H1 SPAN{
	color:#9a141b;
}
/*********************************************************/
/*********************** HEADER **************************/
#header {
	width:992px;
	height:230px;
	background-color:#9a141b;
	position:relative;
	margin:0 auto;
}
#header .bandeau{
	position:absolute;
	z-index:0;
	top:5px;
	left:0;
}
/*************** MENU ***************/
#header #menu{
	position:absolute;
	z-index:5;
	top:0;
	left:0;
}
#header #menu A{
	font-size:16px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	padding:2px 0 0 30px;
	background-repeat:no-repeat;
	background-position:left top;
}
#header #menu li:HOVER {
	background-color:#9a141b;
}
#header #menu li.active:HOVER{
	background-color:transparent;
}
#header #menu UL{
	margin:10px 0 0 10px;
	padding:0;
}
#header #menu li{
	margin:0;
	padding:4px 5px 0 0 ;
	list-style:none;
	/*line-height:23px;*/
	border-bottom:1px solid #FFFFFF;
	height:23px;
	width:220px;
}
#header #menu .last{
	border-bottom: none;
}
#header #menu .aero{
	background-image:url(/images/aeronautique.png);
}
#header #menu .indus{
	background-image:url(/images/industrie.png);
}
#header #menu .auto{
	background-image:url(/images/automobile.png);
}
#header #menu .solaire{
	background-image:url(/images/solaire.png);
}
#header #menu .ferro{
	background-image:url(/images/ferroviaire.png);
}
#header #menu .def{
	background-image:url(/images/defense.png);
}
#header #menu .educ{
	background-image:url(/images/education.png);
}
#header #menu .active .aero {
	background-image:url(/images/aeronautique-on.png);
	color:#9a141b;
}
#header #menu .active .indus{
	background-image:url(/images/industrie-on.png);
	color:#9a141b;
}
#header #menu .active .auto{
	background-image:url(/images/automobile-on.png);
	color:#9a141b;
}
#header #menu .active .solaire {
	background-image:url(/images/solaire-on.png);
	color:#9a141b;
}
#header #menu .active .ferro {
	background-image:url(/images/ferroviaire-on.png);
	color:#9a141b;
}
#header #menu .active .def {
	background-image:url(/images/defense-on.png);
	color:#9a141b;
}
#header #menu .active .educ {
	background-image:url(/images/education-on.png);
	color:#9a141b;
}

/*************** SEARCH ***************/
#header #search{
	position:absolute;
	z-index:10;
	top:15px;
	right:15px;
}
#header #search #textfield{
	background:url(/images/transparent.png);
	background-repeat:repeat;
	border:1px solid #a5aaa9;
	width:200px;
	margin:0;
	height:15px;
	float:left;
	padding:1px 0 0 2px;
}
#header #search #ok{
	background-color:#3e4650;
	border:1px solid #3e4650;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	width:25px;
	margin:0;
	height:18px;
	float:left;
	padding:0;
	cursor:pointer;
}

/*************** ARIANE ***************/
#header #ariane{
	position:absolute;
	z-index:15;
	bottom:2px;
	left:10px;
}
#header #ariane A{
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:10px;
	float:left;
	padding:2px 5px;
	margin-top:3px;
}
#header #ariane A:HOVER{
	color:#cc898d !important;
}
#header #ariane IMG{
	float:left;
	margin-right:3px;
}
#header #ariane P{
	float:left;
	margin:5px 0 0 0;
	padding:0;
	color:#FFFFFF;
}


/*********************************************************/
/*********************** CENTER **************************/

#center {
	width:1000px;
	position:relative;
	float:left;
	background-image:url(/images/background-transparent.png);
	background-position:bottom;
	background-repeat:repeat-y;
}

/*********************************************************/
/*********************** CENTER/LEFT **************************/
#left {
	width:260px;
	margin:10px 0 0 15px;
	background-image:url(/images/ombre-droit.png);
	background-repeat:no-repeat;
	background-position:right top;
	float:left;
	min-height:315px;
}




/*************** CONTACT/NEWS ***************/
#left .liens {
	font-size:12px;
	color:#919394;
	text-transform:uppercase;
	border-bottom:1px solid #919394;
	margin:5px 0;
	padding:5px 0 10px 0px;
	width:215px;
}
#left .liens A{
	color:#919394;
	text-decoration:none;
	font-size:12px;
	background-repeat:no-repeat;
	padding:5px 0 5px 30px;
	background-position:-2px 1px;
}
#left .liens A:HOVER{
}
#left #contact A{
	background-image:url(/images/contact-off.png);
}
#left #contact A:hover{
	background-image:url(/images/contact-on.png);
	color:#5f6061;
}
#left #news A{
	background-image:url(/images/news-off.png);
}
#left #news A:hover{
	background-image:url(/images/news-on.png);
	color:#5f6061;
}

/*************** ACTU ***************/
#left #actu {
	width:215px;
	margin:15px 0 0 0px;
	color:#5f6061;
}

#left #actu H1 a{
 background-image:url(/images/actu-off.png);
 background-position:0 -5px;
 background-repeat:no-repeat;
 font-size:14px;
 font-weight:bold;
 margin:0 0 5px 0;
 padding-left:30px;
 text-transform:uppercase;
}
#left #actu H1 A:HOVER{
 background-image:url(/images/actu-on.png);
}


#left #actu H2 {
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0 0 30px;
}
#left #actu H3 {
	font-size:10px;
	font-weight:bold;
	margin:0 0 0 30px;
}
#left #actu .actus {
	position:relative;
}
#left #actu .actus .description {
	font-size:11px;
	width:165px;
	margin:0 0 0 30px;
	display:block;
}
#left #actu A {
	color:#5f6061;
	text-decoration:none;
	width:215px;
}
#left #actu A:hover {
	color:#919394;
	text-decoration:none;
}
#left #actu .actus .plus{
	bottom:0;
	height:13px;
	position:absolute;
	right:-15px;
	width:13px;
}
#left #actu .actus .plus a{
	background-image:url("/images/btn-plus-on.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	position:absolute;
	bottom:0;
	right:0;
}
#left #actu .actus .plus A:HOVER{
	background-image:url(/images/btn-plus-off.png);
}

/*********************************************************/
/*********************** CENTER/MIDDLE **************************/
#middle {
	width:450px;
	margin:20px 0 0 15px;
	background-image:url(/images/ombre-gauche.png);
	background-repeat:no-repeat;
	background-position:right top;
	float:left;
}
#middle .block {
	border-bottom:1px solid #9a141b;
	width:420px;
}
#middle #last {
	border-bottom:none;
	width:420px;
}
#middle .block {
	border-bottom:1px solid #9a141b;
	width:420px;
	float:left;
	margin:0 0 10px  0;
	padding:0 0 10px 0;
}
#middle .block .image{
	float:left;
	width:153px;
/*	margin-right:10px;*/
}
#middle .block P{
/*	float:left;*/
/*	width:250px;*/
	cursor:pointer;
	margin:0;
}
#middle .block A {
	text-decoration:none;
	color:#5F6061;
}
#middle .block A:hover {
	color:#919394;
}
#middle .block A H1 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding-left:30px;
	text-transform:uppercase;
	color:#9a141b;
}
#middle .block A:HOVER H1 {
	color:#cc898d;
}
#middle .block H1#puissance{
	background-image:url(/images/piussance-off.png);
	background-position:0 -4px;
	background-repeat:no-repeat;
}
#middle .block H1#puissance a{
	color:#9A141B;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px;
	padding-left:30px;
	text-transform:uppercase;
}
#middle .block H1#puissance:HOVER {
	background-image:url(/images/piussance-on.png);
}
#middle .block H1#puissance a:HOVER{
	color:#cc898d;
}

#middle .block H1#product {
	background-image:url(/images/produits-off.png);
	background-position:0 0px;
	background-repeat:no-repeat;
	line-height:25px;
}
#middle .block H1#product a{
	color:#9A141B;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px;
	padding-left:30px;
	text-transform:uppercase;
}
#middle .block H1#product:HOVER{
	background-image:url(/images/produits-on.png);
}
#middle .block H1#product a:HOVER{
	color:#cc898d;
}

#middle .block H1#service {
	background-image:url(/images/service-off.png);
	background-position:0 0px;
	background-repeat:no-repeat;
	line-height:25px;
}
#middle .block H1#service a{
	color:#9A141B;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px;
	padding-left:30px;
	text-transform:uppercase;
}
#middle .block H1#service:HOVER{
	background-image:url(/images/service-on.png);
}
#middle .block H1#service a:HOVER{
	color:#cc898d;
}


/*********************************************************/
/*********************** CENTER/RIGHT **************************/
#right {

	width:245px;
	margin:10px 0 0 15px;
	float:left;
}

/*************** REJOINDRE ***************/

#right #job {
	width:215px;
	margin:5px 0 0 0px;
	color:#478fb9;
}
#right #job A {
	color:#478fb9;
	text-decoration:none;
}


#right #job H1 a{
 background-image:url(/images/rejoindre-off.png);
 background-position:0 3px;
 background-repeat:no-repeat;
 font-size:14px;
 font-weight:bold;
 margin:0 0 5px 0;
 padding-left:30px;
 text-transform:uppercase;
 line-height:25px;
 color:#478fb9;
 display:block;
 height:23px;
}

#right #job H1 a:HOVER  {
 background-image:url(/images/rejoindre-on.png);
 color:#7eb0ce;
}

#right #job H2 {
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0;
	color:#478fb9;
}

#right #job .rejoindre{
	position:relative;
}
#right #job .plus{
	position:absolute;
	width:13px;
	height:13px;
	bottom:0;
	right:-15px;
}

#right #job A:hover {
	color:#5f6061;
	text-decoration:none;
}
#right #job .description{
	color:#5f6061;
}

#right #job .plus a{
	background-image:url(/images/btn-plus-off.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	position:absolute;
	bottom:0;
	right:0;
}
#right #job  .plus A:HOVER{
	background-image:url(/images/btn-plus-bleu-on.png);
}

/*********************************************************/
/*********************** FOOTER **************************/

#footer {
	width:1000px;
	margin:0 auto;
}
#footer #menu1 {
	float:left;
}
#footer #menu1 A{
	color:#9A141B;
	text-decoration:none;
	margin-left:10px;
}
#footer #menu1 A:HOVER{
	text-decoration:underline;
}
#footer #logos {
	float:right;
	margin-right:10px;
	width:450px;
}
#footer #logos IMG{
	margin-left:10px;
	vertical-align:top;
}

#langue {
 position:absolute;
 bottom:2px;
 right:7px;
}
.images_shadow_box{
	float:left;
	margin:5px;
	width:290px;
}

.img_top {
	background:url(/images/ombre-img-haut.png) repeat-x;
	height: 3px;
	margin-left:3px;
}

.img_left {
	float:left;
	background:url(/images/ombre-img-gauche.png) repeat-y;
	width:3px;
}
.img_right {
	float:left;
	background:url(/images/ombre-img-droit.png) repeat-y;
	width:3px;
}

.img_bottom {
	clear:both;
	background:url(/images/ombre-img-bas.png) repeat-x;
	height: 4px;
	margin-left:3px;
}

.news_list_picture{
	margin: 6px 0 2px 0;
}

