/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
H1 { font-size: 16px; color:#B2AA38; font-family:Geneva, Arial, Helvetica, sans-serif; }
H2 { font-size: 13px; }
P, H1, H2, H3, H4, H5 {
margin: 5px 0px 0px 0px;
padding-bottom:10px;
}
P {
	padding-right:10px;
}
H1 {
padding-top:0px;
margin-top:0px;
}
H3 {
padding-bottom:5px;
}

TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*	background: #edf2f3;*/
	background-color:#FFFFFF;
	margin: 0; 
	padding: 0;
	color:#333333;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align:left;
}
#header {
	width:100%;
	text-align:left;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;	
}
#headerContent {
	width:950px;
	position:relative;
	margin: auto;
	height:133px;
}
#logo {
	position:relative;
	left:0px;top:25px;
}
a img {
	border:none;
}

a, a:visited, a:hover {
	color:#666633;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#header h1 {
	margin: 0;
	padding: 0; 
}
#specializeHolder {
	position:absolute;
	left:725px;
	top:0px;
}
#menu1Holder {
	position:absolute;
	left:401px;
	top:80px;
	width: 549px;
	margin:auto;
}
#menu1 {
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	margin-top:0px;
	/*margin-right:100px;*/
	/*float:right;*/
}
#menu1 a, #menu1 a:visited, #menu1 a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#menu1 a:hover{
	text-decoration:underline;
}

/* ------------- REGISTRATION ------------- */
.tx-felogin-pi1 form fieldset {
	border: 1px dotted #cccccc;

}
.tx-srfeuserregister-pi1 form fieldset {
	border: 1px dotted #cccccc;

}

/*  -------------- MID CONTENT ----------------  */
#mid {
	width:100%;
	padding: 0;
	background: #FFFFFF;
	background-color:#FFFFFF;
	text-align:left;
	background-image:url(images/mid_bg.gif);
	background-repeat:repeat-x;
}
#midContent {
	width:970px;
	position:relative;;
	margin: auto;
	padding:20px 0px 10px 0px;
	min-height:310px;
	/*
	background-image:url(images/homepage_image1.jpg);
	background-repeat:no-repeat;*/
}

#column1 {
	width:455px;
	float:left;
	padding:0px 0px 0px 10px;
}
#column2 {
	width:475px;
	margin-left:475px;
	padding:0px 0px 0px 0px;
}
#column2 p{
	/*padding-right:30px;*/
}


#column1b {
	width:670px;
	float:left;
	padding:20px 0px 0px 10px;
}
#column2b {
	width:250px;
	margin-left:670px;
	padding:0px 0px 0px 0px;
}
#column2b p{
	padding-right:10px;
}


/*  -------------- LOWER CONTENT ----------------  */
#lower {
	width:100%;
	padding: 0;
	background-color:#efefe9;
	text-align:left;
	height:180px;
}
#lowerContent{
	width:950px;
	position:relative;
	margin: auto;
	background-color:#efefe9;
}

.lowerBox {
	float:left;
	width:290px;
	margin:3px;
	margin-top:10px;
}
.lowerBox H1 {
	width:296px;
	height:38px;
	background-image:url(images/footer_header_button.jpg);
	background-repeat:no-repeat;
	padding:8px 0px 0px 0px;
	color:#FFFFFF;
	text-align:center;
}
.lowerBox H1 a, .lowerBox H1 a:visited, .lowerBox H1 a:hover{
	color:#FFFFFF;
	display:block;
	width:296px;
	height:38px;
}
.lowerBoxContent {
	padding:0px 0px 0px 10px;
}
.lowerBoxContent a{
	padding-top:10px;
	margin-top:10px;
}
.lowerBoxDiv{
	float:left;
	margin:60px 5px 0px 8px;
	background-color:#cccccc;
}

.lowerContentLink {
	width:150px;
	height:40px;
	background-image:url(images/button_small_tan.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:5px 0px 0px 60px;
	font-size:14px;
	text-align:center;

}
.lowerContentLink a, .lowerContentLink a:visited, .lowerContentLink a:hover{
	display:block;
	width:150px;
	height:34px;
	margin-top:0px;
	padding-top:13px;
	color:#FFFFFF;
	

}



/*  -------------- FOOTER ----------------  */
#footerDiv {
	background-image:url(images/footer_div_bg.gif);
	background-repeat:repeat-x;
	height:19px;

}
#footer {
	width:100%;
	padding: 0;
	/*background-color:#edf2f3;*/
	text-align:left;
	/*background-image:url(images/footer_lower_bg.gif);
	background-repeat:repeat-x;*/
	margin-top: 0px;
	margin-bottom:0px;
	height:50px;
}
#footerContent {
	width:950px;
	position:relative;
	margin: auto;
	color:#999999;
	padding: 10px 0; 
}



/*  -------------- ELEMENTS ----------------  */

.align-right{
	text-align:right;
}

.align-center{
	text-align:center;
}





/*********************************************************************
 *
 *			               M E N U
 *
 *********************************************************************/

.menu {
padding-top:0px;
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;

}
.menu ul ul {
/*width:100px;*/
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:80px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
font-family:Arial, Helvetica, sans-serif;
vertical-align: top;
text-align:center;
font-size: 14px;
font-weight: normal;
color:#FFFFFF;
display:block;
text-decoration:none; 

/*width:100px; */
height:25px; 
border:1px solid #fff; 
border-width:0px 0px 0 0; 
/*background-color:#000000;*/

padding:0px 10px 0px 10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
/*width:100px;
w\idth:100px;*/
}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {

}
/* style the second level hover */
.menu ul ul a.drop:hover{

}
.menu ul ul :hover > a.drop {

}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
}
/* style the third level hover */
.menu ul ul ul a:hover {

}

.menu ul ul a, .menu ul ul a:visited, .menu ul ul a:hover {
text-align:left;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
width:80px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
t\op:25px;
}
 
/* position the third level flyout menu */
.menu ul ul ul{
left:100px; 
top:0;
/*width:100px;*/
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-100px;
}

.menu ul li ul li a {
	text-align:left;	

}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {

height:auto; 
line-height:1em; 
padding:5px 10px; 
width:80px;
background-image:url(images/header_bg.jpg);
background-repeat:repeat-x;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
/*width:100;
w\idth:100px;*/
}
 
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#666666;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#666666;
}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
 
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;

}

/* style the top level hover */
.menu ul ul a:hover{
background-image:url(images/header_bg.jpg);
background-repeat:repeat-x;
}
.menu ul ul :hover > a {
color:#000000;
background-color:#FFFFFF;
}


/*  ----------------------  SIDE MENU  ---------------------- */
#menu2 {
	width:213px;
	padding:15px 0px 0px 20px;
	
	background-image:url(images/sideMenu.gif);
	background-repeat:no-repeat;
	height:300px;
}


#menu2 li {
	margin:5px 0px 10px 30px;
	list-style-image:url(images/cursor_w100.gif);

}
#menu2 li a, #menu2 li a:hover, #menu2 li a:visited{
	font-size:18px;
	font-weight:normal;
	color:#909090;
}
#menu2 .active a, #menu2 .active a:visited{
	color:#000000;
}
#menu2 li a:hover{
	color:#666633;
}
#menu2 .spacer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#FFFFFF;
}

/*  ---  MENU 2  ---  */
/*#menu2 {
	padding:5px 0px 5px 0px;
}
.menu2 TD{
	background-color:#767676;
	font-size:14px;
	color:#FFFFFF;
}

.menu2 td a, .menu2 td a:hover, .menu2 td a:visited {
	
	padding:5px 8px 5px 8px;
	text-decoration:none;
	font-weight:bold;
}
.menu2 td a:hover {
	text-decoration:underline;
}

.menu2-no a {
	border-right:1px solid #FFFFFF;
	font-weight:normal;
	color:#FFFFFF;
}
.menu2-no a:visited {
	color:#FFFFFF;
}
.menu2-LAST-no a {
	color:#FFFFFF;
}

.menu2-act a {
	border-right:1px solid #FFFFFF;
	font-weight:bold;
 	color:#000000;
}
.menu2-act a:visited {
	color:#000000;
}
.menu2-LAST-act A {
 	color:#000000;
	font-weight:bold;
}
*/
div.box1 {
	width: 213px;
	min-height: 100px;
	background-image: url("images/box1_top.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
}

div.box1 div.middle {
	width: 213px;
	background-image: url("images/box1_middle.gif");
	background-position: center;
	background-repeat: repeat-y;
}

div.box1 div.inside {
	padding-left: 20px;
	width: 167px;
}



/*   -----    CSC  -----   */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
/*padding:0px;*/
margin:0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
/*padding:0px;*/
/*margin:0;*/
}

div.csc-textpic-text, div.csc-textpic-imagewrap {
	margin:0px 20px 0px 0px;
}

.csc-textpic-caption {
	color:#666666;
	font-size:10px;
	text-align:center;	
}

.tx-wwimagecycle-pi1{
	height:154px;
}

#mailform fieldset {
	border: 1px dotted #cccccc;
	background-color:#F5F3E6;
	padding:5px 5px 5px 15px;
}
div.csc-mailform-field label {
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
div.csc-mailform-field input {
}

.csc-mailform-field {
padding:10px 0px 0px 0px;
}

div.csc-textpic-text UL {
	margin-top:2px;
}
div.csc-textpic-text LI {
	font-size:15px;
	color:#666666;
	list-style-image:url(images/cursor_w100.gif);
	padding-bottom:5px;
}



/*  ------------ PORTFOLIO ------------  */
.tx-igportfolio-pi1{
	margin-left:5px;
}
.ig_portfolio_category {
	width: 600px;	
	border-top: 2px solid white;
}
.ig_portfolio_block_category, .ig_portfolio_block_category_act, .ig_portfolio_block_category_empty {
	width: 100px;
	float: left;
	height: 25px;
	/*padding: 6px 5px 0px 15px;*/
	margin:0px;
	font-size:11px;
	background-image:url(images/button_small_w100.jpg);
	background-repeat: no-repeat;
	
}
.ig_portfolio_block_category_act {
	background-image:url(images/button_small_w100_act.jpg);
}
.ig_portfolio_block_category_empty {
	background-image: none;
}
.ig_portfolio_block_category a {
	color:#333333;
	text-decoration: none;
	font-size: 1.1em;
	width:80px;
	height:15px;
	display:block;
	padding:6px 0px 0px 10px;	
}
.ig_portfolio_block_category_act a {
	color:#000000;
	text-decoration: none;
	font-size: 1.1em;	
	font-weight: bold;
	width:80px;
	height:15px;
	display:block;
}
.ig_portfolio_block_category a:hover {
}
.ig_portfolio_title_category {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	/*background-image: url(../images/degrade_title.jpg);
	background-repeat: no-repeat;*/
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0px;
	height: 24px;
	margin-top: 0px;
	
	visibility:hidden;
	height:0px;
}
.ig_portfolio_title_projects {
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	margin:5px 80px 0px 5px;
	color:#999999;
	text-align:right;
	
	/*visibility:hidden;
	height:0px;*/
}

.ig_portfolio_image_project {
	/*background-image: url(../images/background_project.jpg);
	background-repeat: no-repeat;*/
	width: 134px;
	height: 100px;
	padding-left: 7px;
	padding-top: 0px;
}
.ig_portfolio_block_project {
	width: 135px;
	float: left;
	margin-right: 15px;	
	padding-top: 5px;
}
.ig_portfolio_block_project img {
	border: 0;
	padding:2px;
	border:1px solid #cccccc;
}
.ig_portfolio_title_project {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 6px;
	font-size:10px;
	height:25px;
}
.ig_portfolio_title_project a {
	font-size: 1.1em;
	color:#666633;
}
.ig_portfolio_show_project {
	padding-top: 5px;
}
.ig_portfolio_listpages {
	text-align: center;
	vertical-align:middle;
	padding-bottom:10px;
	margin-right:55px;
}
.ig_portfolio_listpages a {
	font-size: 16px;
	text-decoration: none;
	color: #cccccc;
	padding:0px 5px 0px 5px;
}
.ig_portfolio_listpages a:hover {
	text-decoration: underline;
}
.ig_portfolio_listpages img {
display:inline;
vertical-align:middle;

}
.ig_portfolio_screenshoot {
	float: left;
	width: 400px;
	height: 335px;
	/*background-image: url(../images/ecran.jpg);*/
}
.ig_portfolio_screenshoot img {
	padding:2px;
	border:1px dotted #cccccc;
}
.ig_portfolio_description_project {
	float: left;
	width: 240px;
	padding-left: 15px;
}
.ig_portfolio_project_title {
	font-size: 1.4em;	
	color:#333333;
}
.ig_portfolio_project_website {
	padding-bottom: 10px;
}
.ig_portfolio_project_website a {
	color: #666633;
	text-decoration: none;
}
.ig_portfolio_project_description {
	text-align:left;	
}
.ig_portfolio_options {
	margin-top: 10px;	
}
.ig_portfolio_back {
	float: left;
	margin: 0px 4px;
	padding:6px 0px 0px 5px;
}
.ig_portfolio_back a{
	color:#666633;
}
.ig_portfolio_previous {
	float: left;
	margin: 0px 6px;
}
.ig_portfolio_next {
	float: left;
	margin: 0px 6px;
	/*background-image:url(images/arrow_right.jpg);
	background-repeat:no-repeat;
	width:40px;
	height:26px;*/
	
}

.chargement {
	line-height:2em;
	text-align:center;
	margin:50px 0 50px 0;
	height: 98px;
	font-size:90%;
	text-transform:uppercase;
	color:#8B9EBB;
}
.chargement span {
	padding-right:130px;
	padding-bottom: 30px;
	background-image:url(images/load.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.chargement {
	width:100%;
}


/*  TROUBLE TICKETS */
.tx-ketroubletickets-pi1 {
	margin-bottom:20px;
}