body	{
	font-family:Arial, Helvetica, sans-serif;
	color:#848484;
	font-size:100%;
	margin:0 auto;
	width:990px;
	overflow-x:hidden;
}
img {
	border:0px;
}

a {font-size: 1em; color:#e68e23;}
a:link {text-decoration: none;}
a:visited {text-decoration: none; color: #e68e23;}
a:hover {text-decoration: none; color: #AAAAAA;}
a:active {text-decoration: none; color: #e68e23;}

.left{
	margin:0 auto; padding:0;
	float:left;
	width:495px;
}
.right{
	margin:0 auto; padding:0 5px 0 0;
	margin-left:498px;
	width:480px;
}
.clear{clear:both;}


/*** header ***/

#header	{
	width:990px;
	height:70px;
	margin:0 auto;
}


/*** navbar ***/

#navbar	{
	width:990px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:15px;
}
ul.navbar {
	margin-top:50px;
	list-style: none;
	padding: 0 5px;	
	margin: 0;
	float: left;
	width: 980px;
	background-color:#FFF;
	font-size: 14px;
	border:1px solid #e2e2e2;
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
}
ul.navbar li {
	float: left;
	margin: 0;	
	padding: 0 13px;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.navbar li a{
	float: left;
	padding: 10px 5px;
	color: #666666;
	display: block;
	text-decoration: none;
}
ul.navbar li a:hover{
	color:#e68e23;
}
ul.navbar li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(/images/topnav-arrow-down.png) no-repeat center;
}
ul.navbar li span.subhover {background: url(/images/topnav-arrow-down-hover.jpg) no-repeat center; cursor: pointer;} /*--Hover effect for trigger--*/
ul.navbar li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 36px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #e2e2e2;
}
ul.navbar li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #F1F1F1; /*--Create bevel effect--*/
	border-bottom: 1px solid #ccc; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.navbar li ul.subnav li a {
	float: left;
	width: 145px;
	background: #e2e2e2 url(/images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.navbar li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #F1F1F1 url(/images/dropdown_linkbg.gif) no-repeat 10px center; 
}

/*** INDEX PAGE Box mover ***/
#container2 {
	display:block;
	width:990px;
	height:360px;
	overflow:hidden;
}

.cell2 {
	float:left;
	width:990px;
	height:360px;
	padding:0;
}

/*** Box mover ***/

#container {
	display:block;
	width:990px;
	height:105px;
	overflow:hidden;
	margin:15px 0 0 0;
}
#box-holder {
	width:2970px;
	height:360px;

}
.cell {
	float:left;
	width:990px;
	height:360px;
	margin-top:-255px;
	padding:0;
}
.cell p {
	margin:0;
	padding:0;
}


.metiers a:link.box-mover{
	display:block;
	background:url(images/sprite.jpg) top left;
	height:33px;
	width:70px;
}
.metiers a:link.box-mover{
	display:block;
	background:url(images/sprite.jpg) bottom left;
	height:33px;
	width:70px;
}

#wraper{
	margin:0 0 25px 0;}
#wraper ul {
	margin:0; padding:0;
	background:url(images/bg-box-mover.jpg) top left;
	width:990px;
	height:40px;
}

.box-mover-sprite{
	margin-left: 500px;
	width: 990px;
	height:40px;
}

ul.box-mover-sprite li {
	margin: 0;
	padding:3px 6px 0 6px;
	list-style-type:none;
	float:right;
	text-indent:-9000px;
	width:70px;
	height:33px;
	/*position:relative;*/ /*--Declare X and Y axis base--*/
}


/*** button metiers ***/

li.metiers a:link{

	display:block;
	background:url(images/sprite.jpg) top left;
	height:33px;
	width:70px;
}
li.metiers a:hover{

	display:block;
	background:url(images/sprite.jpg) bottom left;
	height:33px;
	width:70px;
	cursor:pointer;
}
li.metiers a:visited{
	display:block;
	background:url(images/sprite.jpg) top left;
	height:33px;
	width:70px;
}

/*** button nue-pro ***/

li.solutions a:link {

	display:block;
	background:url(images/sprite.jpg) top center;
	height:33px;
	width:70px;
}
li.solutions a:hover{

	display:block;
	background:url(images/sprite.jpg) bottom center;
	height:33px;
	width:70px;
	cursor:pointer;
}
li.solutions a:visited{
	display:block;
	background:url(images/sprite.jpg) top center;
	height:33px;
	width:70px;
}

/*** button connaitre ***/

li.connaitre a:link {

	display:block;
	background:url(images/sprite.jpg) top right;
	height:33px;
	width:70px;
}
li.connaitre a:hover{

	display:block;
	background:url(images/sprite.jpg) bottom right;
	cursor:pointer;
	height:33px;
	width:70px;
}
li.connaitre a:visited{
	display:block;
	background:url(images/sprite.jpg) top right;
	height:33px;
	width:70px;
}



/** Text-zone **/

#text-zone{
	margin:0 auto;
	text-align:justify;
	width:990px;
	font-size:0.75em;
	margin-top:30px;
}

.bienvenue{
	margin:0 auto;
	background:url(/images/bienvenue.jpg) no-repeat center top;
	width:495px;
	height:115px;
}

.title-metiers{
	margin:0 auto;
	background:url(/images/nos-metiers.jpg) no-repeat center top;
	width:495px;
	height:115px;
}

.title-solutions{
	margin:0 auto;
	background:url(/images/solutions.jpg) no-repeat center top;
	width:495px;
	height:115px;
}

.title-connaitre{
	margin:0 auto;
	background:url(/images/connaitre.jpg) no-repeat center top;
	width:495px;
	height:115px;
}

.title-cgpi{
	margin:0 auto;
	background:url(/images/cgpi.jpg) no-repeat center top;
	width:495px;
	height:115px;
}

.title-difference{
	margin:0 auto;
	background:url(/images/difference.jpg) no-repeat center top;
	width:495px;
	height:115px;
}

.title-contact{
	margin:0 auto;
	background:url(/images/contact.jpg) no-repeat center top;
	width:495px;
	height:115px;
}

/*** footer ***/

#footer	{
	margin:0 auto;
	width:990px;
	font-size:0.7em;
	color:#aaaaaa;
	margin-top:10px;
	padding-left:10px;
	text-align:center;
}

/*** Form ***/

#mainForm 	{
	padding:0px 0px 0px 15px;
	text-align: left;
	width: 491px;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
}

#mainForm table td	{
	margin:0; padding:0;
	/*border:1px solid #ccc;*/
	border-collapse:collapse;
}


#mainFormError	{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}

.mainForm	{
	margin:0; padding:0;
}

input.mainForm	{
	background-color:#F1F1F1;
	border:1px solid #c3c3c3;
	border-top-color:#7c7c7c;
	height:22px;
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
}

textarea.mainForm	{
	background-color:#F1F1F1;
	border:1px solid #c3c3c3;
	border-top-color:#7c7c7c;
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
	width:295px; height:124px;
}

select.mainForm	{
	background-color:#F1F1F1;
	border:1px solid #c3c3c3;
	border-top-color:#7c7c7c;
	height:22px;
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
}

input.mainFormError	{
	background-color:#fff7c0;
	border:1px solid #c3c3c3;
	border-top-color:#7c7c7c;
	height:20px;
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
}

textarea.mainFormError	{
	background-color:#fff7c0;
	border:1px solid #c3c3c3;
	border-top-color:#7c7c7c;
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
	width:295px; height:124px;
}

select.mainFormError	{
	background-color:#fff7c0;
	border:1px solid #c3c3c3;
	height:22px;
	border-top-color:#7c7c7c;
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
}

.little-star{color:#CC0000;}

#formInfo	{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo	{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #333333;
}


p.formInfo	{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #333333;
}

#formFields	{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

label.formFieldQuestion	{
	padding:8px 0px 2px 0px;
	border:none;	
	display:block;
	font-size:13px;
	font-weight:bold;
}

label.formFieldOption	{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}




/**** SATELLITE PAGES STYLES ***/

body #satellite-wraper{
	font-size:0.8em;
}

#satellite-wraper{
	width:990px;
	margin:0 auto;
	padding:0;
	border-left:1px solid #CCC;
}

#satellite-wraper h1	{
	font-size:2em;
	color:#333;
	text-transform:uppercase;
}

#satellite-wraper h2	{
	font-size:1.5em;
	color:#333;
}

#satellite-left-col{
	margin:0 auto;
	padding:15px;
	float:left;
	width:170px;
}

#satellite-right-col{
	margin:0 auto;
	padding:15px;
	margin-left:215px;
	width:740px;
	border-left:1px solid #ccc;
}
