/* --------------------------------------- */
/*                 Structure               */	
/* --------------------------------------- */

* {
	margin:0px;
	padding:0px;
}

/* General Links */

a {
	color:#0097C1;
	text-decoration:none;
	cursor: pointer;
	}
	
			a.nodisp {
				color:#000000;
				text-decoration:none;
				cursor:pointer;
				}
				
			a:hover {
				color:#03728c;
				text-decoration:underline;
				cursor: pointer;
				}
			a.nodisp:hover {
				color:#000000;	
				text-decoration:underline;
				cursor:pointer;
				}
				
			a.bouton {
				color:#dddddd;
				display: inline-block;
				outline: none;
				cursor: pointer;
				text-align: center;
				text-decoration: none;
				font-size:14px;
				padding: 15px 15px 15px 15px;
				margin:0 10px 10px 10px;
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				-webkit-border-radius: .5em;
				-moz-border-radius: .5em;
				border-radius: 5px;
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				box-shadow: 0 1px 2px rgba(0,0,0,.2);
				background: #555555;
				}
				
			a.bouton:hover {
				color:#ffffff;
				background: #777777;	
			}
			
			a.slimbouton {
				color:#ffffff;
				display: inline-block;
				outline: none;
				cursor: pointer;
				text-align: center;
				text-decoration: none;
				font-size:14px;
				padding:5px 15px 5px 15px;
				margin:0 5px 10px 5px;
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				-webkit-border-radius: .5em;
				-moz-border-radius: .5em;
				border-radius: 5px;
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				box-shadow: 0 1px 2px rgba(0,0,0,.2);
				background: #555555;
			}
			
			a.slimbouton:hover {
				color:#ffffff;
				background: #777777;
			}
			
			a.slimboutonblue {
				color:#ffffff;
				display: inline-block;
				outline: none;
				cursor: pointer;
				text-align: center;
				text-decoration: none;
				font-size:14px;
				padding:5px 15px 5px 15px;
				margin:0 5px 10px 5px;
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				-webkit-border-radius: .5em;
				-moz-border-radius: .5em;
				border-radius: 5px;
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				box-shadow: 0 1px 2px rgba(0,0,0,.2);
				background: #0097C1;
			}
			a.slimboutonblue:hover {
				color:#ffffff;
				background: #03b0d8;
			}
			
			a.slimboutonvert {
				color:#ffffff;
				display: inline-block;
				outline: none;
				cursor: pointer;
				text-align: center;
				text-decoration: none;
				font-size:14px;
				padding:5px 15px 5px 15px;
				margin:0 5px 10px 5px;
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				-webkit-border-radius: .5em;
				-moz-border-radius: .5em;
				border-radius: 5px;
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				box-shadow: 0 1px 2px rgba(0,0,0,.2);
				background: #5fb720;
			}
			a.slimboutonvert:hover {
				color:#ffffff;
				background: #6acc23;
			}
			
			a.boutonvert {
				color:#ffffff;
				display: inline-block;
				outline: none;
				cursor: pointer;
				text-align: center;
				text-decoration: none;
				font-size:14px;
				padding: 15px 15px 15px 15px;
				margin:0 10px 10px 10px;
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				-webkit-border-radius: .5em;
				-moz-border-radius: .5em;
				border-radius: 5px;
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				box-shadow: 0 1px 2px rgba(0,0,0,.2);
				background: #5fb720;
				}
				
			a.boutonvert:hover {
				color:#ffffff;
				background: #6acc23;	
				}
			
			a.trybuy {
				color:#ffffff;
				display: inline-block;
				outline: none;
				cursor: pointer;
				text-align: center;
				text-decoration: none;
				font-size:18px;
				padding:15px 15px 15px 15px;
				margin:0 10px 10px 10px;
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				-webkit-border-radius: .5em;
				-moz-border-radius: .5em;
				border-radius: 5px;
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				box-shadow: 0 1px 2px rgba(0,0,0,.2);
				background: #5fb720;
				font-weight:normal;
				}
				
			a.trybuy:hover {
				color:#ffffff;	
				background:#6acc23;
				}	
			
			a.fpgreen {
				color:#ffffff;
				width:150px;
				display: inline-block;
				outline: none;
				cursor: pointer;
				text-align: center;
				text-decoration: none;
				font-size:14px;
				padding:5px 15px 10px 15px;
				margin: 0 -15px 15px 15px;
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				-webkit-border-radius: .5em;
				-moz-border-radius: .5em;
				border-radius: 5px;
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				box-shadow: 0 1px 2px rgba(0,0,0,.2);
				background: #5fb720;
				}
				
			a.fpgreen:hover {
				color:#ffffff;	
				background:#6acc23;
			}	
			
			a.fpdark {
				color:#ffffff;
				width:150px;
				display: inline-block;
				outline: none;
				cursor: pointer;
				text-align: center;
				text-decoration: none;
				font-size:14px;
				padding:5px 15px 10px 15px;
				margin: 0 -15px 15px 15px;
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				-webkit-border-radius: .5em;
				-moz-border-radius: .5em;
				border-radius: 5px;
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				box-shadow: 0 1px 2px rgba(0,0,0,.2);
				background: #555555;
			}
			
			a.fpdark:hover {
				color:#ffffff;	
				background:#777777;
			}	
			
			a.fpblue {
				color:#ffffff;
				width:150px;
				display: inline-block;
				outline: none;
				cursor: pointer;
				text-align: center;
				text-decoration: none;
				font-size:14px;
				padding:5px 15px 10px 15px;
				margin: 0 -15px 15px 15px;
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				-webkit-border-radius: .5em;
				-moz-border-radius: .5em;
				border-radius: 5px;
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				box-shadow: 0 1px 2px rgba(0,0,0,.2);
				background: #0097C1;
			}
			
			a.fpblue:hover {
				color:#ffffff;	
				background:#03b0d8;
			}	

.notabene{
	font-style:italic;
	font-size:12px;
}

img {
	border: 0px;
	}

body {
	background:#eeeeee;
	font-family:verdana, helvetica;
	font-size:13px;
	line-height:150%;
}
#fond {
	width:970px;
	position:fixed;
	position:relative;
	left:50%;
	margin-left:-485px;
	margin-top:-70px;
	}
	
#local{
	width:30px;
	position:fixed;
	position:relative;
	left:50%;
	margin-left:500px;
	padding-top:20px;
	}
	
#local table td {
	padding:10px 0 0 0;
}


#precontainer {
	position:relative;
	margin-top: 10px;
	padding:0px;
	width:970px;
	height:180px;
	background: url(../img/pagesbg/indexheader.jpg);
	border:1px #cccccc solid;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;

	}
	
#precontainer .homelogo {
	margin-left:150px;
	width:300px;
	height:80px;
	background:url(../img/precontainer/logo.png);
	z-index:6000;
	cursor:pointer;
}

#precontainer .homelogo:hover {
	background:url(../img/precontainer/logohover.png);
}
	
#container {
	position:relative;
	width:970px;
	background:#ffffff;
	border-right:1px #cccccc solid;
	border-left:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	
	}
	
#container p {
	padding-left:30px;
}

	

	
#footercontainer {
	height:200px;
	background: url(../img/pagesbg/indexfooter1.jpg);
	border-right:1px #cccccc solid;
	border-left:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	border-top:1px #bbbbbb solid;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	}
	
#footertable {
	margin: 0px 0 0 25px;
	
	}

	
#footertable th {
	width:217px;
	text-align: left;
	color:#333333;
	font-weight: normal;
	font-size: 14px;
	border-left: solid 2px #bbbbbb;
	padding: 20px 0px 10px 10px;
	}
	
#footertable th.flag {
	width:10px;
	text-align: left;
	color:#ffffff;
	font-weight: normal;
	font-size: 14px;
	border-left: solid 2px #bbbbbb;
	padding: 20px 0px 10px 10px;
	}
	
#footertable td {
	border-left: solid 1px #cccccc;
	padding: 0px 0px 0px 11px;
	}

#footertable li {
	color:#999999;
	font-size: 11px;
	list-style-type: none;
	line-height: 180%;
	margin-left: 1px;
	}
#footertable li a{
	color:#999999;
	}

#footertable li a:hover{
	color:#bbbbbb;
	}

	
#postcontainer {
	width:970px;
	height:35px;
	background:none;
	margin-top: 5px;
	
	}
#postcontainer ul.left li {
	position:relative;
	float:left;
	left:10px;
	margin-right:20px;
	list-style-type:none;
	color:#888888;
	font-size:12px;
}
#postcontainer ul.right li {
	position:relative;
	float:right;
	right:10px;
	margin-left:20px;
	list-style-type:none;
	color:#888888;
	font-size:12px;
}
#postcontainer img {
	margin-left:20px;
	top: 8px;
}
#postcontainer a {
	position:relative;

	font-size:12px;
	text-decoration:none;
	color:#0097C1;
}
#postcontainer a:hover {
	color:#ffffff;
}


#pageheader {
	position:relative;
	margin-bottom:19px;
	width:969px;
	height:59px;
	background:url(../img/pagesbg/pageheader.jpg);
	_behavior:url(iepngfix.htc);
	}
				
				#pageheader p.title {
					position:relative;
					top:12px;
					left:25px;
					font-size:26px;
					font-weight:normal;
					}
					
p.grandtitle {
			width: 550px;
			margin-top: 5px;
			padding: 0 0px 20px 0;
			color:#0097C1;
			font-size: 24px;
			text-align: left;
			line-height: 150%;
			}
p.title {
			margin: 0 0px 20px -30px;
			color:#000000;
			font-size: 16px;
			text-align: left;
			line-height: 130%;
			font-weight: bold;
			}
#overview {
	
	position: relative;
	left:25px;
	width: 700px;
	padding: 0 20px 20px 0;
	font-size: 13px;
	line-height: 150%;
	}
						#overview img.shadow {
							-moz-box-shadow: 0px 0px 10px #888;
							-webkit-box-shadow: 0px 0px 10px #888;
							box-shadow: 0px 0px 10px #888;
							padding:0px;
							margin:0px;
							}
							
						#overview table {
							margin:0px;
							padding:0px;
							width:700px;
							}
							
						#overview table td {
							vertical-align:middle;
						}
						/* p.titleleft deprecated change title to comply with the two following classes */
						#overview table td p.titleleft {
							float: left;
							width: 600px;
							margin-top: 5px;
							padding: 0 0px 20px 0;
							color:#0097C1;
							font-size: 24px;
							text-align: left;
							line-height: 150%;
							}
						
						#overview table td p.titleshort {
							float: left;
							width: 450px;
							margin-top: 5px;
							padding: 0 0px 20px 0;
							color:#0097C1;
							font-size: 24px;
							text-align: left;
							line-height: 150%;
							}
							
						#overview table td p.title {
							float: left;
							width: 600px;
							margin-top: 5px;
							padding: 0 0px 20px 0;
							color:#0097C1;
							font-size: 24px;
							text-align: left;
							line-height: 150%;
							}
						
						#overview table td p.subtitleleft {
							float: left;
							width: 550px;
							margin-top: 5px;
							padding: 0 0 0 0;
							color:#0097C1;
							font-size: 24px;
							text-align: left;
							line-height: 150%;
							}
							
						
																			
						#overview .imgright {
							float: right;
							margin-left:40px;
							margin-bottom:10px;
							margin-right:0px;
							margin-top:0px;
						}
						#overview .imgleft {
							float: left;
							margin-left:-5px;
							margin-bottom:0px;
							margin-right:15px;
							margin-top:0px;
						}
						
						#overview table td p {
							text-align: justify;
							vertical-align: top;
							font-size: 13px;
							line-height: 150%;
							margin: 10px 20px 20px 0;
							}
							
						#overview table td.justify  {
							text-align: justify;
							vertical-align: top;
							font-size: 13px;
							line-height: 150%;
							}
						#overview table td.left  {
							text-align: left;
							vertical-align: top;
							font-size: 13px;
							line-height: 150%;
							}
							
						#overview table td.left p {
							text-align: left;
							vertical-align: top;
							font-size: 13px;
							line-height: 150%;
							}
							
						#overview table td.right {
							text-align: right;
							vertical-align: top;
							font-size: 13px;
							line-height: 150%;
							}
						#overview table td.buy {
							text-align: left;
							vertical-align: top;
							font-size: 13px;
							line-height: 150%;
							width:150px;
							}
						#overview table td.buy a {
							width:120px;
							}
						#overview table td.rightstartprice {
							text-align: right;
							vertical-align: top;
							font-size: 15px;
							line-height: 160%;
							color:#999999;
							padding-right:10px;
							}
						
						#overview table td ul {
							margin:20px 0 20px 0px;
							}
								
						#overview table td li {
							position: relative;
							vertical-align: top;
							list-style-type: disc;
							left: 50px;
							text-align: left;
							font-size:13px;
							line-height:150%;
							max-width:500px;
							}
							
						#overview table td ul.triplecolonne {
							margin:20px 0 20px 0px;
							}
								
						#overview table td ul.triplecolonne li {
							position: relative;
							vertical-align: top;
							list-style-type: disc;
							left: 15px;
							text-align: left;
							font-size:13px;
							line-height:150%;
							max-width:280px;
							}
							
						#overview table table {
							margin:0;
							width:100%;
							line-height:150%;
						}
						#overview table table td{
							vertical-align:top;
							padding:20px;
							text-align:left;
						}
						#overview div.ovtitle {
							font-size:16px;
							margin:0 0 10px 0;
							font-weight:bold;
						}
						#overview div.ovtitle a {
							float:right;
							font-size:16px;
							margin:0 0 10px 0;
							font-weight:normal;
						}
						#overview table.unsubinput {
                            margin:0px;
							padding:0px;
							width:400px;
                            text-align:left;
                          }
						#overview table.presstable {
                            margin:0px;
							padding:0px;
							width:700px;
                            text-align:left;
                          }
                        #overview table.presstable td {
                            vertical-align: top;
                            border-top:solid 1px #dddddd;
                            padding-top:10px;

                        }
                        #overview table.presstable .date {
                            color:#aaaaaa;
                        }
                        #overview table.presstable td .title {
                            text-align:left;
                            vertical-align:top;
                        }
                        #overview table.presstable td .desc {
                            color:#999999;
                        }
						#overview table.presstable td .desc a {
                            color:#999999;
							text-decoration:none;
                        }
                        #overview table.presstable td span.link {
                            float:right;
                        }
                        #overview table table.events span.date {
                            color:#aaaaaa;
                        }
                        #overview table table.events span.title {
                        }
                        #overview table table.events span.desc {
                            color:#999999;
                        }
                        #overview table table.events td {
                        	border-top:solid 1px #dddddd;
                        	padding-top:10px;
                            
                        }
                        
.events-table td {
	margin:0px;
	padding:0px;
	text-align:left;
}
#overview table table.events-table td{
	padding:0px;
}
.events-table td.date {
	width:100px;
	color:#0097C1;
	vertical-align:top;
}
.events-table td.title {
	text-align:left;
	vertical-align:top;
}
.events-table td.desc {
	color:#999999;
}
.events-table td.desc a {
	color:#999999;
	text-decoration:none;
}
#suboverview {
	width: 920px;
	padding: 20px 0 20px 0px;
	
	}
						
						
							
						#suboverview table td p.title {
							margin: 0 0px 20px 0;
							color:#000000;
							font-size: 16px;
							text-align: left;
							line-height: 130%;
							font-weight: bold;
							}
						#suboverview table td p.titleleft {
							display:inherit;
							margin: 0 0px 20px 0;
							color:#000000;
							font-size: 16px;
							text-align: left;
							line-height: 130%;
							font-weight: bold;
							}
							
						#suboverview table td p.titleright {
							display: inherit;
							margin: 0 0px 20px 0;
							color:#000000;
							font-size: 16px;
							text-align: left;
							line-height: 130%;
							font-weight: bold;
							}
						
						#suboverview img {
							margin: 0px 50px 10px 10px;
							}
							
						#suboverview .imgright {
							float: right;
							margin-left:50px;
							margin-bottom:10px;
							margin-right:0px;
							margin-top:0px;
						}
						#suboverview .imgleft {
							float: left;
							margin-left:0px;
							margin-bottom:10px;
							margin-right:50px;
							margin-top:0px;
						}
						
						#suboverview table td.left {
							text-align: left;
							vertical-align: top;
							font-size: 13px;
							line-height: 170%;
							}
							
						#suboverview table td.right {
							text-align: left;
							vertical-align: top;
							font-size: 13px;
							line-height: 170%;
							}
							
						#suboverview table td.center {
							text-align: center;
							vertical-align: top;
							font-size: 13px;
							line-height: 170%;
							}
						
						#suboverview table td ul {
							margin:0 0 20px 25px;
							}
								
						#suboverview table td li {
						position: relative;
							vertical-align: top;
							list-style-type: disc;
							left: 50px;
							text-align: left;
							}
							
						#suboverview table td p {
							margin: 10px 20px 20px 0;
							}
							
#teamgallery {
	text-align:justify;
	margin:0 0 30px 30px;
	}
						#teamgallery img {
							border:1px solid #999999;
						}
						#teamgallery table td {
							padding:5px 40px 10px 10px;
						}
						#teamgallery table td.profile {
							vertical-align:top;
							padding:0 20px 10px 10px;
							border-left:1px solid #bbbbbb;
						}
						#teamgallery table p.titleleft {
							margin:0 0 0 0;
							font-size:16px;
							font-weight:bold;
							color:#000000;
						}
						
						#teamgallery table p {
							font-size:13px;
							line-height:170%;
							margin:0 0 20px 0;
							width:480px;
						}
							
.separatorleft {
	display: block;
	background: url(../img/pagesbg/separator_l.jpg) no-repeat;
	margin:0px 0 10px 0;
	height: 40px;
	width: 730px;
	}
	
.separatorright {
	display:inline-block;
	background: url(../img/pagesbg/separator_r.jpg) no-repeat;
	margin:0px 0 10px 0;
	float: right;
	height: 40px;
	width: 730px;
	}

#container p.titleleft {
	text-align:left;
	width: 550px;
	margin-top: 20px;
	padding: 0 0px 20px 30px;
	color:#0097C1;
	font-size: 24px;
	text-align: left;
	line-height: 150%;
}

#container p {
	width:650px;
}

#container p.mention {
	text-align:center;
	color:#999999;
	padding-bottom:20px;
	font-size:11px;
}









 
/*
* html button {width:1%; overflow:visible;} 
*:first-child+html button {overflow:visible;}
*/

/*
p.indextitle,  { 
    display:-moz-inline-box; 
    display:inline-block;
    margin:0; 
    padding:0; 
    font:18px Helvetica, Arial, Verdana, sans-serif;
	
    white-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
p.indextitle span { 
    float:left; 
    padding:0 0 0 8px; 
    vertical-align:middle; 
    background:url(../images/preindextitlebg.png) left top no-repeat; 
} 
p.indextitle span span { 
    padding:0 8px 0 0; 
    background:url(../images/postindextitlebg.png) right top no-repeat; 
} 
p.indextitle span span span { 
    height:40px;
	width:200px; 
    padding:3px; 
    line-height:1.5; 
	font-weight:bold; 
	font-size:14px;
    background:url(../images/indextitlebg.png) left top repeat-x; 
} 
*/

.imgright {
	float: right;
	margin-left:10px;
	margin-bottom:5px;
	margin-right:0px;
	margin-top:0px;
	}
.imgleft {
	float: left;
	margin-left:0px;
	margin-bottom:5px;
	margin-right:10px;
	margin-top:0px;
	}

table.headertable {
	margin-left:33px;
	padding-top:35px;
	height:100px;
}
table.headertable td {
}
table.headertable td.newsboard {
	padding:0px;
	margin:0px;
	height:90px;
}
td.fphomelogo {
	width:450px;
	vertical-align:middle;

}
#newsarticle {
	padding-top:2px;
	margin:0px;
	width:435px;
	text-align:left;
	line-height:130%;
	z-index:1000;
	color:#ffffff;
	}
#newsarticle table {
	width:430px;
	margin-top:0px;
	margin-bottom:10px;
	
	}
#newsarticle td {
	text-align: left;
	font-size:12px;
	padding: 5px;
	vertical-align:top;
	}
#newsarticle td.date {
	color : #dddddd;
	width:90px;
	font-size:12px;
	vertical-align:top;
	}
#newsarticle a {
	font-size:12px;
	color:#0097C1;
	text-decoration:none;
	}
#newsarticle a:hover {
	color:#cccccc;
	}
#morenews p {
	position:relative;
	top: 25px;
	width:520px;
	text-align:right;
	font-size:12px;
	z-index:1000;
	}
#morenews a {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	}
#morenews a:hover {
	color:#333333;
	}



	





/*-----------------------------------------*/
/*              related menu               */
/*-----------------------------------------*/


	#relatedmenu {  
		position:absolute;
		top:50px;
		margin-left:780px;
		width:170px;
		}
		
	#relatedmenu ul {
		position:relative;
		left:-6px;
		margin-top:44px;
		padding-bottom: 20px;
		width:180px;
		font-size:13px;
		background: url(../img/pagesbg/mainrightstdlistbg.jpg);
		border-bottom: 2px solid #bbbbbb;
		}
	
	#relatedmenu ul li {
		list-style-type:none;
		text-align:center;
		margin-bottom:10px;
		}
		
	#relatedmenu ul li.title {
		position:relative;
		left:0px;
		list-style-type:none;
		height:25px;
		width:160px;
		text-align:center;
		color: #222222;
/*
		background: url(../img/pagesbg/mainrightstdlisttitlebg.jpg);

*/		font-size:18px;
		line-height: 100%
		}
		
	#relatedmenu ul li.title p {
		position:relative;
		top:6px;
		}
		
	#relatedmenu ul li a {
		color:#777777;
		text-decoration:none;
		}
		
	#relatedmenu ul li a:hover {
		color:#ffffff;
		}

	
/* -------------------------------- */
/*              Cosmetics           */
/* -------------------------------- */

/* Pictos more/videos/pictures/download */

	

			
		a.more {
		    display:inline-block;
		    height:55px;
		    width:55px;
		    text-align: center;
		    text-decoration:none;
		    font-size:11px;
		    color: #0097C1;
		    letter-spacing:1px;
		    line-height:97px;
			background: url(../img/buttons/picto_more.jpg);
			}
		
		a.more:hover {
		    border:0;
		    cursor:pointer;
		    color: #cccccc;
		    }
		
		a.videos {
		    display:inline-block;
		    height:55px;
		    width:55px;
		    text-align: center;
		    text-decoration:none;
		    font-size:11px;
		    color: #0097C1;
		    letter-spacing:1px;
		    line-height:97px;
			background: url(../img/buttons/picto_videos.jpg);
			}
		
		a.videos:hover {
		    border:0;
		    cursor:pointer;
		    color: #cccccc;
		    }
		
		a.pictures {
		    display:inline-block;
		    height:55px;
		    width:55px;
		    text-align: center;
		    text-decoration:none;
		    font-size:11px;
		    color: #0097C1;
		    letter-spacing:1px;
		    line-height:97px;
			background: url(../img/buttons/picto_pictures.jpg);
			}
		
		a.pictures:hover {
		    border:0;
		    cursor:pointer;
		    color: #cccccc;
		    }
		
		a.dload {
		    display:inline-block;
		    height:55px;
		    width:55px;
		    text-align: center;
		    text-decoration:none;
		    font-size:11px;
		    color: #0097C1;
		    letter-spacing:1px;
		    line-height:97px;
		    background: url(../img/buttons/picto_download.jpg);
			}
		
		a.dload:hover {
		    border:0;
		    cursor:pointer;
		    color: #cccccc;
			}

/*---------------*/		
/* standard table */
/*---------------*/

table.standard {
	
	padding-bottom:30px;
}

table.standard th {
	background:#888888;
	padding:10px;
	color:#ffffff;	
	vertical-align:top;
	font-weight:normal;
	
}

table.standard td {
	background:#dfdfdf;
	padding:10px;
	color:#222222;
}

table.standard td ul {
	margin:0px 0 20px 20px;
}


table.standard td#whitebg {
	background:#ffffff;
}
table.standard td.left {
	text-align:left;
}

table.standard td.center {
	text-align:center;
}
table.standard td.right {
	text-align:right;
}

table.standard td.check {
	text-align:center;
	height:50px;
}

/*---------------*/		
/* compare table */
/*---------------*/

#overview table.downloads {
	/*width:840px;*/
}
#overview table.downloads tr td  {
	vertical-align:top;
	padding:0px;
}
#overview table.downloads tr td table.downloadssubtable  {
	width:280px;
}

#overview table.downloads tr td table.downloadssubtable tr  {
	vertical-align:top;
}

#overview table.downloads tr td table.downloadssubtable td  {
	vertical-align:top;
	padding:0 5px 0 5px;
	width:280px;
}

#overview table.downloads tr td table.downloadssubtable td.desc  {
	vertical-align:top;
	background:#dddddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
/*
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
*/
	padding:10px;
}



#container form table.form tr th  {
	vertical-align:top;
	text-align:right;
	padding:10px 20px 10px 0;
}





/*---------------*/		
/* compare table */
/*---------------*/

table.tableformat {
	text-align:center;
	padding-bottom:30px;
}
table.tableformat tr.lightgrey td{
	background:#dddddd;
	padding:3px;
}
table.tableformat tr.darkgrey td{
	background:#cccccc;
	padding:3px;
}

table.tableformat th {
	background:#888888;
	padding:5px;
	color:#ffffff;	
	vertical-align:middle;

	
}

#overview table.tableformat td {
	background:#dddddd;
	padding:5px;
	color:#222222;
	vertical-align:middle;
	text-align:center;

}


table.tableformat td#whitebg {
	background:#ffffff;
}
table.tableformat td.left {
	text-align:left;
}

table.tableformat td.center {
	text-align:center;
	font-weight:bold;
}
table.tableformat td.right {
	text-align:right;
}
table.tableformat td.check {
	text-align:center;
	height:50px;
	background:#dddddd;
}

#overview table.doc {
	width:600px;
	margin:10px 0 10px 25px;
}
#overview table.doc th {
	font-weight:bold;
	text-align:left;
}
#overview hr {
	width:600px;
	margin:10px 0 10px 25px;
	border:1px dotted #444444;
}

#overview table table.doclist {
}
#overview table table.doclist td ul {
	padding-left:0px;
	margin-left:0px;
}
#overview table table.doclist td ul li{
	padding-left:0px;
	margin-left:-30px;
}

#overview table table.doclist tr td dl dt a {
	background:#00ff00;
	color:#FF0000;
}
#overview table table.doclist td dl dd dl dt {
	background:#00ffff;
}
#overview table td.dldescript {
	width:650px;
	padding:0 10px 0 30px;
	vertical-align:top;
}
#overview table td.dldescript p {
	width:630px;
	text-align:left;
	
}
.jobzone {
	width:700px;
	border:1px solid #bbbbbb;
	margin:0 0 30px 60px;
	font-size:13px;
	line-height:170%;
	}
.jobzone table th {
	width:150px;
	vertical-align:top;

}


.jobzone table th div.titlejob {
	width:150px;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	line-height:170%;
}
.jobzone table td {
	padding-left:20px;
	padding-bottom:20px;
}
.jobzone table td a {
	margin-top:110px;
}

/* Pop up boxes */
#trybox {
	width:450px;
	height:280px;
	}

#quicktour {
	width:470px;
	height:550px;
	}
#quicktour p {
	text-align:left;
	width:450px;
	margin-left:10px;
	}

#quicktour p span.bigcode {
	text-align:left;
	color:#0097c1;
	font-size:18px;
	margin:15px;
	padding:30px 0 30px 0;
	background:#00ff00;
	}
	
a.quicktourgnet img {
	background: url(../img/pagecontentimg/quicktour_gnet.jpg);
	padding:0;
	margin:0;
}

a.quicktourgnet img:hover {
	background: url(../img/pagecontentimg/quicktour_gnethover.jpg);
}
	
/*Newsletter*/
.newslettersub {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#cccccc;
	padding:15px;
	width:350px;
	margin:20px 0 20px 0;
}	

.platebox {
	padding: 10px; 
	height:100%;
	-moz-border-radius:10px; 
	-webkit-border-radius: 10px;
	background-color: #eeeeee; /* fallback color */
    background-image: -moz-linear-gradient(0% 0% 45deg, #dddddd, #ffffff);
    background-image: -webkit-gradient(linear, left bottom, right top, from(#cccccc), to(#ffffff));
	-moz-box-shadow: 1px 1px 8px #aaa;
	-webkit-box-shadow: 1px 1px 8px #aaa;
	margin-bottom:10px;
}

/************************/
/*    Frontpage         */
/************************/

td.stayconnected {
 	text-align:right;
 	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}

a.scnewsletters {
	/*
padding-top:10px;
	padding-top:9px !important;
*/
	height:25px;
	width:104px;
}
a.scnewsletters img:hover {
	background:url(../img/pagesbg/stayconnected/newsletters_hi.png);
}


a.scuservoice {
	/*
padding-top:10px;
	padding-top:9px !important;	
*/
	height:25px;
	width:104px;
}
a.scuservoice img:hover {
	background:url(../img/pagesbg/stayconnected/uservoice_hi.png);
}
a.sctwitter {
/*
	padding-top:10px;
	padding-top:9px !important;	
*/	height:25px;
	width:104px;
}
a.sctwitter img:hover {
	background:url(../img/pagesbg/stayconnected/twitter_hi.png);
}
a.scfacebook {
/*
	padding-top:10px;
	padding-top:9px !important;	
*/
	height:25px;
	width:104px;
}
.scfacebook img:hover {
	background:url(../img/pagesbg/stayconnected/facebook_hi.png);
}

/******************/
/*      CART      */
/******************/

#overview.platebox table.carttable {
}

#overview .platebox table.carttable td {
	padding:5px;
}

#overview .platebox table.carttable td.cartdesc {
	padding-bottom:30px;
}

#overview .platebox table.carttable td .carttitle{
	color:#000000;
	font-size:24px;
	margin-bottom:15px;
	margin-top:5px;
	line-height:150%;
}

#overview table .platebox table.carttable td.cartimg {
	padding-right:15px;
	text-align:center;
	width:110px;
}

#overview table .platebox table.carttable td.cartimg a img {
	text-decoration:none;
	border:0px;
}

#overview table .platebox table.carttable td.price {
	width:280px;
	
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	
}

#overview table .platebox table.carttable td.price .platebox {
	width:250px;
	
	
}
#overview table .platebox table.carttable td.price span{

	color:#222222;
	
}

#overview table .platebox table.carttable td.cartbutton {
	text-align:right;
	vertical-align:middle;
	height:50px;
}
	
a.cartdownload {
	
	color:#ffffff;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size:18px;
	padding:10px 15px 10px 15px;
	margin:0 10px 10px 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #5fb720;
	
	

}
a.cartdownload:hover {
	color:#ffffff;	
	background:#6acc23;
}	
#urbiscript_quicktour img {
	background:url(../img/pagecontentimg/quicktour_urbiscript.jpg);
}

#urbiscript_quicktour img:hover {
	background:url(../img/pagecontentimg/quicktour_urbiscript_hover.jpg);
}

/**************************/
/*        TRAINING        */
/**************************/

#overview table.trainingtable td.desc span.trainingtitle {
	font-size:18px;
	font-weight:bold;
	line-height:220%;
	padding: -10px 0 20px 0;
	}

#overview table.trainingtable {
	width:650px;
}

#overview table.trainingtable td.bouton {
	vertical-align:bottom;
}

#overview table.trainingtable td.desc {
	vertical-align:bottom;
	width:550px;
}
#overview table.trainingtable td.desc table{
	width:550;
	
}

#overview table.trainingtable td.desc table td{
	height:30px;
	padding:0px;
	vertical-align:baseline;
	
}
#overview table.trainingtable td.desc table td.right{
	text-align:right;
	padding-right:10px;
	vertical-align:baseline;
	color:#666666;


}


