@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	background-image:url(../imagesIntranet/site/siteV2/bandeau_noir_px.jpg);
	background-repeat:repeat-x;
	margin:20px 0px 0px 0px;
	padding:0px;
	font-family:verdana, sans-serif;
	font-size:0.7em;
	color:#333333;
}

img{
	border:0;
	}

p{
	padding:0px;
	margin:0px;
}

a{
	font-weight:bold;
	color:#ff6600;
	padding-top:5px;
}
#page{
	width:800px;
	height:auto;
	padding:0px;
	margin:auto;

}
.header{
	width:800px;
	height:70px;
	padding:0px;
	margin:0px;
	
}

.logo{
	width:170px;
	height:70px;
	padding:0px;
	margin:0px;
	float:left;
}

.language{
	width:50px;
	height:20px;
	padding:0px;
	margin: 30px 0px 0px 560px;
	float:left;
	background-color:#CCCCCC;
}
.menu{
	width:800px;
	height:32px;
	padding:0px;
	margin:0px;
	}
.menu .bouton{
	padding:0px;
	margin:0px;
	border:0;
	float:left;
	}
.bouton a{
		height: 27px;
		display: block;
		background-repeat:no-repeat;
		text-decoration:none;
		}
.bouton a#home{
	width: 180px;
	background-image:url(../imagesIntranet/site/siteV2/en/btn_home.png);
	}
/*.bouton a:hover#home{
	background-image:url(../imagesIntranet/site/siteV2/en/btn_home_over.png);
	}*/

.bouton a#prod{
	width: 175px;
	background-image:url(../imagesIntranet/site/siteV2/en/btn_products.png);
	}
/*.bouton a:hover#prod{
	background-image:url(../imagesIntranet/site/siteV2/en/btn_products_over.png);
	width: 175px;
	}*/
	
.bouton a#partners{
	width: 175px;
	background-image:url(../imagesIntranet/site/siteV2/en/btn_partners.png);
	}
/*.bouton a:hover#partners{
	background-image:url(../imagesIntranet/site/siteV2/en/btn_partners_over.png);
	display: block;
	}*/

.bouton a#company{
	width: 185px;
	background-image:url(../imagesIntranet/site/siteV2/en/btn_company.png);
	}
/*.bouton a:hover#company{
	background-image:url(../imagesIntranet/site/siteV2/en/btn_company_over.png);
	}*/

.bouton a#support{
	width: 85px;
	background-image:url(../imagesIntranet/site/siteV2/en/btn_support_over.png);
	}
/*.bouton a:hover#support{
	background-image:url(../imagesIntranet/site/siteV2/en/btn_support_over.png);
	}*/

.content{
	background-color:#FFF;
	width:800px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	}
.footer{
	width:800px;
	height:auto;
	margin-top:20px 0px;
	color:#FFFFFF;
	text-align:center;
}

.footer a{
	color:#FFFFFF;
}

/* sous menu */
.subMenu {
	z-index: 1;
	float: left;
	position: absolute;
	width: 220px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}

.subMenu .element a{
	background-image: url(../imagesIntranet/site/siteV2/subMenuDouble.png);
	background-image: url(../imagesIntranet/site/siteV2/subMenuDouble.gif)\9;
	height: 22px;
	width: 195px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	color: #000000;
	display: block;

}
/*
.subMenu#boutonSupport  .element a{
	position: relative;
	left: -103px;

}*/
.subMenu#boutonSupport {
	margin-left: -103px;

}
.subMenu .element a:hover{
	color: #FFFFFF;
	background-position: 0px -30px;

}
/* FORMULAIRES */
.formulaire {
	padding-top: 10px;
	padding-left: 200px;
}


.formulaire label {
	display: block;
	width: 120px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
	float: left;
}

.formulaire p {
	padding-top: 5px;
}


.formulaire input{
	width: 250px;
}
.formulaire select{
	width: 250px;
}
.formulaire textarea{
	width: 250px;
	height: 80px;
}
