/* @group General Styles */

body {
	background-position: top;
	background-image: url(intro_rlg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	background-color: #fff; /* 174555 */
	font: 0.7em/1.6em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	text-align: justify;
}

#bg_main{
	width: 1000px;
	height: 760px;
	z-index: 1;
	margin: 0 auto;
}

#bg_blank{
	width: 1000px;
	height: 800px;
	z-index: 1;
	background-color: #fff;
	opacity:0;
	margin: 0 auto;

}

#bg_content{
	width: 918px;
	height: 800px;
	z-index: 1;
	padding-top: 10px;
	padding-left: 100px;
	margin: auto;
	margin-top: 130px;
	background-image: url(bg_content-trans.png);
	background-position: 150 0;
	background-repeat: no-repeat;
}

#contenttest {
	margin-left: -50px;
	margin-right: 50px;
}

#top{
	border: 0px solid;
	margin: 0 auto;
	height: 135px;
	width: 1000px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	opacity:1;
	filter: alpha(opacity=100);
	z-index: 30;
}

#intro{
	opacity:1;
	cursor: pointer;
}

.sloganintro{
	text-align: center;
	color: #333;
	position: relative;
	top: 180px;
	width: 220px;
	font-variant: small-caps;
	font-size: 1.5em;
	letter-spacing: 5px;
	z-index: 10;
	line-height: 1.5em;
}

.texteintro{
	text-align: center;
	color: #333;
	position: relative;
	top: 320px;
	width: 600px;
	font-variant: small-caps;
	z-index: 10;
	background-image: url(images/bg_blank_transparent-trans.png);
}

.emailintro{
	text-align : center;
	color:#222;	
	position: relative;
	top: 720px;
	width: 500px;
	font-variant: small-caps;
	font-weight: bold;
	z-index: 10;
}

.promo_intro{
	text-align: center;
	position: relative;
	top: 320px;
	left: 10px;
	z-index: 15;
	width: 670px;
}


#autopromo{
	font-size: 8px;
	color:"#88AABB";
	font-variant: small-caps;
}

.post-it{
	text-align: center;
	position: relative;
	top: -470px;
	right: 0px;
	z-index: 20;
	width: 1027px;
}

#technologies td{
	width: 400px;
}

p {
	margin: 5px 10px 10px;
}

b, strong {

}

.paragraph{
	margin-left: 2px;
	padding-left: 5px;
	border-left: 1px solid;
	border-color: #999;
}

a:link, a:visited {
	text-decoration: none;
	color: #0a283f; 
}

a:hover, a:active {
	text-decoration: none;
	color: #0a283f; 
}

img {
	border: none;
}

/* @group Layout */

#bar {
	height: 119px;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url(images/bg_title-trans.png) no-repeat;
	background-position: right;
}

#container {
	width: 914px;
	margin: 0 auto;
	background: url(images/content_top-trans.png) no-repeat left 175px;
	padding-top: 30px;
}

.clearer {
	clear: both;
}

#emailtitle {
	text-align: left;
	position: absolute;
	top: 170px;
	margin-left: 680px;
	font-size: .9em;
	letter-spacing: 1px;
	font-variant: small-caps;
	color: #222;
	z-index: 30;
	cursor: pointer;
}

#pageHeader h1 {
	position: relative;
	z-index: 2;
	margin: 0px 0 0;
	color: #fff;
}

#pageHeader h2 {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #fff;
}

#contentContainer {
	width: 900px;
	background-image: url(images/fond.jpg) ;
	background-repeat: no-repeat;
	padding-top: 60px;
	margin-bottom: 0px;
	background-color: #fff;
}

#contentContainer #content {
	padding: 10px 30px;
}

.contentSpacer {
	height:350px;
	float:right;
	width:1px;
}

#footer {
	color: #fff;
	height: 70px;
	margin-left: -50px;
	margin-right: 50px;
	text-align: center;
	font-variant: small-caps;
	background-color: #174555;
	z-index: 1;
	padding-top: -300px;
}

#footer p {
	padding-top: 15px;
	margin: 0;

}

#footer a:link, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	color: #88AABB;
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	font-size: 1em;
	color: #0a283e;
	font-variant: small-caps;
	text-align: justify;
	background-color: #EEE;
	padding: 5px;
}

h1 {
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

h2 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 0 0 -15px;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-weight: bold;
	color: #135267;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 -15px;
	letter-spacing: 1px;
	font-variant: small-caps;
	/*background-color: #cfdfe5;*/
	border: none;
	border-bottom: 1px solid;
	border-color: #999;
	width: 800px;
	color: #236277;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Toolbar */

#navcontainer {
	height: 40px;
	position: relative;
	z-index: 20;
	padding: 0 20px;
}

#navcontainer #current {
	background: url(images/button_over-trans.png) no-repeat 2px 4px;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background: url(images/button_over-trans.png) no-repeat 2px 4px;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 20;
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
	font-size: 1.2em;
	z-index: 20;
}

#navcontainer a {
	font-size: 0.9em;
	display: block;
	padding: 17px 15px 19px 15px;
	height: 11px;
	text-decoration: none;
	width: 90px;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 20;
}

#navcontainer a:hover {
	background: url(images/button_over_on-trans.png) no-repeat 2px 4px;
}

#navcontainer a:active {
}

/* @group Contact Form */

#form{
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #111;
	margin-left: 20px;
	width: 400px;
	height: 550px;
	float: left;
}

#contact{
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #111;
	float: left;
	margin-left: 20px;
	width: 400px;
}

.bg_accueil{
	background: url(images/bg_right-trans.jpg) no-repeat;
	background-position: right top;
}

/*References*/
#references div h3{
	width: 680px;
}

#references img{
	float: left;
}

#references div{
	margin-left: 150px;
	/* padding-left: 150px; */
	width: 680px;
}
#references div img{
	text-align: center;
}

